[ Dec 23 09:26:29 Enabled. ] [ Dec 23 09:26:29 Rereading configuration. ] [ Dec 23 09:26:31 Rereading configuration. ] [ Dec 23 09:26:43 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 [ Dec 23 09:26:43 Method "start" exited with status 0. ] Processing configuration file '/opt/oxide/clickhouse/config.xml'. Logging trace to /var/tmp/clickhouse-server.log Logging errors to /var/tmp/clickhouse-server.errlog 2025.12.23 09:26:45.209811 [ 1 ] {} Application: Will watch for the process with pid 24829 2025.12.23 09:26:45.210505 [ 1 ] {} Application: Forked a child process to watch 2025.12.23 09:26:45.739734 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 24829 2025.12.23 09:26:45.740723 [ 1 ] {} Application: starting up 2025.12.23 09:26:45.740912 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2025.12.23 09:26:45.861043 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2025.12.23 09:26:45.942218 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2025.12.23 09:26:45.942325 [ 1 ] {} Application: Initializing DateLUT. 2025.12.23 09:26:45.942346 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2025.12.23 09:26:45.942433 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2025.12.23 09:26:45.943216 [ 1 ] {} Application: Initializing interserver credentials. 2025.12.23 09:26:45.945611 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2025.12.23 09:26:45.946643 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.12.23 09:26:45.947735 [ 1 ] {} Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) 2025.12.23 09:26:45.947816 [ 1 ] {} Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) 2025.12.23 09:26:45.947876 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2025.12.23 09:26:45.948911 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2025.12.23 09:26:45.950350 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2025.12.23 09:26:45.958405 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2025.12.23 09:26:45.959250 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2025.12.23 09:26:45.960756 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.12.23 09:26:45.960866 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.12.23 09:26:45.961982 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2025.12.23 09:26:45.962470 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.12.23 09:26:45.966752 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.12.23 09:26:45.967614 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2025.12.23 09:26:45.971072 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2025.12.23 09:26:45.971451 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2025.12.23 09:26:45.971886 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2025.12.23 09:26:45.972361 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2025.12.23 09:26:45.973981 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2025.12.23 09:26:45.974009 [ 1 ] {} Application: Loading metadata from /data/ 2025.12.23 09:26:45.974097 [ 151 ] {} DNSResolver: Updating DNS cache 2025.12.23 09:26:45.974195 [ 151 ] {} DNSResolver: Updated DNS cache 2025.12.23 09:26:45.998633 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2025.12.23 09:26:45.998667 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000205035 sec 2025.12.23 09:26:45.998737 [ 1 ] {} ReferentialDeps: No tables 2025.12.23 09:26:45.998780 [ 1 ] {} LoadingDeps: No tables 2025.12.23 09:26:45.999506 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2025.12.23 09:26:46.000138 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2025.12.23 09:26:46.010877 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2025.12.23 09:26:46.010926 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2025.12.23 09:26:46.011008 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2025.12.23 09:26:46.011020 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2025.12.23 09:26:46.011061 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2025.12.23 09:26:46.011137 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2025.12.23 09:26:46.015649 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2025.12.23 09:26:46.015700 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2025.12.23 09:26:46.015753 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2025.12.23 09:26:46.015935 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2025.12.23 09:26:46.015981 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2025.12.23 09:26:46.015994 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2025.12.23 09:26:46.016090 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2025.12.23 09:26:46.016102 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2025.12.23 09:26:46.016137 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2025.12.23 09:26:46.016227 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2025.12.23 09:26:46.040010 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2025.12.23 09:26:46.041958 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2025.12.23 09:26:46.042076 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000139813 sec 2025.12.23 09:26:46.042093 [ 1 ] {} ReferentialDeps: No tables 2025.12.23 09:26:46.042104 [ 1 ] {} LoadingDeps: No tables 2025.12.23 09:26:46.042132 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2025.12.23 09:26:46.042382 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2025.12.23 09:26:46.042512 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2025.12.23 09:26:46.042529 [ 1 ] {} Application: Loaded metadata. 2025.12.23 09:26:46.042539 [ 1 ] {} Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). 2025.12.23 09:26:46.042550 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2025.12.23 09:26:46.046675 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.12.23 09:26:46.046879 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.82 MiB (RSS), difference: 92.05 MiB 2025.12.23 09:26:46.048376 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.353e-05 sec. 2025.12.23 09:26:46.048833 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2025.12.23 09:26:46.049587 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2025.12.23 09:26:46.049604 [ 1 ] {} Application: Ready for connections. 2025.12.23 09:26:46.050305 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47266 2025.12.23 09:26:46.055170 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:26:46.055247 [ 3 ] {} TCP-Session: 97de75df-bbcc-412d-9f7c-1fb4d3699d14 Authenticating user 'default' from [fd00:1122:3344:101::a]:47266 2025.12.23 09:26:46.055277 [ 3 ] {} TCP-Session: 97de75df-bbcc-412d-9f7c-1fb4d3699d14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:46.055345 [ 3 ] {} TCP-Session: 97de75df-bbcc-412d-9f7c-1fb4d3699d14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:46.055456 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.23 09:26:46.055483 [ 3 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.23 09:26:46.055562 [ 3 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.23 09:26:46.056271 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62250 2025.12.23 09:26:46.056275 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:59539 2025.12.23 09:26:46.056383 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47922 2025.12.23 09:26:46.056532 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:26:46.056614 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:26:46.056630 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:26:46.056672 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:46952 2025.12.23 09:26:46.056705 [ 5 ] {} TCP-Session: b78afa84-00ae-4cdc-a273-ba060fee9cab Authenticating user 'default' from [fd00:1122:3344:101::a]:62250 2025.12.23 09:26:46.056742 [ 254 ] {} TCP-Session: 9b66f80a-6d8f-4982-95b6-613a3ed8f582 Authenticating user 'default' from [fd00:1122:3344:101::a]:47922 2025.12.23 09:26:46.056721 [ 4 ] {} TCP-Session: 535d9748-eaf4-4cf2-bd6d-c80dd99003b1 Authenticating user 'default' from [fd00:1122:3344:101::a]:59539 2025.12.23 09:26:46.056834 [ 5 ] {} TCP-Session: b78afa84-00ae-4cdc-a273-ba060fee9cab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:46.056904 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55445 2025.12.23 09:26:46.056921 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60009 2025.12.23 09:26:46.056970 [ 5 ] {} TCP-Session: b78afa84-00ae-4cdc-a273-ba060fee9cab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:46.056876 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:26:46.057024 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60518 2025.12.23 09:26:46.056853 [ 254 ] {} TCP-Session: 9b66f80a-6d8f-4982-95b6-613a3ed8f582 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:46.056846 [ 4 ] {} TCP-Session: 535d9748-eaf4-4cf2-bd6d-c80dd99003b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:46.057144 [ 254 ] {} TCP-Session: 9b66f80a-6d8f-4982-95b6-613a3ed8f582 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:46.057129 [ 255 ] {} TCP-Session: 7f77e430-4b91-48ae-82e5-0127b5ea9e7c Authenticating user 'default' from [fd00:1122:3344:101::a]:46952 2025.12.23 09:26:46.057173 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:26:46.057228 [ 255 ] {} TCP-Session: 7f77e430-4b91-48ae-82e5-0127b5ea9e7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:46.057252 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:26:46.057208 [ 4 ] {} TCP-Session: 535d9748-eaf4-4cf2-bd6d-c80dd99003b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:46.057317 [ 258 ] {} TCP-Session: 62bdc39c-d549-4e48-a9be-2079fefebc88 Authenticating user 'default' from [fd00:1122:3344:101::a]:60518 2025.12.23 09:26:46.057326 [ 255 ] {} TCP-Session: 7f77e430-4b91-48ae-82e5-0127b5ea9e7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:46.057307 [ 257 ] {} TCP-Session: 06f4e886-745b-4550-8255-518e67f2d90d Authenticating user 'default' from [fd00:1122:3344:101::a]:55445 2025.12.23 09:26:46.057398 [ 258 ] {} TCP-Session: 62bdc39c-d549-4e48-a9be-2079fefebc88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:46.057116 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:26:46.057431 [ 257 ] {} TCP-Session: 06f4e886-745b-4550-8255-518e67f2d90d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:46.057472 [ 258 ] {} TCP-Session: 62bdc39c-d549-4e48-a9be-2079fefebc88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:46.057521 [ 256 ] {} TCP-Session: 8fcd9ec6-2f0f-48c6-826e-0d84bd1cc888 Authenticating user 'default' from [fd00:1122:3344:101::a]:60009 2025.12.23 09:26:46.057491 [ 257 ] {} TCP-Session: 06f4e886-745b-4550-8255-518e67f2d90d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:46.057635 [ 256 ] {} TCP-Session: 8fcd9ec6-2f0f-48c6-826e-0d84bd1cc888 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:46.057749 [ 256 ] {} TCP-Session: 8fcd9ec6-2f0f-48c6-826e-0d84bd1cc888 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:46.101790 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40873 2025.12.23 09:26:46.106364 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:26:46.106503 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:40873 2025.12.23 09:26:46.106529 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:46.106542 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:46.106665 [ 259 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.23 09:26:46.106703 [ 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 2025.12.23 09:26:46.106807 [ 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 2025.12.23 09:26:46.109310 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62782 2025.12.23 09:26:46.109569 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35641 2025.12.23 09:26:46.109583 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:26:46.109576 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44074 2025.12.23 09:26:46.109651 [ 260 ] {} TCP-Session: 12b7cb67-193f-4757-8a67-e6d82abee353 Authenticating user 'default' from [fd00:1122:3344:101::d]:62782 2025.12.23 09:26:46.109690 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34859 2025.12.23 09:26:46.109770 [ 260 ] {} TCP-Session: 12b7cb67-193f-4757-8a67-e6d82abee353 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:46.109788 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45891 2025.12.23 09:26:46.109790 [ 260 ] {} TCP-Session: 12b7cb67-193f-4757-8a67-e6d82abee353 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:46.109828 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:26:46.109932 [ 261 ] {} TCP-Session: 0c5192ca-3e73-4ac2-9c96-011b592760b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35641 2025.12.23 09:26:46.110001 [ 261 ] {} TCP-Session: 0c5192ca-3e73-4ac2-9c96-011b592760b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:46.110011 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41477 2025.12.23 09:26:46.110125 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:26:46.110141 [ 261 ] {} TCP-Session: 0c5192ca-3e73-4ac2-9c96-011b592760b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:46.110183 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Authenticating user 'default' from [fd00:1122:3344:101::d]:44074 2025.12.23 09:26:46.110240 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53875 2025.12.23 09:26:46.110242 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:26:46.110347 [ 263 ] {} TCP-Session: 6fbafafb-9039-49fd-8d09-ffdd14c46a80 Authenticating user 'default' from [fd00:1122:3344:101::d]:34859 2025.12.23 09:26:46.110397 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:46.110366 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:50972 2025.12.23 09:26:46.110365 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:26:46.110501 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:46.110488 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:26:46.110482 [ 263 ] {} TCP-Session: 6fbafafb-9039-49fd-8d09-ffdd14c46a80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:46.110612 [ 265 ] {} TCP-Session: 4966067a-cf8b-416a-82b3-2c94bd0323c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:41477 2025.12.23 09:26:46.110598 [ 266 ] {} TCP-Session: e8138020-85bb-45c3-ad4b-ec4d78b25dda Authenticating user 'default' from [fd00:1122:3344:101::d]:53875 2025.12.23 09:26:46.110669 [ 263 ] {} TCP-Session: 6fbafafb-9039-49fd-8d09-ffdd14c46a80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:46.110701 [ 265 ] {} TCP-Session: 4966067a-cf8b-416a-82b3-2c94bd0323c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:46.110684 [ 266 ] {} TCP-Session: e8138020-85bb-45c3-ad4b-ec4d78b25dda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:46.110775 [ 265 ] {} TCP-Session: 4966067a-cf8b-416a-82b3-2c94bd0323c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:46.110788 [ 266 ] {} TCP-Session: e8138020-85bb-45c3-ad4b-ec4d78b25dda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:46.111528 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:26:46.111565 [ 267 ] {} TCP-Session: 58b8e1d7-823f-4247-922c-68668586c762 Authenticating user 'default' from [fd00:1122:3344:101::d]:50972 2025.12.23 09:26:46.111582 [ 267 ] {} TCP-Session: 58b8e1d7-823f-4247-922c-68668586c762 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:46.111663 [ 267 ] {} TCP-Session: 58b8e1d7-823f-4247-922c-68668586c762 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:46.111736 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:26:46.111788 [ 264 ] {} TCP-Session: d7dc9355-f00f-489a-b12d-d43597d1f40e Authenticating user 'default' from [fd00:1122:3344:101::d]:45891 2025.12.23 09:26:46.111894 [ 264 ] {} TCP-Session: d7dc9355-f00f-489a-b12d-d43597d1f40e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:46.111914 [ 264 ] {} TCP-Session: d7dc9355-f00f-489a-b12d-d43597d1f40e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:46.114005 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:26:46.117272 [ 259 ] {0fd364de-4426-49ee-b97b-55145c764e7d} executeQuery: (from [fd00:1122:3344:101::d]:40873) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.23 09:26:46.236382 [ 259 ] {0fd364de-4426-49ee-b97b-55145c764e7d} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:40873) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.12.23 09:26:46.237497 [ 259 ] {0fd364de-4426-49ee-b97b-55145c764e7d} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.12.23 09:26:46.237857 [ 259 ] {0fd364de-4426-49ee-b97b-55145c764e7d} TCPHandler: Processed in 0.126295686 sec. 2025.12.23 09:26:46.238318 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:26:46.238563 [ 262 ] {a5e3712a-898d-4d3a-991b-db220d6b0482} executeQuery: (from [fd00:1122:3344:101::d]:44074) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.23 09:26:46.239110 [ 262 ] {a5e3712a-898d-4d3a-991b-db220d6b0482} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:44074) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.12.23 09:26:46.239436 [ 262 ] {a5e3712a-898d-4d3a-991b-db220d6b0482} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.12.23 09:26:46.239710 [ 262 ] {a5e3712a-898d-4d3a-991b-db220d6b0482} TCPHandler: Processed in 0.00158483 sec. 2025.12.23 09:26:46.240144 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:26:46.241020 [ 259 ] {3ef0dcd9-eb54-45fc-8a28-e5ebf4c83a81} executeQuery: (from [fd00:1122:3344:101::d]:40873) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2025.12.23 09:26:46.241725 [ 259 ] {3ef0dcd9-eb54-45fc-8a28-e5ebf4c83a81} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2025.12.23 09:26:46.243615 [ 259 ] {3ef0dcd9-eb54-45fc-8a28-e5ebf4c83a81} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2025.12.23 09:26:46.243719 [ 259 ] {3ef0dcd9-eb54-45fc-8a28-e5ebf4c83a81} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000138393 sec 2025.12.23 09:26:46.243736 [ 259 ] {3ef0dcd9-eb54-45fc-8a28-e5ebf4c83a81} ReferentialDeps: No tables 2025.12.23 09:26:46.243750 [ 259 ] {3ef0dcd9-eb54-45fc-8a28-e5ebf4c83a81} LoadingDeps: No tables 2025.12.23 09:26:46.243892 [ 259 ] {3ef0dcd9-eb54-45fc-8a28-e5ebf4c83a81} DatabaseAtomic (oximeter): Starting up tables. 2025.12.23 09:26:46.244588 [ 259 ] {3ef0dcd9-eb54-45fc-8a28-e5ebf4c83a81} TCPHandler: Processed in 0.004562897 sec. 2025.12.23 09:26:46.244743 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:26:46.244940 [ 259 ] {db38bced-5951-469f-80d4-1eefcbf2b72a} executeQuery: (from [fd00:1122:3344:101::d]:40873) /* The version table contains metadata about the `oximeter` database */ CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) 2025.12.23 09:26:46.245025 [ 259 ] {db38bced-5951-469f-80d4-1eefcbf2b72a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2025.12.23 09:26:46.250610 [ 259 ] {db38bced-5951-469f-80d4-1eefcbf2b72a} StoragePolicy (default): Storage policy default created, total volumes 1 2025.12.23 09:26:46.254165 [ 259 ] {db38bced-5951-469f-80d4-1eefcbf2b72a} oximeter.version (368d8028-bea8-4627-aca6-2bb5877aaad5): Loading data parts 2025.12.23 09:26:46.255219 [ 259 ] {db38bced-5951-469f-80d4-1eefcbf2b72a} oximeter.version (368d8028-bea8-4627-aca6-2bb5877aaad5): There are no data parts 2025.12.23 09:26:46.260923 [ 259 ] {db38bced-5951-469f-80d4-1eefcbf2b72a} TCPHandler: Processed in 0.016229505 sec. 2025.12.23 09:26:46.261231 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:26:46.261449 [ 259 ] {7db2da38-4503-4a15-b534-d59e0034da47} executeQuery: (from [fd00:1122:3344:101::d]:40873) /* The measurement tables contain all individual samples from each timeseries. * * Each table stores a single datum type, and otherwise contains nearly the same * structure. The primary sorting key is on the timeseries name, key, and then * timestamp, so that all timeseries from the same schema are grouped, followed * by all samples from the same timeseries. * * This reflects that one usually looks up the _key_ in one or more field table, * and then uses that to index quickly into the measurements tables. */ CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.23 09:26:46.261612 [ 259 ] {7db2da38-4503-4a15-b534-d59e0034da47} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2025.12.23 09:26:46.273973 [ 259 ] {7db2da38-4503-4a15-b534-d59e0034da47} oximeter.measurements_bool (ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4): Loading data parts 2025.12.23 09:26:46.274324 [ 259 ] {7db2da38-4503-4a15-b534-d59e0034da47} oximeter.measurements_bool (ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4): There are no data parts 2025.12.23 09:26:46.276101 [ 259 ] {7db2da38-4503-4a15-b534-d59e0034da47} TCPHandler: Processed in 0.014962482 sec. 2025.12.23 09:26:46.276323 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:26:46.276623 [ 259 ] {8c052099-84e0-46f6-9fa1-b5e1bf6f62bb} executeQuery: (from [fd00:1122:3344:101::d]:40873) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.23 09:26:46.276676 [ 259 ] {8c052099-84e0-46f6-9fa1-b5e1bf6f62bb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2025.12.23 09:26:46.279379 [ 259 ] {8c052099-84e0-46f6-9fa1-b5e1bf6f62bb} oximeter.measurements_i8 (fcddb907-d399-483d-b99a-31856982f091): Loading data parts 2025.12.23 09:26:46.279571 [ 259 ] {8c052099-84e0-46f6-9fa1-b5e1bf6f62bb} oximeter.measurements_i8 (fcddb907-d399-483d-b99a-31856982f091): There are no data parts 2025.12.23 09:26:46.282175 [ 259 ] {8c052099-84e0-46f6-9fa1-b5e1bf6f62bb} TCPHandler: Processed in 0.005941542 sec. 2025.12.23 09:26:46.282428 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:26:46.282597 [ 259 ] {82cfc861-3963-4727-b2a2-2cc697577320} executeQuery: (from [fd00:1122:3344:101::d]:40873) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.23 09:26:46.282729 [ 259 ] {82cfc861-3963-4727-b2a2-2cc697577320} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2025.12.23 09:26:46.285823 [ 259 ] {82cfc861-3963-4727-b2a2-2cc697577320} oximeter.measurements_u8 (5756b428-d014-40de-96ea-1d6cc095d034): Loading data parts 2025.12.23 09:26:46.286084 [ 259 ] {82cfc861-3963-4727-b2a2-2cc697577320} oximeter.measurements_u8 (5756b428-d014-40de-96ea-1d6cc095d034): There are no data parts 2025.12.23 09:26:46.287709 [ 259 ] {82cfc861-3963-4727-b2a2-2cc697577320} TCPHandler: Processed in 0.005330276 sec. 2025.12.23 09:26:46.287916 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:26:46.288200 [ 259 ] {59b1f538-9af0-400d-b5ae-2227b8254111} executeQuery: (from [fd00:1122:3344:101::d]:40873) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.23 09:26:46.288251 [ 259 ] {59b1f538-9af0-400d-b5ae-2227b8254111} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2025.12.23 09:26:46.290339 [ 259 ] {59b1f538-9af0-400d-b5ae-2227b8254111} oximeter.measurements_i16 (80f9027c-c2ee-4f41-84fc-f635ef7eef7f): Loading data parts 2025.12.23 09:26:46.290504 [ 259 ] {59b1f538-9af0-400d-b5ae-2227b8254111} oximeter.measurements_i16 (80f9027c-c2ee-4f41-84fc-f635ef7eef7f): There are no data parts 2025.12.23 09:26:46.292029 [ 259 ] {59b1f538-9af0-400d-b5ae-2227b8254111} TCPHandler: Processed in 0.004181507 sec. 2025.12.23 09:26:46.293043 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:26:46.293249 [ 259 ] {50641242-aef2-4909-a4ea-5950103b7f00} executeQuery: (from [fd00:1122:3344:101::d]:40873) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.23 09:26:46.293393 [ 259 ] {50641242-aef2-4909-a4ea-5950103b7f00} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2025.12.23 09:26:46.295272 [ 259 ] {50641242-aef2-4909-a4ea-5950103b7f00} oximeter.measurements_u16 (11092431-5032-4c9e-ac6b-ec252f62a4b6): Loading data parts 2025.12.23 09:26:46.295500 [ 259 ] {50641242-aef2-4909-a4ea-5950103b7f00} oximeter.measurements_u16 (11092431-5032-4c9e-ac6b-ec252f62a4b6): There are no data parts 2025.12.23 09:26:46.298025 [ 259 ] {50641242-aef2-4909-a4ea-5950103b7f00} TCPHandler: Processed in 0.005042829 sec. 2025.12.23 09:26:46.298211 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:26:46.298517 [ 259 ] {39178611-4a76-42c5-bdd7-f3e3e84a409c} executeQuery: (from [fd00:1122:3344:101::d]:40873) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.23 09:26:46.298576 [ 259 ] {39178611-4a76-42c5-bdd7-f3e3e84a409c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2025.12.23 09:26:46.302136 [ 259 ] {39178611-4a76-42c5-bdd7-f3e3e84a409c} oximeter.measurements_i32 (b5835f00-b2af-4d4c-9b39-fe538a4cfee3): Loading data parts 2025.12.23 09:26:46.302291 [ 259 ] {39178611-4a76-42c5-bdd7-f3e3e84a409c} oximeter.measurements_i32 (b5835f00-b2af-4d4c-9b39-fe538a4cfee3): There are no data parts 2025.12.23 09:26:46.304443 [ 259 ] {39178611-4a76-42c5-bdd7-f3e3e84a409c} TCPHandler: Processed in 0.006311581 sec. 2025.12.23 09:26:46.304726 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:26:46.304916 [ 259 ] {6d89fdc9-abde-4e04-b0c3-3a8b16b92a99} executeQuery: (from [fd00:1122:3344:101::d]:40873) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.23 09:26:46.305059 [ 259 ] {6d89fdc9-abde-4e04-b0c3-3a8b16b92a99} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2025.12.23 09:26:46.310231 [ 259 ] {6d89fdc9-abde-4e04-b0c3-3a8b16b92a99} oximeter.measurements_u32 (5a714458-c0bf-42a8-b1cd-b7f635f80c82): Loading data parts 2025.12.23 09:26:46.310465 [ 259 ] {6d89fdc9-abde-4e04-b0c3-3a8b16b92a99} oximeter.measurements_u32 (5a714458-c0bf-42a8-b1cd-b7f635f80c82): There are no data parts 2025.12.23 09:26:46.313659 [ 259 ] {6d89fdc9-abde-4e04-b0c3-3a8b16b92a99} TCPHandler: Processed in 0.00901499 sec. 2025.12.23 09:26:46.313831 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:26:46.314089 [ 259 ] {9dcf2c87-813b-479e-8e26-2928ad8a13ce} executeQuery: (from [fd00:1122:3344:101::d]:40873) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.23 09:26:46.314135 [ 259 ] {9dcf2c87-813b-479e-8e26-2928ad8a13ce} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2025.12.23 09:26:46.318400 [ 259 ] {9dcf2c87-813b-479e-8e26-2928ad8a13ce} oximeter.measurements_i64 (2635f74d-f6fa-4873-afb9-f8a7b629040d): Loading data parts 2025.12.23 09:26:46.318551 [ 259 ] {9dcf2c87-813b-479e-8e26-2928ad8a13ce} oximeter.measurements_i64 (2635f74d-f6fa-4873-afb9-f8a7b629040d): There are no data parts 2025.12.23 09:26:46.322964 [ 259 ] {9dcf2c87-813b-479e-8e26-2928ad8a13ce} TCPHandler: Processed in 0.009197815 sec. 2025.12.23 09:26:46.323199 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:26:46.323363 [ 259 ] {e1c44e87-b5bf-411a-9328-dc11fb543ec6} executeQuery: (from [fd00:1122:3344:101::d]:40873) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.23 09:26:46.323490 [ 259 ] {e1c44e87-b5bf-411a-9328-dc11fb543ec6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2025.12.23 09:26:46.327493 [ 259 ] {e1c44e87-b5bf-411a-9328-dc11fb543ec6} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Loading data parts 2025.12.23 09:26:46.327676 [ 259 ] {e1c44e87-b5bf-411a-9328-dc11fb543ec6} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): There are no data parts 2025.12.23 09:26:46.330842 [ 259 ] {e1c44e87-b5bf-411a-9328-dc11fb543ec6} TCPHandler: Processed in 0.007694727 sec. 2025.12.23 09:26:46.331000 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:26:46.331218 [ 259 ] {5096ee81-c0d5-4095-8eeb-f89f3368d44e} executeQuery: (from [fd00:1122:3344:101::d]:40873) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.23 09:26:46.331304 [ 259 ] {5096ee81-c0d5-4095-8eeb-f89f3368d44e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2025.12.23 09:26:46.335250 [ 259 ] {5096ee81-c0d5-4095-8eeb-f89f3368d44e} oximeter.measurements_f32 (01bbf092-7a3d-4546-99be-57777a881dd6): Loading data parts 2025.12.23 09:26:46.335370 [ 259 ] {5096ee81-c0d5-4095-8eeb-f89f3368d44e} oximeter.measurements_f32 (01bbf092-7a3d-4546-99be-57777a881dd6): There are no data parts 2025.12.23 09:26:46.338989 [ 259 ] {5096ee81-c0d5-4095-8eeb-f89f3368d44e} TCPHandler: Processed in 0.008038095 sec. 2025.12.23 09:26:46.339227 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:26:46.339384 [ 259 ] {b7dc4c6b-ba42-4132-8517-de3783b9b814} executeQuery: (from [fd00:1122:3344:101::d]:40873) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.23 09:26:46.339514 [ 259 ] {b7dc4c6b-ba42-4132-8517-de3783b9b814} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2025.12.23 09:26:46.343233 [ 259 ] {b7dc4c6b-ba42-4132-8517-de3783b9b814} oximeter.measurements_f64 (b7995074-f324-489b-8a3e-e8ccb953a5a6): Loading data parts 2025.12.23 09:26:46.343395 [ 259 ] {b7dc4c6b-ba42-4132-8517-de3783b9b814} oximeter.measurements_f64 (b7995074-f324-489b-8a3e-e8ccb953a5a6): There are no data parts 2025.12.23 09:26:46.347148 [ 259 ] {b7dc4c6b-ba42-4132-8517-de3783b9b814} TCPHandler: Processed in 0.007972004 sec. 2025.12.23 09:26:46.347333 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:26:46.347613 [ 259 ] {ff9d72ff-a561-4609-b198-b1f0b2b28edc} executeQuery: (from [fd00:1122:3344:101::d]:40873) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.23 09:26:46.347719 [ 259 ] {ff9d72ff-a561-4609-b198-b1f0b2b28edc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2025.12.23 09:26:46.351553 [ 259 ] {ff9d72ff-a561-4609-b198-b1f0b2b28edc} oximeter.measurements_string (580c6ad5-0647-4574-b1a2-86c07ceb4d15): Loading data parts 2025.12.23 09:26:46.351693 [ 259 ] {ff9d72ff-a561-4609-b198-b1f0b2b28edc} oximeter.measurements_string (580c6ad5-0647-4574-b1a2-86c07ceb4d15): There are no data parts 2025.12.23 09:26:46.354922 [ 259 ] {ff9d72ff-a561-4609-b198-b1f0b2b28edc} TCPHandler: Processed in 0.007652685 sec. 2025.12.23 09:26:46.355162 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:26:46.355332 [ 259 ] {326ce209-515c-43f1-b510-5eb48ccd177d} executeQuery: (from [fd00:1122:3344:101::d]:40873) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* * NOTE: Right now we can't unambiguously record a nullable byte array. * Arrays cannot be nested in `Nullable()` types, and encoding the array as * a string isn't palatable for a few reasons. * See: https://github.com/oxidecomputer/omicron/issues/4551 for more * details. */ datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.23 09:26:46.355475 [ 259 ] {326ce209-515c-43f1-b510-5eb48ccd177d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2025.12.23 09:26:46.358893 [ 259 ] {326ce209-515c-43f1-b510-5eb48ccd177d} oximeter.measurements_bytes (189b8407-40e4-416b-a459-c0f8317dc3d6): Loading data parts 2025.12.23 09:26:46.359047 [ 259 ] {326ce209-515c-43f1-b510-5eb48ccd177d} oximeter.measurements_bytes (189b8407-40e4-416b-a459-c0f8317dc3d6): There are no data parts 2025.12.23 09:26:46.361864 [ 259 ] {326ce209-515c-43f1-b510-5eb48ccd177d} TCPHandler: Processed in 0.006757012 sec. 2025.12.23 09:26:46.362114 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:26:46.362277 [ 259 ] {9ba77100-fd3e-4d04-ada6-569207657512} executeQuery: (from [fd00:1122:3344:101::d]:40873) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.23 09:26:46.362402 [ 259 ] {9ba77100-fd3e-4d04-ada6-569207657512} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2025.12.23 09:26:46.365112 [ 259 ] {9ba77100-fd3e-4d04-ada6-569207657512} oximeter.measurements_cumulativei64 (629efeaf-8179-464a-bbe2-00c9a1db9758): Loading data parts 2025.12.23 09:26:46.365490 [ 259 ] {9ba77100-fd3e-4d04-ada6-569207657512} oximeter.measurements_cumulativei64 (629efeaf-8179-464a-bbe2-00c9a1db9758): There are no data parts 2025.12.23 09:26:46.367579 [ 259 ] {9ba77100-fd3e-4d04-ada6-569207657512} TCPHandler: Processed in 0.005515791 sec. 2025.12.23 09:26:46.367724 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:26:46.367997 [ 259 ] {cdf18d1b-ecf2-479d-8b6f-8635f7816f48} executeQuery: (from [fd00:1122:3344:101::d]:40873) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.23 09:26:46.368120 [ 259 ] {cdf18d1b-ecf2-479d-8b6f-8635f7816f48} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2025.12.23 09:26:46.369948 [ 259 ] {cdf18d1b-ecf2-479d-8b6f-8635f7816f48} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Loading data parts 2025.12.23 09:26:46.370202 [ 259 ] {cdf18d1b-ecf2-479d-8b6f-8635f7816f48} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): There are no data parts 2025.12.23 09:26:46.371562 [ 259 ] {cdf18d1b-ecf2-479d-8b6f-8635f7816f48} TCPHandler: Processed in 0.003886409 sec. 2025.12.23 09:26:46.371726 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:26:46.371932 [ 259 ] {d9dc4dc9-f6a0-4627-8806-1dbc4cecf73a} executeQuery: (from [fd00:1122:3344:101::d]:40873) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.23 09:26:46.372090 [ 259 ] {d9dc4dc9-f6a0-4627-8806-1dbc4cecf73a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2025.12.23 09:26:46.374541 [ 259 ] {d9dc4dc9-f6a0-4627-8806-1dbc4cecf73a} oximeter.measurements_cumulativef32 (55f3bc6e-895d-4221-92b5-50c07a75f5a5): Loading data parts 2025.12.23 09:26:46.374682 [ 259 ] {d9dc4dc9-f6a0-4627-8806-1dbc4cecf73a} oximeter.measurements_cumulativef32 (55f3bc6e-895d-4221-92b5-50c07a75f5a5): There are no data parts 2025.12.23 09:26:46.377425 [ 259 ] {d9dc4dc9-f6a0-4627-8806-1dbc4cecf73a} TCPHandler: Processed in 0.005758087 sec. 2025.12.23 09:26:46.377721 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:26:46.377914 [ 259 ] {656370c7-22f2-4f66-87fa-e0cb03bb0f10} executeQuery: (from [fd00:1122:3344:101::d]:40873) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.23 09:26:46.378062 [ 259 ] {656370c7-22f2-4f66-87fa-e0cb03bb0f10} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2025.12.23 09:26:46.380429 [ 259 ] {656370c7-22f2-4f66-87fa-e0cb03bb0f10} oximeter.measurements_cumulativef64 (c160ed5f-69e8-498e-848a-de768fb2e78a): Loading data parts 2025.12.23 09:26:46.380662 [ 259 ] {656370c7-22f2-4f66-87fa-e0cb03bb0f10} oximeter.measurements_cumulativef64 (c160ed5f-69e8-498e-848a-de768fb2e78a): There are no data parts 2025.12.23 09:26:46.382746 [ 259 ] {656370c7-22f2-4f66-87fa-e0cb03bb0f10} TCPHandler: Processed in 0.00508195 sec. 2025.12.23 09:26:46.382903 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:26:46.383227 [ 259 ] {a7ff8bbc-159a-4d38-bdd7-a5ead05cad1c} executeQuery: (from [fd00:1122:3344:101::d]:40873) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* * NOTE: Array types cannot be Nullable, see * https://clickhouse.com/docs/en/sql-reference/data-types/nullable * for more details. * * This means we need to use empty arrays to indicate a missing value. This * is unfortunate, and at this point relies on the fact that an * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need * to figure out another way to represent missing samples here. */ bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.23 09:26:46.383376 [ 259 ] {a7ff8bbc-159a-4d38-bdd7-a5ead05cad1c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2025.12.23 09:26:46.386842 [ 259 ] {a7ff8bbc-159a-4d38-bdd7-a5ead05cad1c} oximeter.measurements_histogrami8 (1f6ae2b8-89d3-4d09-9cf9-a13fa031804b): Loading data parts 2025.12.23 09:26:46.386994 [ 259 ] {a7ff8bbc-159a-4d38-bdd7-a5ead05cad1c} oximeter.measurements_histogrami8 (1f6ae2b8-89d3-4d09-9cf9-a13fa031804b): There are no data parts 2025.12.23 09:26:46.389839 [ 259 ] {a7ff8bbc-159a-4d38-bdd7-a5ead05cad1c} TCPHandler: Processed in 0.006987429 sec. 2025.12.23 09:26:46.390096 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:26:46.390341 [ 259 ] {8fc2a0e0-a474-494c-8193-8a021c3f7317} executeQuery: (from [fd00:1122:3344:101::d]:40873) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.23 09:26:46.390496 [ 259 ] {8fc2a0e0-a474-494c-8193-8a021c3f7317} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2025.12.23 09:26:46.395702 [ 259 ] {8fc2a0e0-a474-494c-8193-8a021c3f7317} oximeter.measurements_histogramu8 (2b55ec14-bb62-4ea0-ae4b-70077a3fd066): Loading data parts 2025.12.23 09:26:46.396010 [ 259 ] {8fc2a0e0-a474-494c-8193-8a021c3f7317} oximeter.measurements_histogramu8 (2b55ec14-bb62-4ea0-ae4b-70077a3fd066): There are no data parts 2025.12.23 09:26:46.399302 [ 259 ] {8fc2a0e0-a474-494c-8193-8a021c3f7317} TCPHandler: Processed in 0.009267957 sec. 2025.12.23 09:26:46.399460 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:26:46.399779 [ 259 ] {0c2df350-f70f-47cb-956c-fdc53aa4d577} executeQuery: (from [fd00:1122:3344:101::d]:40873) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.23 09:26:46.399920 [ 259 ] {0c2df350-f70f-47cb-956c-fdc53aa4d577} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2025.12.23 09:26:46.403889 [ 259 ] {0c2df350-f70f-47cb-956c-fdc53aa4d577} oximeter.measurements_histogrami16 (e2664d78-26df-418e-a95d-e26dcb90d514): Loading data parts 2025.12.23 09:26:46.404054 [ 259 ] {0c2df350-f70f-47cb-956c-fdc53aa4d577} oximeter.measurements_histogrami16 (e2664d78-26df-418e-a95d-e26dcb90d514): There are no data parts 2025.12.23 09:26:46.407324 [ 259 ] {0c2df350-f70f-47cb-956c-fdc53aa4d577} TCPHandler: Processed in 0.007918243 sec. 2025.12.23 09:26:46.407586 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:26:46.407829 [ 259 ] {53629a9f-2eea-4312-b9ee-86871aab468b} executeQuery: (from [fd00:1122:3344:101::d]:40873) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.23 09:26:46.407988 [ 259 ] {53629a9f-2eea-4312-b9ee-86871aab468b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2025.12.23 09:26:46.412379 [ 259 ] {53629a9f-2eea-4312-b9ee-86871aab468b} oximeter.measurements_histogramu16 (f692319a-431c-4c70-a610-c35441526559): Loading data parts 2025.12.23 09:26:46.412617 [ 259 ] {53629a9f-2eea-4312-b9ee-86871aab468b} oximeter.measurements_histogramu16 (f692319a-431c-4c70-a610-c35441526559): There are no data parts 2025.12.23 09:26:46.417212 [ 259 ] {53629a9f-2eea-4312-b9ee-86871aab468b} TCPHandler: Processed in 0.009678737 sec. 2025.12.23 09:26:46.417401 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:26:46.417726 [ 259 ] {0f092b66-05dd-41ae-8a63-0d4f21f9ebc6} executeQuery: (from [fd00:1122:3344:101::d]:40873) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.23 09:26:46.417878 [ 259 ] {0f092b66-05dd-41ae-8a63-0d4f21f9ebc6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2025.12.23 09:26:46.421981 [ 259 ] {0f092b66-05dd-41ae-8a63-0d4f21f9ebc6} oximeter.measurements_histogrami32 (93a30c68-63da-467c-8c5f-1a79333dc0d0): Loading data parts 2025.12.23 09:26:46.422141 [ 259 ] {0f092b66-05dd-41ae-8a63-0d4f21f9ebc6} oximeter.measurements_histogrami32 (93a30c68-63da-467c-8c5f-1a79333dc0d0): There are no data parts 2025.12.23 09:26:46.423955 [ 259 ] {0f092b66-05dd-41ae-8a63-0d4f21f9ebc6} TCPHandler: Processed in 0.006620469 sec. 2025.12.23 09:26:46.424216 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:26:46.424434 [ 259 ] {dac1047c-f180-460c-9b05-6ef5e6a0278b} executeQuery: (from [fd00:1122:3344:101::d]:40873) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.23 09:26:46.424579 [ 259 ] {dac1047c-f180-460c-9b05-6ef5e6a0278b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2025.12.23 09:26:46.427587 [ 259 ] {dac1047c-f180-460c-9b05-6ef5e6a0278b} oximeter.measurements_histogramu32 (e63545d7-237e-4c7b-825e-1811e5f8628e): Loading data parts 2025.12.23 09:26:46.427917 [ 259 ] {dac1047c-f180-460c-9b05-6ef5e6a0278b} oximeter.measurements_histogramu32 (e63545d7-237e-4c7b-825e-1811e5f8628e): There are no data parts 2025.12.23 09:26:46.430661 [ 259 ] {dac1047c-f180-460c-9b05-6ef5e6a0278b} TCPHandler: Processed in 0.006495946 sec. 2025.12.23 09:26:46.430815 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:26:46.431197 [ 259 ] {cc04973f-7f46-452d-aed6-ff7a48a2c4bf} executeQuery: (from [fd00:1122:3344:101::d]:40873) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.23 09:26:46.431368 [ 259 ] {cc04973f-7f46-452d-aed6-ff7a48a2c4bf} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2025.12.23 09:26:46.435058 [ 259 ] {cc04973f-7f46-452d-aed6-ff7a48a2c4bf} oximeter.measurements_histogrami64 (120ffd32-3c77-4e9a-9f4d-66c01bc3d4b3): Loading data parts 2025.12.23 09:26:46.435209 [ 259 ] {cc04973f-7f46-452d-aed6-ff7a48a2c4bf} oximeter.measurements_histogrami64 (120ffd32-3c77-4e9a-9f4d-66c01bc3d4b3): There are no data parts 2025.12.23 09:26:46.438278 [ 259 ] {cc04973f-7f46-452d-aed6-ff7a48a2c4bf} TCPHandler: Processed in 0.007515252 sec. 2025.12.23 09:26:46.438541 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:26:46.438759 [ 259 ] {27ac2fcc-f052-4e8e-b8c6-40d1b8f57b4d} executeQuery: (from [fd00:1122:3344:101::d]:40873) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.23 09:26:46.438901 [ 259 ] {27ac2fcc-f052-4e8e-b8c6-40d1b8f57b4d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2025.12.23 09:26:46.441290 [ 259 ] {27ac2fcc-f052-4e8e-b8c6-40d1b8f57b4d} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Loading data parts 2025.12.23 09:26:46.441561 [ 259 ] {27ac2fcc-f052-4e8e-b8c6-40d1b8f57b4d} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): There are no data parts 2025.12.23 09:26:46.443568 [ 259 ] {27ac2fcc-f052-4e8e-b8c6-40d1b8f57b4d} TCPHandler: Processed in 0.005077309 sec. 2025.12.23 09:26:46.443731 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:26:46.444108 [ 259 ] {d30cb18c-91a5-4a34-ae81-e692ad3507ab} executeQuery: (from [fd00:1122:3344:101::d]:40873) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.23 09:26:46.444284 [ 259 ] {d30cb18c-91a5-4a34-ae81-e692ad3507ab} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2025.12.23 09:26:46.446755 [ 259 ] {d30cb18c-91a5-4a34-ae81-e692ad3507ab} oximeter.measurements_histogramf32 (68ee8c90-99eb-47c7-b6b9-93f54146afb1): Loading data parts 2025.12.23 09:26:46.447021 [ 259 ] {d30cb18c-91a5-4a34-ae81-e692ad3507ab} oximeter.measurements_histogramf32 (68ee8c90-99eb-47c7-b6b9-93f54146afb1): There are no data parts 2025.12.23 09:26:46.449763 [ 259 ] {d30cb18c-91a5-4a34-ae81-e692ad3507ab} TCPHandler: Processed in 0.006080856 sec. 2025.12.23 09:26:46.450021 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:26:46.450243 [ 259 ] {8bcf35aa-43b4-4e3c-a7b5-870482ee15c3} executeQuery: (from [fd00:1122:3344:101::d]:40873) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.23 09:26:46.450392 [ 259 ] {8bcf35aa-43b4-4e3c-a7b5-870482ee15c3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2025.12.23 09:26:46.454205 [ 259 ] {8bcf35aa-43b4-4e3c-a7b5-870482ee15c3} oximeter.measurements_histogramf64 (b9bc744f-2203-44e5-bde4-3b3fb3f23629): Loading data parts 2025.12.23 09:26:46.454454 [ 259 ] {8bcf35aa-43b4-4e3c-a7b5-870482ee15c3} oximeter.measurements_histogramf64 (b9bc744f-2203-44e5-bde4-3b3fb3f23629): There are no data parts 2025.12.23 09:26:46.457881 [ 259 ] {8bcf35aa-43b4-4e3c-a7b5-870482ee15c3} TCPHandler: Processed in 0.007910462 sec. 2025.12.23 09:26:46.458045 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:26:46.458315 [ 259 ] {6134f09a-231c-44cb-92e1-689aef8e4b15} executeQuery: (from [fd00:1122:3344:101::d]:40873) /* The field tables store named dimensions of each timeseries. * * As with the measurement tables, there is one field table for each field data * type. Fields are deduplicated by using the "replacing merge tree", though * this behavior **must not** be relied upon for query correctness. * * The index for the fields differs from the measurements, however. Rows are * sorted by timeseries name, then field name, field value, and finally * timeseries key. This reflects the most common pattern for looking them up: * by field name and possibly value, within a timeseries. The resulting keys are * usually then used to look up measurements. * * NOTE: We may want to consider a secondary index on these tables, sorting by * timeseries name and then key, since it would improve lookups where one * already has the key. Realistically though, these tables are quite small and * so performance benefits will be low in absolute terms. * * TTL: We use a materialized column to expire old field table records. This * column is generated automatically by the database whenever a new row is * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` * query. Since these tables are `ReplacingMergeTree`s, that means the last * record will remain during a deduplication, which will have the last * timestamp. ClickHouse will then expire old data for us, similar to the * measurement tables. */ CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.23 09:26:46.458451 [ 259 ] {6134f09a-231c-44cb-92e1-689aef8e4b15} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2025.12.23 09:26:46.461775 [ 259 ] {6134f09a-231c-44cb-92e1-689aef8e4b15} oximeter.fields_bool (a14163a3-4257-4c96-a81d-e31202f6b063): Loading data parts 2025.12.23 09:26:46.461994 [ 259 ] {6134f09a-231c-44cb-92e1-689aef8e4b15} oximeter.fields_bool (a14163a3-4257-4c96-a81d-e31202f6b063): There are no data parts 2025.12.23 09:26:46.464126 [ 259 ] {6134f09a-231c-44cb-92e1-689aef8e4b15} TCPHandler: Processed in 0.006133997 sec. 2025.12.23 09:26:46.464325 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:26:46.464656 [ 259 ] {ae405e6d-a039-4b7b-92fc-6ab1f569108e} executeQuery: (from [fd00:1122:3344:101::d]:40873) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.23 09:26:46.464834 [ 259 ] {ae405e6d-a039-4b7b-92fc-6ab1f569108e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2025.12.23 09:26:46.467548 [ 259 ] {ae405e6d-a039-4b7b-92fc-6ab1f569108e} oximeter.fields_i8 (19756b16-aa18-4a8e-bc55-513acd339070): Loading data parts 2025.12.23 09:26:46.467744 [ 259 ] {ae405e6d-a039-4b7b-92fc-6ab1f569108e} oximeter.fields_i8 (19756b16-aa18-4a8e-bc55-513acd339070): There are no data parts 2025.12.23 09:26:46.471483 [ 259 ] {ae405e6d-a039-4b7b-92fc-6ab1f569108e} TCPHandler: Processed in 0.007230524 sec. 2025.12.23 09:26:46.471670 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:26:46.471862 [ 259 ] {0af9157c-2fba-4566-bf6e-de9fcf273796} executeQuery: (from [fd00:1122:3344:101::d]:40873) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.23 09:26:46.472011 [ 259 ] {0af9157c-2fba-4566-bf6e-de9fcf273796} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2025.12.23 09:26:46.474358 [ 259 ] {0af9157c-2fba-4566-bf6e-de9fcf273796} oximeter.fields_u8 (aafc8dfa-6e62-4213-a992-39e4280a19a6): Loading data parts 2025.12.23 09:26:46.474526 [ 259 ] {0af9157c-2fba-4566-bf6e-de9fcf273796} oximeter.fields_u8 (aafc8dfa-6e62-4213-a992-39e4280a19a6): There are no data parts 2025.12.23 09:26:46.475641 [ 259 ] {0af9157c-2fba-4566-bf6e-de9fcf273796} TCPHandler: Processed in 0.004043344 sec. 2025.12.23 09:26:46.475838 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:26:46.476049 [ 259 ] {4dbcae2f-9036-40e9-a953-26c829e5b3a0} executeQuery: (from [fd00:1122:3344:101::d]:40873) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.23 09:26:46.476170 [ 259 ] {4dbcae2f-9036-40e9-a953-26c829e5b3a0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2025.12.23 09:26:46.477830 [ 259 ] {4dbcae2f-9036-40e9-a953-26c829e5b3a0} oximeter.fields_i16 (8d7fe79b-86f4-4d5a-b54c-2b26224a25e1): Loading data parts 2025.12.23 09:26:46.477982 [ 259 ] {4dbcae2f-9036-40e9-a953-26c829e5b3a0} oximeter.fields_i16 (8d7fe79b-86f4-4d5a-b54c-2b26224a25e1): There are no data parts 2025.12.23 09:26:46.479337 [ 259 ] {4dbcae2f-9036-40e9-a953-26c829e5b3a0} TCPHandler: Processed in 0.003550411 sec. 2025.12.23 09:26:46.479481 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:26:46.479644 [ 259 ] {8bc7b359-d2bd-4baa-abc1-c0adadfd398f} executeQuery: (from [fd00:1122:3344:101::d]:40873) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.23 09:26:46.479783 [ 259 ] {8bc7b359-d2bd-4baa-abc1-c0adadfd398f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2025.12.23 09:26:46.482484 [ 259 ] {8bc7b359-d2bd-4baa-abc1-c0adadfd398f} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Loading data parts 2025.12.23 09:26:46.482634 [ 259 ] {8bc7b359-d2bd-4baa-abc1-c0adadfd398f} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): There are no data parts 2025.12.23 09:26:46.484174 [ 259 ] {8bc7b359-d2bd-4baa-abc1-c0adadfd398f} TCPHandler: Processed in 0.004743252 sec. 2025.12.23 09:26:46.484447 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:26:46.484647 [ 259 ] {8f5a5fde-de16-4fed-bf0b-02292349d892} executeQuery: (from [fd00:1122:3344:101::d]:40873) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.23 09:26:46.485437 [ 259 ] {8f5a5fde-de16-4fed-bf0b-02292349d892} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2025.12.23 09:26:46.488251 [ 259 ] {8f5a5fde-de16-4fed-bf0b-02292349d892} oximeter.fields_i32 (43fee8de-2295-409e-9adb-e076d3e95d53): Loading data parts 2025.12.23 09:26:46.488555 [ 259 ] {8f5a5fde-de16-4fed-bf0b-02292349d892} oximeter.fields_i32 (43fee8de-2295-409e-9adb-e076d3e95d53): There are no data parts 2025.12.23 09:26:46.491201 [ 259 ] {8f5a5fde-de16-4fed-bf0b-02292349d892} TCPHandler: Processed in 0.006817064 sec. 2025.12.23 09:26:46.491360 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:26:46.491578 [ 259 ] {20fbc69d-a5a8-4b1f-94f8-7699b6a7eca4} executeQuery: (from [fd00:1122:3344:101::d]:40873) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.23 09:26:46.491671 [ 259 ] {20fbc69d-a5a8-4b1f-94f8-7699b6a7eca4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2025.12.23 09:26:46.493932 [ 259 ] {20fbc69d-a5a8-4b1f-94f8-7699b6a7eca4} oximeter.fields_u32 (d4478a7b-5e34-44bf-90e4-f163ea7d0fe4): Loading data parts 2025.12.23 09:26:46.494156 [ 259 ] {20fbc69d-a5a8-4b1f-94f8-7699b6a7eca4} oximeter.fields_u32 (d4478a7b-5e34-44bf-90e4-f163ea7d0fe4): There are no data parts 2025.12.23 09:26:46.496670 [ 259 ] {20fbc69d-a5a8-4b1f-94f8-7699b6a7eca4} TCPHandler: Processed in 0.005364067 sec. 2025.12.23 09:26:46.497038 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:26:46.497241 [ 259 ] {f7f4f4b6-08ab-4a48-a558-b1ecce3da404} executeQuery: (from [fd00:1122:3344:101::d]:40873) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.23 09:26:46.497428 [ 259 ] {f7f4f4b6-08ab-4a48-a558-b1ecce3da404} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2025.12.23 09:26:46.500968 [ 259 ] {f7f4f4b6-08ab-4a48-a558-b1ecce3da404} oximeter.fields_i64 (03c08349-5faf-4f61-9ef3-549471e6a9c7): Loading data parts 2025.12.23 09:26:46.501307 [ 259 ] {f7f4f4b6-08ab-4a48-a558-b1ecce3da404} oximeter.fields_i64 (03c08349-5faf-4f61-9ef3-549471e6a9c7): There are no data parts 2025.12.23 09:26:46.503473 [ 259 ] {f7f4f4b6-08ab-4a48-a558-b1ecce3da404} TCPHandler: Processed in 0.006506226 sec. 2025.12.23 09:26:46.503666 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:26:46.503964 [ 259 ] {60b179c7-63ca-49df-927d-b3028a15a3ea} executeQuery: (from [fd00:1122:3344:101::d]:40873) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.23 09:26:46.504067 [ 259 ] {60b179c7-63ca-49df-927d-b3028a15a3ea} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2025.12.23 09:26:46.506721 [ 259 ] {60b179c7-63ca-49df-927d-b3028a15a3ea} oximeter.fields_u64 (db29ce50-a93e-46ee-9cc5-ce1969cfc78a): Loading data parts 2025.12.23 09:26:46.506921 [ 259 ] {60b179c7-63ca-49df-927d-b3028a15a3ea} oximeter.fields_u64 (db29ce50-a93e-46ee-9cc5-ce1969cfc78a): There are no data parts 2025.12.23 09:26:46.509214 [ 259 ] {60b179c7-63ca-49df-927d-b3028a15a3ea} TCPHandler: Processed in 0.005617003 sec. 2025.12.23 09:26:46.509473 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:26:46.509635 [ 259 ] {4d89472d-f4cf-41a0-b7b6-febf0660dc57} executeQuery: (from [fd00:1122:3344:101::d]:40873) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.23 09:26:46.509781 [ 259 ] {4d89472d-f4cf-41a0-b7b6-febf0660dc57} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2025.12.23 09:26:46.511874 [ 259 ] {4d89472d-f4cf-41a0-b7b6-febf0660dc57} oximeter.fields_ipaddr (d154834d-033d-4c99-ba0c-394bcbfa5713): Loading data parts 2025.12.23 09:26:46.512183 [ 259 ] {4d89472d-f4cf-41a0-b7b6-febf0660dc57} oximeter.fields_ipaddr (d154834d-033d-4c99-ba0c-394bcbfa5713): There are no data parts 2025.12.23 09:26:46.513579 [ 259 ] {4d89472d-f4cf-41a0-b7b6-febf0660dc57} TCPHandler: Processed in 0.004157586 sec. 2025.12.23 09:26:46.513742 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:26:46.514025 [ 259 ] {60594707-895f-4c7e-bace-a1666f01cbd0} executeQuery: (from [fd00:1122:3344:101::d]:40873) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.23 09:26:46.514171 [ 259 ] {60594707-895f-4c7e-bace-a1666f01cbd0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2025.12.23 09:26:46.516086 [ 259 ] {60594707-895f-4c7e-bace-a1666f01cbd0} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Loading data parts 2025.12.23 09:26:46.516303 [ 259 ] {60594707-895f-4c7e-bace-a1666f01cbd0} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): There are no data parts 2025.12.23 09:26:46.517781 [ 259 ] {60594707-895f-4c7e-bace-a1666f01cbd0} TCPHandler: Processed in 0.004090114 sec. 2025.12.23 09:26:46.517938 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:26:46.518097 [ 259 ] {73b43cde-0c58-4f86-8f8b-177be22d818d} executeQuery: (from [fd00:1122:3344:101::d]:40873) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.23 09:26:46.518236 [ 259 ] {73b43cde-0c58-4f86-8f8b-177be22d818d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2025.12.23 09:26:46.521628 [ 259 ] {73b43cde-0c58-4f86-8f8b-177be22d818d} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Loading data parts 2025.12.23 09:26:46.521918 [ 259 ] {73b43cde-0c58-4f86-8f8b-177be22d818d} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): There are no data parts 2025.12.23 09:26:46.523673 [ 259 ] {73b43cde-0c58-4f86-8f8b-177be22d818d} TCPHandler: Processed in 0.005784778 sec. 2025.12.23 09:26:46.523846 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:26:46.524263 [ 259 ] {396031f8-5a07-43c9-b208-2970052774a8} executeQuery: (from [fd00:1122:3344:101::d]:40873) /* The timeseries schema table stores the extracted schema for the samples * oximeter collects. */ CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) 2025.12.23 09:26:46.524443 [ 259 ] {396031f8-5a07-43c9-b208-2970052774a8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2025.12.23 09:26:46.527498 [ 259 ] {396031f8-5a07-43c9-b208-2970052774a8} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a): Loading data parts 2025.12.23 09:26:46.527791 [ 259 ] {396031f8-5a07-43c9-b208-2970052774a8} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a): There are no data parts 2025.12.23 09:26:46.530383 [ 259 ] {396031f8-5a07-43c9-b208-2970052774a8} TCPHandler: Processed in 0.006586898 sec. 2025.12.23 09:26:46.530649 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:26:46.531092 [ 262 ] {4f85cc21-f2aa-4415-83fe-8717c663cb4a} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2025.12.23 09:26:46.532535 [ 262 ] {4f85cc21-f2aa-4415-83fe-8717c663cb4a} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2025.12.23 09:26:46.549559 [ 269 ] {4f85cc21-f2aa-4415-83fe-8717c663cb4a} oximeter.version (368d8028-bea8-4627-aca6-2bb5877aaad5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:26:46.549723 [ 269 ] {4f85cc21-f2aa-4415-83fe-8717c663cb4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB. 2025.12.23 09:26:46.554761 [ 269 ] {4f85cc21-f2aa-4415-83fe-8717c663cb4a} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.23 09:26:46.555415 [ 269 ] {4f85cc21-f2aa-4415-83fe-8717c663cb4a} oximeter.version (368d8028-bea8-4627-aca6-2bb5877aaad5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:26:46.555814 [ 262 ] {4f85cc21-f2aa-4415-83fe-8717c663cb4a} executeQuery: Read 1 rows, 16.00 B in 0.02489 sec., 40.17677782241864 rows/sec., 642.83 B/sec. 2025.12.23 09:26:46.556104 [ 262 ] {4f85cc21-f2aa-4415-83fe-8717c663cb4a} TCPHandler: Processed in 0.025587634 sec. 2025.12.23 09:26:47.000170 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 124.24 MiB, peak 124.24 MiB, free memory in arenas 0.00 B, will set to 138.63 MiB (RSS), difference: 14.39 MiB 2025.12.23 09:26:47.823249 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43452 2025.12.23 09:26:47.824310 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:26:47.824367 [ 270 ] {} TCP-Session: 5067daab-6697-46f5-8357-08627aae711a Authenticating user 'default' from [fd00:1122:3344:101::c]:43452 2025.12.23 09:26:47.824488 [ 270 ] {} TCP-Session: 5067daab-6697-46f5-8357-08627aae711a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:47.824506 [ 270 ] {} TCP-Session: 5067daab-6697-46f5-8357-08627aae711a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:47.824575 [ 270 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.23 09:26:47.824688 [ 270 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.23 09:26:47.824709 [ 270 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.23 09:26:47.825279 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34497 2025.12.23 09:26:47.825330 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:64865 2025.12.23 09:26:47.825423 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58743 2025.12.23 09:26:47.825460 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:26:47.825569 [ 271 ] {} TCP-Session: ab19c054-3e31-4ed4-aa5a-fae2358b2ee7 Authenticating user 'default' from [fd00:1122:3344:101::c]:34497 2025.12.23 09:26:47.825574 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:26:47.825656 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40519 2025.12.23 09:26:47.825599 [ 271 ] {} TCP-Session: ab19c054-3e31-4ed4-aa5a-fae2358b2ee7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:47.825557 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58777 2025.12.23 09:26:47.825728 [ 271 ] {} TCP-Session: ab19c054-3e31-4ed4-aa5a-fae2358b2ee7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:47.825791 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:42229 2025.12.23 09:26:47.825726 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:26:47.825736 [ 272 ] {} TCP-Session: 236018c2-3f34-459c-a4cd-264d1d715c9f Authenticating user 'default' from [fd00:1122:3344:101::c]:64865 2025.12.23 09:26:47.825887 [ 273 ] {} TCP-Session: 6b517baf-349d-4024-b06d-c38af4a31704 Authenticating user 'default' from [fd00:1122:3344:101::c]:58743 2025.12.23 09:26:47.825936 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53390 2025.12.23 09:26:47.825979 [ 272 ] {} TCP-Session: 236018c2-3f34-459c-a4cd-264d1d715c9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:47.826005 [ 272 ] {} TCP-Session: 236018c2-3f34-459c-a4cd-264d1d715c9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:47.826036 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:26:47.826071 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:26:47.826007 [ 273 ] {} TCP-Session: 6b517baf-349d-4024-b06d-c38af4a31704 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:47.826176 [ 274 ] {} TCP-Session: 8a99b6aa-3014-4458-b51b-e0e42267cb30 Authenticating user 'default' from [fd00:1122:3344:101::c]:58777 2025.12.23 09:26:47.826146 [ 275 ] {} TCP-Session: a4cc0355-ba4b-4edb-b503-1302a1d98e4e Authenticating user 'default' from [fd00:1122:3344:101::c]:40519 2025.12.23 09:26:47.826226 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:26:47.826289 [ 275 ] {} TCP-Session: a4cc0355-ba4b-4edb-b503-1302a1d98e4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:47.826309 [ 274 ] {} TCP-Session: 8a99b6aa-3014-4458-b51b-e0e42267cb30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:47.826228 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:26:47.826393 [ 275 ] {} TCP-Session: a4cc0355-ba4b-4edb-b503-1302a1d98e4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:47.826377 [ 274 ] {} TCP-Session: 8a99b6aa-3014-4458-b51b-e0e42267cb30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:47.826370 [ 277 ] {} TCP-Session: 7a7d675b-dbd1-4e5f-83b6-1a10e9480e1c Authenticating user 'default' from [fd00:1122:3344:101::c]:53390 2025.12.23 09:26:47.826496 [ 276 ] {} TCP-Session: eb451c20-fff8-4ecc-b1bd-af415d9928ee Authenticating user 'default' from [fd00:1122:3344:101::c]:42229 2025.12.23 09:26:47.826269 [ 273 ] {} TCP-Session: 6b517baf-349d-4024-b06d-c38af4a31704 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:47.826600 [ 277 ] {} TCP-Session: 7a7d675b-dbd1-4e5f-83b6-1a10e9480e1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:47.826622 [ 276 ] {} TCP-Session: eb451c20-fff8-4ecc-b1bd-af415d9928ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:47.826714 [ 277 ] {} TCP-Session: 7a7d675b-dbd1-4e5f-83b6-1a10e9480e1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:47.826727 [ 276 ] {} TCP-Session: eb451c20-fff8-4ecc-b1bd-af415d9928ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:47.853168 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62757 2025.12.23 09:26:47.854292 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:26:47.854323 [ 278 ] {} TCP-Session: cdfaa99f-f8c8-4a89-b500-20568eeb0448 Authenticating user 'default' from [fd00:1122:3344:101::b]:62757 2025.12.23 09:26:47.854342 [ 278 ] {} TCP-Session: cdfaa99f-f8c8-4a89-b500-20568eeb0448 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:47.854476 [ 278 ] {} TCP-Session: cdfaa99f-f8c8-4a89-b500-20568eeb0448 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:47.854546 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.23 09:26:47.854572 [ 278 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.23 09:26:47.854662 [ 278 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.23 09:26:47.856294 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:35608 2025.12.23 09:26:47.856370 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50911 2025.12.23 09:26:47.856462 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:26:47.856524 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62828 2025.12.23 09:26:47.856460 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51956 2025.12.23 09:26:47.856588 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:26:47.856614 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51469 2025.12.23 09:26:47.856649 [ 280 ] {} TCP-Session: cfea6d4f-ad6f-4120-9d6f-fd2214569e21 Authenticating user 'default' from [fd00:1122:3344:101::b]:50911 2025.12.23 09:26:47.856623 [ 279 ] {} TCP-Session: dfd78118-d492-4134-9acc-04d15f453aeb Authenticating user 'default' from [fd00:1122:3344:101::b]:35608 2025.12.23 09:26:47.856718 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:59487 2025.12.23 09:26:47.856766 [ 279 ] {} TCP-Session: dfd78118-d492-4134-9acc-04d15f453aeb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:47.856790 [ 280 ] {} TCP-Session: cfea6d4f-ad6f-4120-9d6f-fd2214569e21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:47.856874 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:26:47.856890 [ 279 ] {} TCP-Session: dfd78118-d492-4134-9acc-04d15f453aeb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:47.856956 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:26:47.856922 [ 281 ] {} TCP-Session: d5391c28-440c-4b7e-9647-57224e207c7f Authenticating user 'default' from [fd00:1122:3344:101::b]:51956 2025.12.23 09:26:47.856912 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:38863 2025.12.23 09:26:47.857037 [ 282 ] {} TCP-Session: a41d91b7-0cfa-45e2-aad5-d486eeec9793 Authenticating user 'default' from [fd00:1122:3344:101::b]:62828 2025.12.23 09:26:47.857021 [ 281 ] {} TCP-Session: d5391c28-440c-4b7e-9647-57224e207c7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:47.857110 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:26:47.856906 [ 280 ] {} TCP-Session: cfea6d4f-ad6f-4120-9d6f-fd2214569e21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:47.857183 [ 282 ] {} TCP-Session: a41d91b7-0cfa-45e2-aad5-d486eeec9793 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:47.857167 [ 281 ] {} TCP-Session: d5391c28-440c-4b7e-9647-57224e207c7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:47.857250 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:26:47.857302 [ 282 ] {} TCP-Session: a41d91b7-0cfa-45e2-aad5-d486eeec9793 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:47.857160 [ 283 ] {} TCP-Session: 5877a6bd-31cb-4065-b007-262328d47d0b Authenticating user 'default' from [fd00:1122:3344:101::b]:51469 2025.12.23 09:26:47.857134 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:26:47.857399 [ 283 ] {} TCP-Session: 5877a6bd-31cb-4065-b007-262328d47d0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:47.857385 [ 285 ] {} TCP-Session: c26860bb-5971-4e90-a598-b69cdaf0baf9 Authenticating user 'default' from [fd00:1122:3344:101::b]:38863 2025.12.23 09:26:47.857507 [ 285 ] {} TCP-Session: c26860bb-5971-4e90-a598-b69cdaf0baf9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:47.857517 [ 283 ] {} TCP-Session: 5877a6bd-31cb-4065-b007-262328d47d0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:47.857508 [ 284 ] {} TCP-Session: e73d42c0-d17e-4f8f-9333-abb8a64fdc55 Authenticating user 'default' from [fd00:1122:3344:101::b]:59487 2025.12.23 09:26:47.857626 [ 285 ] {} TCP-Session: c26860bb-5971-4e90-a598-b69cdaf0baf9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:47.857641 [ 284 ] {} TCP-Session: e73d42c0-d17e-4f8f-9333-abb8a64fdc55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:47.857743 [ 284 ] {} TCP-Session: e73d42c0-d17e-4f8f-9333-abb8a64fdc55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:48.000170 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 138.72 MiB, peak 138.72 MiB, free memory in arenas 0.00 B, will set to 139.80 MiB (RSS), difference: 1.09 MiB 2025.12.23 09:26:51.700602 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50225 2025.12.23 09:26:51.701159 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:26:51.701195 [ 286 ] {} TCP-Session: 6bb05dfe-5fc5-44de-b7fa-a65789dfb4f5 Authenticating user 'default' from [fd00:1122:3344:101::e]:50225 2025.12.23 09:26:51.701315 [ 286 ] {} TCP-Session: 6bb05dfe-5fc5-44de-b7fa-a65789dfb4f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:51.701332 [ 286 ] {} TCP-Session: 6bb05dfe-5fc5-44de-b7fa-a65789dfb4f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:51.701404 [ 286 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.23 09:26:51.701518 [ 286 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.23 09:26:51.701537 [ 286 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.23 09:26:51.702407 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51496 2025.12.23 09:26:51.702493 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51781 2025.12.23 09:26:51.702579 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43095 2025.12.23 09:26:51.702693 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52446 2025.12.23 09:26:51.702646 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:26:51.702799 [ 287 ] {} TCP-Session: bea61ada-2c8d-4a56-8edc-2dabfdd0c9f3 Authenticating user 'default' from [fd00:1122:3344:101::e]:51496 2025.12.23 09:26:51.702865 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46143 2025.12.23 09:26:51.702891 [ 287 ] {} TCP-Session: bea61ada-2c8d-4a56-8edc-2dabfdd0c9f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:51.702913 [ 286 ] {} TCP-Session: 6bb05dfe-5fc5-44de-b7fa-a65789dfb4f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:26:51.702961 [ 287 ] {} TCP-Session: bea61ada-2c8d-4a56-8edc-2dabfdd0c9f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:51.703017 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34351 2025.12.23 09:26:51.703025 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:26:51.703065 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:26:51.703126 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:26:51.703129 [ 290 ] {} TCP-Session: f025b38d-7ed2-401f-8bb2-3714787f835f Authenticating user 'default' from [fd00:1122:3344:101::e]:52446 2025.12.23 09:26:51.703207 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:26:51.703303 [ 288 ] {} TCP-Session: efdbebb3-dcdc-4155-841b-4ae51ad83813 Authenticating user 'default' from [fd00:1122:3344:101::e]:51781 2025.12.23 09:26:51.703324 [ 291 ] {} TCP-Session: f2cbdffa-a192-4859-828c-28a0edeeaffc Authenticating user 'default' from [fd00:1122:3344:101::e]:46143 2025.12.23 09:26:51.703275 [ 290 ] {} TCP-Session: f025b38d-7ed2-401f-8bb2-3714787f835f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:51.703413 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63569 2025.12.23 09:26:51.703443 [ 290 ] {} TCP-Session: f025b38d-7ed2-401f-8bb2-3714787f835f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:51.703425 [ 291 ] {} TCP-Session: f2cbdffa-a192-4859-828c-28a0edeeaffc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:51.703419 [ 288 ] {} TCP-Session: efdbebb3-dcdc-4155-841b-4ae51ad83813 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:51.703527 [ 291 ] {} TCP-Session: f2cbdffa-a192-4859-828c-28a0edeeaffc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:51.703360 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:26:51.703254 [ 289 ] {} TCP-Session: 828d48cd-c969-46b1-b5fd-f0bca5498e7a Authenticating user 'default' from [fd00:1122:3344:101::e]:43095 2025.12.23 09:26:51.703642 [ 292 ] {} TCP-Session: 29348fc1-9b10-48ad-a2ce-dbe5ae270d91 Authenticating user 'default' from [fd00:1122:3344:101::e]:34351 2025.12.23 09:26:51.703619 [ 288 ] {} TCP-Session: efdbebb3-dcdc-4155-841b-4ae51ad83813 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:51.703236 [ 286 ] {cdd40d8f-c964-4abd-8944-1c2b43581989} executeQuery: (from [fd00:1122:3344:101::e]:50225) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.23 09:26:51.703746 [ 292 ] {} TCP-Session: 29348fc1-9b10-48ad-a2ce-dbe5ae270d91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:51.703727 [ 289 ] {} TCP-Session: 828d48cd-c969-46b1-b5fd-f0bca5498e7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:51.703637 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:26:51.703219 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42366 2025.12.23 09:26:51.703895 [ 294 ] {} TCP-Session: 0d0d261c-7eaa-481b-a382-d6e231cdf5fa Authenticating user 'default' from [fd00:1122:3344:101::e]:63569 2025.12.23 09:26:51.703902 [ 289 ] {} TCP-Session: 828d48cd-c969-46b1-b5fd-f0bca5498e7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:51.703989 [ 294 ] {} TCP-Session: 0d0d261c-7eaa-481b-a382-d6e231cdf5fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:51.704060 [ 292 ] {} TCP-Session: 29348fc1-9b10-48ad-a2ce-dbe5ae270d91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:51.704074 [ 294 ] {} TCP-Session: 0d0d261c-7eaa-481b-a382-d6e231cdf5fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:51.704136 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:26:51.704199 [ 293 ] {} TCP-Session: aa8d9bda-8950-4494-bea1-6862994b11b6 Authenticating user 'default' from [fd00:1122:3344:101::e]:42366 2025.12.23 09:26:51.704245 [ 293 ] {} TCP-Session: aa8d9bda-8950-4494-bea1-6862994b11b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:51.704266 [ 293 ] {} TCP-Session: aa8d9bda-8950-4494-bea1-6862994b11b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:51.704414 [ 286 ] {cdd40d8f-c964-4abd-8944-1c2b43581989} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.23 09:26:51.704731 [ 286 ] {cdd40d8f-c964-4abd-8944-1c2b43581989} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:26:51.706121 [ 286 ] {cdd40d8f-c964-4abd-8944-1c2b43581989} oximeter.version (368d8028-bea8-4627-aca6-2bb5877aaad5) (SelectExecutor): Key condition: unknown 2025.12.23 09:26:51.712044 [ 299 ] {cdd40d8f-c964-4abd-8944-1c2b43581989} AggregatingTransform: Aggregating 2025.12.23 09:26:51.712195 [ 299 ] {cdd40d8f-c964-4abd-8944-1c2b43581989} Aggregator: Aggregation method: without_key 2025.12.23 09:26:51.712877 [ 299 ] {cdd40d8f-c964-4abd-8944-1c2b43581989} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.004764322 sec. (209.893 rows/sec., 8.20 KiB/sec.) 2025.12.23 09:26:51.712910 [ 299 ] {cdd40d8f-c964-4abd-8944-1c2b43581989} Aggregator: Merging aggregated data 2025.12.23 09:26:51.712941 [ 299 ] {cdd40d8f-c964-4abd-8944-1c2b43581989} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2025.12.23 09:26:51.714093 [ 286 ] {cdd40d8f-c964-4abd-8944-1c2b43581989} executeQuery: Read 1 rows, 40.00 B in 0.010941 sec., 91.39932364500503 rows/sec., 3.57 KiB/sec. 2025.12.23 09:26:51.714266 [ 286 ] {cdd40d8f-c964-4abd-8944-1c2b43581989} TCPHandler: Processed in 0.011680018 sec. 2025.12.23 09:26:51.717737 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.23 09:26:51.717774 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.23 09:26:51.717784 [ 286 ] {} TCP-Session: 6bb05dfe-5fc5-44de-b7fa-a65789dfb4f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:51.717794 [ 287 ] {} TCPHandler: Done processing connection. 2025.12.23 09:26:51.717816 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.23 09:26:51.717843 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.23 09:26:51.717863 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.23 09:26:51.717867 [ 287 ] {} TCP-Session: bea61ada-2c8d-4a56-8edc-2dabfdd0c9f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:51.717880 [ 293 ] {} TCP-Session: aa8d9bda-8950-4494-bea1-6862994b11b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:51.717893 [ 289 ] {} TCP-Session: 828d48cd-c969-46b1-b5fd-f0bca5498e7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:51.717902 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.23 09:26:51.717921 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.23 09:26:51.717913 [ 291 ] {} TCP-Session: f2cbdffa-a192-4859-828c-28a0edeeaffc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:51.717960 [ 292 ] {} TCP-Session: 29348fc1-9b10-48ad-a2ce-dbe5ae270d91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:51.717979 [ 294 ] {} TCP-Session: 0d0d261c-7eaa-481b-a382-d6e231cdf5fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:51.717882 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.23 09:26:51.717830 [ 288 ] {} TCP-Session: efdbebb3-dcdc-4155-841b-4ae51ad83813 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:51.718055 [ 290 ] {} TCP-Session: f025b38d-7ed2-401f-8bb2-3714787f835f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:51.718425 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45127 2025.12.23 09:26:51.718481 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:26:51.718501 [ 286 ] {} TCP-Session: 2033f0a7-6df4-4a0f-a89b-e83a2d6b00f5 Authenticating user 'default' from [fd00:1122:3344:101::e]:45127 2025.12.23 09:26:51.718517 [ 286 ] {} TCP-Session: 2033f0a7-6df4-4a0f-a89b-e83a2d6b00f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:51.718530 [ 286 ] {} TCP-Session: 2033f0a7-6df4-4a0f-a89b-e83a2d6b00f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:51.718675 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40716 2025.12.23 09:26:51.718708 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51411 2025.12.23 09:26:51.718721 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50574 2025.12.23 09:26:51.718747 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46884 2025.12.23 09:26:51.718760 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:26:51.718784 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35314 2025.12.23 09:26:51.718805 [ 287 ] {} TCP-Session: 31d730d5-3db1-4133-9b73-cb27cbe35ef2 Authenticating user 'default' from [fd00:1122:3344:101::e]:40716 2025.12.23 09:26:51.718807 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34533 2025.12.23 09:26:51.718819 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56234 2025.12.23 09:26:51.718855 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:26:51.718778 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:26:51.718892 [ 291 ] {} TCP-Session: d9510a94-6038-44e6-a38e-4248848f7c65 Authenticating user 'default' from [fd00:1122:3344:101::e]:35314 2025.12.23 09:26:51.718899 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:26:51.718917 [ 288 ] {} TCP-Session: 421aeeb5-c74b-4314-a802-e74f24af9961 Authenticating user 'default' from [fd00:1122:3344:101::e]:51411 2025.12.23 09:26:51.718951 [ 293 ] {} TCP-Session: e1f40be1-0f95-4bbf-85b0-35a674e2343b Authenticating user 'default' from [fd00:1122:3344:101::e]:34533 2025.12.23 09:26:51.718961 [ 288 ] {} TCP-Session: 421aeeb5-c74b-4314-a802-e74f24af9961 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:51.718977 [ 293 ] {} TCP-Session: e1f40be1-0f95-4bbf-85b0-35a674e2343b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:51.718987 [ 288 ] {} TCP-Session: 421aeeb5-c74b-4314-a802-e74f24af9961 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:51.718999 [ 293 ] {} TCP-Session: e1f40be1-0f95-4bbf-85b0-35a674e2343b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:51.718922 [ 291 ] {} TCP-Session: d9510a94-6038-44e6-a38e-4248848f7c65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:51.718906 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:26:51.719046 [ 291 ] {} TCP-Session: d9510a94-6038-44e6-a38e-4248848f7c65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:51.719071 [ 294 ] {} TCP-Session: 5dc1251d-0b6a-4248-a3eb-ee1d0091c61e Authenticating user 'default' from [fd00:1122:3344:101::e]:56234 2025.12.23 09:26:51.718805 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37816 2025.12.23 09:26:51.719097 [ 294 ] {} TCP-Session: 5dc1251d-0b6a-4248-a3eb-ee1d0091c61e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:51.718829 [ 287 ] {} TCP-Session: 31d730d5-3db1-4133-9b73-cb27cbe35ef2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:51.719137 [ 294 ] {} TCP-Session: 5dc1251d-0b6a-4248-a3eb-ee1d0091c61e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:51.719154 [ 287 ] {} TCP-Session: 31d730d5-3db1-4133-9b73-cb27cbe35ef2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:51.719165 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:26:51.718818 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:26:51.719200 [ 292 ] {} TCP-Session: 4b6d228c-0400-46e6-ad61-f817a1f55cf6 Authenticating user 'default' from [fd00:1122:3344:101::e]:37816 2025.12.23 09:26:51.719221 [ 290 ] {} TCP-Session: 527924ba-ff6b-4627-b878-42b02939e805 Authenticating user 'default' from [fd00:1122:3344:101::e]:46884 2025.12.23 09:26:51.719237 [ 292 ] {} TCP-Session: 4b6d228c-0400-46e6-ad61-f817a1f55cf6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:51.719248 [ 290 ] {} TCP-Session: 527924ba-ff6b-4627-b878-42b02939e805 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:51.719259 [ 292 ] {} TCP-Session: 4b6d228c-0400-46e6-ad61-f817a1f55cf6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:51.719272 [ 290 ] {} TCP-Session: 527924ba-ff6b-4627-b878-42b02939e805 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:51.718775 [ 286 ] {} TCP-Session: 2033f0a7-6df4-4a0f-a89b-e83a2d6b00f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:26:51.718788 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:26:51.719345 [ 289 ] {} TCP-Session: b457baff-4962-4cca-99e1-31b5f2ae283a Authenticating user 'default' from [fd00:1122:3344:101::e]:50574 2025.12.23 09:26:51.719365 [ 289 ] {} TCP-Session: b457baff-4962-4cca-99e1-31b5f2ae283a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:51.719378 [ 289 ] {} TCP-Session: b457baff-4962-4cca-99e1-31b5f2ae283a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:51.719427 [ 286 ] {63270d00-1417-4fc7-b90c-b57994dda713} executeQuery: (from [fd00:1122:3344:101::e]:45127) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.23 09:26:51.719603 [ 286 ] {63270d00-1417-4fc7-b90c-b57994dda713} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.23 09:26:51.719646 [ 286 ] {63270d00-1417-4fc7-b90c-b57994dda713} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:26:51.719902 [ 286 ] {63270d00-1417-4fc7-b90c-b57994dda713} oximeter.version (368d8028-bea8-4627-aca6-2bb5877aaad5) (SelectExecutor): Key condition: unknown 2025.12.23 09:26:51.720929 [ 315 ] {63270d00-1417-4fc7-b90c-b57994dda713} AggregatingTransform: Aggregating 2025.12.23 09:26:51.720975 [ 315 ] {63270d00-1417-4fc7-b90c-b57994dda713} Aggregator: Aggregation method: without_key 2025.12.23 09:26:51.721008 [ 315 ] {63270d00-1417-4fc7-b90c-b57994dda713} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001011356 sec. (988.772 rows/sec., 38.62 KiB/sec.) 2025.12.23 09:26:51.721027 [ 315 ] {63270d00-1417-4fc7-b90c-b57994dda713} Aggregator: Merging aggregated data 2025.12.23 09:26:51.722366 [ 286 ] {63270d00-1417-4fc7-b90c-b57994dda713} executeQuery: Read 1 rows, 40.00 B in 0.002977 sec., 335.9086328518643 rows/sec., 13.12 KiB/sec. 2025.12.23 09:26:51.722497 [ 286 ] {63270d00-1417-4fc7-b90c-b57994dda713} TCPHandler: Processed in 0.003777647 sec. 2025.12.23 09:26:51.722586 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.23 09:26:51.722611 [ 286 ] {} TCP-Session: 2033f0a7-6df4-4a0f-a89b-e83a2d6b00f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:51.722613 [ 287 ] {} TCPHandler: Done processing connection. 2025.12.23 09:26:51.722633 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.23 09:26:51.722649 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.23 09:26:51.722669 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.23 09:26:51.722682 [ 294 ] {} TCP-Session: 5dc1251d-0b6a-4248-a3eb-ee1d0091c61e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:51.722708 [ 288 ] {} TCP-Session: 421aeeb5-c74b-4314-a802-e74f24af9961 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:51.722737 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.23 09:26:51.722757 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.23 09:26:51.722719 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.23 09:26:51.722804 [ 293 ] {} TCP-Session: e1f40be1-0f95-4bbf-85b0-35a674e2343b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:51.722789 [ 292 ] {} TCP-Session: 4b6d228c-0400-46e6-ad61-f817a1f55cf6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:51.722838 [ 291 ] {} TCP-Session: d9510a94-6038-44e6-a38e-4248848f7c65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:51.722727 [ 290 ] {} TCP-Session: 527924ba-ff6b-4627-b878-42b02939e805 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:51.722696 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.23 09:26:51.722661 [ 287 ] {} TCP-Session: 31d730d5-3db1-4133-9b73-cb27cbe35ef2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:51.722935 [ 289 ] {} TCP-Session: b457baff-4962-4cca-99e1-31b5f2ae283a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:26:52.000190 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 140.47 MiB, peak 148.57 MiB, free memory in arenas 0.00 B, will set to 144.68 MiB (RSS), difference: 4.21 MiB 2025.12.23 09:26:53.516571 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2025.12.23 09:26:53.516656 [ 244 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2025.12.23 09:26:53.517567 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 494 entries to flush up to offset 494 2025.12.23 09:26:53.517683 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2025.12.23 09:26:53.521650 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Loading data parts 2025.12.23 09:26:53.521953 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): There are no data parts 2025.12.23 09:26:53.524227 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:26:53.524267 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB. 2025.12.23 09:26:53.528249 [ 245 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.23 09:26:53.528876 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:26:53.528953 [ 244 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Loading data parts 2025.12.23 09:26:53.529026 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 494 2025.12.23 09:26:53.529117 [ 244 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): There are no data parts 2025.12.23 09:26:53.553418 [ 244 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:26:53.553467 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.55 GiB. 2025.12.23 09:26:53.559595 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.23 09:26:53.560740 [ 244 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:26:53.564165 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2025.12.23 09:26:54.000197 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 149.58 MiB, peak 153.58 MiB, free memory in arenas 0.00 B, will set to 158.86 MiB (RSS), difference: 9.29 MiB 2025.12.23 09:26:56.016488 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 92 entries to flush up to offset 92 2025.12.23 09:26:56.016598 [ 243 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2025.12.23 09:26:56.021962 [ 243 ] {} system.query_log (93b58756-c7c4-4dd5-8f38-c0e6c44c4a94): Loading data parts 2025.12.23 09:26:56.022179 [ 243 ] {} system.query_log (93b58756-c7c4-4dd5-8f38-c0e6c44c4a94): There are no data parts 2025.12.23 09:26:56.029869 [ 243 ] {} system.query_log (93b58756-c7c4-4dd5-8f38-c0e6c44c4a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:26:56.029911 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. 2025.12.23 09:26:56.033811 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.23 09:26:56.034316 [ 243 ] {} system.query_log (93b58756-c7c4-4dd5-8f38-c0e6c44c4a94): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:26:56.034586 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 92 2025.12.23 09:26:57.000191 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 163.10 MiB, peak 163.10 MiB, free memory in arenas 0.00 B, will set to 159.71 MiB (RSS), difference: -3.38 MiB 2025.12.23 09:27:00.974254 [ 95 ] {} DNSResolver: Updating DNS cache 2025.12.23 09:27:00.974319 [ 95 ] {} DNSResolver: Updated DNS cache 2025.12.23 09:27:01.029171 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 1006 2025.12.23 09:27:01.032041 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:01.032085 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. 2025.12.23 09:27:01.032662 [ 245 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.23 09:27:01.032934 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:01.034980 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1006 2025.12.23 09:27:01.064299 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2025.12.23 09:27:01.081995 [ 244 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:01.082057 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. 2025.12.23 09:27:01.088536 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.23 09:27:01.089286 [ 244 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:01.093167 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2025.12.23 09:27:02.000190 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 160.42 MiB, peak 164.42 MiB, free memory in arenas 0.00 B, will set to 162.12 MiB (RSS), difference: 1.70 MiB 2025.12.23 09:27:06.579465 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:06.579684 [ 259 ] {477e6e0a-278e-427a-b313-54c59306bc3d} executeQuery: (from [fd00:1122:3344:101::d]:40873) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2025.12.23 09:27:06.579957 [ 259 ] {477e6e0a-278e-427a-b313-54c59306bc3d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 09:27:06.580022 [ 259 ] {477e6e0a-278e-427a-b313-54c59306bc3d} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:27:06.580411 [ 259 ] {477e6e0a-278e-427a-b313-54c59306bc3d} TCPHandler: Processed in 0.001085008 sec. 2025.12.23 09:27:06.587596 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:06.587737 [ 259 ] {540488c9-f6e0-4173-8c31-63914c503352} executeQuery: (from [fd00:1122:3344:101::d]:40873) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.23 09:27:06.597048 [ 259 ] {540488c9-f6e0-4173-8c31-63914c503352} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 09:27:06.597101 [ 259 ] {540488c9-f6e0-4173-8c31-63914c503352} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:27:06.599422 [ 259 ] {540488c9-f6e0-4173-8c31-63914c503352} TCPHandler: Processed in 0.011879853 sec. 2025.12.23 09:27:06.599680 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:06.599799 [ 259 ] {187ca58c-0742-4522-8dd0-256bcd73a12a} executeQuery: (from [fd00:1122:3344:101::d]:40873) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.23 09:27:06.602036 [ 259 ] {187ca58c-0742-4522-8dd0-256bcd73a12a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 09:27:06.602084 [ 259 ] {187ca58c-0742-4522-8dd0-256bcd73a12a} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:27:06.602412 [ 259 ] {187ca58c-0742-4522-8dd0-256bcd73a12a} TCPHandler: Processed in 0.002782631 sec. 2025.12.23 09:27:06.602631 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:06.602755 [ 259 ] {2b33ed33-8e87-45e6-b7dd-451a3aeb5c1a} executeQuery: (from [fd00:1122:3344:101::d]:40873) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.23 09:27:06.603001 [ 259 ] {2b33ed33-8e87-45e6-b7dd-451a3aeb5c1a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 09:27:06.603046 [ 259 ] {2b33ed33-8e87-45e6-b7dd-451a3aeb5c1a} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:27:06.603356 [ 259 ] {2b33ed33-8e87-45e6-b7dd-451a3aeb5c1a} TCPHandler: Processed in 0.00077582 sec. 2025.12.23 09:27:06.603564 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:06.603680 [ 259 ] {18334b70-33c0-4253-8082-9b1d4b300aa4} executeQuery: (from [fd00:1122:3344:101::d]:40873) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.23 09:27:06.603920 [ 259 ] {18334b70-33c0-4253-8082-9b1d4b300aa4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 09:27:06.603965 [ 259 ] {18334b70-33c0-4253-8082-9b1d4b300aa4} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:27:06.604254 [ 259 ] {18334b70-33c0-4253-8082-9b1d4b300aa4} TCPHandler: Processed in 0.000737739 sec. 2025.12.23 09:27:06.604475 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:06.604591 [ 259 ] {7c38ec50-9772-421a-bf5c-aa38abd6cdc5} executeQuery: (from [fd00:1122:3344:101::d]:40873) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.23 09:27:06.604827 [ 259 ] {7c38ec50-9772-421a-bf5c-aa38abd6cdc5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 09:27:06.604870 [ 259 ] {7c38ec50-9772-421a-bf5c-aa38abd6cdc5} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:27:06.605158 [ 259 ] {7c38ec50-9772-421a-bf5c-aa38abd6cdc5} TCPHandler: Processed in 0.000731039 sec. 2025.12.23 09:27:06.605360 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:06.605476 [ 259 ] {f9db5338-9d04-4060-862e-7def290814f5} executeQuery: (from [fd00:1122:3344:101::d]:40873) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.23 09:27:06.605718 [ 259 ] {f9db5338-9d04-4060-862e-7def290814f5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 09:27:06.605763 [ 259 ] {f9db5338-9d04-4060-862e-7def290814f5} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:27:06.606065 [ 259 ] {f9db5338-9d04-4060-862e-7def290814f5} TCPHandler: Processed in 0.000752889 sec. 2025.12.23 09:27:06.606288 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:06.606404 [ 259 ] {31876cd5-7083-415b-8506-f7a9f289b516} executeQuery: (from [fd00:1122:3344:101::d]:40873) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.23 09:27:06.606647 [ 259 ] {31876cd5-7083-415b-8506-f7a9f289b516} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 09:27:06.606690 [ 259 ] {31876cd5-7083-415b-8506-f7a9f289b516} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:27:06.607000 [ 259 ] {31876cd5-7083-415b-8506-f7a9f289b516} TCPHandler: Processed in 0.000759549 sec. 2025.12.23 09:27:06.607201 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:06.607318 [ 259 ] {c3e6bbc0-c109-42fb-afcc-1a43a1d8150c} executeQuery: (from [fd00:1122:3344:101::d]:40873) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.23 09:27:06.607560 [ 259 ] {c3e6bbc0-c109-42fb-afcc-1a43a1d8150c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 09:27:06.607603 [ 259 ] {c3e6bbc0-c109-42fb-afcc-1a43a1d8150c} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:27:06.607896 [ 259 ] {c3e6bbc0-c109-42fb-afcc-1a43a1d8150c} TCPHandler: Processed in 0.000742979 sec. 2025.12.23 09:27:06.608112 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:06.608230 [ 259 ] {77213e3f-2053-4f1f-84fd-3d674e0e0961} executeQuery: (from [fd00:1122:3344:101::d]:40873) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.23 09:27:06.608470 [ 259 ] {77213e3f-2053-4f1f-84fd-3d674e0e0961} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 09:27:06.608512 [ 259 ] {77213e3f-2053-4f1f-84fd-3d674e0e0961} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:27:06.608800 [ 259 ] {77213e3f-2053-4f1f-84fd-3d674e0e0961} TCPHandler: Processed in 0.000735459 sec. 2025.12.23 09:27:06.609005 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:06.609122 [ 259 ] {e67d4275-444e-4650-8f8a-2f970f2f48c4} executeQuery: (from [fd00:1122:3344:101::d]:40873) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.23 09:27:06.609363 [ 259 ] {e67d4275-444e-4650-8f8a-2f970f2f48c4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 09:27:06.609406 [ 259 ] {e67d4275-444e-4650-8f8a-2f970f2f48c4} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:27:06.609727 [ 259 ] {e67d4275-444e-4650-8f8a-2f970f2f48c4} TCPHandler: Processed in 0.00077164 sec. 2025.12.23 09:27:06.609932 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:06.610069 [ 259 ] {a3913be3-7be8-4499-999e-c433b338933c} executeQuery: (from [fd00:1122:3344:101::d]:40873) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.23 09:27:06.610323 [ 259 ] {a3913be3-7be8-4499-999e-c433b338933c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 09:27:06.610368 [ 259 ] {a3913be3-7be8-4499-999e-c433b338933c} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:27:06.610659 [ 259 ] {a3913be3-7be8-4499-999e-c433b338933c} TCPHandler: Processed in 0.000775479 sec. 2025.12.23 09:27:06.610884 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:06.611002 [ 259 ] {67fce998-34ba-48bc-af61-201dfe6aac4f} executeQuery: (from [fd00:1122:3344:101::d]:40873) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.23 09:27:06.611256 [ 259 ] {67fce998-34ba-48bc-af61-201dfe6aac4f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 09:27:06.611306 [ 259 ] {67fce998-34ba-48bc-af61-201dfe6aac4f} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:27:06.611620 [ 259 ] {67fce998-34ba-48bc-af61-201dfe6aac4f} TCPHandler: Processed in 0.00078356 sec. 2025.12.23 09:27:06.611835 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:06.611954 [ 259 ] {7820f9bb-3623-441b-8bcf-10eeece93bc4} executeQuery: (from [fd00:1122:3344:101::d]:40873) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.23 09:27:06.612219 [ 259 ] {7820f9bb-3623-441b-8bcf-10eeece93bc4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 09:27:06.612263 [ 259 ] {7820f9bb-3623-441b-8bcf-10eeece93bc4} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:27:06.612564 [ 259 ] {7820f9bb-3623-441b-8bcf-10eeece93bc4} TCPHandler: Processed in 0.00078013 sec. 2025.12.23 09:27:06.612770 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:06.612889 [ 259 ] {4a50b0fe-b643-41c6-9159-b0cbf9db8ae9} executeQuery: (from [fd00:1122:3344:101::d]:40873) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.23 09:27:06.613150 [ 259 ] {4a50b0fe-b643-41c6-9159-b0cbf9db8ae9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 09:27:06.613194 [ 259 ] {4a50b0fe-b643-41c6-9159-b0cbf9db8ae9} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:27:06.613486 [ 259 ] {4a50b0fe-b643-41c6-9159-b0cbf9db8ae9} TCPHandler: Processed in 0.00076311 sec. 2025.12.23 09:27:06.614168 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:06.614289 [ 259 ] {f7b63dda-80bb-472c-a72c-3863333c5578} executeQuery: (from [fd00:1122:3344:101::d]:40873) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.23 09:27:06.614550 [ 259 ] {f7b63dda-80bb-472c-a72c-3863333c5578} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 09:27:06.614592 [ 259 ] {f7b63dda-80bb-472c-a72c-3863333c5578} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:27:06.614912 [ 259 ] {f7b63dda-80bb-472c-a72c-3863333c5578} TCPHandler: Processed in 0.00079251 sec. 2025.12.23 09:27:06.616662 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:06.616782 [ 259 ] {8c4afc85-d10e-46d7-b2b0-a99d0feb8158} executeQuery: (from [fd00:1122:3344:101::d]:40873) 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) 2025.12.23 09:27:06.617047 [ 259 ] {8c4afc85-d10e-46d7-b2b0-a99d0feb8158} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 09:27:06.617090 [ 259 ] {8c4afc85-d10e-46d7-b2b0-a99d0feb8158} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:27:06.617397 [ 259 ] {8c4afc85-d10e-46d7-b2b0-a99d0feb8158} TCPHandler: Processed in 0.0007824 sec. 2025.12.23 09:27:06.617601 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:06.617721 [ 259 ] {967fc616-1faa-4ec7-95c4-27dd0fba16a3} executeQuery: (from [fd00:1122:3344:101::d]:40873) 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', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.23 09:27:06.617984 [ 259 ] {967fc616-1faa-4ec7-95c4-27dd0fba16a3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 09:27:06.618026 [ 259 ] {967fc616-1faa-4ec7-95c4-27dd0fba16a3} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:27:06.618328 [ 259 ] {967fc616-1faa-4ec7-95c4-27dd0fba16a3} TCPHandler: Processed in 0.00077466 sec. 2025.12.23 09:27:06.618522 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:06.618643 [ 259 ] {63c051bb-edd5-4a82-a9c8-2b8247794534} executeQuery: (from [fd00:1122:3344:101::d]:40873) 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', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.23 09:27:06.618909 [ 259 ] {63c051bb-edd5-4a82-a9c8-2b8247794534} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 09:27:06.618952 [ 259 ] {63c051bb-edd5-4a82-a9c8-2b8247794534} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:27:06.619248 [ 259 ] {63c051bb-edd5-4a82-a9c8-2b8247794534} TCPHandler: Processed in 0.00077382 sec. 2025.12.23 09:27:06.620003 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:06.620125 [ 259 ] {fa302c92-ea33-4fbd-b857-42eb69f84e3b} executeQuery: (from [fd00:1122:3344:101::d]:40873) 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', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.23 09:27:06.620392 [ 259 ] {fa302c92-ea33-4fbd-b857-42eb69f84e3b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 09:27:06.620435 [ 259 ] {fa302c92-ea33-4fbd-b857-42eb69f84e3b} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:27:06.620728 [ 259 ] {fa302c92-ea33-4fbd-b857-42eb69f84e3b} TCPHandler: Processed in 0.00077354 sec. 2025.12.23 09:27:06.628003 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:06.628131 [ 259 ] {2a8d6998-2546-483b-a7e7-a4278c69ec13} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.12.23 09:27:06.628180 [ 259 ] {2a8d6998-2546-483b-a7e7-a4278c69ec13} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 09:27:06.631177 [ 259 ] {2a8d6998-2546-483b-a7e7-a4278c69ec13} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:06.631223 [ 259 ] {2a8d6998-2546-483b-a7e7-a4278c69ec13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. 2025.12.23 09:27:06.631744 [ 259 ] {2a8d6998-2546-483b-a7e7-a4278c69ec13} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.23 09:27:06.631958 [ 259 ] {2a8d6998-2546-483b-a7e7-a4278c69ec13} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:06.632107 [ 259 ] {2a8d6998-2546-483b-a7e7-a4278c69ec13} executeQuery: Read 20 rows, 2.76 KiB in 0.004013 sec., 4983.8026414154 rows/sec., 688.19 KiB/sec. 2025.12.23 09:27:06.632144 [ 259 ] {2a8d6998-2546-483b-a7e7-a4278c69ec13} TCPHandler: Processed in 0.004201447 sec. 2025.12.23 09:27:06.632271 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:06.632366 [ 259 ] {adc3ddc3-f3bd-4ae5-943c-e60eab1ec6d0} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.23 09:27:06.632409 [ 259 ] {adc3ddc3-f3bd-4ae5-943c-e60eab1ec6d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.23 09:27:06.632987 [ 259 ] {adc3ddc3-f3bd-4ae5-943c-e60eab1ec6d0} oximeter.fields_ipaddr (d154834d-033d-4c99-ba0c-394bcbfa5713): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:06.633021 [ 259 ] {adc3ddc3-f3bd-4ae5-943c-e60eab1ec6d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. 2025.12.23 09:27:06.633395 [ 259 ] {adc3ddc3-f3bd-4ae5-943c-e60eab1ec6d0} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.23 09:27:06.633615 [ 259 ] {adc3ddc3-f3bd-4ae5-943c-e60eab1ec6d0} oximeter.fields_ipaddr (d154834d-033d-4c99-ba0c-394bcbfa5713): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:06.633744 [ 259 ] {adc3ddc3-f3bd-4ae5-943c-e60eab1ec6d0} executeQuery: Read 8 rows, 668.00 B in 0.001396 sec., 5730.659025787965 rows/sec., 467.29 KiB/sec. 2025.12.23 09:27:06.633781 [ 259 ] {adc3ddc3-f3bd-4ae5-943c-e60eab1ec6d0} TCPHandler: Processed in 0.00155948 sec. 2025.12.23 09:27:06.633895 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:06.633989 [ 259 ] {92effd8c-1e26-435b-ac66-b5ee9c9bd83b} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.23 09:27:06.634028 [ 259 ] {92effd8c-1e26-435b-ac66-b5ee9c9bd83b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.23 09:27:06.636419 [ 259 ] {92effd8c-1e26-435b-ac66-b5ee9c9bd83b} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:06.636461 [ 259 ] {92effd8c-1e26-435b-ac66-b5ee9c9bd83b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. 2025.12.23 09:27:06.636827 [ 259 ] {92effd8c-1e26-435b-ac66-b5ee9c9bd83b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.23 09:27:06.637079 [ 259 ] {92effd8c-1e26-435b-ac66-b5ee9c9bd83b} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:06.637230 [ 259 ] {92effd8c-1e26-435b-ac66-b5ee9c9bd83b} executeQuery: Read 127 rows, 11.16 KiB in 0.003258 sec., 38980.96992019644 rows/sec., 3.35 MiB/sec. 2025.12.23 09:27:06.637273 [ 259 ] {92effd8c-1e26-435b-ac66-b5ee9c9bd83b} TCPHandler: Processed in 0.003427187 sec. 2025.12.23 09:27:06.637397 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:06.637493 [ 259 ] {06cebff1-eefd-479b-9359-192c4dc63300} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.23 09:27:06.637533 [ 259 ] {06cebff1-eefd-479b-9359-192c4dc63300} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.23 09:27:06.637941 [ 259 ] {06cebff1-eefd-479b-9359-192c4dc63300} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:06.637979 [ 259 ] {06cebff1-eefd-479b-9359-192c4dc63300} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. 2025.12.23 09:27:06.638307 [ 259 ] {06cebff1-eefd-479b-9359-192c4dc63300} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.23 09:27:06.638522 [ 259 ] {06cebff1-eefd-479b-9359-192c4dc63300} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:06.638651 [ 259 ] {06cebff1-eefd-479b-9359-192c4dc63300} executeQuery: Read 43 rows, 3.19 KiB in 0.001176 sec., 36564.62585034014 rows/sec., 2.65 MiB/sec. 2025.12.23 09:27:06.638688 [ 259 ] {06cebff1-eefd-479b-9359-192c4dc63300} TCPHandler: Processed in 0.001339635 sec. 2025.12.23 09:27:06.638795 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:06.638888 [ 259 ] {7bb988ba-ea09-4fa2-b39a-9784290cca12} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.23 09:27:06.638928 [ 259 ] {7bb988ba-ea09-4fa2-b39a-9784290cca12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.23 09:27:06.639305 [ 259 ] {7bb988ba-ea09-4fa2-b39a-9784290cca12} oximeter.fields_u32 (d4478a7b-5e34-44bf-90e4-f163ea7d0fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:06.639342 [ 259 ] {7bb988ba-ea09-4fa2-b39a-9784290cca12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. 2025.12.23 09:27:06.639625 [ 259 ] {7bb988ba-ea09-4fa2-b39a-9784290cca12} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.23 09:27:06.639837 [ 259 ] {7bb988ba-ea09-4fa2-b39a-9784290cca12} oximeter.fields_u32 (d4478a7b-5e34-44bf-90e4-f163ea7d0fe4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:06.639963 [ 259 ] {7bb988ba-ea09-4fa2-b39a-9784290cca12} executeQuery: Read 1 rows, 68.00 B in 0.001092 sec., 915.7509157509156 rows/sec., 60.81 KiB/sec. 2025.12.23 09:27:06.640000 [ 259 ] {7bb988ba-ea09-4fa2-b39a-9784290cca12} TCPHandler: Processed in 0.001253942 sec. 2025.12.23 09:27:06.640112 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:06.640207 [ 259 ] {c6d4ca15-7227-4711-bea1-214ed542ecf1} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.23 09:27:06.640246 [ 259 ] {c6d4ca15-7227-4711-bea1-214ed542ecf1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.23 09:27:06.640683 [ 259 ] {c6d4ca15-7227-4711-bea1-214ed542ecf1} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:06.640720 [ 259 ] {c6d4ca15-7227-4711-bea1-214ed542ecf1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. 2025.12.23 09:27:06.641039 [ 259 ] {c6d4ca15-7227-4711-bea1-214ed542ecf1} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.23 09:27:06.641254 [ 259 ] {c6d4ca15-7227-4711-bea1-214ed542ecf1} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:06.641383 [ 259 ] {c6d4ca15-7227-4711-bea1-214ed542ecf1} executeQuery: Read 109 rows, 8.74 KiB in 0.001193 sec., 91366.30343671417 rows/sec., 7.16 MiB/sec. 2025.12.23 09:27:06.641421 [ 259 ] {c6d4ca15-7227-4711-bea1-214ed542ecf1} TCPHandler: Processed in 0.001357785 sec. 2025.12.23 09:27:06.641531 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:06.641626 [ 259 ] {bc842c5e-4dcb-411e-9a11-a600f512cd98} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.23 09:27:06.641669 [ 259 ] {bc842c5e-4dcb-411e-9a11-a600f512cd98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.23 09:27:06.644041 [ 259 ] {bc842c5e-4dcb-411e-9a11-a600f512cd98} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:06.644073 [ 259 ] {bc842c5e-4dcb-411e-9a11-a600f512cd98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. 2025.12.23 09:27:06.644561 [ 259 ] {bc842c5e-4dcb-411e-9a11-a600f512cd98} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.23 09:27:06.644770 [ 259 ] {bc842c5e-4dcb-411e-9a11-a600f512cd98} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:06.644899 [ 259 ] {bc842c5e-4dcb-411e-9a11-a600f512cd98} executeQuery: Read 154 rows, 10.93 KiB in 0.003292 sec., 46780.07290400972 rows/sec., 3.24 MiB/sec. 2025.12.23 09:27:06.644937 [ 259 ] {bc842c5e-4dcb-411e-9a11-a600f512cd98} TCPHandler: Processed in 0.003454158 sec. 2025.12.23 09:27:06.645061 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:06.645159 [ 259 ] {ef71670e-bf81-4b9c-b425-62e447dc14c6} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.12.23 09:27:06.645203 [ 259 ] {ef71670e-bf81-4b9c-b425-62e447dc14c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.12.23 09:27:06.645522 [ 259 ] {ef71670e-bf81-4b9c-b425-62e447dc14c6} oximeter.measurements_f64 (b7995074-f324-489b-8a3e-e8ccb953a5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:06.645561 [ 259 ] {ef71670e-bf81-4b9c-b425-62e447dc14c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. 2025.12.23 09:27:06.645872 [ 259 ] {ef71670e-bf81-4b9c-b425-62e447dc14c6} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.23 09:27:06.646085 [ 259 ] {ef71670e-bf81-4b9c-b425-62e447dc14c6} oximeter.measurements_f64 (b7995074-f324-489b-8a3e-e8ccb953a5a6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:06.646210 [ 259 ] {ef71670e-bf81-4b9c-b425-62e447dc14c6} executeQuery: Read 1 rows, 65.00 B in 0.00107 sec., 934.5794392523364 rows/sec., 59.32 KiB/sec. 2025.12.23 09:27:06.646245 [ 259 ] {ef71670e-bf81-4b9c-b425-62e447dc14c6} TCPHandler: Processed in 0.001235112 sec. 2025.12.23 09:27:06.646352 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:06.646447 [ 259 ] {81049dc5-8f3e-4361-97b4-7c236b8696e2} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.23 09:27:06.646500 [ 259 ] {81049dc5-8f3e-4361-97b4-7c236b8696e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.23 09:27:06.647441 [ 259 ] {81049dc5-8f3e-4361-97b4-7c236b8696e2} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:06.647477 [ 259 ] {81049dc5-8f3e-4361-97b4-7c236b8696e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. 2025.12.23 09:27:06.650358 [ 259 ] {81049dc5-8f3e-4361-97b4-7c236b8696e2} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.23 09:27:06.650595 [ 259 ] {81049dc5-8f3e-4361-97b4-7c236b8696e2} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:06.650731 [ 259 ] {81049dc5-8f3e-4361-97b4-7c236b8696e2} executeQuery: Read 35 rows, 64.22 KiB in 0.004302 sec., 8135.75081357508 rows/sec., 14.58 MiB/sec. 2025.12.23 09:27:06.650782 [ 259 ] {81049dc5-8f3e-4361-97b4-7c236b8696e2} TCPHandler: Processed in 0.004478444 sec. 2025.12.23 09:27:06.650898 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:06.650998 [ 259 ] {ed145584-19ff-4817-a3e4-e4eea4a84c55} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.12.23 09:27:06.651042 [ 259 ] {ed145584-19ff-4817-a3e4-e4eea4a84c55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.12.23 09:27:06.651368 [ 259 ] {ed145584-19ff-4817-a3e4-e4eea4a84c55} oximeter.measurements_i64 (2635f74d-f6fa-4873-afb9-f8a7b629040d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:06.651407 [ 259 ] {ed145584-19ff-4817-a3e4-e4eea4a84c55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. 2025.12.23 09:27:06.651712 [ 259 ] {ed145584-19ff-4817-a3e4-e4eea4a84c55} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.23 09:27:06.651926 [ 259 ] {ed145584-19ff-4817-a3e4-e4eea4a84c55} oximeter.measurements_i64 (2635f74d-f6fa-4873-afb9-f8a7b629040d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:06.652056 [ 259 ] {ed145584-19ff-4817-a3e4-e4eea4a84c55} executeQuery: Read 18 rows, 1.36 KiB in 0.00108 sec., 16666.666666666668 rows/sec., 1.23 MiB/sec. 2025.12.23 09:27:06.652091 [ 259 ] {ed145584-19ff-4817-a3e4-e4eea4a84c55} TCPHandler: Processed in 0.001242222 sec. 2025.12.23 09:27:06.652199 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:06.652294 [ 259 ] {2a1ee0a5-5782-4e1e-8987-47e51b6ddded} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.23 09:27:06.652334 [ 259 ] {2a1ee0a5-5782-4e1e-8987-47e51b6ddded} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.23 09:27:06.652657 [ 259 ] {2a1ee0a5-5782-4e1e-8987-47e51b6ddded} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:06.652693 [ 259 ] {2a1ee0a5-5782-4e1e-8987-47e51b6ddded} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. 2025.12.23 09:27:06.653006 [ 259 ] {2a1ee0a5-5782-4e1e-8987-47e51b6ddded} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.23 09:27:06.653222 [ 259 ] {2a1ee0a5-5782-4e1e-8987-47e51b6ddded} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:06.653349 [ 259 ] {2a1ee0a5-5782-4e1e-8987-47e51b6ddded} executeQuery: Read 50 rows, 3.51 KiB in 0.001074 sec., 46554.934823091244 rows/sec., 3.19 MiB/sec. 2025.12.23 09:27:06.653384 [ 259 ] {2a1ee0a5-5782-4e1e-8987-47e51b6ddded} TCPHandler: Processed in 0.001235142 sec. 2025.12.23 09:27:07.000191 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 159.67 MiB, peak 164.42 MiB, free memory in arenas 0.00 B, will set to 162.81 MiB (RSS), difference: 3.14 MiB 2025.12.23 09:27:08.535118 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 1454 2025.12.23 09:27:08.535631 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:08.535683 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. 2025.12.23 09:27:08.536335 [ 245 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.23 09:27:08.536599 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:08.536730 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1454 2025.12.23 09:27:08.593293 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2025.12.23 09:27:08.609870 [ 244 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:08.609920 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. 2025.12.23 09:27:08.616162 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.23 09:27:08.616943 [ 244 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:08.620106 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2025.12.23 09:27:09.000201 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 163.34 MiB, peak 167.34 MiB, free memory in arenas 0.00 B, will set to 164.67 MiB (RSS), difference: 1.33 MiB 2025.12.23 09:27:11.587022 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:11.587218 [ 259 ] {d9bcf109-ea34-4380-9b84-fd74fc5e0770} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.23 09:27:11.587283 [ 259 ] {d9bcf109-ea34-4380-9b84-fd74fc5e0770} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.23 09:27:11.587957 [ 259 ] {d9bcf109-ea34-4380-9b84-fd74fc5e0770} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:11.588001 [ 259 ] {d9bcf109-ea34-4380-9b84-fd74fc5e0770} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. 2025.12.23 09:27:11.588391 [ 259 ] {d9bcf109-ea34-4380-9b84-fd74fc5e0770} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.23 09:27:11.588617 [ 259 ] {d9bcf109-ea34-4380-9b84-fd74fc5e0770} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:11.588786 [ 259 ] {d9bcf109-ea34-4380-9b84-fd74fc5e0770} executeQuery: Read 52 rows, 4.07 KiB in 0.001617 sec., 32158.317872603588 rows/sec., 2.46 MiB/sec. 2025.12.23 09:27:11.588833 [ 259 ] {d9bcf109-ea34-4380-9b84-fd74fc5e0770} TCPHandler: Processed in 0.00193945 sec. 2025.12.23 09:27:11.588958 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:11.589062 [ 259 ] {27dc44d6-ea2d-436c-b5ec-868e2e1d125d} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.23 09:27:11.589105 [ 259 ] {27dc44d6-ea2d-436c-b5ec-868e2e1d125d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.23 09:27:11.589559 [ 259 ] {27dc44d6-ea2d-436c-b5ec-868e2e1d125d} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:11.589593 [ 259 ] {27dc44d6-ea2d-436c-b5ec-868e2e1d125d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. 2025.12.23 09:27:11.589890 [ 259 ] {27dc44d6-ea2d-436c-b5ec-868e2e1d125d} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.23 09:27:11.590117 [ 259 ] {27dc44d6-ea2d-436c-b5ec-868e2e1d125d} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:11.590272 [ 259 ] {27dc44d6-ea2d-436c-b5ec-868e2e1d125d} executeQuery: Read 56 rows, 4.47 KiB in 0.001233 sec., 45417.68045417681 rows/sec., 3.54 MiB/sec. 2025.12.23 09:27:11.590319 [ 259 ] {27dc44d6-ea2d-436c-b5ec-868e2e1d125d} TCPHandler: Processed in 0.001412106 sec. 2025.12.23 09:27:11.590433 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:11.590530 [ 259 ] {1e58aba3-2721-4e6f-b3cd-e6f4f3f976a0} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.23 09:27:11.590583 [ 259 ] {1e58aba3-2721-4e6f-b3cd-e6f4f3f976a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.23 09:27:11.591017 [ 259 ] {1e58aba3-2721-4e6f-b3cd-e6f4f3f976a0} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:11.591052 [ 259 ] {1e58aba3-2721-4e6f-b3cd-e6f4f3f976a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. 2025.12.23 09:27:11.591385 [ 259 ] {1e58aba3-2721-4e6f-b3cd-e6f4f3f976a0} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.23 09:27:11.591604 [ 259 ] {1e58aba3-2721-4e6f-b3cd-e6f4f3f976a0} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:11.591741 [ 259 ] {1e58aba3-2721-4e6f-b3cd-e6f4f3f976a0} executeQuery: Read 150 rows, 10.65 KiB in 0.001232 sec., 121753.24675324676 rows/sec., 8.44 MiB/sec. 2025.12.23 09:27:11.591779 [ 259 ] {1e58aba3-2721-4e6f-b3cd-e6f4f3f976a0} TCPHandler: Processed in 0.001406436 sec. 2025.12.23 09:27:11.591883 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:11.591979 [ 259 ] {40e7555f-7be3-4893-8078-6eddbf102970} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.23 09:27:11.592027 [ 259 ] {40e7555f-7be3-4893-8078-6eddbf102970} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.23 09:27:11.592378 [ 259 ] {40e7555f-7be3-4893-8078-6eddbf102970} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:11.592414 [ 259 ] {40e7555f-7be3-4893-8078-6eddbf102970} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. 2025.12.23 09:27:11.592728 [ 259 ] {40e7555f-7be3-4893-8078-6eddbf102970} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.23 09:27:11.592947 [ 259 ] {40e7555f-7be3-4893-8078-6eddbf102970} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:11.593086 [ 259 ] {40e7555f-7be3-4893-8078-6eddbf102970} executeQuery: Read 50 rows, 3.51 KiB in 0.001125 sec., 44444.444444444445 rows/sec., 3.05 MiB/sec. 2025.12.23 09:27:11.593122 [ 259 ] {40e7555f-7be3-4893-8078-6eddbf102970} TCPHandler: Processed in 0.001288523 sec. 2025.12.23 09:27:15.974356 [ 80 ] {} DNSResolver: Updating DNS cache 2025.12.23 09:27:15.974416 [ 80 ] {} DNSResolver: Updated DNS cache 2025.12.23 09:27:16.035024 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 70 entries to flush up to offset 162 2025.12.23 09:27:16.036855 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 1966 2025.12.23 09:27:16.037432 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:16.037478 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. 2025.12.23 09:27:16.038067 [ 245 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.23 09:27:16.038301 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:16.038439 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1966 2025.12.23 09:27:16.038559 [ 243 ] {} system.query_log (93b58756-c7c4-4dd5-8f38-c0e6c44c4a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:16.038608 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. 2025.12.23 09:27:16.039752 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.23 09:27:16.040014 [ 243 ] {} system.query_log (93b58756-c7c4-4dd5-8f38-c0e6c44c4a94): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:16.040252 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 162 2025.12.23 09:27:16.120219 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2025.12.23 09:27:16.137590 [ 244 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:16.137651 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. 2025.12.23 09:27:16.143430 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.23 09:27:16.144158 [ 244 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:16.147830 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2025.12.23 09:27:16.588677 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:16.588874 [ 259 ] {514925a5-db2c-4a3d-9579-d0fa0e59dacf} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.23 09:27:16.588943 [ 259 ] {514925a5-db2c-4a3d-9579-d0fa0e59dacf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.23 09:27:16.589689 [ 259 ] {514925a5-db2c-4a3d-9579-d0fa0e59dacf} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:16.589743 [ 259 ] {514925a5-db2c-4a3d-9579-d0fa0e59dacf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. 2025.12.23 09:27:16.590147 [ 259 ] {514925a5-db2c-4a3d-9579-d0fa0e59dacf} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.23 09:27:16.590395 [ 259 ] {514925a5-db2c-4a3d-9579-d0fa0e59dacf} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:16.590561 [ 259 ] {514925a5-db2c-4a3d-9579-d0fa0e59dacf} executeQuery: Read 122 rows, 10.78 KiB in 0.001737 sec., 70236.03914795624 rows/sec., 6.06 MiB/sec. 2025.12.23 09:27:16.590620 [ 259 ] {514925a5-db2c-4a3d-9579-d0fa0e59dacf} TCPHandler: Processed in 0.002074313 sec. 2025.12.23 09:27:16.590761 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:16.590869 [ 259 ] {dca2c4a1-c3da-442d-b7f1-8b4bfaa52815} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.23 09:27:16.590916 [ 259 ] {dca2c4a1-c3da-442d-b7f1-8b4bfaa52815} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.23 09:27:16.591507 [ 259 ] {dca2c4a1-c3da-442d-b7f1-8b4bfaa52815} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:16.591553 [ 259 ] {dca2c4a1-c3da-442d-b7f1-8b4bfaa52815} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. 2025.12.23 09:27:16.591955 [ 259 ] {dca2c4a1-c3da-442d-b7f1-8b4bfaa52815} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.23 09:27:16.592180 [ 259 ] {dca2c4a1-c3da-442d-b7f1-8b4bfaa52815} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:16.592327 [ 259 ] {dca2c4a1-c3da-442d-b7f1-8b4bfaa52815} executeQuery: Read 35 rows, 2.63 KiB in 0.001483 sec., 23600.809170600136 rows/sec., 1.73 MiB/sec. 2025.12.23 09:27:16.592370 [ 259 ] {dca2c4a1-c3da-442d-b7f1-8b4bfaa52815} TCPHandler: Processed in 0.001660882 sec. 2025.12.23 09:27:16.592496 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:16.592605 [ 259 ] {a576c355-de12-4ef8-a543-4b8a0b88b959} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.23 09:27:16.592656 [ 259 ] {a576c355-de12-4ef8-a543-4b8a0b88b959} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.23 09:27:16.593139 [ 259 ] {a576c355-de12-4ef8-a543-4b8a0b88b959} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:16.593179 [ 259 ] {a576c355-de12-4ef8-a543-4b8a0b88b959} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. 2025.12.23 09:27:16.593499 [ 259 ] {a576c355-de12-4ef8-a543-4b8a0b88b959} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.23 09:27:16.593721 [ 259 ] {a576c355-de12-4ef8-a543-4b8a0b88b959} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:16.593864 [ 259 ] {a576c355-de12-4ef8-a543-4b8a0b88b959} executeQuery: Read 91 rows, 7.28 KiB in 0.001281 sec., 71038.25136612022 rows/sec., 5.55 MiB/sec. 2025.12.23 09:27:16.593917 [ 259 ] {a576c355-de12-4ef8-a543-4b8a0b88b959} TCPHandler: Processed in 0.001473068 sec. 2025.12.23 09:27:16.594049 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:16.594153 [ 259 ] {1193e8e1-e1c5-4cc1-b96b-767d480d0dcd} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.23 09:27:16.594200 [ 259 ] {1193e8e1-e1c5-4cc1-b96b-767d480d0dcd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.23 09:27:16.594643 [ 259 ] {1193e8e1-e1c5-4cc1-b96b-767d480d0dcd} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:16.594686 [ 259 ] {1193e8e1-e1c5-4cc1-b96b-767d480d0dcd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. 2025.12.23 09:27:16.595026 [ 259 ] {1193e8e1-e1c5-4cc1-b96b-767d480d0dcd} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.23 09:27:16.595258 [ 259 ] {1193e8e1-e1c5-4cc1-b96b-767d480d0dcd} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:16.595403 [ 259 ] {1193e8e1-e1c5-4cc1-b96b-767d480d0dcd} executeQuery: Read 150 rows, 10.65 KiB in 0.001272 sec., 117924.5283018868 rows/sec., 8.18 MiB/sec. 2025.12.23 09:27:16.595443 [ 259 ] {1193e8e1-e1c5-4cc1-b96b-767d480d0dcd} TCPHandler: Processed in 0.001448247 sec. 2025.12.23 09:27:16.595559 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:16.595663 [ 259 ] {e7c5a83a-7a17-4dbd-b875-b8c5b3e6d84d} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.23 09:27:16.595719 [ 259 ] {e7c5a83a-7a17-4dbd-b875-b8c5b3e6d84d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.23 09:27:16.596598 [ 259 ] {e7c5a83a-7a17-4dbd-b875-b8c5b3e6d84d} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:16.596636 [ 259 ] {e7c5a83a-7a17-4dbd-b875-b8c5b3e6d84d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. 2025.12.23 09:27:16.597200 [ 259 ] {e7c5a83a-7a17-4dbd-b875-b8c5b3e6d84d} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.23 09:27:16.597428 [ 259 ] {e7c5a83a-7a17-4dbd-b875-b8c5b3e6d84d} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:16.597574 [ 259 ] {e7c5a83a-7a17-4dbd-b875-b8c5b3e6d84d} executeQuery: Read 35 rows, 64.22 KiB in 0.001937 sec., 18069.179143004647 rows/sec., 32.38 MiB/sec. 2025.12.23 09:27:16.597638 [ 259 ] {e7c5a83a-7a17-4dbd-b875-b8c5b3e6d84d} TCPHandler: Processed in 0.002129885 sec. 2025.12.23 09:27:16.597754 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:16.597852 [ 259 ] {d63777aa-5788-4205-9bbe-aff65fb490fa} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.23 09:27:16.597895 [ 259 ] {d63777aa-5788-4205-9bbe-aff65fb490fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.23 09:27:16.598237 [ 259 ] {d63777aa-5788-4205-9bbe-aff65fb490fa} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:16.598272 [ 259 ] {d63777aa-5788-4205-9bbe-aff65fb490fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. 2025.12.23 09:27:16.598577 [ 259 ] {d63777aa-5788-4205-9bbe-aff65fb490fa} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.23 09:27:16.598782 [ 259 ] {d63777aa-5788-4205-9bbe-aff65fb490fa} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:16.598910 [ 259 ] {d63777aa-5788-4205-9bbe-aff65fb490fa} executeQuery: Read 50 rows, 3.51 KiB in 0.001078 sec., 46382.189239332096 rows/sec., 3.18 MiB/sec. 2025.12.23 09:27:16.598945 [ 259 ] {d63777aa-5788-4205-9bbe-aff65fb490fa} TCPHandler: Processed in 0.001240992 sec. 2025.12.23 09:27:21.579796 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:21.580050 [ 259 ] {ff418f40-bb5e-443c-bf87-b7dba8644e5c} executeQuery: (from [fd00:1122:3344:101::d]:40873) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.23 09:27:21.580382 [ 259 ] {ff418f40-bb5e-443c-bf87-b7dba8644e5c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.23 09:27:21.585174 [ 259 ] {ff418f40-bb5e-443c-bf87-b7dba8644e5c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE 2025.12.23 09:27:21.585448 [ 259 ] {ff418f40-bb5e-443c-bf87-b7dba8644e5c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 09:27:21.585527 [ 259 ] {ff418f40-bb5e-443c-bf87-b7dba8644e5c} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:27:21.587939 [ 259 ] {ff418f40-bb5e-443c-bf87-b7dba8644e5c} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Key condition: (column 0 notIn 20-element set) 2025.12.23 09:27:21.590387 [ 259 ] {ff418f40-bb5e-443c-bf87-b7dba8644e5c} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.23 09:27:21.592663 [ 259 ] {ff418f40-bb5e-443c-bf87-b7dba8644e5c} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.23 09:27:21.592693 [ 259 ] {ff418f40-bb5e-443c-bf87-b7dba8644e5c} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.23 09:27:21.599703 [ 259 ] {ff418f40-bb5e-443c-bf87-b7dba8644e5c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" 2025.12.23 09:27:21.599737 [ 259 ] {ff418f40-bb5e-443c-bf87-b7dba8644e5c} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 20 rows starting from 0 2025.12.23 09:27:21.632232 [ 259 ] {ff418f40-bb5e-443c-bf87-b7dba8644e5c} executeQuery: Read 20 rows, 853.00 B in 0.052269 sec., 382.6359792611299 rows/sec., 15.94 KiB/sec. 2025.12.23 09:27:21.632336 [ 259 ] {ff418f40-bb5e-443c-bf87-b7dba8644e5c} TCPHandler: Processed in 0.052691035 sec. 2025.12.23 09:27:21.632751 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:21.632915 [ 259 ] {a2383fe4-e8bc-4bf2-8a10-f811374b931d} executeQuery: (from [fd00:1122:3344:101::d]:40873) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:errors_received') FORMAT Native; (stage: Complete) 2025.12.23 09:27:21.633180 [ 259 ] {a2383fe4-e8bc-4bf2-8a10-f811374b931d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.23 09:27:21.633215 [ 259 ] {a2383fe4-e8bc-4bf2-8a10-f811374b931d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:errors_received')" moved to PREWHERE 2025.12.23 09:27:21.633416 [ 259 ] {a2383fe4-e8bc-4bf2-8a10-f811374b931d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 09:27:21.633481 [ 259 ] {a2383fe4-e8bc-4bf2-8a10-f811374b931d} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:27:21.633608 [ 259 ] {a2383fe4-e8bc-4bf2-8a10-f811374b931d} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Key condition: (column 0 notIn 21-element set) 2025.12.23 09:27:21.633642 [ 259 ] {a2383fe4-e8bc-4bf2-8a10-f811374b931d} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.23 09:27:21.633662 [ 259 ] {a2383fe4-e8bc-4bf2-8a10-f811374b931d} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.23 09:27:21.633678 [ 259 ] {a2383fe4-e8bc-4bf2-8a10-f811374b931d} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.23 09:27:21.633713 [ 259 ] {a2383fe4-e8bc-4bf2-8a10-f811374b931d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:errors_received'))" 2025.12.23 09:27:21.633734 [ 259 ] {a2383fe4-e8bc-4bf2-8a10-f811374b931d} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 20 rows starting from 0 2025.12.23 09:27:21.634460 [ 259 ] {a2383fe4-e8bc-4bf2-8a10-f811374b931d} executeQuery: Read 20 rows, 853.00 B in 0.001618 sec., 12360.939431396786 rows/sec., 514.84 KiB/sec. 2025.12.23 09:27:21.634553 [ 259 ] {a2383fe4-e8bc-4bf2-8a10-f811374b931d} TCPHandler: Processed in 0.001900458 sec. 2025.12.23 09:27:21.634832 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:21.634971 [ 259 ] {a7bc42a1-9a3a-4988-b4a3-ccb36fa1adea} executeQuery: (from [fd00:1122:3344:101::d]:40873) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent') FORMAT Native; (stage: Complete) 2025.12.23 09:27:21.635184 [ 259 ] {a7bc42a1-9a3a-4988-b4a3-ccb36fa1adea} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.23 09:27:21.635219 [ 259 ] {a7bc42a1-9a3a-4988-b4a3-ccb36fa1adea} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent')" moved to PREWHERE 2025.12.23 09:27:21.635401 [ 259 ] {a7bc42a1-9a3a-4988-b4a3-ccb36fa1adea} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 09:27:21.635456 [ 259 ] {a7bc42a1-9a3a-4988-b4a3-ccb36fa1adea} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:27:21.635561 [ 259 ] {a7bc42a1-9a3a-4988-b4a3-ccb36fa1adea} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Key condition: (column 0 notIn 22-element set) 2025.12.23 09:27:21.635591 [ 259 ] {a7bc42a1-9a3a-4988-b4a3-ccb36fa1adea} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.23 09:27:21.635610 [ 259 ] {a7bc42a1-9a3a-4988-b4a3-ccb36fa1adea} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.23 09:27:21.635625 [ 259 ] {a7bc42a1-9a3a-4988-b4a3-ccb36fa1adea} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.23 09:27:21.635658 [ 259 ] {a7bc42a1-9a3a-4988-b4a3-ccb36fa1adea} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent'))" 2025.12.23 09:27:21.635677 [ 259 ] {a7bc42a1-9a3a-4988-b4a3-ccb36fa1adea} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 20 rows starting from 0 2025.12.23 09:27:21.636429 [ 259 ] {a7bc42a1-9a3a-4988-b4a3-ccb36fa1adea} executeQuery: Read 20 rows, 853.00 B in 0.001513 sec., 13218.770654329148 rows/sec., 550.57 KiB/sec. 2025.12.23 09:27:21.636523 [ 259 ] {a7bc42a1-9a3a-4988-b4a3-ccb36fa1adea} TCPHandler: Processed in 0.001742575 sec. 2025.12.23 09:27:21.636851 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:21.636987 [ 259 ] {01785a3d-b0c8-44ca-a485-1fb9e68ffc00} executeQuery: (from [fd00:1122:3344:101::d]:40873) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent') FORMAT Native; (stage: Complete) 2025.12.23 09:27:21.637200 [ 259 ] {01785a3d-b0c8-44ca-a485-1fb9e68ffc00} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.23 09:27:21.637235 [ 259 ] {01785a3d-b0c8-44ca-a485-1fb9e68ffc00} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent')" moved to PREWHERE 2025.12.23 09:27:21.637439 [ 259 ] {01785a3d-b0c8-44ca-a485-1fb9e68ffc00} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 09:27:21.637496 [ 259 ] {01785a3d-b0c8-44ca-a485-1fb9e68ffc00} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:27:21.637600 [ 259 ] {01785a3d-b0c8-44ca-a485-1fb9e68ffc00} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Key condition: (column 0 notIn 23-element set) 2025.12.23 09:27:21.637631 [ 259 ] {01785a3d-b0c8-44ca-a485-1fb9e68ffc00} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.23 09:27:21.637651 [ 259 ] {01785a3d-b0c8-44ca-a485-1fb9e68ffc00} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.23 09:27:21.637665 [ 259 ] {01785a3d-b0c8-44ca-a485-1fb9e68ffc00} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.23 09:27:21.637699 [ 259 ] {01785a3d-b0c8-44ca-a485-1fb9e68ffc00} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent'))" 2025.12.23 09:27:21.637717 [ 259 ] {01785a3d-b0c8-44ca-a485-1fb9e68ffc00} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 20 rows starting from 0 2025.12.23 09:27:21.638262 [ 259 ] {01785a3d-b0c8-44ca-a485-1fb9e68ffc00} executeQuery: Read 20 rows, 853.00 B in 0.001327 sec., 15071.590052750564 rows/sec., 627.74 KiB/sec. 2025.12.23 09:27:21.638349 [ 259 ] {01785a3d-b0c8-44ca-a485-1fb9e68ffc00} TCPHandler: Processed in 0.00155091 sec. 2025.12.23 09:27:21.638601 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:21.638731 [ 259 ] {d57a7217-bd5a-4f4e-9526-e82cb7d3f46e} executeQuery: (from [fd00:1122:3344:101::d]:40873) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received') FORMAT Native; (stage: Complete) 2025.12.23 09:27:21.638936 [ 259 ] {d57a7217-bd5a-4f4e-9526-e82cb7d3f46e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.23 09:27:21.638969 [ 259 ] {d57a7217-bd5a-4f4e-9526-e82cb7d3f46e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received')" moved to PREWHERE 2025.12.23 09:27:21.639158 [ 259 ] {d57a7217-bd5a-4f4e-9526-e82cb7d3f46e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 09:27:21.639212 [ 259 ] {d57a7217-bd5a-4f4e-9526-e82cb7d3f46e} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:27:21.639313 [ 259 ] {d57a7217-bd5a-4f4e-9526-e82cb7d3f46e} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Key condition: (column 0 notIn 24-element set) 2025.12.23 09:27:21.639342 [ 259 ] {d57a7217-bd5a-4f4e-9526-e82cb7d3f46e} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.23 09:27:21.639362 [ 259 ] {d57a7217-bd5a-4f4e-9526-e82cb7d3f46e} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.23 09:27:21.639377 [ 259 ] {d57a7217-bd5a-4f4e-9526-e82cb7d3f46e} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.23 09:27:21.639410 [ 259 ] {d57a7217-bd5a-4f4e-9526-e82cb7d3f46e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received'))" 2025.12.23 09:27:21.639429 [ 259 ] {d57a7217-bd5a-4f4e-9526-e82cb7d3f46e} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 20 rows starting from 0 2025.12.23 09:27:21.639889 [ 259 ] {d57a7217-bd5a-4f4e-9526-e82cb7d3f46e} executeQuery: Read 20 rows, 853.00 B in 0.001208 sec., 16556.291390728475 rows/sec., 689.58 KiB/sec. 2025.12.23 09:27:21.639973 [ 259 ] {d57a7217-bd5a-4f4e-9526-e82cb7d3f46e} TCPHandler: Processed in 0.001423777 sec. 2025.12.23 09:27:21.640238 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:21.640368 [ 259 ] {d44b2bb6-95ab-4054-b7a6-095541e51317} executeQuery: (from [fd00:1122:3344:101::d]:40873) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received') FORMAT Native; (stage: Complete) 2025.12.23 09:27:21.640585 [ 259 ] {d44b2bb6-95ab-4054-b7a6-095541e51317} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.23 09:27:21.640619 [ 259 ] {d44b2bb6-95ab-4054-b7a6-095541e51317} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received')" moved to PREWHERE 2025.12.23 09:27:21.640796 [ 259 ] {d44b2bb6-95ab-4054-b7a6-095541e51317} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 09:27:21.640850 [ 259 ] {d44b2bb6-95ab-4054-b7a6-095541e51317} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:27:21.640947 [ 259 ] {d44b2bb6-95ab-4054-b7a6-095541e51317} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Key condition: (column 0 notIn 25-element set) 2025.12.23 09:27:21.640975 [ 259 ] {d44b2bb6-95ab-4054-b7a6-095541e51317} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.23 09:27:21.640994 [ 259 ] {d44b2bb6-95ab-4054-b7a6-095541e51317} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.23 09:27:21.641008 [ 259 ] {d44b2bb6-95ab-4054-b7a6-095541e51317} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.23 09:27:21.641040 [ 259 ] {d44b2bb6-95ab-4054-b7a6-095541e51317} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received'))" 2025.12.23 09:27:21.641058 [ 259 ] {d44b2bb6-95ab-4054-b7a6-095541e51317} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 20 rows starting from 0 2025.12.23 09:27:21.641515 [ 259 ] {d44b2bb6-95ab-4054-b7a6-095541e51317} executeQuery: Read 20 rows, 853.00 B in 0.001196 sec., 16722.408026755853 rows/sec., 696.49 KiB/sec. 2025.12.23 09:27:21.641597 [ 259 ] {d44b2bb6-95ab-4054-b7a6-095541e51317} TCPHandler: Processed in 0.001410446 sec. 2025.12.23 09:27:21.658927 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:21.659041 [ 259 ] {885c08de-e339-445a-9615-d54dca7a6b65} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.12.23 09:27:21.659085 [ 259 ] {885c08de-e339-445a-9615-d54dca7a6b65} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 09:27:21.659653 [ 259 ] {885c08de-e339-445a-9615-d54dca7a6b65} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:21.659695 [ 259 ] {885c08de-e339-445a-9615-d54dca7a6b65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. 2025.12.23 09:27:21.660115 [ 259 ] {885c08de-e339-445a-9615-d54dca7a6b65} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.23 09:27:21.660313 [ 259 ] {885c08de-e339-445a-9615-d54dca7a6b65} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:21.660462 [ 259 ] {885c08de-e339-445a-9615-d54dca7a6b65} executeQuery: Read 6 rows, 2.84 KiB in 0.001452 sec., 4132.231404958678 rows/sec., 1.91 MiB/sec. 2025.12.23 09:27:21.660502 [ 259 ] {885c08de-e339-445a-9615-d54dca7a6b65} TCPHandler: Processed in 0.001638282 sec. 2025.12.23 09:27:21.660620 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:21.660717 [ 259 ] {3838081e-8165-4778-9a23-b80ba31134d9} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.23 09:27:21.660760 [ 259 ] {3838081e-8165-4778-9a23-b80ba31134d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.23 09:27:21.663337 [ 259 ] {3838081e-8165-4778-9a23-b80ba31134d9} oximeter.fields_i16 (8d7fe79b-86f4-4d5a-b54c-2b26224a25e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:21.663371 [ 259 ] {3838081e-8165-4778-9a23-b80ba31134d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. 2025.12.23 09:27:21.663785 [ 259 ] {3838081e-8165-4778-9a23-b80ba31134d9} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.23 09:27:21.664006 [ 259 ] {3838081e-8165-4778-9a23-b80ba31134d9} oximeter.fields_i16 (8d7fe79b-86f4-4d5a-b54c-2b26224a25e1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:21.664141 [ 259 ] {3838081e-8165-4778-9a23-b80ba31134d9} executeQuery: Read 24 rows, 2.04 KiB in 0.003442 sec., 6972.690296339337 rows/sec., 592.41 KiB/sec. 2025.12.23 09:27:21.664180 [ 259 ] {3838081e-8165-4778-9a23-b80ba31134d9} TCPHandler: Processed in 0.003610872 sec. 2025.12.23 09:27:21.664292 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:21.664390 [ 259 ] {4124f7bc-9b51-45e5-8ed4-7e5e6fd15d0b} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.23 09:27:21.664432 [ 259 ] {4124f7bc-9b51-45e5-8ed4-7e5e6fd15d0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.23 09:27:21.664830 [ 259 ] {4124f7bc-9b51-45e5-8ed4-7e5e6fd15d0b} oximeter.fields_ipaddr (d154834d-033d-4c99-ba0c-394bcbfa5713): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:21.664866 [ 259 ] {4124f7bc-9b51-45e5-8ed4-7e5e6fd15d0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. 2025.12.23 09:27:21.665156 [ 259 ] {4124f7bc-9b51-45e5-8ed4-7e5e6fd15d0b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.23 09:27:21.665367 [ 259 ] {4124f7bc-9b51-45e5-8ed4-7e5e6fd15d0b} oximeter.fields_ipaddr (d154834d-033d-4c99-ba0c-394bcbfa5713): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:21.665505 [ 259 ] {4124f7bc-9b51-45e5-8ed4-7e5e6fd15d0b} executeQuery: Read 2 rows, 167.00 B in 0.001133 sec., 1765.2250661959401 rows/sec., 143.94 KiB/sec. 2025.12.23 09:27:21.665544 [ 259 ] {4124f7bc-9b51-45e5-8ed4-7e5e6fd15d0b} TCPHandler: Processed in 0.001302994 sec. 2025.12.23 09:27:21.665660 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:21.665756 [ 259 ] {edf0966e-f7bb-4d38-bd45-2d72cae1ae9b} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.23 09:27:21.665795 [ 259 ] {edf0966e-f7bb-4d38-bd45-2d72cae1ae9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.23 09:27:21.666267 [ 259 ] {edf0966e-f7bb-4d38-bd45-2d72cae1ae9b} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:21.666303 [ 259 ] {edf0966e-f7bb-4d38-bd45-2d72cae1ae9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. 2025.12.23 09:27:21.666622 [ 259 ] {edf0966e-f7bb-4d38-bd45-2d72cae1ae9b} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.23 09:27:21.666830 [ 259 ] {edf0966e-f7bb-4d38-bd45-2d72cae1ae9b} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:21.666962 [ 259 ] {edf0966e-f7bb-4d38-bd45-2d72cae1ae9b} executeQuery: Read 173 rows, 15.60 KiB in 0.001224 sec., 141339.86928104574 rows/sec., 12.45 MiB/sec. 2025.12.23 09:27:21.667026 [ 259 ] {edf0966e-f7bb-4d38-bd45-2d72cae1ae9b} TCPHandler: Processed in 0.001416146 sec. 2025.12.23 09:27:21.667158 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:21.667287 [ 259 ] {531cf75c-3c06-44ab-a0e9-e84e72a6d5af} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.23 09:27:21.667336 [ 259 ] {531cf75c-3c06-44ab-a0e9-e84e72a6d5af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.23 09:27:21.667941 [ 259 ] {531cf75c-3c06-44ab-a0e9-e84e72a6d5af} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:21.667982 [ 259 ] {531cf75c-3c06-44ab-a0e9-e84e72a6d5af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. 2025.12.23 09:27:21.668319 [ 259 ] {531cf75c-3c06-44ab-a0e9-e84e72a6d5af} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.23 09:27:21.668541 [ 259 ] {531cf75c-3c06-44ab-a0e9-e84e72a6d5af} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:21.668684 [ 259 ] {531cf75c-3c06-44ab-a0e9-e84e72a6d5af} executeQuery: Read 14 rows, 1.10 KiB in 0.00143 sec., 9790.20979020979 rows/sec., 769.64 KiB/sec. 2025.12.23 09:27:21.668748 [ 259 ] {531cf75c-3c06-44ab-a0e9-e84e72a6d5af} TCPHandler: Processed in 0.001656553 sec. 2025.12.23 09:27:21.668856 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:21.668959 [ 259 ] {c261e602-d123-4f57-8f1d-a9318f35dfda} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.23 09:27:21.669000 [ 259 ] {c261e602-d123-4f57-8f1d-a9318f35dfda} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.23 09:27:21.669477 [ 259 ] {c261e602-d123-4f57-8f1d-a9318f35dfda} oximeter.fields_u32 (d4478a7b-5e34-44bf-90e4-f163ea7d0fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:21.669527 [ 259 ] {c261e602-d123-4f57-8f1d-a9318f35dfda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. 2025.12.23 09:27:21.669835 [ 259 ] {c261e602-d123-4f57-8f1d-a9318f35dfda} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.23 09:27:21.670046 [ 259 ] {c261e602-d123-4f57-8f1d-a9318f35dfda} oximeter.fields_u32 (d4478a7b-5e34-44bf-90e4-f163ea7d0fe4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:21.670183 [ 259 ] {c261e602-d123-4f57-8f1d-a9318f35dfda} executeQuery: Read 24 rows, 2.04 KiB in 0.001242 sec., 19323.67149758454 rows/sec., 1.60 MiB/sec. 2025.12.23 09:27:21.670220 [ 259 ] {c261e602-d123-4f57-8f1d-a9318f35dfda} TCPHandler: Processed in 0.001415026 sec. 2025.12.23 09:27:21.670325 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:21.670421 [ 259 ] {6affcd8d-4e25-44e3-8382-d205bc9a35de} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.23 09:27:21.670460 [ 259 ] {6affcd8d-4e25-44e3-8382-d205bc9a35de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.23 09:27:21.671014 [ 259 ] {6affcd8d-4e25-44e3-8382-d205bc9a35de} oximeter.fields_u8 (aafc8dfa-6e62-4213-a992-39e4280a19a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:21.671064 [ 259 ] {6affcd8d-4e25-44e3-8382-d205bc9a35de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. 2025.12.23 09:27:21.673911 [ 259 ] {6affcd8d-4e25-44e3-8382-d205bc9a35de} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.23 09:27:21.674173 [ 259 ] {6affcd8d-4e25-44e3-8382-d205bc9a35de} oximeter.fields_u8 (aafc8dfa-6e62-4213-a992-39e4280a19a6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:21.674334 [ 259 ] {6affcd8d-4e25-44e3-8382-d205bc9a35de} executeQuery: Read 12 rows, 960.00 B in 0.00393 sec., 3053.4351145038167 rows/sec., 238.55 KiB/sec. 2025.12.23 09:27:21.674379 [ 259 ] {6affcd8d-4e25-44e3-8382-d205bc9a35de} TCPHandler: Processed in 0.004102975 sec. 2025.12.23 09:27:21.674527 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:21.674665 [ 259 ] {0909968b-9628-42b4-adfb-826950203ad7} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.23 09:27:21.674725 [ 259 ] {0909968b-9628-42b4-adfb-826950203ad7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.23 09:27:21.676255 [ 259 ] {0909968b-9628-42b4-adfb-826950203ad7} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:21.676345 [ 259 ] {0909968b-9628-42b4-adfb-826950203ad7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. 2025.12.23 09:27:21.676973 [ 259 ] {0909968b-9628-42b4-adfb-826950203ad7} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.23 09:27:21.677252 [ 259 ] {0909968b-9628-42b4-adfb-826950203ad7} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:21.677452 [ 259 ] {0909968b-9628-42b4-adfb-826950203ad7} executeQuery: Read 94 rows, 7.89 KiB in 0.002812 sec., 33428.16500711238 rows/sec., 2.74 MiB/sec. 2025.12.23 09:27:21.677530 [ 259 ] {0909968b-9628-42b4-adfb-826950203ad7} TCPHandler: Processed in 0.003073789 sec. 2025.12.23 09:27:21.677672 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:21.677813 [ 259 ] {36572120-396a-4f57-8f65-be5b0f8f0550} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.23 09:27:21.677885 [ 259 ] {36572120-396a-4f57-8f65-be5b0f8f0550} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.23 09:27:21.678465 [ 259 ] {36572120-396a-4f57-8f65-be5b0f8f0550} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:21.678518 [ 259 ] {36572120-396a-4f57-8f65-be5b0f8f0550} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. 2025.12.23 09:27:21.679042 [ 259 ] {36572120-396a-4f57-8f65-be5b0f8f0550} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.23 09:27:21.679278 [ 259 ] {36572120-396a-4f57-8f65-be5b0f8f0550} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:21.679411 [ 259 ] {36572120-396a-4f57-8f65-be5b0f8f0550} executeQuery: Read 355 rows, 27.65 KiB in 0.001624 sec., 218596.0591133005 rows/sec., 16.63 MiB/sec. 2025.12.23 09:27:21.679455 [ 259 ] {36572120-396a-4f57-8f65-be5b0f8f0550} TCPHandler: Processed in 0.001847207 sec. 2025.12.23 09:27:21.679573 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:21.679671 [ 259 ] {98a51605-3219-4fe7-9f26-5d8e20e6bc66} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.23 09:27:21.679714 [ 259 ] {98a51605-3219-4fe7-9f26-5d8e20e6bc66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.23 09:27:21.680069 [ 259 ] {98a51605-3219-4fe7-9f26-5d8e20e6bc66} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:21.680112 [ 259 ] {98a51605-3219-4fe7-9f26-5d8e20e6bc66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. 2025.12.23 09:27:21.680455 [ 259 ] {98a51605-3219-4fe7-9f26-5d8e20e6bc66} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.23 09:27:21.680680 [ 259 ] {98a51605-3219-4fe7-9f26-5d8e20e6bc66} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:21.680813 [ 259 ] {98a51605-3219-4fe7-9f26-5d8e20e6bc66} executeQuery: Read 50 rows, 3.51 KiB in 0.001161 sec., 43066.322136089584 rows/sec., 2.95 MiB/sec. 2025.12.23 09:27:21.680855 [ 259 ] {98a51605-3219-4fe7-9f26-5d8e20e6bc66} TCPHandler: Processed in 0.001330994 sec. 2025.12.23 09:27:23.538533 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 2414 2025.12.23 09:27:23.539025 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:23.539071 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. 2025.12.23 09:27:23.539593 [ 245 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.23 09:27:23.539841 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:23.539973 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2414 2025.12.23 09:27:23.647911 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2025.12.23 09:27:23.664787 [ 244 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:23.664830 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. 2025.12.23 09:27:23.671171 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.23 09:27:23.671871 [ 244 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:23.674629 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2025.12.23 09:27:24.000197 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 167.27 MiB, peak 171.27 MiB, free memory in arenas 0.00 B, will set to 168.57 MiB (RSS), difference: 1.29 MiB 2025.12.23 09:27:26.040518 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 206 2025.12.23 09:27:26.043026 [ 243 ] {} system.query_log (93b58756-c7c4-4dd5-8f38-c0e6c44c4a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:26.043082 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. 2025.12.23 09:27:26.044289 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.23 09:27:26.044570 [ 243 ] {} system.query_log (93b58756-c7c4-4dd5-8f38-c0e6c44c4a94): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:26.044830 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 206 2025.12.23 09:27:26.588410 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:26.588616 [ 259 ] {78a818ae-efc4-4ed7-8fb6-76b63ded0b73} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.23 09:27:26.588692 [ 259 ] {78a818ae-efc4-4ed7-8fb6-76b63ded0b73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.23 09:27:26.589419 [ 259 ] {78a818ae-efc4-4ed7-8fb6-76b63ded0b73} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:26.589463 [ 259 ] {78a818ae-efc4-4ed7-8fb6-76b63ded0b73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. 2025.12.23 09:27:26.589862 [ 259 ] {78a818ae-efc4-4ed7-8fb6-76b63ded0b73} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.23 09:27:26.590093 [ 259 ] {78a818ae-efc4-4ed7-8fb6-76b63ded0b73} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:26.590259 [ 259 ] {78a818ae-efc4-4ed7-8fb6-76b63ded0b73} executeQuery: Read 122 rows, 10.78 KiB in 0.001697 sec., 71891.57336476135 rows/sec., 6.20 MiB/sec. 2025.12.23 09:27:26.590308 [ 259 ] {78a818ae-efc4-4ed7-8fb6-76b63ded0b73} TCPHandler: Processed in 0.002035592 sec. 2025.12.23 09:27:26.590432 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:26.590537 [ 259 ] {774c58a7-9304-47f8-b955-8a5f3ace5b87} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.23 09:27:26.590581 [ 259 ] {774c58a7-9304-47f8-b955-8a5f3ace5b87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.23 09:27:26.591005 [ 259 ] {774c58a7-9304-47f8-b955-8a5f3ace5b87} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:26.591040 [ 259 ] {774c58a7-9304-47f8-b955-8a5f3ace5b87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. 2025.12.23 09:27:26.591345 [ 259 ] {774c58a7-9304-47f8-b955-8a5f3ace5b87} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.23 09:27:26.591563 [ 259 ] {774c58a7-9304-47f8-b955-8a5f3ace5b87} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:26.591694 [ 259 ] {774c58a7-9304-47f8-b955-8a5f3ace5b87} executeQuery: Read 35 rows, 2.63 KiB in 0.001182 sec., 29610.829103214888 rows/sec., 2.17 MiB/sec. 2025.12.23 09:27:26.591733 [ 259 ] {774c58a7-9304-47f8-b955-8a5f3ace5b87} TCPHandler: Processed in 0.001352804 sec. 2025.12.23 09:27:26.591837 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:26.591933 [ 259 ] {da79c63c-9cce-42a0-8fb4-d5e45b04c5e8} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.23 09:27:26.591974 [ 259 ] {da79c63c-9cce-42a0-8fb4-d5e45b04c5e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.23 09:27:26.592390 [ 259 ] {da79c63c-9cce-42a0-8fb4-d5e45b04c5e8} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:26.592426 [ 259 ] {da79c63c-9cce-42a0-8fb4-d5e45b04c5e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. 2025.12.23 09:27:26.592722 [ 259 ] {da79c63c-9cce-42a0-8fb4-d5e45b04c5e8} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.23 09:27:26.592925 [ 259 ] {da79c63c-9cce-42a0-8fb4-d5e45b04c5e8} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:26.593054 [ 259 ] {da79c63c-9cce-42a0-8fb4-d5e45b04c5e8} executeQuery: Read 91 rows, 7.28 KiB in 0.00114 sec., 79824.56140350878 rows/sec., 6.23 MiB/sec. 2025.12.23 09:27:26.593090 [ 259 ] {da79c63c-9cce-42a0-8fb4-d5e45b04c5e8} TCPHandler: Processed in 0.001302653 sec. 2025.12.23 09:27:26.593206 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:26.593301 [ 259 ] {13b8c101-d022-4218-8315-a6663613338c} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.23 09:27:26.593344 [ 259 ] {13b8c101-d022-4218-8315-a6663613338c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.23 09:27:26.593741 [ 259 ] {13b8c101-d022-4218-8315-a6663613338c} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:26.593776 [ 259 ] {13b8c101-d022-4218-8315-a6663613338c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. 2025.12.23 09:27:26.594098 [ 259 ] {13b8c101-d022-4218-8315-a6663613338c} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.23 09:27:26.594307 [ 259 ] {13b8c101-d022-4218-8315-a6663613338c} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:26.594438 [ 259 ] {13b8c101-d022-4218-8315-a6663613338c} executeQuery: Read 150 rows, 10.65 KiB in 0.001155 sec., 129870.12987012987 rows/sec., 9.00 MiB/sec. 2025.12.23 09:27:26.594474 [ 259 ] {13b8c101-d022-4218-8315-a6663613338c} TCPHandler: Processed in 0.001316884 sec. 2025.12.23 09:27:26.594576 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:26.594670 [ 259 ] {51b63bad-0098-4b5b-abeb-fb327880bd22} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.23 09:27:26.594724 [ 259 ] {51b63bad-0098-4b5b-abeb-fb327880bd22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.23 09:27:26.595503 [ 259 ] {51b63bad-0098-4b5b-abeb-fb327880bd22} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:26.595537 [ 259 ] {51b63bad-0098-4b5b-abeb-fb327880bd22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. 2025.12.23 09:27:26.596064 [ 259 ] {51b63bad-0098-4b5b-abeb-fb327880bd22} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.23 09:27:26.596295 [ 259 ] {51b63bad-0098-4b5b-abeb-fb327880bd22} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:26.596431 [ 259 ] {51b63bad-0098-4b5b-abeb-fb327880bd22} executeQuery: Read 35 rows, 64.22 KiB in 0.001779 sec., 19673.974142776842 rows/sec., 35.25 MiB/sec. 2025.12.23 09:27:26.596490 [ 259 ] {51b63bad-0098-4b5b-abeb-fb327880bd22} TCPHandler: Processed in 0.00196279 sec. 2025.12.23 09:27:26.596602 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:26.596697 [ 259 ] {2cbb1b67-fe3e-4f9e-bfbc-23277f142398} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.23 09:27:26.596738 [ 259 ] {2cbb1b67-fe3e-4f9e-bfbc-23277f142398} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.23 09:27:26.597059 [ 259 ] {2cbb1b67-fe3e-4f9e-bfbc-23277f142398} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:26.597093 [ 259 ] {2cbb1b67-fe3e-4f9e-bfbc-23277f142398} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.54 GiB. 2025.12.23 09:27:26.597392 [ 259 ] {2cbb1b67-fe3e-4f9e-bfbc-23277f142398} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.23 09:27:26.597598 [ 259 ] {2cbb1b67-fe3e-4f9e-bfbc-23277f142398} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:26.597726 [ 259 ] {2cbb1b67-fe3e-4f9e-bfbc-23277f142398} executeQuery: Read 50 rows, 3.51 KiB in 0.001048 sec., 47709.923664122136 rows/sec., 3.27 MiB/sec. 2025.12.23 09:27:26.597762 [ 259 ] {2cbb1b67-fe3e-4f9e-bfbc-23277f142398} TCPHandler: Processed in 0.001208841 sec. 2025.12.23 09:27:30.974477 [ 51 ] {} DNSResolver: Updating DNS cache 2025.12.23 09:27:30.974559 [ 51 ] {} DNSResolver: Updated DNS cache 2025.12.23 09:27:31.040129 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 2926 2025.12.23 09:27:31.040645 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:31.040692 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:31.041288 [ 245 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.23 09:27:31.041542 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:31.041682 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2926 2025.12.23 09:27:31.041706 [ 51 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.23 09:27:31.041785 [ 51 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:31.041810 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:31.044334 [ 190 ] {12227934-2706-467c-b85c-1b0658473971::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.23 09:27:31.046649 [ 190 ] {12227934-2706-467c-b85c-1b0658473971::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:27:31.046738 [ 190 ] {12227934-2706-467c-b85c-1b0658473971::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 494 rows starting from the beginning of the part 2025.12.23 09:27:31.046850 [ 190 ] {12227934-2706-467c-b85c-1b0658473971::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 512 rows starting from the beginning of the part 2025.12.23 09:27:31.046906 [ 190 ] {12227934-2706-467c-b85c-1b0658473971::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 448 rows starting from the beginning of the part 2025.12.23 09:27:31.046956 [ 190 ] {12227934-2706-467c-b85c-1b0658473971::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 512 rows starting from the beginning of the part 2025.12.23 09:27:31.047002 [ 190 ] {12227934-2706-467c-b85c-1b0658473971::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 448 rows starting from the beginning of the part 2025.12.23 09:27:31.047047 [ 190 ] {12227934-2706-467c-b85c-1b0658473971::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 512 rows starting from the beginning of the part 2025.12.23 09:27:31.083834 [ 191 ] {12227934-2706-467c-b85c-1b0658473971::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2926 rows, containing 4 columns (4 merged, 0 gathered) in 0.041900871 sec., 69831.4839326371 rows/sec., 1022.92 KiB/sec. 2025.12.23 09:27:31.084704 [ 188 ] {12227934-2706-467c-b85c-1b0658473971::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.23 09:27:31.085042 [ 188 ] {12227934-2706-467c-b85c-1b0658473971::all_1_6_1} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:31.085117 [ 188 ] {12227934-2706-467c-b85c-1b0658473971::all_1_6_1} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.23 09:27:31.085286 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.36 MiB. 2025.12.23 09:27:31.174766 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2025.12.23 09:27:31.192507 [ 244 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:31.192576 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:31.198818 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.23 09:27:31.199570 [ 244 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:31.199864 [ 51 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.23 09:27:31.199922 [ 51 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:31.199942 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:31.200061 [ 188 ] {9b749f39-3056-4cae-b572-88b0142995e2::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.23 09:27:31.203947 [ 188 ] {9b749f39-3056-4cae-b572-88b0142995e2::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:27:31.204533 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2025.12.23 09:27:31.204803 [ 188 ] {9b749f39-3056-4cae-b572-88b0142995e2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2025.12.23 09:27:31.208327 [ 188 ] {9b749f39-3056-4cae-b572-88b0142995e2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part 2025.12.23 09:27:31.211881 [ 188 ] {9b749f39-3056-4cae-b572-88b0142995e2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part 2025.12.23 09:27:31.215945 [ 188 ] {9b749f39-3056-4cae-b572-88b0142995e2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part 2025.12.23 09:27:31.223358 [ 188 ] {9b749f39-3056-4cae-b572-88b0142995e2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part 2025.12.23 09:27:31.227585 [ 188 ] {9b749f39-3056-4cae-b572-88b0142995e2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part 2025.12.23 09:27:31.289040 [ 191 ] {9b749f39-3056-4cae-b572-88b0142995e2::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.089027474 sec., 516.6944307551622 rows/sec., 2.67 MiB/sec. 2025.12.23 09:27:31.291545 [ 191 ] {9b749f39-3056-4cae-b572-88b0142995e2::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.23 09:27:31.293805 [ 191 ] {9b749f39-3056-4cae-b572-88b0142995e2::all_1_6_1} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:31.293918 [ 191 ] {9b749f39-3056-4cae-b572-88b0142995e2::all_1_6_1} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.23 09:27:31.295975 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2025.12.23 09:27:31.586780 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:31.586979 [ 259 ] {d2589134-f7ad-40e3-9015-d57ad5ea80de} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.23 09:27:31.587051 [ 259 ] {d2589134-f7ad-40e3-9015-d57ad5ea80de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.23 09:27:31.587877 [ 259 ] {d2589134-f7ad-40e3-9015-d57ad5ea80de} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:31.587933 [ 259 ] {d2589134-f7ad-40e3-9015-d57ad5ea80de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:31.588318 [ 259 ] {d2589134-f7ad-40e3-9015-d57ad5ea80de} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.23 09:27:31.588535 [ 259 ] {d2589134-f7ad-40e3-9015-d57ad5ea80de} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:31.588675 [ 51 ] {} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.23 09:27:31.588686 [ 259 ] {d2589134-f7ad-40e3-9015-d57ad5ea80de} executeQuery: Read 52 rows, 4.07 KiB in 0.001761 sec., 29528.676888131744 rows/sec., 2.26 MiB/sec. 2025.12.23 09:27:31.588730 [ 51 ] {} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:31.588750 [ 259 ] {d2589134-f7ad-40e3-9015-d57ad5ea80de} TCPHandler: Processed in 0.002110914 sec. 2025.12.23 09:27:31.588760 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:31.588877 [ 187 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.23 09:27:31.588894 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:31.588994 [ 187 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:27:31.589010 [ 259 ] {7e235489-335f-46bd-8e97-94c29d4733ed} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.23 09:27:31.589033 [ 187 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 127 rows starting from the beginning of the part 2025.12.23 09:27:31.589054 [ 259 ] {7e235489-335f-46bd-8e97-94c29d4733ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.23 09:27:31.589137 [ 187 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 52 rows starting from the beginning of the part 2025.12.23 09:27:31.589193 [ 187 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 122 rows starting from the beginning of the part 2025.12.23 09:27:31.589236 [ 187 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 173 rows starting from the beginning of the part 2025.12.23 09:27:31.589277 [ 187 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 122 rows starting from the beginning of the part 2025.12.23 09:27:31.589319 [ 187 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 52 rows starting from the beginning of the part 2025.12.23 09:27:31.589573 [ 259 ] {7e235489-335f-46bd-8e97-94c29d4733ed} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:31.589614 [ 259 ] {7e235489-335f-46bd-8e97-94c29d4733ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:31.590034 [ 259 ] {7e235489-335f-46bd-8e97-94c29d4733ed} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.23 09:27:31.590286 [ 259 ] {7e235489-335f-46bd-8e97-94c29d4733ed} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:31.590421 [ 259 ] {7e235489-335f-46bd-8e97-94c29d4733ed} executeQuery: Read 56 rows, 4.47 KiB in 0.00143 sec., 39160.83916083916 rows/sec., 3.05 MiB/sec. 2025.12.23 09:27:31.590424 [ 201 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 648 rows, containing 5 columns (5 merged, 0 gathered) in 0.00158779 sec., 408114.42319198383 rows/sec., 36.28 MiB/sec. 2025.12.23 09:27:31.590456 [ 259 ] {7e235489-335f-46bd-8e97-94c29d4733ed} TCPHandler: Processed in 0.001611521 sec. 2025.12.23 09:27:31.590422 [ 73 ] {} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.23 09:27:31.590512 [ 73 ] {} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:31.590538 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:31.590576 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:31.590587 [ 187 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.23 09:27:31.590663 [ 198 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.23 09:27:31.590682 [ 259 ] {12919abf-f66c-4b2c-b18e-f3bd0aca6cc7} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.23 09:27:31.590778 [ 259 ] {12919abf-f66c-4b2c-b18e-f3bd0aca6cc7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.23 09:27:31.590829 [ 198 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:27:31.590848 [ 187 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_6_1} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:31.590873 [ 198 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 109 rows starting from the beginning of the part 2025.12.23 09:27:31.590916 [ 187 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_6_1} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.23 09:27:31.590966 [ 198 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part 2025.12.23 09:27:31.590980 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. 2025.12.23 09:27:31.591021 [ 198 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 91 rows starting from the beginning of the part 2025.12.23 09:27:31.591068 [ 198 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 94 rows starting from the beginning of the part 2025.12.23 09:27:31.591117 [ 198 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 91 rows starting from the beginning of the part 2025.12.23 09:27:31.591182 [ 198 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part 2025.12.23 09:27:31.591259 [ 259 ] {12919abf-f66c-4b2c-b18e-f3bd0aca6cc7} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:31.591299 [ 259 ] {12919abf-f66c-4b2c-b18e-f3bd0aca6cc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:31.591688 [ 259 ] {12919abf-f66c-4b2c-b18e-f3bd0aca6cc7} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.23 09:27:31.591940 [ 259 ] {12919abf-f66c-4b2c-b18e-f3bd0aca6cc7} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:31.592052 [ 73 ] {} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.23 09:27:31.592081 [ 259 ] {12919abf-f66c-4b2c-b18e-f3bd0aca6cc7} executeQuery: Read 150 rows, 10.65 KiB in 0.001417 sec., 105857.44530698658 rows/sec., 7.34 MiB/sec. 2025.12.23 09:27:31.592085 [ 73 ] {} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:31.592112 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:31.592117 [ 259 ] {12919abf-f66c-4b2c-b18e-f3bd0aca6cc7} TCPHandler: Processed in 0.001589051 sec. 2025.12.23 09:27:31.592212 [ 201 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.23 09:27:31.592228 [ 193 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 497 rows, containing 5 columns (5 merged, 0 gathered) in 0.001629042 sec., 305087.28442851687 rows/sec., 25.22 MiB/sec. 2025.12.23 09:27:31.592250 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:31.592324 [ 201 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:27:31.592342 [ 259 ] {6862b294-2a1e-4184-979a-4e85a0b3cedb} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.23 09:27:31.592364 [ 201 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 154 rows starting from the beginning of the part 2025.12.23 09:27:31.592382 [ 259 ] {6862b294-2a1e-4184-979a-4e85a0b3cedb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.23 09:27:31.592385 [ 193 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.23 09:27:31.592451 [ 201 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 150 rows starting from the beginning of the part 2025.12.23 09:27:31.592504 [ 201 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 150 rows starting from the beginning of the part 2025.12.23 09:27:31.592552 [ 201 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 355 rows starting from the beginning of the part 2025.12.23 09:27:31.592610 [ 201 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 150 rows starting from the beginning of the part 2025.12.23 09:27:31.592657 [ 201 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 150 rows starting from the beginning of the part 2025.12.23 09:27:31.592672 [ 193 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_6_1} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:31.592725 [ 259 ] {6862b294-2a1e-4184-979a-4e85a0b3cedb} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:31.592738 [ 193 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_6_1} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.23 09:27:31.592761 [ 259 ] {6862b294-2a1e-4184-979a-4e85a0b3cedb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:31.592819 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.12.23 09:27:31.593071 [ 259 ] {6862b294-2a1e-4184-979a-4e85a0b3cedb} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.23 09:27:31.593288 [ 259 ] {6862b294-2a1e-4184-979a-4e85a0b3cedb} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:31.593421 [ 259 ] {6862b294-2a1e-4184-979a-4e85a0b3cedb} executeQuery: Read 50 rows, 3.51 KiB in 0.001098 sec., 45537.34061930783 rows/sec., 3.12 MiB/sec. 2025.12.23 09:27:31.593435 [ 51 ] {} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.23 09:27:31.593457 [ 259 ] {6862b294-2a1e-4184-979a-4e85a0b3cedb} TCPHandler: Processed in 0.001258692 sec. 2025.12.23 09:27:31.593475 [ 51 ] {} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:31.593502 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:31.593583 [ 198 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.23 09:27:31.593687 [ 198 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:27:31.593710 [ 198 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 50 rows starting from the beginning of the part 2025.12.23 09:27:31.593754 [ 198 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 50 rows starting from the beginning of the part 2025.12.23 09:27:31.593789 [ 198 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 50 rows starting from the beginning of the part 2025.12.23 09:27:31.593821 [ 198 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 50 rows starting from the beginning of the part 2025.12.23 09:27:31.593854 [ 198 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 50 rows starting from the beginning of the part 2025.12.23 09:27:31.593888 [ 193 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1109 rows, containing 5 columns (5 merged, 0 gathered) in 0.001723914 sec., 643303.5522653682 rows/sec., 45.99 MiB/sec. 2025.12.23 09:27:31.593905 [ 198 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 50 rows starting from the beginning of the part 2025.12.23 09:27:31.594084 [ 201 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.23 09:27:31.594337 [ 201 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_6_1} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:31.594396 [ 201 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_6_1} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.23 09:27:31.594462 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2025.12.23 09:27:31.594731 [ 192 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 300 rows, containing 4 columns (4 merged, 0 gathered) in 0.00116955 sec., 256508.91368475053 rows/sec., 17.59 MiB/sec. 2025.12.23 09:27:31.594955 [ 192 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.23 09:27:31.595244 [ 192 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_6_1} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:31.595317 [ 192 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_6_1} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.23 09:27:31.595416 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.12.23 09:27:32.000185 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 170.20 MiB, peak 179.30 MiB, free memory in arenas 0.00 B, will set to 181.12 MiB (RSS), difference: 10.91 MiB 2025.12.23 09:27:36.045055 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 226 2025.12.23 09:27:36.047029 [ 243 ] {} system.query_log (93b58756-c7c4-4dd5-8f38-c0e6c44c4a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:36.047068 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:36.048206 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.23 09:27:36.048473 [ 243 ] {} system.query_log (93b58756-c7c4-4dd5-8f38-c0e6c44c4a94): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:36.048709 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 226 2025.12.23 09:27:36.579762 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:36.580062 [ 259 ] {53344667-e8b8-4ccf-b92f-59116b76a8f2} executeQuery: (from [fd00:1122:3344:101::d]:40873) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent') FORMAT Native; (stage: Complete) 2025.12.23 09:27:36.580508 [ 259 ] {53344667-e8b8-4ccf-b92f-59116b76a8f2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.23 09:27:36.580566 [ 259 ] {53344667-e8b8-4ccf-b92f-59116b76a8f2} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent')" moved to PREWHERE 2025.12.23 09:27:36.580829 [ 259 ] {53344667-e8b8-4ccf-b92f-59116b76a8f2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 09:27:36.580894 [ 259 ] {53344667-e8b8-4ccf-b92f-59116b76a8f2} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:27:36.581031 [ 259 ] {53344667-e8b8-4ccf-b92f-59116b76a8f2} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2025.12.23 09:27:36.581153 [ 268 ] {53344667-e8b8-4ccf-b92f-59116b76a8f2} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.23 09:27:36.581177 [ 297 ] {53344667-e8b8-4ccf-b92f-59116b76a8f2} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.23 09:27:36.581290 [ 259 ] {53344667-e8b8-4ccf-b92f-59116b76a8f2} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.12.23 09:27:36.581316 [ 259 ] {53344667-e8b8-4ccf-b92f-59116b76a8f2} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.23 09:27:36.583339 [ 259 ] {53344667-e8b8-4ccf-b92f-59116b76a8f2} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.23 09:27:36.583365 [ 259 ] {53344667-e8b8-4ccf-b92f-59116b76a8f2} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Reading approx. 26 rows with 2 streams 2025.12.23 09:27:36.583417 [ 259 ] {53344667-e8b8-4ccf-b92f-59116b76a8f2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent'))" 2025.12.23 09:27:36.583456 [ 259 ] {53344667-e8b8-4ccf-b92f-59116b76a8f2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent'))" 2025.12.23 09:27:36.584783 [ 259 ] {53344667-e8b8-4ccf-b92f-59116b76a8f2} executeQuery: Read 26 rows, 1.14 KiB in 0.004851 sec., 5359.719645433931 rows/sec., 234.53 KiB/sec. 2025.12.23 09:27:36.584898 [ 259 ] {53344667-e8b8-4ccf-b92f-59116b76a8f2} TCPHandler: Processed in 0.005286515 sec. 2025.12.23 09:27:36.585211 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:36.585343 [ 259 ] {6c34e29a-9962-41e3-b741-f7831525f90c} executeQuery: (from [fd00:1122:3344:101::d]:40873) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent') FORMAT Native; (stage: Complete) 2025.12.23 09:27:36.585546 [ 259 ] {6c34e29a-9962-41e3-b741-f7831525f90c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.23 09:27:36.585579 [ 259 ] {6c34e29a-9962-41e3-b741-f7831525f90c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', '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')" moved to PREWHERE 2025.12.23 09:27:36.585764 [ 259 ] {6c34e29a-9962-41e3-b741-f7831525f90c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 09:27:36.585815 [ 259 ] {6c34e29a-9962-41e3-b741-f7831525f90c} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:27:36.585912 [ 259 ] {6c34e29a-9962-41e3-b741-f7831525f90c} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2025.12.23 09:27:36.585988 [ 268 ] {6c34e29a-9962-41e3-b741-f7831525f90c} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.23 09:27:36.586027 [ 332 ] {6c34e29a-9962-41e3-b741-f7831525f90c} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.23 09:27:36.586105 [ 259 ] {6c34e29a-9962-41e3-b741-f7831525f90c} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.12.23 09:27:36.586125 [ 259 ] {6c34e29a-9962-41e3-b741-f7831525f90c} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.23 09:27:36.586189 [ 259 ] {6c34e29a-9962-41e3-b741-f7831525f90c} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.23 09:27:36.586206 [ 259 ] {6c34e29a-9962-41e3-b741-f7831525f90c} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Reading approx. 26 rows with 2 streams 2025.12.23 09:27:36.586242 [ 259 ] {6c34e29a-9962-41e3-b741-f7831525f90c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', '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'))" 2025.12.23 09:27:36.586271 [ 259 ] {6c34e29a-9962-41e3-b741-f7831525f90c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', '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'))" 2025.12.23 09:27:36.587155 [ 259 ] {6c34e29a-9962-41e3-b741-f7831525f90c} executeQuery: Read 26 rows, 1.14 KiB in 0.001865 sec., 13941.018766756033 rows/sec., 610.02 KiB/sec. 2025.12.23 09:27:36.587250 [ 259 ] {6c34e29a-9962-41e3-b741-f7831525f90c} TCPHandler: Processed in 0.002087943 sec. 2025.12.23 09:27:36.587860 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:36.587991 [ 259 ] {d5ea3ada-9cba-472c-8a62-17149234594e} executeQuery: (from [fd00:1122:3344:101::d]:40873) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent') FORMAT Native; (stage: Complete) 2025.12.23 09:27:36.588193 [ 259 ] {d5ea3ada-9cba-472c-8a62-17149234594e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.23 09:27:36.588226 [ 259 ] {d5ea3ada-9cba-472c-8a62-17149234594e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent')" moved to PREWHERE 2025.12.23 09:27:36.588412 [ 259 ] {d5ea3ada-9cba-472c-8a62-17149234594e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 09:27:36.588463 [ 259 ] {d5ea3ada-9cba-472c-8a62-17149234594e} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:27:36.588559 [ 259 ] {d5ea3ada-9cba-472c-8a62-17149234594e} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2025.12.23 09:27:36.588656 [ 268 ] {d5ea3ada-9cba-472c-8a62-17149234594e} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.23 09:27:36.588689 [ 341 ] {d5ea3ada-9cba-472c-8a62-17149234594e} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.23 09:27:36.588783 [ 259 ] {d5ea3ada-9cba-472c-8a62-17149234594e} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.12.23 09:27:36.588809 [ 259 ] {d5ea3ada-9cba-472c-8a62-17149234594e} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.23 09:27:36.588861 [ 259 ] {d5ea3ada-9cba-472c-8a62-17149234594e} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.23 09:27:36.588878 [ 259 ] {d5ea3ada-9cba-472c-8a62-17149234594e} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Reading approx. 26 rows with 2 streams 2025.12.23 09:27:36.588907 [ 259 ] {d5ea3ada-9cba-472c-8a62-17149234594e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent'))" 2025.12.23 09:27:36.588936 [ 259 ] {d5ea3ada-9cba-472c-8a62-17149234594e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent'))" 2025.12.23 09:27:36.589654 [ 259 ] {d5ea3ada-9cba-472c-8a62-17149234594e} executeQuery: Read 26 rows, 1.14 KiB in 0.001715 sec., 15160.349854227406 rows/sec., 663.38 KiB/sec. 2025.12.23 09:27:36.589725 [ 259 ] {d5ea3ada-9cba-472c-8a62-17149234594e} TCPHandler: Processed in 0.001912299 sec. 2025.12.23 09:27:36.589950 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:36.590079 [ 259 ] {7de048ac-c747-4861-8e74-0b6d3821bc66} executeQuery: (from [fd00:1122:3344:101::d]:40873) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity') FORMAT Native; (stage: Complete) 2025.12.23 09:27:36.590277 [ 259 ] {7de048ac-c747-4861-8e74-0b6d3821bc66} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.23 09:27:36.590310 [ 259 ] {7de048ac-c747-4861-8e74-0b6d3821bc66} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity')" moved to PREWHERE 2025.12.23 09:27:36.590495 [ 259 ] {7de048ac-c747-4861-8e74-0b6d3821bc66} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 09:27:36.590545 [ 259 ] {7de048ac-c747-4861-8e74-0b6d3821bc66} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:27:36.590639 [ 259 ] {7de048ac-c747-4861-8e74-0b6d3821bc66} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2025.12.23 09:27:36.590693 [ 268 ] {7de048ac-c747-4861-8e74-0b6d3821bc66} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.23 09:27:36.590711 [ 332 ] {7de048ac-c747-4861-8e74-0b6d3821bc66} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.23 09:27:36.590773 [ 259 ] {7de048ac-c747-4861-8e74-0b6d3821bc66} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.12.23 09:27:36.590793 [ 259 ] {7de048ac-c747-4861-8e74-0b6d3821bc66} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.23 09:27:36.590845 [ 259 ] {7de048ac-c747-4861-8e74-0b6d3821bc66} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.23 09:27:36.590868 [ 259 ] {7de048ac-c747-4861-8e74-0b6d3821bc66} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Reading approx. 26 rows with 2 streams 2025.12.23 09:27:36.590898 [ 259 ] {7de048ac-c747-4861-8e74-0b6d3821bc66} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity'))" 2025.12.23 09:27:36.590931 [ 259 ] {7de048ac-c747-4861-8e74-0b6d3821bc66} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity'))" 2025.12.23 09:27:36.591589 [ 259 ] {7de048ac-c747-4861-8e74-0b6d3821bc66} executeQuery: Read 26 rows, 1.14 KiB in 0.001561 sec., 16655.98975016015 rows/sec., 728.82 KiB/sec. 2025.12.23 09:27:36.591681 [ 259 ] {7de048ac-c747-4861-8e74-0b6d3821bc66} TCPHandler: Processed in 0.001777595 sec. 2025.12.23 09:27:36.591910 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:36.592039 [ 259 ] {457d3f83-30e7-49d4-aa32-7dc921e4dbd6} executeQuery: (from [fd00:1122:3344:101::d]:40873) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2025.12.23 09:27:36.592239 [ 259 ] {457d3f83-30e7-49d4-aa32-7dc921e4dbd6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.23 09:27:36.592273 [ 259 ] {457d3f83-30e7-49d4-aa32-7dc921e4dbd6} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE 2025.12.23 09:27:36.592458 [ 259 ] {457d3f83-30e7-49d4-aa32-7dc921e4dbd6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 09:27:36.592508 [ 259 ] {457d3f83-30e7-49d4-aa32-7dc921e4dbd6} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:27:36.592604 [ 259 ] {457d3f83-30e7-49d4-aa32-7dc921e4dbd6} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Key condition: (column 0 notIn 30-element set) 2025.12.23 09:27:36.592655 [ 268 ] {457d3f83-30e7-49d4-aa32-7dc921e4dbd6} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.23 09:27:36.592681 [ 332 ] {457d3f83-30e7-49d4-aa32-7dc921e4dbd6} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.23 09:27:36.592743 [ 259 ] {457d3f83-30e7-49d4-aa32-7dc921e4dbd6} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.12.23 09:27:36.592763 [ 259 ] {457d3f83-30e7-49d4-aa32-7dc921e4dbd6} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.23 09:27:36.592822 [ 259 ] {457d3f83-30e7-49d4-aa32-7dc921e4dbd6} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.23 09:27:36.592838 [ 259 ] {457d3f83-30e7-49d4-aa32-7dc921e4dbd6} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Reading approx. 26 rows with 2 streams 2025.12.23 09:27:36.592867 [ 259 ] {457d3f83-30e7-49d4-aa32-7dc921e4dbd6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:occupancy'))" 2025.12.23 09:27:36.592896 [ 259 ] {457d3f83-30e7-49d4-aa32-7dc921e4dbd6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:occupancy'))" 2025.12.23 09:27:36.593647 [ 259 ] {457d3f83-30e7-49d4-aa32-7dc921e4dbd6} executeQuery: Read 26 rows, 1.14 KiB in 0.001659 sec., 15672.091621458709 rows/sec., 685.77 KiB/sec. 2025.12.23 09:27:36.593748 [ 259 ] {457d3f83-30e7-49d4-aa32-7dc921e4dbd6} TCPHandler: Processed in 0.001885468 sec. 2025.12.23 09:27:36.593958 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:36.594088 [ 259 ] {d852bf84-e732-4d35-8f91-fcf97dcbba80} executeQuery: (from [fd00:1122:3344:101::d]:40873) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2025.12.23 09:27:36.594295 [ 259 ] {d852bf84-e732-4d35-8f91-fcf97dcbba80} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.23 09:27:36.594328 [ 259 ] {d852bf84-e732-4d35-8f91-fcf97dcbba80} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE 2025.12.23 09:27:36.594514 [ 259 ] {d852bf84-e732-4d35-8f91-fcf97dcbba80} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 09:27:36.594564 [ 259 ] {d852bf84-e732-4d35-8f91-fcf97dcbba80} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:27:36.594659 [ 259 ] {d852bf84-e732-4d35-8f91-fcf97dcbba80} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Key condition: (column 0 notIn 31-element set) 2025.12.23 09:27:36.594711 [ 268 ] {d852bf84-e732-4d35-8f91-fcf97dcbba80} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.23 09:27:36.594748 [ 319 ] {d852bf84-e732-4d35-8f91-fcf97dcbba80} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.23 09:27:36.594851 [ 259 ] {d852bf84-e732-4d35-8f91-fcf97dcbba80} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.12.23 09:27:36.594876 [ 259 ] {d852bf84-e732-4d35-8f91-fcf97dcbba80} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.23 09:27:36.594929 [ 259 ] {d852bf84-e732-4d35-8f91-fcf97dcbba80} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.23 09:27:36.594946 [ 259 ] {d852bf84-e732-4d35-8f91-fcf97dcbba80} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Reading approx. 26 rows with 2 streams 2025.12.23 09:27:36.594975 [ 259 ] {d852bf84-e732-4d35-8f91-fcf97dcbba80} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" 2025.12.23 09:27:36.595005 [ 259 ] {d852bf84-e732-4d35-8f91-fcf97dcbba80} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" 2025.12.23 09:27:36.595810 [ 259 ] {d852bf84-e732-4d35-8f91-fcf97dcbba80} executeQuery: Read 26 rows, 1.14 KiB in 0.001774 sec., 14656.144306651635 rows/sec., 641.32 KiB/sec. 2025.12.23 09:27:36.595895 [ 259 ] {d852bf84-e732-4d35-8f91-fcf97dcbba80} TCPHandler: Processed in 0.001984751 sec. 2025.12.23 09:27:36.596094 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:36.596225 [ 259 ] {60ade91a-9ab8-4754-a73a-b264d560d81b} executeQuery: (from [fd00:1122:3344:101::d]:40873) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2025.12.23 09:27:36.596445 [ 259 ] {60ade91a-9ab8-4754-a73a-b264d560d81b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.23 09:27:36.596479 [ 259 ] {60ade91a-9ab8-4754-a73a-b264d560d81b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE 2025.12.23 09:27:36.596670 [ 259 ] {60ade91a-9ab8-4754-a73a-b264d560d81b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 09:27:36.596721 [ 259 ] {60ade91a-9ab8-4754-a73a-b264d560d81b} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:27:36.596818 [ 259 ] {60ade91a-9ab8-4754-a73a-b264d560d81b} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2025.12.23 09:27:36.596877 [ 268 ] {60ade91a-9ab8-4754-a73a-b264d560d81b} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.23 09:27:36.596903 [ 325 ] {60ade91a-9ab8-4754-a73a-b264d560d81b} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.23 09:27:36.596988 [ 259 ] {60ade91a-9ab8-4754-a73a-b264d560d81b} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.12.23 09:27:36.597013 [ 259 ] {60ade91a-9ab8-4754-a73a-b264d560d81b} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.23 09:27:36.597067 [ 259 ] {60ade91a-9ab8-4754-a73a-b264d560d81b} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.23 09:27:36.597084 [ 259 ] {60ade91a-9ab8-4754-a73a-b264d560d81b} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Reading approx. 26 rows with 2 streams 2025.12.23 09:27:36.597113 [ 259 ] {60ade91a-9ab8-4754-a73a-b264d560d81b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" 2025.12.23 09:27:36.597143 [ 259 ] {60ade91a-9ab8-4754-a73a-b264d560d81b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" 2025.12.23 09:27:36.597728 [ 259 ] {60ade91a-9ab8-4754-a73a-b264d560d81b} executeQuery: Read 26 rows, 1.14 KiB in 0.001555 sec., 16720.257234726687 rows/sec., 731.64 KiB/sec. 2025.12.23 09:27:36.597815 [ 259 ] {60ade91a-9ab8-4754-a73a-b264d560d81b} TCPHandler: Processed in 0.001767345 sec. 2025.12.23 09:27:36.598038 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:36.598169 [ 259 ] {45c20e36-c623-4c94-b015-045132d28012} executeQuery: (from [fd00:1122:3344:101::d]:40873) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.23 09:27:36.598379 [ 259 ] {45c20e36-c623-4c94-b015-045132d28012} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.23 09:27:36.598413 [ 259 ] {45c20e36-c623-4c94-b015-045132d28012} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE 2025.12.23 09:27:36.598606 [ 259 ] {45c20e36-c623-4c94-b015-045132d28012} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 09:27:36.598657 [ 259 ] {45c20e36-c623-4c94-b015-045132d28012} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:27:36.598755 [ 259 ] {45c20e36-c623-4c94-b015-045132d28012} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2025.12.23 09:27:36.598815 [ 268 ] {45c20e36-c623-4c94-b015-045132d28012} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.23 09:27:36.598814 [ 319 ] {45c20e36-c623-4c94-b015-045132d28012} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.23 09:27:36.598907 [ 259 ] {45c20e36-c623-4c94-b015-045132d28012} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.12.23 09:27:36.598932 [ 259 ] {45c20e36-c623-4c94-b015-045132d28012} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.23 09:27:36.598986 [ 259 ] {45c20e36-c623-4c94-b015-045132d28012} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.23 09:27:36.599002 [ 259 ] {45c20e36-c623-4c94-b015-045132d28012} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Reading approx. 26 rows with 2 streams 2025.12.23 09:27:36.599032 [ 259 ] {45c20e36-c623-4c94-b015-045132d28012} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2025.12.23 09:27:36.599061 [ 259 ] {45c20e36-c623-4c94-b015-045132d28012} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2025.12.23 09:27:36.599676 [ 259 ] {45c20e36-c623-4c94-b015-045132d28012} executeQuery: Read 26 rows, 1.14 KiB in 0.001561 sec., 16655.98975016015 rows/sec., 728.82 KiB/sec. 2025.12.23 09:27:36.599757 [ 259 ] {45c20e36-c623-4c94-b015-045132d28012} TCPHandler: Processed in 0.001767315 sec. 2025.12.23 09:27:36.599998 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:36.600129 [ 259 ] {81b46ef0-774b-4220-9080-dc4c4309727e} executeQuery: (from [fd00:1122:3344:101::d]:40873) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.23 09:27:36.600334 [ 259 ] {81b46ef0-774b-4220-9080-dc4c4309727e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.23 09:27:36.600368 [ 259 ] {81b46ef0-774b-4220-9080-dc4c4309727e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE 2025.12.23 09:27:36.600559 [ 259 ] {81b46ef0-774b-4220-9080-dc4c4309727e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 09:27:36.600610 [ 259 ] {81b46ef0-774b-4220-9080-dc4c4309727e} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:27:36.600707 [ 259 ] {81b46ef0-774b-4220-9080-dc4c4309727e} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2025.12.23 09:27:36.600769 [ 325 ] {81b46ef0-774b-4220-9080-dc4c4309727e} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.23 09:27:36.600787 [ 296 ] {81b46ef0-774b-4220-9080-dc4c4309727e} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.23 09:27:36.600864 [ 259 ] {81b46ef0-774b-4220-9080-dc4c4309727e} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.12.23 09:27:36.600884 [ 259 ] {81b46ef0-774b-4220-9080-dc4c4309727e} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.23 09:27:36.600943 [ 259 ] {81b46ef0-774b-4220-9080-dc4c4309727e} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.23 09:27:36.600961 [ 259 ] {81b46ef0-774b-4220-9080-dc4c4309727e} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Reading approx. 26 rows with 2 streams 2025.12.23 09:27:36.600990 [ 259 ] {81b46ef0-774b-4220-9080-dc4c4309727e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2025.12.23 09:27:36.601019 [ 259 ] {81b46ef0-774b-4220-9080-dc4c4309727e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2025.12.23 09:27:36.601566 [ 259 ] {81b46ef0-774b-4220-9080-dc4c4309727e} executeQuery: Read 26 rows, 1.14 KiB in 0.00149 sec., 17449.664429530203 rows/sec., 763.55 KiB/sec. 2025.12.23 09:27:36.601653 [ 259 ] {81b46ef0-774b-4220-9080-dc4c4309727e} TCPHandler: Processed in 0.001698304 sec. 2025.12.23 09:27:36.601855 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:36.601986 [ 259 ] {8fc4d2d4-d7c3-4497-9681-e296e94b2cfe} executeQuery: (from [fd00:1122:3344:101::d]:40873) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.23 09:27:36.602191 [ 259 ] {8fc4d2d4-d7c3-4497-9681-e296e94b2cfe} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.23 09:27:36.602225 [ 259 ] {8fc4d2d4-d7c3-4497-9681-e296e94b2cfe} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.23 09:27:36.602425 [ 259 ] {8fc4d2d4-d7c3-4497-9681-e296e94b2cfe} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 09:27:36.602476 [ 259 ] {8fc4d2d4-d7c3-4497-9681-e296e94b2cfe} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:27:36.602570 [ 259 ] {8fc4d2d4-d7c3-4497-9681-e296e94b2cfe} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2025.12.23 09:27:36.602631 [ 319 ] {8fc4d2d4-d7c3-4497-9681-e296e94b2cfe} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.23 09:27:36.602645 [ 296 ] {8fc4d2d4-d7c3-4497-9681-e296e94b2cfe} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.23 09:27:36.602763 [ 259 ] {8fc4d2d4-d7c3-4497-9681-e296e94b2cfe} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.12.23 09:27:36.602784 [ 259 ] {8fc4d2d4-d7c3-4497-9681-e296e94b2cfe} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.23 09:27:36.602853 [ 259 ] {8fc4d2d4-d7c3-4497-9681-e296e94b2cfe} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.23 09:27:36.602870 [ 259 ] {8fc4d2d4-d7c3-4497-9681-e296e94b2cfe} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Reading approx. 26 rows with 2 streams 2025.12.23 09:27:36.602899 [ 259 ] {8fc4d2d4-d7c3-4497-9681-e296e94b2cfe} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.23 09:27:36.602959 [ 259 ] {8fc4d2d4-d7c3-4497-9681-e296e94b2cfe} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.23 09:27:36.603543 [ 259 ] {8fc4d2d4-d7c3-4497-9681-e296e94b2cfe} executeQuery: Read 26 rows, 1.14 KiB in 0.001612 sec., 16129.032258064517 rows/sec., 705.77 KiB/sec. 2025.12.23 09:27:36.603631 [ 259 ] {8fc4d2d4-d7c3-4497-9681-e296e94b2cfe} TCPHandler: Processed in 0.001824256 sec. 2025.12.23 09:27:36.603841 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:36.603972 [ 259 ] {43611ef0-7f31-4009-bb86-f1a206af11d2} executeQuery: (from [fd00:1122:3344:101::d]:40873) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.23 09:27:36.604177 [ 259 ] {43611ef0-7f31-4009-bb86-f1a206af11d2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.23 09:27:36.604211 [ 259 ] {43611ef0-7f31-4009-bb86-f1a206af11d2} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.23 09:27:36.604411 [ 259 ] {43611ef0-7f31-4009-bb86-f1a206af11d2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 09:27:36.604461 [ 259 ] {43611ef0-7f31-4009-bb86-f1a206af11d2} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:27:36.604557 [ 259 ] {43611ef0-7f31-4009-bb86-f1a206af11d2} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Key condition: (column 0 notIn 36-element set) 2025.12.23 09:27:36.604619 [ 325 ] {43611ef0-7f31-4009-bb86-f1a206af11d2} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.23 09:27:36.604631 [ 296 ] {43611ef0-7f31-4009-bb86-f1a206af11d2} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.23 09:27:36.604723 [ 259 ] {43611ef0-7f31-4009-bb86-f1a206af11d2} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.12.23 09:27:36.604744 [ 259 ] {43611ef0-7f31-4009-bb86-f1a206af11d2} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.23 09:27:36.604804 [ 259 ] {43611ef0-7f31-4009-bb86-f1a206af11d2} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.23 09:27:36.604820 [ 259 ] {43611ef0-7f31-4009-bb86-f1a206af11d2} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Reading approx. 26 rows with 2 streams 2025.12.23 09:27:36.604850 [ 259 ] {43611ef0-7f31-4009-bb86-f1a206af11d2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.23 09:27:36.604884 [ 259 ] {43611ef0-7f31-4009-bb86-f1a206af11d2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.23 09:27:36.605468 [ 259 ] {43611ef0-7f31-4009-bb86-f1a206af11d2} executeQuery: Read 26 rows, 1.14 KiB in 0.00155 sec., 16774.1935483871 rows/sec., 734.00 KiB/sec. 2025.12.23 09:27:36.605552 [ 259 ] {43611ef0-7f31-4009-bb86-f1a206af11d2} TCPHandler: Processed in 0.001762555 sec. 2025.12.23 09:27:36.615843 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:36.616041 [ 259 ] {7f7e1af0-2980-48ff-98fb-3f0e0be143f3} executeQuery: (from [fd00:1122:3344:101::d]:40873) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.23 09:27:36.616351 [ 259 ] {7f7e1af0-2980-48ff-98fb-3f0e0be143f3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.23 09:27:36.616403 [ 259 ] {7f7e1af0-2980-48ff-98fb-3f0e0be143f3} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.23 09:27:36.616696 [ 259 ] {7f7e1af0-2980-48ff-98fb-3f0e0be143f3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 09:27:36.616748 [ 259 ] {7f7e1af0-2980-48ff-98fb-3f0e0be143f3} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:27:36.616845 [ 259 ] {7f7e1af0-2980-48ff-98fb-3f0e0be143f3} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Key condition: (column 0 notIn 37-element set) 2025.12.23 09:27:36.616906 [ 319 ] {7f7e1af0-2980-48ff-98fb-3f0e0be143f3} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.23 09:27:36.616934 [ 296 ] {7f7e1af0-2980-48ff-98fb-3f0e0be143f3} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.23 09:27:36.617019 [ 259 ] {7f7e1af0-2980-48ff-98fb-3f0e0be143f3} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.12.23 09:27:36.617040 [ 259 ] {7f7e1af0-2980-48ff-98fb-3f0e0be143f3} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.23 09:27:36.617093 [ 259 ] {7f7e1af0-2980-48ff-98fb-3f0e0be143f3} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.23 09:27:36.617120 [ 259 ] {7f7e1af0-2980-48ff-98fb-3f0e0be143f3} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Reading approx. 26 rows with 2 streams 2025.12.23 09:27:36.617150 [ 259 ] {7f7e1af0-2980-48ff-98fb-3f0e0be143f3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.23 09:27:36.617183 [ 259 ] {7f7e1af0-2980-48ff-98fb-3f0e0be143f3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.23 09:27:36.617787 [ 259 ] {7f7e1af0-2980-48ff-98fb-3f0e0be143f3} executeQuery: Read 26 rows, 1.14 KiB in 0.001833 sec., 14184.397163120568 rows/sec., 620.67 KiB/sec. 2025.12.23 09:27:36.617863 [ 259 ] {7f7e1af0-2980-48ff-98fb-3f0e0be143f3} TCPHandler: Processed in 0.002093123 sec. 2025.12.23 09:27:36.618222 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:36.618354 [ 259 ] {67191f81-f8b8-4450-8533-ead4e150cd6e} executeQuery: (from [fd00:1122:3344:101::d]:40873) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.23 09:27:36.618566 [ 259 ] {67191f81-f8b8-4450-8533-ead4e150cd6e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.23 09:27:36.618600 [ 259 ] {67191f81-f8b8-4450-8533-ead4e150cd6e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.23 09:27:36.618797 [ 259 ] {67191f81-f8b8-4450-8533-ead4e150cd6e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 09:27:36.618848 [ 259 ] {67191f81-f8b8-4450-8533-ead4e150cd6e} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:27:36.618950 [ 259 ] {67191f81-f8b8-4450-8533-ead4e150cd6e} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Key condition: (column 0 notIn 38-element set) 2025.12.23 09:27:36.619001 [ 296 ] {67191f81-f8b8-4450-8533-ead4e150cd6e} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.23 09:27:36.619025 [ 308 ] {67191f81-f8b8-4450-8533-ead4e150cd6e} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.23 09:27:36.619091 [ 259 ] {67191f81-f8b8-4450-8533-ead4e150cd6e} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.12.23 09:27:36.619111 [ 259 ] {67191f81-f8b8-4450-8533-ead4e150cd6e} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.23 09:27:36.619164 [ 259 ] {67191f81-f8b8-4450-8533-ead4e150cd6e} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.23 09:27:36.619194 [ 259 ] {67191f81-f8b8-4450-8533-ead4e150cd6e} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Reading approx. 26 rows with 2 streams 2025.12.23 09:27:36.619224 [ 259 ] {67191f81-f8b8-4450-8533-ead4e150cd6e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.23 09:27:36.619254 [ 259 ] {67191f81-f8b8-4450-8533-ead4e150cd6e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.23 09:27:36.619818 [ 259 ] {67191f81-f8b8-4450-8533-ead4e150cd6e} executeQuery: Read 26 rows, 1.14 KiB in 0.001519 sec., 17116.524028966425 rows/sec., 748.98 KiB/sec. 2025.12.23 09:27:36.619911 [ 259 ] {67191f81-f8b8-4450-8533-ead4e150cd6e} TCPHandler: Processed in 0.001737484 sec. 2025.12.23 09:27:36.620205 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:36.620357 [ 259 ] {db4e61a5-3676-4824-8472-3d2fdb7f4993} executeQuery: (from [fd00:1122:3344:101::d]:40873) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.23 09:27:36.620591 [ 259 ] {db4e61a5-3676-4824-8472-3d2fdb7f4993} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.23 09:27:36.620625 [ 259 ] {db4e61a5-3676-4824-8472-3d2fdb7f4993} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.23 09:27:36.620825 [ 259 ] {db4e61a5-3676-4824-8472-3d2fdb7f4993} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 09:27:36.620876 [ 259 ] {db4e61a5-3676-4824-8472-3d2fdb7f4993} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:27:36.620971 [ 259 ] {db4e61a5-3676-4824-8472-3d2fdb7f4993} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Key condition: (column 0 notIn 39-element set) 2025.12.23 09:27:36.621033 [ 319 ] {db4e61a5-3676-4824-8472-3d2fdb7f4993} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.23 09:27:36.621036 [ 296 ] {db4e61a5-3676-4824-8472-3d2fdb7f4993} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.23 09:27:36.621118 [ 259 ] {db4e61a5-3676-4824-8472-3d2fdb7f4993} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.12.23 09:27:36.621139 [ 259 ] {db4e61a5-3676-4824-8472-3d2fdb7f4993} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.23 09:27:36.621192 [ 259 ] {db4e61a5-3676-4824-8472-3d2fdb7f4993} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.23 09:27:36.621209 [ 259 ] {db4e61a5-3676-4824-8472-3d2fdb7f4993} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Reading approx. 26 rows with 2 streams 2025.12.23 09:27:36.621239 [ 259 ] {db4e61a5-3676-4824-8472-3d2fdb7f4993} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.23 09:27:36.621272 [ 259 ] {db4e61a5-3676-4824-8472-3d2fdb7f4993} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.23 09:27:36.621764 [ 259 ] {db4e61a5-3676-4824-8472-3d2fdb7f4993} executeQuery: Read 26 rows, 1.14 KiB in 0.001464 sec., 17759.562841530056 rows/sec., 777.11 KiB/sec. 2025.12.23 09:27:36.621831 [ 259 ] {db4e61a5-3676-4824-8472-3d2fdb7f4993} TCPHandler: Processed in 0.001674083 sec. 2025.12.23 09:27:36.622059 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:36.622191 [ 259 ] {b823543b-5731-4272-9a99-e821a2491c98} executeQuery: (from [fd00:1122:3344:101::d]:40873) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.23 09:27:36.622400 [ 259 ] {b823543b-5731-4272-9a99-e821a2491c98} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.23 09:27:36.622435 [ 259 ] {b823543b-5731-4272-9a99-e821a2491c98} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.23 09:27:36.622632 [ 259 ] {b823543b-5731-4272-9a99-e821a2491c98} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 09:27:36.622682 [ 259 ] {b823543b-5731-4272-9a99-e821a2491c98} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:27:36.622777 [ 259 ] {b823543b-5731-4272-9a99-e821a2491c98} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Key condition: (column 0 notIn 40-element set) 2025.12.23 09:27:36.622825 [ 308 ] {b823543b-5731-4272-9a99-e821a2491c98} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.23 09:27:36.622838 [ 319 ] {b823543b-5731-4272-9a99-e821a2491c98} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.23 09:27:36.622914 [ 259 ] {b823543b-5731-4272-9a99-e821a2491c98} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.12.23 09:27:36.622939 [ 259 ] {b823543b-5731-4272-9a99-e821a2491c98} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.23 09:27:36.622992 [ 259 ] {b823543b-5731-4272-9a99-e821a2491c98} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.23 09:27:36.623009 [ 259 ] {b823543b-5731-4272-9a99-e821a2491c98} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Reading approx. 26 rows with 2 streams 2025.12.23 09:27:36.623038 [ 259 ] {b823543b-5731-4272-9a99-e821a2491c98} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.23 09:27:36.623067 [ 259 ] {b823543b-5731-4272-9a99-e821a2491c98} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.23 09:27:36.623694 [ 259 ] {b823543b-5731-4272-9a99-e821a2491c98} executeQuery: Read 26 rows, 1.14 KiB in 0.001558 sec., 16688.06161745828 rows/sec., 730.23 KiB/sec. 2025.12.23 09:27:36.623779 [ 259 ] {b823543b-5731-4272-9a99-e821a2491c98} TCPHandler: Processed in 0.001767495 sec. 2025.12.23 09:27:36.623985 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:36.624118 [ 259 ] {93e8e4d2-8e4a-43de-9ec8-68e6ae286ed0} executeQuery: (from [fd00:1122:3344:101::d]:40873) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.23 09:27:36.624334 [ 259 ] {93e8e4d2-8e4a-43de-9ec8-68e6ae286ed0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.23 09:27:36.624369 [ 259 ] {93e8e4d2-8e4a-43de-9ec8-68e6ae286ed0} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.23 09:27:36.624575 [ 259 ] {93e8e4d2-8e4a-43de-9ec8-68e6ae286ed0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 09:27:36.624625 [ 259 ] {93e8e4d2-8e4a-43de-9ec8-68e6ae286ed0} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:27:36.624723 [ 259 ] {93e8e4d2-8e4a-43de-9ec8-68e6ae286ed0} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Key condition: (column 0 notIn 41-element set) 2025.12.23 09:27:36.624777 [ 308 ] {93e8e4d2-8e4a-43de-9ec8-68e6ae286ed0} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.23 09:27:36.624813 [ 306 ] {93e8e4d2-8e4a-43de-9ec8-68e6ae286ed0} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.23 09:27:36.624915 [ 259 ] {93e8e4d2-8e4a-43de-9ec8-68e6ae286ed0} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.12.23 09:27:36.624941 [ 259 ] {93e8e4d2-8e4a-43de-9ec8-68e6ae286ed0} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.23 09:27:36.624993 [ 259 ] {93e8e4d2-8e4a-43de-9ec8-68e6ae286ed0} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.23 09:27:36.625010 [ 259 ] {93e8e4d2-8e4a-43de-9ec8-68e6ae286ed0} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Reading approx. 26 rows with 2 streams 2025.12.23 09:27:36.625039 [ 259 ] {93e8e4d2-8e4a-43de-9ec8-68e6ae286ed0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.23 09:27:36.625069 [ 259 ] {93e8e4d2-8e4a-43de-9ec8-68e6ae286ed0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.23 09:27:36.625612 [ 259 ] {93e8e4d2-8e4a-43de-9ec8-68e6ae286ed0} executeQuery: Read 26 rows, 1.14 KiB in 0.00155 sec., 16774.1935483871 rows/sec., 734.00 KiB/sec. 2025.12.23 09:27:36.625696 [ 259 ] {93e8e4d2-8e4a-43de-9ec8-68e6ae286ed0} TCPHandler: Processed in 0.001758255 sec. 2025.12.23 09:27:36.635377 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:36.635504 [ 259 ] {b9622ee0-8f55-4b5e-a753-3cd0e92f54d4} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.12.23 09:27:36.635554 [ 259 ] {b9622ee0-8f55-4b5e-a753-3cd0e92f54d4} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 09:27:36.636058 [ 259 ] {b9622ee0-8f55-4b5e-a753-3cd0e92f54d4} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:36.636096 [ 259 ] {b9622ee0-8f55-4b5e-a753-3cd0e92f54d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:36.636502 [ 259 ] {b9622ee0-8f55-4b5e-a753-3cd0e92f54d4} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.23 09:27:36.636691 [ 259 ] {b9622ee0-8f55-4b5e-a753-3cd0e92f54d4} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:36.636840 [ 259 ] {b9622ee0-8f55-4b5e-a753-3cd0e92f54d4} executeQuery: Read 16 rows, 4.88 KiB in 0.001372 sec., 11661.807580174927 rows/sec., 3.47 MiB/sec. 2025.12.23 09:27:36.636878 [ 259 ] {b9622ee0-8f55-4b5e-a753-3cd0e92f54d4} TCPHandler: Processed in 0.00155976 sec. 2025.12.23 09:27:36.637013 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:36.637106 [ 259 ] {b64026a4-71db-420d-98c3-fd151eff6889} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.23 09:27:36.637144 [ 259 ] {b64026a4-71db-420d-98c3-fd151eff6889} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.23 09:27:36.637668 [ 259 ] {b64026a4-71db-420d-98c3-fd151eff6889} oximeter.fields_i16 (8d7fe79b-86f4-4d5a-b54c-2b26224a25e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:36.637704 [ 259 ] {b64026a4-71db-420d-98c3-fd151eff6889} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:36.638046 [ 259 ] {b64026a4-71db-420d-98c3-fd151eff6889} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.23 09:27:36.638254 [ 259 ] {b64026a4-71db-420d-98c3-fd151eff6889} oximeter.fields_i16 (8d7fe79b-86f4-4d5a-b54c-2b26224a25e1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:36.638377 [ 259 ] {b64026a4-71db-420d-98c3-fd151eff6889} executeQuery: Read 410 rows, 26.63 KiB in 0.00129 sec., 317829.4573643411 rows/sec., 20.16 MiB/sec. 2025.12.23 09:27:36.638413 [ 259 ] {b64026a4-71db-420d-98c3-fd151eff6889} TCPHandler: Processed in 0.001447237 sec. 2025.12.23 09:27:36.638522 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:36.638613 [ 259 ] {ff884938-1270-4492-90b0-b559a7f4e2aa} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.23 09:27:36.638655 [ 259 ] {ff884938-1270-4492-90b0-b559a7f4e2aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.23 09:27:36.639024 [ 259 ] {ff884938-1270-4492-90b0-b559a7f4e2aa} oximeter.fields_ipaddr (d154834d-033d-4c99-ba0c-394bcbfa5713): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:36.639059 [ 259 ] {ff884938-1270-4492-90b0-b559a7f4e2aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:36.639329 [ 259 ] {ff884938-1270-4492-90b0-b559a7f4e2aa} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.23 09:27:36.639532 [ 259 ] {ff884938-1270-4492-90b0-b559a7f4e2aa} oximeter.fields_ipaddr (d154834d-033d-4c99-ba0c-394bcbfa5713): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:36.639656 [ 259 ] {ff884938-1270-4492-90b0-b559a7f4e2aa} executeQuery: Read 2 rows, 167.00 B in 0.001061 sec., 1885.014137606032 rows/sec., 153.71 KiB/sec. 2025.12.23 09:27:36.639691 [ 259 ] {ff884938-1270-4492-90b0-b559a7f4e2aa} TCPHandler: Processed in 0.001217832 sec. 2025.12.23 09:27:36.639807 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:36.639926 [ 259 ] {f185eebe-15ce-4a9c-b6bd-15c2444fbf0a} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.23 09:27:36.639972 [ 259 ] {f185eebe-15ce-4a9c-b6bd-15c2444fbf0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.23 09:27:36.640847 [ 259 ] {f185eebe-15ce-4a9c-b6bd-15c2444fbf0a} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:36.640881 [ 259 ] {f185eebe-15ce-4a9c-b6bd-15c2444fbf0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:36.641272 [ 259 ] {f185eebe-15ce-4a9c-b6bd-15c2444fbf0a} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.23 09:27:36.641483 [ 259 ] {f185eebe-15ce-4a9c-b6bd-15c2444fbf0a} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:36.641608 [ 259 ] {f185eebe-15ce-4a9c-b6bd-15c2444fbf0a} executeQuery: Read 1183 rows, 96.62 KiB in 0.001706 sec., 693434.9355216882 rows/sec., 55.31 MiB/sec. 2025.12.23 09:27:36.641643 [ 259 ] {f185eebe-15ce-4a9c-b6bd-15c2444fbf0a} TCPHandler: Processed in 0.001894818 sec. 2025.12.23 09:27:36.641753 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:36.641846 [ 259 ] {b74d474a-85cd-452a-b44b-1b376342ebc6} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.23 09:27:36.641885 [ 259 ] {b74d474a-85cd-452a-b44b-1b376342ebc6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.23 09:27:36.642368 [ 259 ] {b74d474a-85cd-452a-b44b-1b376342ebc6} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:36.642404 [ 259 ] {b74d474a-85cd-452a-b44b-1b376342ebc6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:36.642709 [ 259 ] {b74d474a-85cd-452a-b44b-1b376342ebc6} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.23 09:27:36.642908 [ 259 ] {b74d474a-85cd-452a-b44b-1b376342ebc6} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:36.643040 [ 259 ] {b74d474a-85cd-452a-b44b-1b376342ebc6} executeQuery: Read 242 rows, 15.09 KiB in 0.001211 sec., 199834.84723369117 rows/sec., 12.17 MiB/sec. 2025.12.23 09:27:36.643077 [ 259 ] {b74d474a-85cd-452a-b44b-1b376342ebc6} TCPHandler: Processed in 0.001371645 sec. 2025.12.23 09:27:36.643186 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:36.643279 [ 259 ] {b482cb34-87ba-459a-9c2f-4a2569196a7a} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.23 09:27:36.643318 [ 259 ] {b482cb34-87ba-459a-9c2f-4a2569196a7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.23 09:27:36.643770 [ 259 ] {b482cb34-87ba-459a-9c2f-4a2569196a7a} oximeter.fields_u32 (d4478a7b-5e34-44bf-90e4-f163ea7d0fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:36.643804 [ 259 ] {b482cb34-87ba-459a-9c2f-4a2569196a7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:36.644095 [ 259 ] {b482cb34-87ba-459a-9c2f-4a2569196a7a} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.23 09:27:36.644293 [ 259 ] {b482cb34-87ba-459a-9c2f-4a2569196a7a} oximeter.fields_u32 (d4478a7b-5e34-44bf-90e4-f163ea7d0fe4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:36.644415 [ 259 ] {b482cb34-87ba-459a-9c2f-4a2569196a7a} executeQuery: Read 212 rows, 14.00 KiB in 0.001155 sec., 183549.78354978355 rows/sec., 11.84 MiB/sec. 2025.12.23 09:27:36.644450 [ 259 ] {b482cb34-87ba-459a-9c2f-4a2569196a7a} TCPHandler: Processed in 0.001312643 sec. 2025.12.23 09:27:36.644576 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:36.644694 [ 259 ] {09791a4d-af50-47da-aa23-e12ada609991} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.23 09:27:36.644742 [ 259 ] {09791a4d-af50-47da-aa23-e12ada609991} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.23 09:27:36.645261 [ 259 ] {09791a4d-af50-47da-aa23-e12ada609991} oximeter.fields_u8 (aafc8dfa-6e62-4213-a992-39e4280a19a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:36.645302 [ 259 ] {09791a4d-af50-47da-aa23-e12ada609991} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:36.645651 [ 259 ] {09791a4d-af50-47da-aa23-e12ada609991} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.23 09:27:36.645854 [ 259 ] {09791a4d-af50-47da-aa23-e12ada609991} oximeter.fields_u8 (aafc8dfa-6e62-4213-a992-39e4280a19a6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:36.645976 [ 259 ] {09791a4d-af50-47da-aa23-e12ada609991} executeQuery: Read 211 rows, 12.27 KiB in 0.001306 sec., 161562.02143950993 rows/sec., 9.17 MiB/sec. 2025.12.23 09:27:36.646020 [ 259 ] {09791a4d-af50-47da-aa23-e12ada609991} TCPHandler: Processed in 0.001512159 sec. 2025.12.23 09:27:36.646130 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:36.646223 [ 259 ] {1118c455-d594-47b1-b259-343ce200a1a6} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.23 09:27:36.646260 [ 259 ] {1118c455-d594-47b1-b259-343ce200a1a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.23 09:27:36.646835 [ 259 ] {1118c455-d594-47b1-b259-343ce200a1a6} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:36.646869 [ 259 ] {1118c455-d594-47b1-b259-343ce200a1a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:36.647191 [ 259 ] {1118c455-d594-47b1-b259-343ce200a1a6} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.23 09:27:36.647395 [ 259 ] {1118c455-d594-47b1-b259-343ce200a1a6} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:36.647518 [ 259 ] {1118c455-d594-47b1-b259-343ce200a1a6} executeQuery: Read 716 rows, 51.43 KiB in 0.001314 sec., 544901.0654490106 rows/sec., 38.23 MiB/sec. 2025.12.23 09:27:36.647560 [ 259 ] {1118c455-d594-47b1-b259-343ce200a1a6} TCPHandler: Processed in 0.001485809 sec. 2025.12.23 09:27:36.647666 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:36.647758 [ 259 ] {e0a3f6a8-d2bf-42d1-bea9-2c2b6cd7668b} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.12.23 09:27:36.647797 [ 259 ] {e0a3f6a8-d2bf-42d1-bea9-2c2b6cd7668b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.12.23 09:27:36.648095 [ 259 ] {e0a3f6a8-d2bf-42d1-bea9-2c2b6cd7668b} oximeter.measurements_bool (ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:36.648128 [ 259 ] {e0a3f6a8-d2bf-42d1-bea9-2c2b6cd7668b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:36.648560 [ 259 ] {e0a3f6a8-d2bf-42d1-bea9-2c2b6cd7668b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.23 09:27:36.648757 [ 259 ] {e0a3f6a8-d2bf-42d1-bea9-2c2b6cd7668b} oximeter.measurements_bool (ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:36.648877 [ 259 ] {e0a3f6a8-d2bf-42d1-bea9-2c2b6cd7668b} executeQuery: Read 6 rows, 321.00 B in 0.001137 sec., 5277.0448548812665 rows/sec., 275.70 KiB/sec. 2025.12.23 09:27:36.648921 [ 259 ] {e0a3f6a8-d2bf-42d1-bea9-2c2b6cd7668b} TCPHandler: Processed in 0.001302153 sec. 2025.12.23 09:27:36.649029 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:36.649121 [ 259 ] {ac5c26b5-fef3-40ba-bb7c-0d1a6f32eeec} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.23 09:27:36.649161 [ 259 ] {ac5c26b5-fef3-40ba-bb7c-0d1a6f32eeec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.23 09:27:36.649572 [ 259 ] {ac5c26b5-fef3-40ba-bb7c-0d1a6f32eeec} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:36.649605 [ 259 ] {ac5c26b5-fef3-40ba-bb7c-0d1a6f32eeec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:36.649920 [ 259 ] {ac5c26b5-fef3-40ba-bb7c-0d1a6f32eeec} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.23 09:27:36.650120 [ 259 ] {ac5c26b5-fef3-40ba-bb7c-0d1a6f32eeec} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:36.650245 [ 259 ] {ac5c26b5-fef3-40ba-bb7c-0d1a6f32eeec} executeQuery: Read 315 rows, 21.19 KiB in 0.001141 sec., 276073.6196319018 rows/sec., 18.14 MiB/sec. 2025.12.23 09:27:36.650278 [ 259 ] {ac5c26b5-fef3-40ba-bb7c-0d1a6f32eeec} TCPHandler: Processed in 0.001299713 sec. 2025.12.23 09:27:36.650409 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:36.650530 [ 259 ] {8a79afeb-155c-4930-890d-dff36e6f1fe0} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.12.23 09:27:36.650580 [ 259 ] {8a79afeb-155c-4930-890d-dff36e6f1fe0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.12.23 09:27:36.650950 [ 259 ] {8a79afeb-155c-4930-890d-dff36e6f1fe0} oximeter.measurements_f64 (b7995074-f324-489b-8a3e-e8ccb953a5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:36.650990 [ 259 ] {8a79afeb-155c-4930-890d-dff36e6f1fe0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:36.651343 [ 259 ] {8a79afeb-155c-4930-890d-dff36e6f1fe0} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.23 09:27:36.651589 [ 259 ] {8a79afeb-155c-4930-890d-dff36e6f1fe0} oximeter.measurements_f64 (b7995074-f324-489b-8a3e-e8ccb953a5a6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:36.651711 [ 259 ] {8a79afeb-155c-4930-890d-dff36e6f1fe0} executeQuery: Read 1 rows, 69.00 B in 0.001206 sec., 829.1873963515754 rows/sec., 55.87 KiB/sec. 2025.12.23 09:27:36.651746 [ 259 ] {8a79afeb-155c-4930-890d-dff36e6f1fe0} TCPHandler: Processed in 0.001395625 sec. 2025.12.23 09:27:36.651877 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:36.651992 [ 259 ] {6d0e6802-8e8a-4b5e-806a-284d480837ea} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.23 09:27:36.652053 [ 259 ] {6d0e6802-8e8a-4b5e-806a-284d480837ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.23 09:27:36.652884 [ 259 ] {6d0e6802-8e8a-4b5e-806a-284d480837ea} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:36.652919 [ 259 ] {6d0e6802-8e8a-4b5e-806a-284d480837ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:36.653438 [ 259 ] {6d0e6802-8e8a-4b5e-806a-284d480837ea} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.23 09:27:36.653672 [ 259 ] {6d0e6802-8e8a-4b5e-806a-284d480837ea} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:36.653804 [ 259 ] {6d0e6802-8e8a-4b5e-806a-284d480837ea} executeQuery: Read 35 rows, 64.22 KiB in 0.001836 sec., 19063.18082788671 rows/sec., 34.16 MiB/sec. 2025.12.23 09:27:36.653853 [ 259 ] {6d0e6802-8e8a-4b5e-806a-284d480837ea} TCPHandler: Processed in 0.002051322 sec. 2025.12.23 09:27:36.653965 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:36.654058 [ 259 ] {62bc45d3-60a4-48b2-878d-462f8556ed61} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.23 09:27:36.654108 [ 259 ] {62bc45d3-60a4-48b2-878d-462f8556ed61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.23 09:27:36.654440 [ 259 ] {62bc45d3-60a4-48b2-878d-462f8556ed61} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:36.654475 [ 259 ] {62bc45d3-60a4-48b2-878d-462f8556ed61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:36.654772 [ 259 ] {62bc45d3-60a4-48b2-878d-462f8556ed61} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.23 09:27:36.654972 [ 259 ] {62bc45d3-60a4-48b2-878d-462f8556ed61} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:36.655094 [ 259 ] {62bc45d3-60a4-48b2-878d-462f8556ed61} executeQuery: Read 104 rows, 6.53 KiB in 0.001055 sec., 98578.19905213271 rows/sec., 6.04 MiB/sec. 2025.12.23 09:27:36.655128 [ 259 ] {62bc45d3-60a4-48b2-878d-462f8556ed61} TCPHandler: Processed in 0.001210021 sec. 2025.12.23 09:27:37.000171 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 182.94 MiB, peak 182.94 MiB, free memory in arenas 0.00 B, will set to 181.48 MiB (RSS), difference: -1.47 MiB 2025.12.23 09:27:38.541777 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3374 2025.12.23 09:27:38.542606 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:38.542699 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:38.543386 [ 245 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.23 09:27:38.543617 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:38.543760 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3374 2025.12.23 09:27:38.704607 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2025.12.23 09:27:38.721712 [ 244 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:38.721774 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:38.727664 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.23 09:27:38.728365 [ 244 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:38.731532 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2025.12.23 09:27:41.589402 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:41.589636 [ 259 ] {f2141daf-04bc-4166-a9e4-de4890025cbb} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.23 09:27:41.589720 [ 259 ] {f2141daf-04bc-4166-a9e4-de4890025cbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.23 09:27:41.590569 [ 259 ] {f2141daf-04bc-4166-a9e4-de4890025cbb} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:41.590644 [ 259 ] {f2141daf-04bc-4166-a9e4-de4890025cbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:41.591229 [ 259 ] {f2141daf-04bc-4166-a9e4-de4890025cbb} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.23 09:27:41.591563 [ 259 ] {f2141daf-04bc-4166-a9e4-de4890025cbb} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:41.591772 [ 259 ] {f2141daf-04bc-4166-a9e4-de4890025cbb} executeQuery: Read 56 rows, 4.41 KiB in 0.002195 sec., 25512.5284738041 rows/sec., 1.96 MiB/sec. 2025.12.23 09:27:41.591832 [ 259 ] {f2141daf-04bc-4166-a9e4-de4890025cbb} TCPHandler: Processed in 0.002621247 sec. 2025.12.23 09:27:41.592019 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:41.592158 [ 259 ] {8eca2aa5-011c-4b37-b329-40fbf69b5165} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.23 09:27:41.592237 [ 259 ] {8eca2aa5-011c-4b37-b329-40fbf69b5165} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.23 09:27:41.592805 [ 259 ] {8eca2aa5-011c-4b37-b329-40fbf69b5165} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:41.592850 [ 259 ] {8eca2aa5-011c-4b37-b329-40fbf69b5165} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:41.593231 [ 259 ] {8eca2aa5-011c-4b37-b329-40fbf69b5165} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.23 09:27:41.593497 [ 259 ] {8eca2aa5-011c-4b37-b329-40fbf69b5165} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:41.593665 [ 259 ] {8eca2aa5-011c-4b37-b329-40fbf69b5165} executeQuery: Read 64 rows, 5.12 KiB in 0.001542 sec., 41504.539559014265 rows/sec., 3.24 MiB/sec. 2025.12.23 09:27:41.593712 [ 259 ] {8eca2aa5-011c-4b37-b329-40fbf69b5165} TCPHandler: Processed in 0.001762525 sec. 2025.12.23 09:27:41.593858 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:41.593971 [ 259 ] {c6c71797-c564-47ca-91a5-e223854fbf0a} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.23 09:27:41.594023 [ 259 ] {c6c71797-c564-47ca-91a5-e223854fbf0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.23 09:27:41.594525 [ 259 ] {c6c71797-c564-47ca-91a5-e223854fbf0a} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:41.594569 [ 259 ] {c6c71797-c564-47ca-91a5-e223854fbf0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:41.594950 [ 259 ] {c6c71797-c564-47ca-91a5-e223854fbf0a} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.23 09:27:41.595198 [ 259 ] {c6c71797-c564-47ca-91a5-e223854fbf0a} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:41.595360 [ 259 ] {c6c71797-c564-47ca-91a5-e223854fbf0a} executeQuery: Read 160 rows, 11.41 KiB in 0.001412 sec., 113314.44759206798 rows/sec., 7.89 MiB/sec. 2025.12.23 09:27:41.595407 [ 259 ] {c6c71797-c564-47ca-91a5-e223854fbf0a} TCPHandler: Processed in 0.001604131 sec. 2025.12.23 09:27:41.595543 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:41.595660 [ 259 ] {073e28b7-9c80-4d07-9deb-b632f52abe3e} executeQuery: (from [fd00:1122:3344:101::d]:40873) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.23 09:27:41.595711 [ 259 ] {073e28b7-9c80-4d07-9deb-b632f52abe3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.23 09:27:41.596376 [ 259 ] {073e28b7-9c80-4d07-9deb-b632f52abe3e} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:41.596416 [ 259 ] {073e28b7-9c80-4d07-9deb-b632f52abe3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:41.596777 [ 259 ] {073e28b7-9c80-4d07-9deb-b632f52abe3e} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.23 09:27:41.597107 [ 259 ] {073e28b7-9c80-4d07-9deb-b632f52abe3e} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:41.597304 [ 259 ] {073e28b7-9c80-4d07-9deb-b632f52abe3e} executeQuery: Read 60 rows, 4.14 KiB in 0.001666 sec., 36014.40576230492 rows/sec., 2.43 MiB/sec. 2025.12.23 09:27:41.597359 [ 259 ] {073e28b7-9c80-4d07-9deb-b632f52abe3e} TCPHandler: Processed in 0.001871878 sec. 2025.12.23 09:27:42.045262 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63746 2025.12.23 09:27:42.045421 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:27:42.045462 [ 286 ] {} TCP-Session: 70fdd27d-9211-4efb-bc73-176ca4c34234 Authenticating user 'default' from [fd00:1122:3344:101::e]:63746 2025.12.23 09:27:42.045494 [ 286 ] {} TCP-Session: 70fdd27d-9211-4efb-bc73-176ca4c34234 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:42.045515 [ 286 ] {} TCP-Session: 70fdd27d-9211-4efb-bc73-176ca4c34234 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:42.045838 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63769 2025.12.23 09:27:42.045871 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37173 2025.12.23 09:27:42.045888 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55473 2025.12.23 09:27:42.045929 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45850 2025.12.23 09:27:42.045975 [ 286 ] {} TCP-Session: 70fdd27d-9211-4efb-bc73-176ca4c34234 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:42.046016 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:27:42.045883 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39154 2025.12.23 09:27:42.046072 [ 287 ] {} TCP-Session: 28af3243-dbdb-49ad-ac6f-3f9d1aeaffcf Authenticating user 'default' from [fd00:1122:3344:101::e]:63769 2025.12.23 09:27:42.045853 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38287 2025.12.23 09:27:42.046139 [ 287 ] {} TCP-Session: 28af3243-dbdb-49ad-ac6f-3f9d1aeaffcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:42.046157 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:27:42.046175 [ 287 ] {} TCP-Session: 28af3243-dbdb-49ad-ac6f-3f9d1aeaffcf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:42.045854 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42305 2025.12.23 09:27:42.046208 [ 286 ] {b3f3da50-b02b-478d-a5fc-183f8079e51d} executeQuery: (from [fd00:1122:3344:101::e]:63746) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.23 09:27:42.046199 [ 291 ] {} TCP-Session: 4c0ebfce-91ee-40e6-b5c6-cdf48b9a424c Authenticating user 'default' from [fd00:1122:3344:101::e]:37173 2025.12.23 09:27:42.045856 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48644 2025.12.23 09:27:42.046302 [ 291 ] {} TCP-Session: 4c0ebfce-91ee-40e6-b5c6-cdf48b9a424c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:42.046344 [ 291 ] {} TCP-Session: 4c0ebfce-91ee-40e6-b5c6-cdf48b9a424c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:42.046377 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:27:42.046429 [ 293 ] {} TCP-Session: ae6786f8-1f24-49da-a251-15e083a418a7 Authenticating user 'default' from [fd00:1122:3344:101::e]:55473 2025.12.23 09:27:42.046457 [ 293 ] {} TCP-Session: ae6786f8-1f24-49da-a251-15e083a418a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:42.046475 [ 293 ] {} TCP-Session: ae6786f8-1f24-49da-a251-15e083a418a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:42.046569 [ 286 ] {b3f3da50-b02b-478d-a5fc-183f8079e51d} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.23 09:27:42.046590 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:27:42.046637 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:27:42.046656 [ 289 ] {} TCP-Session: 355b7f84-3a07-4be9-969c-5098c312b6e3 Authenticating user 'default' from [fd00:1122:3344:101::e]:42305 2025.12.23 09:27:42.046662 [ 286 ] {b3f3da50-b02b-478d-a5fc-183f8079e51d} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:27:42.046686 [ 290 ] {} TCP-Session: 925c5970-0065-4bda-949c-969b17a7e2db Authenticating user 'default' from [fd00:1122:3344:101::e]:48644 2025.12.23 09:27:42.046699 [ 289 ] {} TCP-Session: 355b7f84-3a07-4be9-969c-5098c312b6e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:42.046700 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:27:42.046738 [ 289 ] {} TCP-Session: 355b7f84-3a07-4be9-969c-5098c312b6e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:42.046727 [ 290 ] {} TCP-Session: 925c5970-0065-4bda-949c-969b17a7e2db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:42.046778 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:27:42.046804 [ 290 ] {} TCP-Session: 925c5970-0065-4bda-949c-969b17a7e2db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:42.046828 [ 294 ] {} TCP-Session: 5b38fb39-b108-4b33-808e-0034c6bff33e Authenticating user 'default' from [fd00:1122:3344:101::e]:45850 2025.12.23 09:27:42.046780 [ 288 ] {} TCP-Session: 9b8e4f57-167a-4a94-a1fe-f6f021a8c036 Authenticating user 'default' from [fd00:1122:3344:101::e]:38287 2025.12.23 09:27:42.046857 [ 294 ] {} TCP-Session: 5b38fb39-b108-4b33-808e-0034c6bff33e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:42.046892 [ 288 ] {} TCP-Session: 9b8e4f57-167a-4a94-a1fe-f6f021a8c036 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:42.046894 [ 294 ] {} TCP-Session: 5b38fb39-b108-4b33-808e-0034c6bff33e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:42.046909 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:27:42.046923 [ 288 ] {} TCP-Session: 9b8e4f57-167a-4a94-a1fe-f6f021a8c036 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:42.046976 [ 292 ] {} TCP-Session: 6277429c-e50c-4e3b-a627-7af2c1e8701b Authenticating user 'default' from [fd00:1122:3344:101::e]:39154 2025.12.23 09:27:42.047002 [ 292 ] {} TCP-Session: 6277429c-e50c-4e3b-a627-7af2c1e8701b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:42.047020 [ 292 ] {} TCP-Session: 6277429c-e50c-4e3b-a627-7af2c1e8701b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:42.047065 [ 286 ] {b3f3da50-b02b-478d-a5fc-183f8079e51d} oximeter.version (368d8028-bea8-4627-aca6-2bb5877aaad5) (SelectExecutor): Key condition: unknown 2025.12.23 09:27:42.048836 [ 308 ] {b3f3da50-b02b-478d-a5fc-183f8079e51d} AggregatingTransform: Aggregating 2025.12.23 09:27:42.048882 [ 308 ] {b3f3da50-b02b-478d-a5fc-183f8079e51d} Aggregator: Aggregation method: without_key 2025.12.23 09:27:42.048921 [ 308 ] {b3f3da50-b02b-478d-a5fc-183f8079e51d} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001701963 sec. (587.557 rows/sec., 22.95 KiB/sec.) 2025.12.23 09:27:42.048937 [ 308 ] {b3f3da50-b02b-478d-a5fc-183f8079e51d} Aggregator: Merging aggregated data 2025.12.23 09:27:42.050098 [ 286 ] {b3f3da50-b02b-478d-a5fc-183f8079e51d} executeQuery: Read 1 rows, 40.00 B in 0.003962 sec., 252.39777889954567 rows/sec., 9.86 KiB/sec. 2025.12.23 09:27:42.050274 [ 286 ] {b3f3da50-b02b-478d-a5fc-183f8079e51d} TCPHandler: Processed in 0.004447104 sec. 2025.12.23 09:27:42.050418 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.23 09:27:42.050455 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.23 09:27:42.050459 [ 286 ] {} TCP-Session: 70fdd27d-9211-4efb-bc73-176ca4c34234 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:42.050489 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.23 09:27:42.050508 [ 293 ] {} TCP-Session: ae6786f8-1f24-49da-a251-15e083a418a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:42.050509 [ 287 ] {} TCPHandler: Done processing connection. 2025.12.23 09:27:42.050549 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.23 09:27:42.050570 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.23 09:27:42.050593 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.23 09:27:42.050610 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.23 09:27:42.050637 [ 290 ] {} TCP-Session: 925c5970-0065-4bda-949c-969b17a7e2db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:42.050664 [ 292 ] {} TCP-Session: 6277429c-e50c-4e3b-a627-7af2c1e8701b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:42.050688 [ 294 ] {} TCP-Session: 5b38fb39-b108-4b33-808e-0034c6bff33e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:42.050621 [ 291 ] {} TCP-Session: 4c0ebfce-91ee-40e6-b5c6-cdf48b9a424c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:42.050583 [ 287 ] {} TCP-Session: 28af3243-dbdb-49ad-ac6f-3f9d1aeaffcf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:42.050549 [ 289 ] {} TCP-Session: 355b7f84-3a07-4be9-969c-5098c312b6e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:42.050530 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.23 09:27:42.050837 [ 288 ] {} TCP-Session: 9b8e4f57-167a-4a94-a1fe-f6f021a8c036 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:42.156797 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62331 2025.12.23 09:27:42.156933 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:27:42.156969 [ 286 ] {} TCP-Session: e86d8055-db8c-4f93-b7b7-5ef38db03986 Authenticating user 'default' from [fd00:1122:3344:101::e]:62331 2025.12.23 09:27:42.157000 [ 286 ] {} TCP-Session: e86d8055-db8c-4f93-b7b7-5ef38db03986 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:42.157017 [ 286 ] {} TCP-Session: e86d8055-db8c-4f93-b7b7-5ef38db03986 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:42.157296 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36954 2025.12.23 09:27:42.157330 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57798 2025.12.23 09:27:42.157352 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33779 2025.12.23 09:27:42.157398 [ 286 ] {} TCP-Session: e86d8055-db8c-4f93-b7b7-5ef38db03986 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:42.157318 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64796 2025.12.23 09:27:42.157451 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:27:42.157452 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:27:42.157511 [ 291 ] {} TCP-Session: 0cdfb768-10f4-4716-8776-c38174fd3ec7 Authenticating user 'default' from [fd00:1122:3344:101::e]:57798 2025.12.23 09:27:42.157495 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:27:42.157550 [ 291 ] {} TCP-Session: 0cdfb768-10f4-4716-8776-c38174fd3ec7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:42.157545 [ 287 ] {} TCP-Session: 5973defc-9bcd-492e-bafd-04277fc35004 Authenticating user 'default' from [fd00:1122:3344:101::e]:36954 2025.12.23 09:27:42.157583 [ 291 ] {} TCP-Session: 0cdfb768-10f4-4716-8776-c38174fd3ec7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:42.157587 [ 293 ] {} TCP-Session: fbc7e1f7-2f36-4645-9f19-b6144c78f586 Authenticating user 'default' from [fd00:1122:3344:101::e]:33779 2025.12.23 09:27:42.157606 [ 287 ] {} TCP-Session: 5973defc-9bcd-492e-bafd-04277fc35004 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:42.157636 [ 286 ] {702f2cdc-b607-42a5-a7f7-f9a0778dadb9} executeQuery: (from [fd00:1122:3344:101::e]:62331) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.23 09:27:42.157642 [ 293 ] {} TCP-Session: fbc7e1f7-2f36-4645-9f19-b6144c78f586 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:42.157652 [ 287 ] {} TCP-Session: 5973defc-9bcd-492e-bafd-04277fc35004 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:42.157690 [ 293 ] {} TCP-Session: fbc7e1f7-2f36-4645-9f19-b6144c78f586 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:42.157537 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:27:42.157308 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54451 2025.12.23 09:27:42.157771 [ 290 ] {} TCP-Session: d133bbdf-6451-4c1e-b4fc-bdb5e36ccafb Authenticating user 'default' from [fd00:1122:3344:101::e]:64796 2025.12.23 09:27:42.157346 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49746 2025.12.23 09:27:42.157862 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:27:42.157829 [ 290 ] {} TCP-Session: d133bbdf-6451-4c1e-b4fc-bdb5e36ccafb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:42.157912 [ 289 ] {} TCP-Session: 285a3404-c82a-4c9b-b238-50cb87730e96 Authenticating user 'default' from [fd00:1122:3344:101::e]:54451 2025.12.23 09:27:42.157935 [ 290 ] {} TCP-Session: d133bbdf-6451-4c1e-b4fc-bdb5e36ccafb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:42.157952 [ 289 ] {} TCP-Session: 285a3404-c82a-4c9b-b238-50cb87730e96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:42.157311 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48166 2025.12.23 09:27:42.157982 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:27:42.157983 [ 289 ] {} TCP-Session: 285a3404-c82a-4c9b-b238-50cb87730e96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:42.158050 [ 292 ] {} TCP-Session: 495c6592-1d38-4877-949d-ffdc547fc091 Authenticating user 'default' from [fd00:1122:3344:101::e]:49746 2025.12.23 09:27:42.157979 [ 286 ] {702f2cdc-b607-42a5-a7f7-f9a0778dadb9} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.23 09:27:42.158095 [ 292 ] {} TCP-Session: 495c6592-1d38-4877-949d-ffdc547fc091 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:42.158106 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:27:42.158129 [ 292 ] {} TCP-Session: 495c6592-1d38-4877-949d-ffdc547fc091 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:42.157360 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36937 2025.12.23 09:27:42.158170 [ 288 ] {} TCP-Session: d8a1d915-2945-413a-b06d-c33e6b7228c9 Authenticating user 'default' from [fd00:1122:3344:101::e]:48166 2025.12.23 09:27:42.158163 [ 286 ] {702f2cdc-b607-42a5-a7f7-f9a0778dadb9} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:27:42.158230 [ 288 ] {} TCP-Session: d8a1d915-2945-413a-b06d-c33e6b7228c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:42.158263 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:27:42.158265 [ 288 ] {} TCP-Session: d8a1d915-2945-413a-b06d-c33e6b7228c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:42.158301 [ 294 ] {} TCP-Session: ab6ac6b1-1942-4729-9efe-bf5c0a0a915a Authenticating user 'default' from [fd00:1122:3344:101::e]:36937 2025.12.23 09:27:42.158334 [ 294 ] {} TCP-Session: ab6ac6b1-1942-4729-9efe-bf5c0a0a915a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:42.158351 [ 294 ] {} TCP-Session: ab6ac6b1-1942-4729-9efe-bf5c0a0a915a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:42.158611 [ 286 ] {702f2cdc-b607-42a5-a7f7-f9a0778dadb9} oximeter.version (368d8028-bea8-4627-aca6-2bb5877aaad5) (SelectExecutor): Key condition: unknown 2025.12.23 09:27:42.158730 [ 286 ] {702f2cdc-b607-42a5-a7f7-f9a0778dadb9} Aggregator: Compile expression max()(UInt64) 0 2025.12.23 09:27:42.864065 [ 313 ] {702f2cdc-b607-42a5-a7f7-f9a0778dadb9} AggregatingTransform: Aggregating 2025.12.23 09:27:42.864150 [ 313 ] {702f2cdc-b607-42a5-a7f7-f9a0778dadb9} Aggregator: Aggregation method: without_key 2025.12.23 09:27:42.864194 [ 313 ] {702f2cdc-b607-42a5-a7f7-f9a0778dadb9} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001211391 sec. (825.497 rows/sec., 32.25 KiB/sec.) 2025.12.23 09:27:42.864214 [ 313 ] {702f2cdc-b607-42a5-a7f7-f9a0778dadb9} Aggregator: Merging aggregated data 2025.12.23 09:27:42.865850 [ 286 ] {702f2cdc-b607-42a5-a7f7-f9a0778dadb9} executeQuery: Read 1 rows, 40.00 B in 0.708282 sec., 1.4118670247161442 rows/sec., 56.47 B/sec. 2025.12.23 09:27:42.866049 [ 286 ] {702f2cdc-b607-42a5-a7f7-f9a0778dadb9} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2025.12.23 09:27:42.866069 [ 286 ] {702f2cdc-b607-42a5-a7f7-f9a0778dadb9} TCPHandler: Processed in 0.708799675 sec. 2025.12.23 09:27:42.866201 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.23 09:27:42.866242 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.23 09:27:42.866258 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.23 09:27:42.866301 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.23 09:27:42.866337 [ 292 ] {} TCP-Session: 495c6592-1d38-4877-949d-ffdc547fc091 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:42.866343 [ 294 ] {} TCP-Session: ab6ac6b1-1942-4729-9efe-bf5c0a0a915a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:42.866349 [ 287 ] {} TCPHandler: Done processing connection. 2025.12.23 09:27:42.866386 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.23 09:27:42.866360 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.23 09:27:42.866461 [ 287 ] {} TCP-Session: 5973defc-9bcd-492e-bafd-04277fc35004 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:42.866478 [ 293 ] {} TCP-Session: fbc7e1f7-2f36-4645-9f19-b6144c78f586 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:42.866508 [ 291 ] {} TCP-Session: 0cdfb768-10f4-4716-8776-c38174fd3ec7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:42.866317 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.23 09:27:42.866255 [ 290 ] {} TCP-Session: d133bbdf-6451-4c1e-b4fc-bdb5e36ccafb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:42.866594 [ 288 ] {} TCP-Session: d8a1d915-2945-413a-b06d-c33e6b7228c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:42.866380 [ 289 ] {} TCP-Session: 285a3404-c82a-4c9b-b238-50cb87730e96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:42.866401 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.23 09:27:42.866709 [ 286 ] {} TCP-Session: e86d8055-db8c-4f93-b7b7-5ef38db03986 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:43.000218 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 184.11 MiB, peak 194.27 MiB, free memory in arenas 0.00 B, will set to 203.53 MiB (RSS), difference: 19.41 MiB 2025.12.23 09:27:45.974824 [ 57 ] {} DNSResolver: Updating DNS cache 2025.12.23 09:27:45.974881 [ 57 ] {} DNSResolver: Updated DNS cache 2025.12.23 09:27:46.043817 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3886 2025.12.23 09:27:46.044333 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:46.044381 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:46.044903 [ 245 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.23 09:27:46.045148 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:46.045294 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3886 2025.12.23 09:27:46.048807 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 70 entries to flush up to offset 296 2025.12.23 09:27:46.051813 [ 243 ] {} system.query_log (93b58756-c7c4-4dd5-8f38-c0e6c44c4a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:46.051867 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:46.053106 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.23 09:27:46.053368 [ 243 ] {} system.query_log (93b58756-c7c4-4dd5-8f38-c0e6c44c4a94): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:46.053643 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 296 2025.12.23 09:27:46.111639 [ 259 ] {} TCPHandler: Done processing connection. 2025.12.23 09:27:46.111695 [ 259 ] {} TCP-Session: 941f4383-fc45-4dd5-9546-3dcaf46bd8a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:27:46.231575 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2025.12.23 09:27:46.249470 [ 244 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:46.249524 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:46.255735 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.23 09:27:46.256398 [ 244 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:46.259459 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2025.12.23 09:27:46.600672 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:46.600838 [ 262 ] {42fa36e6-3fcd-4465-a918-11801e947ae6} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.23 09:27:46.600897 [ 262 ] {42fa36e6-3fcd-4465-a918-11801e947ae6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.23 09:27:46.601713 [ 262 ] {42fa36e6-3fcd-4465-a918-11801e947ae6} oximeter.fields_i16 (8d7fe79b-86f4-4d5a-b54c-2b26224a25e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:46.601756 [ 262 ] {42fa36e6-3fcd-4465-a918-11801e947ae6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:46.602135 [ 262 ] {42fa36e6-3fcd-4465-a918-11801e947ae6} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.23 09:27:46.602364 [ 262 ] {42fa36e6-3fcd-4465-a918-11801e947ae6} oximeter.fields_i16 (8d7fe79b-86f4-4d5a-b54c-2b26224a25e1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:46.602504 [ 262 ] {42fa36e6-3fcd-4465-a918-11801e947ae6} executeQuery: Read 410 rows, 26.63 KiB in 0.001712 sec., 239485.98130841122 rows/sec., 15.19 MiB/sec. 2025.12.23 09:27:46.602543 [ 262 ] {42fa36e6-3fcd-4465-a918-11801e947ae6} TCPHandler: Processed in 0.001987591 sec. 2025.12.23 09:27:46.602678 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:46.602772 [ 262 ] {d8f9fd71-a76b-40dd-aed4-84f6b20ca168} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.23 09:27:46.602812 [ 262 ] {d8f9fd71-a76b-40dd-aed4-84f6b20ca168} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.23 09:27:46.603851 [ 262 ] {d8f9fd71-a76b-40dd-aed4-84f6b20ca168} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:46.603886 [ 262 ] {d8f9fd71-a76b-40dd-aed4-84f6b20ca168} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:46.604291 [ 262 ] {d8f9fd71-a76b-40dd-aed4-84f6b20ca168} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.23 09:27:46.604499 [ 262 ] {d8f9fd71-a76b-40dd-aed4-84f6b20ca168} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:46.604620 [ 262 ] {d8f9fd71-a76b-40dd-aed4-84f6b20ca168} executeQuery: Read 1182 rows, 96.55 KiB in 0.001867 sec., 633101.231922871 rows/sec., 50.50 MiB/sec. 2025.12.23 09:27:46.604656 [ 262 ] {d8f9fd71-a76b-40dd-aed4-84f6b20ca168} TCPHandler: Processed in 0.002025542 sec. 2025.12.23 09:27:46.604769 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:46.604863 [ 262 ] {bf095e1e-fc5d-4aa9-8153-ca12e3444b3c} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.23 09:27:46.604902 [ 262 ] {bf095e1e-fc5d-4aa9-8153-ca12e3444b3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.23 09:27:46.605388 [ 262 ] {bf095e1e-fc5d-4aa9-8153-ca12e3444b3c} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:46.605422 [ 262 ] {bf095e1e-fc5d-4aa9-8153-ca12e3444b3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:46.605717 [ 262 ] {bf095e1e-fc5d-4aa9-8153-ca12e3444b3c} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.23 09:27:46.605933 [ 262 ] {bf095e1e-fc5d-4aa9-8153-ca12e3444b3c} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:46.606021 [ 56 ] {} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.23 09:27:46.606054 [ 262 ] {bf095e1e-fc5d-4aa9-8153-ca12e3444b3c} executeQuery: Read 240 rows, 14.95 KiB in 0.001209 sec., 198511.16625310175 rows/sec., 12.07 MiB/sec. 2025.12.23 09:27:46.606058 [ 56 ] {} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:46.606084 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:46.606089 [ 262 ] {bf095e1e-fc5d-4aa9-8153-ca12e3444b3c} TCPHandler: Processed in 0.001367135 sec. 2025.12.23 09:27:46.606204 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:46.606223 [ 198 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.23 09:27:46.606297 [ 262 ] {322739c1-0545-408c-aee5-a20a8fe4ebc0} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.23 09:27:46.606340 [ 262 ] {322739c1-0545-408c-aee5-a20a8fe4ebc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.23 09:27:46.606367 [ 198 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:27:46.606404 [ 198 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 43 rows starting from the beginning of the part 2025.12.23 09:27:46.606468 [ 198 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 35 rows starting from the beginning of the part 2025.12.23 09:27:46.606513 [ 198 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part 2025.12.23 09:27:46.606558 [ 198 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 35 rows starting from the beginning of the part 2025.12.23 09:27:46.606621 [ 198 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 242 rows starting from the beginning of the part 2025.12.23 09:27:46.606679 [ 198 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 240 rows starting from the beginning of the part 2025.12.23 09:27:46.606831 [ 262 ] {322739c1-0545-408c-aee5-a20a8fe4ebc0} oximeter.fields_u32 (d4478a7b-5e34-44bf-90e4-f163ea7d0fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:46.606870 [ 262 ] {322739c1-0545-408c-aee5-a20a8fe4ebc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:46.607220 [ 262 ] {322739c1-0545-408c-aee5-a20a8fe4ebc0} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.23 09:27:46.607459 [ 262 ] {322739c1-0545-408c-aee5-a20a8fe4ebc0} oximeter.fields_u32 (d4478a7b-5e34-44bf-90e4-f163ea7d0fe4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:46.607597 [ 262 ] {322739c1-0545-408c-aee5-a20a8fe4ebc0} executeQuery: Read 212 rows, 14.00 KiB in 0.001318 sec., 160849.77238239758 rows/sec., 10.37 MiB/sec. 2025.12.23 09:27:46.607634 [ 262 ] {322739c1-0545-408c-aee5-a20a8fe4ebc0} TCPHandler: Processed in 0.001477728 sec. 2025.12.23 09:27:46.607686 [ 201 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 609 rows, containing 5 columns (5 merged, 0 gathered) in 0.001532689 sec., 397340.88259261986 rows/sec., 26.74 MiB/sec. 2025.12.23 09:27:46.607742 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:46.607840 [ 262 ] {a0e89f0c-8dc5-43de-a611-fef76976dd67} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.23 09:27:46.607881 [ 262 ] {a0e89f0c-8dc5-43de-a611-fef76976dd67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.23 09:27:46.607894 [ 193 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.23 09:27:46.608241 [ 193 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_6_1} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:46.608319 [ 193 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_6_1} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.23 09:27:46.608371 [ 262 ] {a0e89f0c-8dc5-43de-a611-fef76976dd67} oximeter.fields_u8 (aafc8dfa-6e62-4213-a992-39e4280a19a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:46.608407 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.12.23 09:27:46.608411 [ 262 ] {a0e89f0c-8dc5-43de-a611-fef76976dd67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:46.608755 [ 262 ] {a0e89f0c-8dc5-43de-a611-fef76976dd67} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.23 09:27:46.608957 [ 262 ] {a0e89f0c-8dc5-43de-a611-fef76976dd67} oximeter.fields_u8 (aafc8dfa-6e62-4213-a992-39e4280a19a6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:46.609077 [ 262 ] {a0e89f0c-8dc5-43de-a611-fef76976dd67} executeQuery: Read 211 rows, 12.27 KiB in 0.001255 sec., 168127.49003984063 rows/sec., 9.55 MiB/sec. 2025.12.23 09:27:46.609114 [ 262 ] {a0e89f0c-8dc5-43de-a611-fef76976dd67} TCPHandler: Processed in 0.001419027 sec. 2025.12.23 09:27:46.609312 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:46.609404 [ 262 ] {400848c6-54a9-42c5-860d-d4414e5dcdc8} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.23 09:27:46.609442 [ 262 ] {400848c6-54a9-42c5-860d-d4414e5dcdc8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.23 09:27:46.610105 [ 262 ] {400848c6-54a9-42c5-860d-d4414e5dcdc8} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:46.610140 [ 262 ] {400848c6-54a9-42c5-860d-d4414e5dcdc8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:46.610480 [ 262 ] {400848c6-54a9-42c5-860d-d4414e5dcdc8} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.23 09:27:46.610687 [ 262 ] {400848c6-54a9-42c5-860d-d4414e5dcdc8} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:46.610812 [ 262 ] {400848c6-54a9-42c5-860d-d4414e5dcdc8} executeQuery: Read 714 rows, 51.27 KiB in 0.001426 sec., 500701.2622720898 rows/sec., 35.11 MiB/sec. 2025.12.23 09:27:46.610849 [ 262 ] {400848c6-54a9-42c5-860d-d4414e5dcdc8} TCPHandler: Processed in 0.00158391 sec. 2025.12.23 09:27:46.610966 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:46.611060 [ 262 ] {7820849d-b2c5-47ec-95f8-c129cf3fdef5} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.12.23 09:27:46.611099 [ 262 ] {7820849d-b2c5-47ec-95f8-c129cf3fdef5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.12.23 09:27:46.611435 [ 262 ] {7820849d-b2c5-47ec-95f8-c129cf3fdef5} oximeter.measurements_bool (ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:46.611469 [ 262 ] {7820849d-b2c5-47ec-95f8-c129cf3fdef5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:46.611770 [ 262 ] {7820849d-b2c5-47ec-95f8-c129cf3fdef5} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.23 09:27:46.612002 [ 262 ] {7820849d-b2c5-47ec-95f8-c129cf3fdef5} oximeter.measurements_bool (ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:46.612122 [ 262 ] {7820849d-b2c5-47ec-95f8-c129cf3fdef5} executeQuery: Read 6 rows, 321.00 B in 0.00108 sec., 5555.555555555556 rows/sec., 290.26 KiB/sec. 2025.12.23 09:27:46.612155 [ 262 ] {7820849d-b2c5-47ec-95f8-c129cf3fdef5} TCPHandler: Processed in 0.001236021 sec. 2025.12.23 09:27:46.612265 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:46.612367 [ 262 ] {6c4322fc-376c-4588-8912-e28c051da635} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.23 09:27:46.612408 [ 262 ] {6c4322fc-376c-4588-8912-e28c051da635} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.23 09:27:46.612834 [ 262 ] {6c4322fc-376c-4588-8912-e28c051da635} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:46.612867 [ 262 ] {6c4322fc-376c-4588-8912-e28c051da635} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:46.613185 [ 262 ] {6c4322fc-376c-4588-8912-e28c051da635} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.23 09:27:46.613391 [ 262 ] {6c4322fc-376c-4588-8912-e28c051da635} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:46.613513 [ 262 ] {6c4322fc-376c-4588-8912-e28c051da635} executeQuery: Read 314 rows, 21.12 KiB in 0.001168 sec., 268835.61643835617 rows/sec., 17.66 MiB/sec. 2025.12.23 09:27:46.613549 [ 262 ] {6c4322fc-376c-4588-8912-e28c051da635} TCPHandler: Processed in 0.001330174 sec. 2025.12.23 09:27:46.613650 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:46.613742 [ 262 ] {5fb78be9-fe65-49dc-9030-55435593c80e} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.12.23 09:27:46.613783 [ 262 ] {5fb78be9-fe65-49dc-9030-55435593c80e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.12.23 09:27:46.614085 [ 262 ] {5fb78be9-fe65-49dc-9030-55435593c80e} oximeter.measurements_f64 (b7995074-f324-489b-8a3e-e8ccb953a5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:46.614119 [ 262 ] {5fb78be9-fe65-49dc-9030-55435593c80e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:46.614421 [ 262 ] {5fb78be9-fe65-49dc-9030-55435593c80e} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.23 09:27:46.614620 [ 262 ] {5fb78be9-fe65-49dc-9030-55435593c80e} oximeter.measurements_f64 (b7995074-f324-489b-8a3e-e8ccb953a5a6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:46.614739 [ 262 ] {5fb78be9-fe65-49dc-9030-55435593c80e} executeQuery: Read 1 rows, 69.00 B in 0.001015 sec., 985.2216748768473 rows/sec., 66.39 KiB/sec. 2025.12.23 09:27:46.614774 [ 262 ] {5fb78be9-fe65-49dc-9030-55435593c80e} TCPHandler: Processed in 0.0011702 sec. 2025.12.23 09:27:46.614880 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:46.614971 [ 262 ] {e3626528-99ad-4b30-9c28-32b32d4b0dbd} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.23 09:27:46.615025 [ 262 ] {e3626528-99ad-4b30-9c28-32b32d4b0dbd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.23 09:27:46.615904 [ 262 ] {e3626528-99ad-4b30-9c28-32b32d4b0dbd} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:46.615939 [ 262 ] {e3626528-99ad-4b30-9c28-32b32d4b0dbd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:46.616471 [ 262 ] {e3626528-99ad-4b30-9c28-32b32d4b0dbd} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.23 09:27:46.616697 [ 262 ] {e3626528-99ad-4b30-9c28-32b32d4b0dbd} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:46.616835 [ 262 ] {e3626528-99ad-4b30-9c28-32b32d4b0dbd} executeQuery: Read 35 rows, 64.22 KiB in 0.001881 sec., 18607.123870281765 rows/sec., 33.34 MiB/sec. 2025.12.23 09:27:46.616888 [ 262 ] {e3626528-99ad-4b30-9c28-32b32d4b0dbd} TCPHandler: Processed in 0.002054822 sec. 2025.12.23 09:27:46.616997 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:46.617089 [ 262 ] {2bb59098-a7d8-49fc-8ed2-d3cb980a6c2e} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.23 09:27:46.617129 [ 262 ] {2bb59098-a7d8-49fc-8ed2-d3cb980a6c2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.23 09:27:46.617457 [ 262 ] {2bb59098-a7d8-49fc-8ed2-d3cb980a6c2e} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:46.617492 [ 262 ] {2bb59098-a7d8-49fc-8ed2-d3cb980a6c2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:46.617791 [ 262 ] {2bb59098-a7d8-49fc-8ed2-d3cb980a6c2e} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.23 09:27:46.617992 [ 262 ] {2bb59098-a7d8-49fc-8ed2-d3cb980a6c2e} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:46.618115 [ 262 ] {2bb59098-a7d8-49fc-8ed2-d3cb980a6c2e} executeQuery: Read 104 rows, 6.53 KiB in 0.001044 sec., 99616.85823754789 rows/sec., 6.10 MiB/sec. 2025.12.23 09:27:46.618149 [ 262 ] {2bb59098-a7d8-49fc-8ed2-d3cb980a6c2e} TCPHandler: Processed in 0.00119882 sec. 2025.12.23 09:27:47.000178 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 202.87 MiB, peak 207.72 MiB, free memory in arenas 0.00 B, will set to 205.84 MiB (RSS), difference: 2.97 MiB 2025.12.23 09:27:51.588463 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:51.588755 [ 262 ] {c8126209-0c4a-47fc-8162-7069ec70505f} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.23 09:27:51.588857 [ 262 ] {c8126209-0c4a-47fc-8162-7069ec70505f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.23 09:27:51.589623 [ 262 ] {c8126209-0c4a-47fc-8162-7069ec70505f} oximeter.fields_ipaddr (d154834d-033d-4c99-ba0c-394bcbfa5713): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:51.589661 [ 262 ] {c8126209-0c4a-47fc-8162-7069ec70505f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:51.590047 [ 262 ] {c8126209-0c4a-47fc-8162-7069ec70505f} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.23 09:27:51.590271 [ 262 ] {c8126209-0c4a-47fc-8162-7069ec70505f} oximeter.fields_ipaddr (d154834d-033d-4c99-ba0c-394bcbfa5713): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:51.590419 [ 262 ] {c8126209-0c4a-47fc-8162-7069ec70505f} executeQuery: Read 4 rows, 334.00 B in 0.001738 sec., 2301.4959723820484 rows/sec., 187.67 KiB/sec. 2025.12.23 09:27:51.590468 [ 262 ] {c8126209-0c4a-47fc-8162-7069ec70505f} TCPHandler: Processed in 0.002206817 sec. 2025.12.23 09:27:51.590585 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:51.590691 [ 262 ] {86f4b921-bcbc-4d52-b0d8-412c68dc2342} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.23 09:27:51.590733 [ 262 ] {86f4b921-bcbc-4d52-b0d8-412c68dc2342} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.23 09:27:51.591186 [ 262 ] {86f4b921-bcbc-4d52-b0d8-412c68dc2342} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:51.591221 [ 262 ] {86f4b921-bcbc-4d52-b0d8-412c68dc2342} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:51.591526 [ 262 ] {86f4b921-bcbc-4d52-b0d8-412c68dc2342} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.23 09:27:51.591740 [ 262 ] {86f4b921-bcbc-4d52-b0d8-412c68dc2342} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:51.591862 [ 262 ] {86f4b921-bcbc-4d52-b0d8-412c68dc2342} executeQuery: Read 70 rows, 5.71 KiB in 0.001194 sec., 58626.465661641545 rows/sec., 4.67 MiB/sec. 2025.12.23 09:27:51.591897 [ 262 ] {86f4b921-bcbc-4d52-b0d8-412c68dc2342} TCPHandler: Processed in 0.001361625 sec. 2025.12.23 09:27:51.592013 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:51.592113 [ 262 ] {8a4f19b4-845e-4a9c-9564-24535d02b276} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.23 09:27:51.592152 [ 262 ] {8a4f19b4-845e-4a9c-9564-24535d02b276} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.23 09:27:51.592548 [ 262 ] {8a4f19b4-845e-4a9c-9564-24535d02b276} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:51.592583 [ 262 ] {8a4f19b4-845e-4a9c-9564-24535d02b276} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:51.592884 [ 262 ] {8a4f19b4-845e-4a9c-9564-24535d02b276} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.23 09:27:51.593082 [ 262 ] {8a4f19b4-845e-4a9c-9564-24535d02b276} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:51.593205 [ 262 ] {8a4f19b4-845e-4a9c-9564-24535d02b276} executeQuery: Read 10 rows, 748.00 B in 0.00111 sec., 9009.009009009009 rows/sec., 658.08 KiB/sec. 2025.12.23 09:27:51.593247 [ 262 ] {8a4f19b4-845e-4a9c-9564-24535d02b276} TCPHandler: Processed in 0.001281053 sec. 2025.12.23 09:27:51.593352 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:51.593451 [ 262 ] {ee09122b-5a93-49f6-a12a-a4af5ed92dec} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.23 09:27:51.593490 [ 262 ] {ee09122b-5a93-49f6-a12a-a4af5ed92dec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.23 09:27:51.593922 [ 262 ] {ee09122b-5a93-49f6-a12a-a4af5ed92dec} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:51.593957 [ 262 ] {ee09122b-5a93-49f6-a12a-a4af5ed92dec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:51.594253 [ 262 ] {ee09122b-5a93-49f6-a12a-a4af5ed92dec} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.23 09:27:51.594454 [ 262 ] {ee09122b-5a93-49f6-a12a-a4af5ed92dec} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:51.594572 [ 262 ] {ee09122b-5a93-49f6-a12a-a4af5ed92dec} executeQuery: Read 83 rows, 6.65 KiB in 0.001138 sec., 72934.97363796135 rows/sec., 5.70 MiB/sec. 2025.12.23 09:27:51.594609 [ 262 ] {ee09122b-5a93-49f6-a12a-a4af5ed92dec} TCPHandler: Processed in 0.001303313 sec. 2025.12.23 09:27:51.594713 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:51.594812 [ 262 ] {71b99017-bf2e-499d-91cb-18a5f0481544} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.23 09:27:51.594854 [ 262 ] {71b99017-bf2e-499d-91cb-18a5f0481544} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.23 09:27:51.595283 [ 262 ] {71b99017-bf2e-499d-91cb-18a5f0481544} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:51.595319 [ 262 ] {71b99017-bf2e-499d-91cb-18a5f0481544} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:51.595669 [ 262 ] {71b99017-bf2e-499d-91cb-18a5f0481544} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.23 09:27:51.595872 [ 262 ] {71b99017-bf2e-499d-91cb-18a5f0481544} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:51.595995 [ 262 ] {71b99017-bf2e-499d-91cb-18a5f0481544} executeQuery: Read 162 rows, 11.55 KiB in 0.0012 sec., 135000 rows/sec., 9.40 MiB/sec. 2025.12.23 09:27:51.596030 [ 262 ] {71b99017-bf2e-499d-91cb-18a5f0481544} TCPHandler: Processed in 0.001363535 sec. 2025.12.23 09:27:51.596147 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:51.596250 [ 262 ] {f49d0694-e746-4b16-b3ee-def59aea8ed1} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.23 09:27:51.596303 [ 262 ] {f49d0694-e746-4b16-b3ee-def59aea8ed1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.23 09:27:51.597021 [ 262 ] {f49d0694-e746-4b16-b3ee-def59aea8ed1} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:51.597055 [ 262 ] {f49d0694-e746-4b16-b3ee-def59aea8ed1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:51.597566 [ 262 ] {f49d0694-e746-4b16-b3ee-def59aea8ed1} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.23 09:27:51.597772 [ 262 ] {f49d0694-e746-4b16-b3ee-def59aea8ed1} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:51.597879 [ 44 ] {} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.23 09:27:51.597896 [ 262 ] {f49d0694-e746-4b16-b3ee-def59aea8ed1} executeQuery: Read 6 rows, 11.01 KiB in 0.001665 sec., 3603.6036036036035 rows/sec., 6.46 MiB/sec. 2025.12.23 09:27:51.597917 [ 44 ] {} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:51.597936 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:51.597946 [ 262 ] {f49d0694-e746-4b16-b3ee-def59aea8ed1} TCPHandler: Processed in 0.001856267 sec. 2025.12.23 09:27:51.598053 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:51.598084 [ 198 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.23 09:27:51.598153 [ 262 ] {a401e925-e297-47ed-b760-9c4281020e5a} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.12.23 09:27:51.598199 [ 262 ] {a401e925-e297-47ed-b760-9c4281020e5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.12.23 09:27:51.598337 [ 198 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:27:51.598399 [ 198 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 35 rows starting from the beginning of the part 2025.12.23 09:27:51.598530 [ 198 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 35 rows starting from the beginning of the part 2025.12.23 09:27:51.598531 [ 262 ] {a401e925-e297-47ed-b760-9c4281020e5a} oximeter.measurements_i64 (2635f74d-f6fa-4873-afb9-f8a7b629040d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:51.598577 [ 262 ] {a401e925-e297-47ed-b760-9c4281020e5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:27:51.598639 [ 198 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 35 rows starting from the beginning of the part 2025.12.23 09:27:51.598749 [ 198 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 35 rows starting from the beginning of the part 2025.12.23 09:27:51.598848 [ 198 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 35 rows starting from the beginning of the part 2025.12.23 09:27:51.598890 [ 262 ] {a401e925-e297-47ed-b760-9c4281020e5a} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.23 09:27:51.598945 [ 198 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part 2025.12.23 09:27:51.599109 [ 262 ] {a401e925-e297-47ed-b760-9c4281020e5a} oximeter.measurements_i64 (2635f74d-f6fa-4873-afb9-f8a7b629040d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:51.599235 [ 262 ] {a401e925-e297-47ed-b760-9c4281020e5a} executeQuery: Read 9 rows, 651.00 B in 0.0011 sec., 8181.818181818181 rows/sec., 577.95 KiB/sec. 2025.12.23 09:27:51.599272 [ 262 ] {a401e925-e297-47ed-b760-9c4281020e5a} TCPHandler: Processed in 0.001266842 sec. 2025.12.23 09:27:51.599378 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:51.599487 [ 262 ] {c1c2ef4e-7962-47f1-8f56-77deaabcc3b7} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.23 09:27:51.599527 [ 262 ] {c1c2ef4e-7962-47f1-8f56-77deaabcc3b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.23 09:27:51.599854 [ 262 ] {c1c2ef4e-7962-47f1-8f56-77deaabcc3b7} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:51.599889 [ 262 ] {c1c2ef4e-7962-47f1-8f56-77deaabcc3b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:27:51.600215 [ 262 ] {c1c2ef4e-7962-47f1-8f56-77deaabcc3b7} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.23 09:27:51.600447 [ 262 ] {c1c2ef4e-7962-47f1-8f56-77deaabcc3b7} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:51.600570 [ 262 ] {c1c2ef4e-7962-47f1-8f56-77deaabcc3b7} executeQuery: Read 60 rows, 4.14 KiB in 0.001101 sec., 54495.91280653951 rows/sec., 3.67 MiB/sec. 2025.12.23 09:27:51.600612 [ 262 ] {c1c2ef4e-7962-47f1-8f56-77deaabcc3b7} TCPHandler: Processed in 0.001279193 sec. 2025.12.23 09:27:51.606036 [ 198 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 181 rows, containing 19 columns (19 merged, 0 gathered) in 0.008007694 sec., 22603.26131343181 rows/sec., 40.50 MiB/sec. 2025.12.23 09:27:51.606388 [ 198 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.23 09:27:51.606696 [ 198 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_6_1} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:51.606761 [ 198 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_6_1} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.23 09:27:51.606844 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. 2025.12.23 09:27:53.546341 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4334 2025.12.23 09:27:53.546845 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:53.546891 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:53.547410 [ 245 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.23 09:27:53.547643 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:53.547770 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4334 2025.12.23 09:27:53.760513 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2025.12.23 09:27:53.776792 [ 244 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:53.776851 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.53 GiB. 2025.12.23 09:27:53.783112 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.23 09:27:53.783827 [ 244 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:53.786494 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2025.12.23 09:27:54.000163 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 207.47 MiB, peak 211.47 MiB, free memory in arenas 0.00 B, will set to 208.90 MiB (RSS), difference: 1.43 MiB 2025.12.23 09:27:56.054856 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 334 2025.12.23 09:27:56.057118 [ 243 ] {} system.query_log (93b58756-c7c4-4dd5-8f38-c0e6c44c4a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:56.057166 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:27:56.058284 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.23 09:27:56.058535 [ 243 ] {} system.query_log (93b58756-c7c4-4dd5-8f38-c0e6c44c4a94): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:56.058712 [ 37 ] {} system.query_log (93b58756-c7c4-4dd5-8f38-c0e6c44c4a94) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.23 09:27:56.058786 [ 37 ] {} system.query_log (93b58756-c7c4-4dd5-8f38-c0e6c44c4a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:56.058793 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 334 2025.12.23 09:27:56.058815 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:27:56.058928 [ 201 ] {93b58756-c7c4-4dd5-8f38-c0e6c44c4a94::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.23 09:27:56.059491 [ 201 ] {93b58756-c7c4-4dd5-8f38-c0e6c44c4a94::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:27:56.059665 [ 201 ] {93b58756-c7c4-4dd5-8f38-c0e6c44c4a94::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 92 rows starting from the beginning of the part 2025.12.23 09:27:56.060070 [ 201 ] {93b58756-c7c4-4dd5-8f38-c0e6c44c4a94::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 70 rows starting from the beginning of the part 2025.12.23 09:27:56.060452 [ 201 ] {93b58756-c7c4-4dd5-8f38-c0e6c44c4a94::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 44 rows starting from the beginning of the part 2025.12.23 09:27:56.060815 [ 201 ] {93b58756-c7c4-4dd5-8f38-c0e6c44c4a94::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 20 rows starting from the beginning of the part 2025.12.23 09:27:56.061176 [ 201 ] {93b58756-c7c4-4dd5-8f38-c0e6c44c4a94::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 70 rows starting from the beginning of the part 2025.12.23 09:27:56.061547 [ 201 ] {93b58756-c7c4-4dd5-8f38-c0e6c44c4a94::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 38 rows starting from the beginning of the part 2025.12.23 09:27:56.067426 [ 194 ] {93b58756-c7c4-4dd5-8f38-c0e6c44c4a94::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 334 rows, containing 72 columns (72 merged, 0 gathered) in 0.008539178 sec., 39113.83507873943 rows/sec., 40.36 MiB/sec. 2025.12.23 09:27:56.068398 [ 199 ] {93b58756-c7c4-4dd5-8f38-c0e6c44c4a94::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.23 09:27:56.068989 [ 199 ] {93b58756-c7c4-4dd5-8f38-c0e6c44c4a94::all_1_6_1} system.query_log (93b58756-c7c4-4dd5-8f38-c0e6c44c4a94): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:56.069058 [ 199 ] {93b58756-c7c4-4dd5-8f38-c0e6c44c4a94::all_1_6_1} system.query_log (93b58756-c7c4-4dd5-8f38-c0e6c44c4a94) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.23 09:27:56.069247 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.71 MiB. 2025.12.23 09:27:56.600604 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:56.600781 [ 262 ] {7f103869-4aff-4a6f-b997-522a8eb390a4} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.23 09:27:56.600845 [ 262 ] {7f103869-4aff-4a6f-b997-522a8eb390a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.23 09:27:56.601620 [ 262 ] {7f103869-4aff-4a6f-b997-522a8eb390a4} oximeter.fields_i16 (8d7fe79b-86f4-4d5a-b54c-2b26224a25e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:56.601670 [ 262 ] {7f103869-4aff-4a6f-b997-522a8eb390a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:27:56.602084 [ 262 ] {7f103869-4aff-4a6f-b997-522a8eb390a4} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.23 09:27:56.602356 [ 262 ] {7f103869-4aff-4a6f-b997-522a8eb390a4} oximeter.fields_i16 (8d7fe79b-86f4-4d5a-b54c-2b26224a25e1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:56.602513 [ 262 ] {7f103869-4aff-4a6f-b997-522a8eb390a4} executeQuery: Read 410 rows, 26.63 KiB in 0.001782 sec., 230078.56341189676 rows/sec., 14.60 MiB/sec. 2025.12.23 09:27:56.602555 [ 262 ] {7f103869-4aff-4a6f-b997-522a8eb390a4} TCPHandler: Processed in 0.002081673 sec. 2025.12.23 09:27:56.602679 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:56.602777 [ 262 ] {fea6036f-625e-4c18-bc00-f5bf0fa28bd7} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.23 09:27:56.602818 [ 262 ] {fea6036f-625e-4c18-bc00-f5bf0fa28bd7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.23 09:27:56.603720 [ 262 ] {fea6036f-625e-4c18-bc00-f5bf0fa28bd7} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:56.603755 [ 262 ] {fea6036f-625e-4c18-bc00-f5bf0fa28bd7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:27:56.604162 [ 262 ] {fea6036f-625e-4c18-bc00-f5bf0fa28bd7} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.23 09:27:56.604392 [ 262 ] {fea6036f-625e-4c18-bc00-f5bf0fa28bd7} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:56.604490 [ 36 ] {} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.23 09:27:56.604522 [ 262 ] {fea6036f-625e-4c18-bc00-f5bf0fa28bd7} executeQuery: Read 1182 rows, 96.55 KiB in 0.001766 sec., 669309.1732729332 rows/sec., 53.39 MiB/sec. 2025.12.23 09:27:56.604526 [ 36 ] {} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:56.604554 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:27:56.604559 [ 262 ] {fea6036f-625e-4c18-bc00-f5bf0fa28bd7} TCPHandler: Processed in 0.001932329 sec. 2025.12.23 09:27:56.604681 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:56.604685 [ 201 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.12.23 09:27:56.604776 [ 262 ] {dc553164-c941-4fe7-9832-6b16c0594105} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.23 09:27:56.604822 [ 262 ] {dc553164-c941-4fe7-9832-6b16c0594105} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.23 09:27:56.604834 [ 201 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:27:56.604872 [ 201 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 248 rows starting from the beginning of the part 2025.12.23 09:27:56.604942 [ 201 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1183 rows starting from the beginning of the part 2025.12.23 09:27:56.604987 [ 201 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part 2025.12.23 09:27:56.605034 [ 201 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1182 rows starting from the beginning of the part 2025.12.23 09:27:56.605086 [ 201 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 70 rows starting from the beginning of the part 2025.12.23 09:27:56.605129 [ 201 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1182 rows starting from the beginning of the part 2025.12.23 09:27:56.605325 [ 262 ] {dc553164-c941-4fe7-9832-6b16c0594105} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:56.605370 [ 262 ] {dc553164-c941-4fe7-9832-6b16c0594105} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:27:56.605739 [ 262 ] {dc553164-c941-4fe7-9832-6b16c0594105} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.23 09:27:56.606000 [ 262 ] {dc553164-c941-4fe7-9832-6b16c0594105} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:56.606139 [ 262 ] {dc553164-c941-4fe7-9832-6b16c0594105} executeQuery: Read 240 rows, 14.95 KiB in 0.001382 sec., 173661.3603473227 rows/sec., 10.56 MiB/sec. 2025.12.23 09:27:56.606179 [ 262 ] {dc553164-c941-4fe7-9832-6b16c0594105} TCPHandler: Processed in 0.001549119 sec. 2025.12.23 09:27:56.606293 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:56.606390 [ 262 ] {baefde37-d4e9-4207-9fce-98bc0f604343} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.23 09:27:56.606432 [ 262 ] {baefde37-d4e9-4207-9fce-98bc0f604343} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.23 09:27:56.606892 [ 262 ] {baefde37-d4e9-4207-9fce-98bc0f604343} oximeter.fields_u32 (d4478a7b-5e34-44bf-90e4-f163ea7d0fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:56.606929 [ 262 ] {baefde37-d4e9-4207-9fce-98bc0f604343} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:27:56.606935 [ 199 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 3921 rows, containing 5 columns (5 merged, 0 gathered) in 0.002310939 sec., 1696712.894628547 rows/sec., 142.77 MiB/sec. 2025.12.23 09:27:56.607152 [ 201 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.23 09:27:56.607317 [ 262 ] {baefde37-d4e9-4207-9fce-98bc0f604343} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.23 09:27:56.607463 [ 201 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_11_2} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:56.607554 [ 201 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_11_2} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.23 09:27:56.607624 [ 262 ] {baefde37-d4e9-4207-9fce-98bc0f604343} oximeter.fields_u32 (d4478a7b-5e34-44bf-90e4-f163ea7d0fe4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:56.607634 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB. 2025.12.23 09:27:56.607769 [ 262 ] {baefde37-d4e9-4207-9fce-98bc0f604343} executeQuery: Read 212 rows, 14.00 KiB in 0.001398 sec., 151645.20743919886 rows/sec., 9.78 MiB/sec. 2025.12.23 09:27:56.607812 [ 262 ] {baefde37-d4e9-4207-9fce-98bc0f604343} TCPHandler: Processed in 0.00157045 sec. 2025.12.23 09:27:56.607925 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:56.608022 [ 262 ] {8fd54f87-39ec-4c51-b7ad-8f114840b409} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.23 09:27:56.608063 [ 262 ] {8fd54f87-39ec-4c51-b7ad-8f114840b409} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.23 09:27:56.608517 [ 262 ] {8fd54f87-39ec-4c51-b7ad-8f114840b409} oximeter.fields_u8 (aafc8dfa-6e62-4213-a992-39e4280a19a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:56.608554 [ 262 ] {8fd54f87-39ec-4c51-b7ad-8f114840b409} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:27:56.608868 [ 262 ] {8fd54f87-39ec-4c51-b7ad-8f114840b409} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.23 09:27:56.609103 [ 262 ] {8fd54f87-39ec-4c51-b7ad-8f114840b409} oximeter.fields_u8 (aafc8dfa-6e62-4213-a992-39e4280a19a6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:56.609232 [ 262 ] {8fd54f87-39ec-4c51-b7ad-8f114840b409} executeQuery: Read 211 rows, 12.27 KiB in 0.001229 sec., 171684.29617575265 rows/sec., 9.75 MiB/sec. 2025.12.23 09:27:56.609268 [ 262 ] {8fd54f87-39ec-4c51-b7ad-8f114840b409} TCPHandler: Processed in 0.001393765 sec. 2025.12.23 09:27:56.609373 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:56.609469 [ 262 ] {2f2fa136-a82a-4372-9105-d75d58653bd7} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.23 09:27:56.609508 [ 262 ] {2f2fa136-a82a-4372-9105-d75d58653bd7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.23 09:27:56.610147 [ 262 ] {2f2fa136-a82a-4372-9105-d75d58653bd7} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:56.610184 [ 262 ] {2f2fa136-a82a-4372-9105-d75d58653bd7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:27:56.610537 [ 262 ] {2f2fa136-a82a-4372-9105-d75d58653bd7} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.23 09:27:56.610750 [ 262 ] {2f2fa136-a82a-4372-9105-d75d58653bd7} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:56.610848 [ 36 ] {} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.23 09:27:56.610876 [ 262 ] {2f2fa136-a82a-4372-9105-d75d58653bd7} executeQuery: Read 714 rows, 51.27 KiB in 0.001426 sec., 500701.2622720898 rows/sec., 35.11 MiB/sec. 2025.12.23 09:27:56.610877 [ 36 ] {} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:56.610907 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:27:56.610913 [ 262 ] {2f2fa136-a82a-4372-9105-d75d58653bd7} TCPHandler: Processed in 0.001591581 sec. 2025.12.23 09:27:56.611035 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:56.611039 [ 197 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.12.23 09:27:56.611132 [ 262 ] {caab47a5-995b-4bc1-8132-12c82cb725ee} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.12.23 09:27:56.611169 [ 197 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:27:56.611180 [ 262 ] {caab47a5-995b-4bc1-8132-12c82cb725ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.12.23 09:27:56.611230 [ 197 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 147 rows starting from the beginning of the part 2025.12.23 09:27:56.611341 [ 197 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 716 rows starting from the beginning of the part 2025.12.23 09:27:56.611431 [ 197 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part 2025.12.23 09:27:56.611504 [ 197 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 714 rows starting from the beginning of the part 2025.12.23 09:27:56.611525 [ 262 ] {caab47a5-995b-4bc1-8132-12c82cb725ee} oximeter.measurements_bool (ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:56.611565 [ 197 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 83 rows starting from the beginning of the part 2025.12.23 09:27:56.611566 [ 262 ] {caab47a5-995b-4bc1-8132-12c82cb725ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:27:56.611619 [ 197 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 714 rows starting from the beginning of the part 2025.12.23 09:27:56.611931 [ 262 ] {caab47a5-995b-4bc1-8132-12c82cb725ee} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.23 09:27:56.612182 [ 262 ] {caab47a5-995b-4bc1-8132-12c82cb725ee} oximeter.measurements_bool (ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:56.612320 [ 262 ] {caab47a5-995b-4bc1-8132-12c82cb725ee} executeQuery: Read 6 rows, 321.00 B in 0.001207 sec., 4971.0024855012425 rows/sec., 259.72 KiB/sec. 2025.12.23 09:27:56.612358 [ 262 ] {caab47a5-995b-4bc1-8132-12c82cb725ee} TCPHandler: Processed in 0.001374375 sec. 2025.12.23 09:27:56.612475 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:56.612574 [ 262 ] {b4df6bed-9a97-43dd-a6f8-cb9e18e5dc86} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.23 09:27:56.612617 [ 262 ] {b4df6bed-9a97-43dd-a6f8-cb9e18e5dc86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.23 09:27:56.612842 [ 201 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 2438 rows, containing 5 columns (5 merged, 0 gathered) in 0.001871218 sec., 1302894.6921203195 rows/sec., 97.81 MiB/sec. 2025.12.23 09:27:56.613079 [ 262 ] {b4df6bed-9a97-43dd-a6f8-cb9e18e5dc86} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:56.613119 [ 199 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.23 09:27:56.613123 [ 262 ] {b4df6bed-9a97-43dd-a6f8-cb9e18e5dc86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:27:56.613479 [ 199 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_11_2} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:56.613577 [ 199 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_11_2} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.23 09:27:56.613595 [ 262 ] {b4df6bed-9a97-43dd-a6f8-cb9e18e5dc86} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.23 09:27:56.613674 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. 2025.12.23 09:27:56.613820 [ 262 ] {b4df6bed-9a97-43dd-a6f8-cb9e18e5dc86} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:56.613919 [ 36 ] {} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.23 09:27:56.613949 [ 36 ] {} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:56.613954 [ 262 ] {b4df6bed-9a97-43dd-a6f8-cb9e18e5dc86} executeQuery: Read 314 rows, 21.12 KiB in 0.001399 sec., 224446.032880629 rows/sec., 14.74 MiB/sec. 2025.12.23 09:27:56.613967 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:27:56.613993 [ 262 ] {b4df6bed-9a97-43dd-a6f8-cb9e18e5dc86} TCPHandler: Processed in 0.0015705 sec. 2025.12.23 09:27:56.614049 [ 201 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.12.23 09:27:56.614114 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:56.614158 [ 201 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:27:56.614195 [ 201 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1109 rows starting from the beginning of the part 2025.12.23 09:27:56.614224 [ 262 ] {6c1dd628-5272-40f2-b596-b94784cc9ec0} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.12.23 09:27:56.614246 [ 201 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 315 rows starting from the beginning of the part 2025.12.23 09:27:56.614282 [ 262 ] {6c1dd628-5272-40f2-b596-b94784cc9ec0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.12.23 09:27:56.614296 [ 201 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part 2025.12.23 09:27:56.614342 [ 201 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 314 rows starting from the beginning of the part 2025.12.23 09:27:56.614380 [ 201 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 162 rows starting from the beginning of the part 2025.12.23 09:27:56.614421 [ 201 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 314 rows starting from the beginning of the part 2025.12.23 09:27:56.614630 [ 262 ] {6c1dd628-5272-40f2-b596-b94784cc9ec0} oximeter.measurements_f64 (b7995074-f324-489b-8a3e-e8ccb953a5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:56.614673 [ 262 ] {6c1dd628-5272-40f2-b596-b94784cc9ec0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:27:56.614991 [ 262 ] {6c1dd628-5272-40f2-b596-b94784cc9ec0} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.23 09:27:56.615252 [ 262 ] {6c1dd628-5272-40f2-b596-b94784cc9ec0} oximeter.measurements_f64 (b7995074-f324-489b-8a3e-e8ccb953a5a6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:56.615392 [ 262 ] {6c1dd628-5272-40f2-b596-b94784cc9ec0} executeQuery: Read 1 rows, 69.00 B in 0.001187 sec., 842.4599831508004 rows/sec., 56.77 KiB/sec. 2025.12.23 09:27:56.615433 [ 262 ] {6c1dd628-5272-40f2-b596-b94784cc9ec0} TCPHandler: Processed in 0.001368074 sec. 2025.12.23 09:27:56.615541 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:56.615639 [ 262 ] {312fc338-7d86-4047-8add-9bf59b3186d6} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.23 09:27:56.615693 [ 262 ] {312fc338-7d86-4047-8add-9bf59b3186d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.23 09:27:56.615768 [ 196 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 2374 rows, containing 5 columns (5 merged, 0 gathered) in 0.001749175 sec., 1357211.256735318 rows/sec., 93.56 MiB/sec. 2025.12.23 09:27:56.616066 [ 201 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.23 09:27:56.616327 [ 201 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_11_2} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:56.616401 [ 201 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_11_2} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.23 09:27:56.616464 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2025.12.23 09:27:56.616491 [ 262 ] {312fc338-7d86-4047-8add-9bf59b3186d6} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:56.616532 [ 262 ] {312fc338-7d86-4047-8add-9bf59b3186d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:27:56.617109 [ 262 ] {312fc338-7d86-4047-8add-9bf59b3186d6} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.23 09:27:56.617341 [ 262 ] {312fc338-7d86-4047-8add-9bf59b3186d6} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:56.617485 [ 262 ] {312fc338-7d86-4047-8add-9bf59b3186d6} executeQuery: Read 35 rows, 64.22 KiB in 0.001864 sec., 18776.824034334764 rows/sec., 33.65 MiB/sec. 2025.12.23 09:27:56.617548 [ 262 ] {312fc338-7d86-4047-8add-9bf59b3186d6} TCPHandler: Processed in 0.002055063 sec. 2025.12.23 09:27:56.617665 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:27:56.617760 [ 262 ] {2776dc60-9a5b-4d33-a4a6-04f7e1556d1f} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.23 09:27:56.617802 [ 262 ] {2776dc60-9a5b-4d33-a4a6-04f7e1556d1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.23 09:27:56.618130 [ 262 ] {2776dc60-9a5b-4d33-a4a6-04f7e1556d1f} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:56.618165 [ 262 ] {2776dc60-9a5b-4d33-a4a6-04f7e1556d1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:27:56.618496 [ 262 ] {2776dc60-9a5b-4d33-a4a6-04f7e1556d1f} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.23 09:27:56.618702 [ 262 ] {2776dc60-9a5b-4d33-a4a6-04f7e1556d1f} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:56.618802 [ 36 ] {} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.23 09:27:56.618826 [ 262 ] {2776dc60-9a5b-4d33-a4a6-04f7e1556d1f} executeQuery: Read 104 rows, 6.53 KiB in 0.001085 sec., 95852.53456221198 rows/sec., 5.87 MiB/sec. 2025.12.23 09:27:56.618835 [ 36 ] {} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:27:56.618858 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:27:56.618862 [ 262 ] {2776dc60-9a5b-4d33-a4a6-04f7e1556d1f} TCPHandler: Processed in 0.001247202 sec. 2025.12.23 09:27:56.618955 [ 199 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.12.23 09:27:56.619095 [ 199 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:27:56.619136 [ 199 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 300 rows starting from the beginning of the part 2025.12.23 09:27:56.619232 [ 199 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 104 rows starting from the beginning of the part 2025.12.23 09:27:56.619286 [ 199 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part 2025.12.23 09:27:56.619332 [ 199 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 104 rows starting from the beginning of the part 2025.12.23 09:27:56.619371 [ 199 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part 2025.12.23 09:27:56.619413 [ 199 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 104 rows starting from the beginning of the part 2025.12.23 09:27:56.620322 [ 196 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 732 rows, containing 4 columns (4 merged, 0 gathered) in 0.001414406 sec., 517531.74123978545 rows/sec., 33.78 MiB/sec. 2025.12.23 09:27:56.620512 [ 195 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.23 09:27:56.620781 [ 195 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_11_2} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:27:56.620848 [ 195 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_11_2} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.23 09:27:56.620918 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2025.12.23 09:28:00.974931 [ 26 ] {} DNSResolver: Updating DNS cache 2025.12.23 09:28:00.974986 [ 26 ] {} DNSResolver: Updated DNS cache 2025.12.23 09:28:01.048813 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4846 2025.12.23 09:28:01.049344 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:01.049395 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:01.049906 [ 245 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.23 09:28:01.050144 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:01.050291 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4846 2025.12.23 09:28:01.287519 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2025.12.23 09:28:01.304853 [ 244 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:01.304908 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:01.311026 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.23 09:28:01.311745 [ 244 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:01.314839 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2025.12.23 09:28:01.587869 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:01.588147 [ 262 ] {d4018bca-21ab-467e-9182-ab1cf4b02b9d} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.23 09:28:01.588257 [ 262 ] {d4018bca-21ab-467e-9182-ab1cf4b02b9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.23 09:28:01.588981 [ 262 ] {d4018bca-21ab-467e-9182-ab1cf4b02b9d} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:01.589030 [ 262 ] {d4018bca-21ab-467e-9182-ab1cf4b02b9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:01.589442 [ 262 ] {d4018bca-21ab-467e-9182-ab1cf4b02b9d} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.23 09:28:01.589670 [ 262 ] {d4018bca-21ab-467e-9182-ab1cf4b02b9d} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:01.589835 [ 262 ] {d4018bca-21ab-467e-9182-ab1cf4b02b9d} executeQuery: Read 68 rows, 5.56 KiB in 0.001762 sec., 38592.50851305335 rows/sec., 3.08 MiB/sec. 2025.12.23 09:28:01.589882 [ 262 ] {d4018bca-21ab-467e-9182-ab1cf4b02b9d} TCPHandler: Processed in 0.002195366 sec. 2025.12.23 09:28:01.590014 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:01.590117 [ 262 ] {fb754ee1-4272-4f0b-a182-bbdf114a7f66} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.23 09:28:01.590163 [ 262 ] {fb754ee1-4272-4f0b-a182-bbdf114a7f66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.23 09:28:01.590580 [ 262 ] {fb754ee1-4272-4f0b-a182-bbdf114a7f66} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:01.590617 [ 262 ] {fb754ee1-4272-4f0b-a182-bbdf114a7f66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:01.590914 [ 262 ] {fb754ee1-4272-4f0b-a182-bbdf114a7f66} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.23 09:28:01.591124 [ 262 ] {fb754ee1-4272-4f0b-a182-bbdf114a7f66} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:01.591264 [ 262 ] {fb754ee1-4272-4f0b-a182-bbdf114a7f66} executeQuery: Read 6 rows, 462.00 B in 0.00117 sec., 5128.205128205128 rows/sec., 385.62 KiB/sec. 2025.12.23 09:28:01.591302 [ 262 ] {fb754ee1-4272-4f0b-a182-bbdf114a7f66} TCPHandler: Processed in 0.001340364 sec. 2025.12.23 09:28:01.591411 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:01.591506 [ 262 ] {d126fe9f-b4c9-46ce-97c5-1ea1244cb79d} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.23 09:28:01.591547 [ 262 ] {d126fe9f-b4c9-46ce-97c5-1ea1244cb79d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.23 09:28:01.591956 [ 262 ] {d126fe9f-b4c9-46ce-97c5-1ea1244cb79d} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:01.591993 [ 262 ] {d126fe9f-b4c9-46ce-97c5-1ea1244cb79d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:01.592302 [ 262 ] {d126fe9f-b4c9-46ce-97c5-1ea1244cb79d} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.23 09:28:01.592514 [ 262 ] {d126fe9f-b4c9-46ce-97c5-1ea1244cb79d} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:01.592646 [ 262 ] {d126fe9f-b4c9-46ce-97c5-1ea1244cb79d} executeQuery: Read 70 rows, 5.60 KiB in 0.001158 sec., 60449.05008635579 rows/sec., 4.72 MiB/sec. 2025.12.23 09:28:01.592682 [ 262 ] {d126fe9f-b4c9-46ce-97c5-1ea1244cb79d} TCPHandler: Processed in 0.001322294 sec. 2025.12.23 09:28:01.592795 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:01.592891 [ 262 ] {3c36f768-de10-4650-a103-0622134ceb40} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.23 09:28:01.592934 [ 262 ] {3c36f768-de10-4650-a103-0622134ceb40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.23 09:28:01.593369 [ 262 ] {3c36f768-de10-4650-a103-0622134ceb40} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:01.593417 [ 262 ] {3c36f768-de10-4650-a103-0622134ceb40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:01.593760 [ 262 ] {3c36f768-de10-4650-a103-0622134ceb40} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.23 09:28:01.593965 [ 262 ] {3c36f768-de10-4650-a103-0622134ceb40} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:01.594099 [ 262 ] {3c36f768-de10-4650-a103-0622134ceb40} executeQuery: Read 160 rows, 11.41 KiB in 0.001227 sec., 130399.34800325998 rows/sec., 9.08 MiB/sec. 2025.12.23 09:28:01.594136 [ 262 ] {3c36f768-de10-4650-a103-0622134ceb40} TCPHandler: Processed in 0.001389406 sec. 2025.12.23 09:28:01.594237 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:01.594331 [ 262 ] {183fd05b-aecc-4427-821c-6f74c24ed71f} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.23 09:28:01.594384 [ 262 ] {183fd05b-aecc-4427-821c-6f74c24ed71f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.23 09:28:01.595086 [ 262 ] {183fd05b-aecc-4427-821c-6f74c24ed71f} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:01.595121 [ 262 ] {183fd05b-aecc-4427-821c-6f74c24ed71f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:01.595586 [ 262 ] {183fd05b-aecc-4427-821c-6f74c24ed71f} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.23 09:28:01.595796 [ 262 ] {183fd05b-aecc-4427-821c-6f74c24ed71f} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:01.595936 [ 262 ] {183fd05b-aecc-4427-821c-6f74c24ed71f} executeQuery: Read 6 rows, 11.01 KiB in 0.001624 sec., 3694.5812807881775 rows/sec., 6.62 MiB/sec. 2025.12.23 09:28:01.595991 [ 262 ] {183fd05b-aecc-4427-821c-6f74c24ed71f} TCPHandler: Processed in 0.001801606 sec. 2025.12.23 09:28:01.596107 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:01.596202 [ 262 ] {c55a5fc0-4bb8-4e8b-9de4-32395e894875} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.23 09:28:01.596252 [ 262 ] {c55a5fc0-4bb8-4e8b-9de4-32395e894875} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.23 09:28:01.596583 [ 262 ] {c55a5fc0-4bb8-4e8b-9de4-32395e894875} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:01.596618 [ 262 ] {c55a5fc0-4bb8-4e8b-9de4-32395e894875} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:01.596923 [ 262 ] {c55a5fc0-4bb8-4e8b-9de4-32395e894875} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.23 09:28:01.597121 [ 262 ] {c55a5fc0-4bb8-4e8b-9de4-32395e894875} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:01.597245 [ 262 ] {c55a5fc0-4bb8-4e8b-9de4-32395e894875} executeQuery: Read 60 rows, 4.14 KiB in 0.001063 sec., 56444.02634054563 rows/sec., 3.80 MiB/sec. 2025.12.23 09:28:01.597280 [ 262 ] {c55a5fc0-4bb8-4e8b-9de4-32395e894875} TCPHandler: Processed in 0.001221341 sec. 2025.12.23 09:28:02.001160 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 210.57 MiB, peak 214.13 MiB, free memory in arenas 0.00 B, will set to 212.44 MiB (RSS), difference: 1.87 MiB 2025.12.23 09:28:06.059860 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 368 2025.12.23 09:28:06.062045 [ 243 ] {} system.query_log (93b58756-c7c4-4dd5-8f38-c0e6c44c4a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:06.062082 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:06.063207 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.23 09:28:06.063462 [ 243 ] {} system.query_log (93b58756-c7c4-4dd5-8f38-c0e6c44c4a94): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:06.063700 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 368 2025.12.23 09:28:06.600002 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:06.600188 [ 262 ] {58d137ea-4af3-4c0f-9b19-5f29e94a5c5a} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.23 09:28:06.600253 [ 262 ] {58d137ea-4af3-4c0f-9b19-5f29e94a5c5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.23 09:28:06.601062 [ 262 ] {58d137ea-4af3-4c0f-9b19-5f29e94a5c5a} oximeter.fields_i16 (8d7fe79b-86f4-4d5a-b54c-2b26224a25e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:06.601112 [ 262 ] {58d137ea-4af3-4c0f-9b19-5f29e94a5c5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:06.601534 [ 262 ] {58d137ea-4af3-4c0f-9b19-5f29e94a5c5a} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.23 09:28:06.601754 [ 262 ] {58d137ea-4af3-4c0f-9b19-5f29e94a5c5a} oximeter.fields_i16 (8d7fe79b-86f4-4d5a-b54c-2b26224a25e1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:06.601902 [ 262 ] {58d137ea-4af3-4c0f-9b19-5f29e94a5c5a} executeQuery: Read 410 rows, 26.63 KiB in 0.001764 sec., 232426.3038548753 rows/sec., 14.74 MiB/sec. 2025.12.23 09:28:06.601944 [ 262 ] {58d137ea-4af3-4c0f-9b19-5f29e94a5c5a} TCPHandler: Processed in 0.002072983 sec. 2025.12.23 09:28:06.602071 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:06.602169 [ 262 ] {fca2b56f-192c-4d00-aa1a-6fd2548deef8} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.23 09:28:06.602209 [ 262 ] {fca2b56f-192c-4d00-aa1a-6fd2548deef8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.23 09:28:06.602603 [ 262 ] {fca2b56f-192c-4d00-aa1a-6fd2548deef8} oximeter.fields_ipaddr (d154834d-033d-4c99-ba0c-394bcbfa5713): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:06.602639 [ 262 ] {fca2b56f-192c-4d00-aa1a-6fd2548deef8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:06.602920 [ 262 ] {fca2b56f-192c-4d00-aa1a-6fd2548deef8} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.23 09:28:06.603138 [ 262 ] {fca2b56f-192c-4d00-aa1a-6fd2548deef8} oximeter.fields_ipaddr (d154834d-033d-4c99-ba0c-394bcbfa5713): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:06.603266 [ 262 ] {fca2b56f-192c-4d00-aa1a-6fd2548deef8} executeQuery: Read 8 rows, 668.00 B in 0.001117 sec., 7162.041181736796 rows/sec., 584.01 KiB/sec. 2025.12.23 09:28:06.603303 [ 262 ] {fca2b56f-192c-4d00-aa1a-6fd2548deef8} TCPHandler: Processed in 0.001282592 sec. 2025.12.23 09:28:06.603415 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:06.603511 [ 262 ] {30ec9d25-08c8-4eaf-9145-5e5bca801398} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.23 09:28:06.603549 [ 262 ] {30ec9d25-08c8-4eaf-9145-5e5bca801398} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.23 09:28:06.604568 [ 262 ] {30ec9d25-08c8-4eaf-9145-5e5bca801398} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:06.604604 [ 262 ] {30ec9d25-08c8-4eaf-9145-5e5bca801398} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:06.604989 [ 262 ] {30ec9d25-08c8-4eaf-9145-5e5bca801398} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.23 09:28:06.605200 [ 262 ] {30ec9d25-08c8-4eaf-9145-5e5bca801398} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:06.605324 [ 262 ] {30ec9d25-08c8-4eaf-9145-5e5bca801398} executeQuery: Read 1186 rows, 96.84 KiB in 0.001832 sec., 647379.9126637555 rows/sec., 51.62 MiB/sec. 2025.12.23 09:28:06.605361 [ 262 ] {30ec9d25-08c8-4eaf-9145-5e5bca801398} TCPHandler: Processed in 0.001995981 sec. 2025.12.23 09:28:06.605476 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:06.605570 [ 262 ] {1a1013df-a995-4742-b8f6-434510aa649c} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.23 09:28:06.605609 [ 262 ] {1a1013df-a995-4742-b8f6-434510aa649c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.23 09:28:06.606090 [ 262 ] {1a1013df-a995-4742-b8f6-434510aa649c} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:06.606126 [ 262 ] {1a1013df-a995-4742-b8f6-434510aa649c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:06.606433 [ 262 ] {1a1013df-a995-4742-b8f6-434510aa649c} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.23 09:28:06.606640 [ 262 ] {1a1013df-a995-4742-b8f6-434510aa649c} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:06.606765 [ 262 ] {1a1013df-a995-4742-b8f6-434510aa649c} executeQuery: Read 248 rows, 15.51 KiB in 0.001214 sec., 204283.36079077428 rows/sec., 12.47 MiB/sec. 2025.12.23 09:28:06.606802 [ 262 ] {1a1013df-a995-4742-b8f6-434510aa649c} TCPHandler: Processed in 0.001376395 sec. 2025.12.23 09:28:06.606918 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:06.607039 [ 262 ] {43cc7d6c-ba06-483e-b231-1e81efc0c692} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.23 09:28:06.607086 [ 262 ] {43cc7d6c-ba06-483e-b231-1e81efc0c692} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.23 09:28:06.607618 [ 262 ] {43cc7d6c-ba06-483e-b231-1e81efc0c692} oximeter.fields_u32 (d4478a7b-5e34-44bf-90e4-f163ea7d0fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:06.607654 [ 262 ] {43cc7d6c-ba06-483e-b231-1e81efc0c692} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:06.607960 [ 262 ] {43cc7d6c-ba06-483e-b231-1e81efc0c692} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.23 09:28:06.608174 [ 262 ] {43cc7d6c-ba06-483e-b231-1e81efc0c692} oximeter.fields_u32 (d4478a7b-5e34-44bf-90e4-f163ea7d0fe4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:06.608272 [ 115 ] {} oximeter.fields_u32 (d4478a7b-5e34-44bf-90e4-f163ea7d0fe4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.23 09:28:06.608300 [ 262 ] {43cc7d6c-ba06-483e-b231-1e81efc0c692} executeQuery: Read 212 rows, 14.00 KiB in 0.001285 sec., 164980.54474708173 rows/sec., 10.64 MiB/sec. 2025.12.23 09:28:06.608337 [ 115 ] {} oximeter.fields_u32 (d4478a7b-5e34-44bf-90e4-f163ea7d0fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:06.608346 [ 262 ] {43cc7d6c-ba06-483e-b231-1e81efc0c692} TCPHandler: Processed in 0.001486578 sec. 2025.12.23 09:28:06.608366 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:06.608468 [ 199 ] {d4478a7b-5e34-44bf-90e4-f163ea7d0fe4::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.23 09:28:06.608469 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:06.608596 [ 199 ] {d4478a7b-5e34-44bf-90e4-f163ea7d0fe4::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:28:06.608626 [ 262 ] {221050f1-62de-4c1d-afa5-5f55bea564ba} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.23 09:28:06.608637 [ 199 ] {d4478a7b-5e34-44bf-90e4-f163ea7d0fe4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part 2025.12.23 09:28:06.608684 [ 262 ] {221050f1-62de-4c1d-afa5-5f55bea564ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.23 09:28:06.608728 [ 199 ] {d4478a7b-5e34-44bf-90e4-f163ea7d0fe4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part 2025.12.23 09:28:06.608784 [ 199 ] {d4478a7b-5e34-44bf-90e4-f163ea7d0fe4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 212 rows starting from the beginning of the part 2025.12.23 09:28:06.608836 [ 199 ] {d4478a7b-5e34-44bf-90e4-f163ea7d0fe4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 212 rows starting from the beginning of the part 2025.12.23 09:28:06.608879 [ 199 ] {d4478a7b-5e34-44bf-90e4-f163ea7d0fe4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 212 rows starting from the beginning of the part 2025.12.23 09:28:06.608931 [ 199 ] {d4478a7b-5e34-44bf-90e4-f163ea7d0fe4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 212 rows starting from the beginning of the part 2025.12.23 09:28:06.609226 [ 262 ] {221050f1-62de-4c1d-afa5-5f55bea564ba} oximeter.fields_u8 (aafc8dfa-6e62-4213-a992-39e4280a19a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:06.609264 [ 262 ] {221050f1-62de-4c1d-afa5-5f55bea564ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:06.609605 [ 262 ] {221050f1-62de-4c1d-afa5-5f55bea564ba} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.23 09:28:06.609813 [ 262 ] {221050f1-62de-4c1d-afa5-5f55bea564ba} oximeter.fields_u8 (aafc8dfa-6e62-4213-a992-39e4280a19a6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:06.609891 [ 195 ] {d4478a7b-5e34-44bf-90e4-f163ea7d0fe4::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 873 rows, containing 5 columns (5 merged, 0 gathered) in 0.001468138 sec., 594630.7499703707 rows/sec., 40.92 MiB/sec. 2025.12.23 09:28:06.609940 [ 262 ] {221050f1-62de-4c1d-afa5-5f55bea564ba} executeQuery: Read 211 rows, 12.27 KiB in 0.001338 sec., 157698.0568011958 rows/sec., 8.96 MiB/sec. 2025.12.23 09:28:06.609980 [ 262 ] {221050f1-62de-4c1d-afa5-5f55bea564ba} TCPHandler: Processed in 0.00156049 sec. 2025.12.23 09:28:06.610028 [ 199 ] {d4478a7b-5e34-44bf-90e4-f163ea7d0fe4::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.23 09:28:06.610089 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:06.610188 [ 262 ] {06029223-d386-4978-a82b-3846dd679d0d} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.23 09:28:06.610228 [ 262 ] {06029223-d386-4978-a82b-3846dd679d0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.23 09:28:06.610293 [ 199 ] {d4478a7b-5e34-44bf-90e4-f163ea7d0fe4::all_1_6_1} oximeter.fields_u32 (d4478a7b-5e34-44bf-90e4-f163ea7d0fe4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:06.610363 [ 199 ] {d4478a7b-5e34-44bf-90e4-f163ea7d0fe4::all_1_6_1} oximeter.fields_u32 (d4478a7b-5e34-44bf-90e4-f163ea7d0fe4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.23 09:28:06.610425 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.12.23 09:28:06.610869 [ 262 ] {06029223-d386-4978-a82b-3846dd679d0d} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:06.610908 [ 262 ] {06029223-d386-4978-a82b-3846dd679d0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:06.611234 [ 262 ] {06029223-d386-4978-a82b-3846dd679d0d} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.23 09:28:06.611428 [ 262 ] {06029223-d386-4978-a82b-3846dd679d0d} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:06.611549 [ 262 ] {06029223-d386-4978-a82b-3846dd679d0d} executeQuery: Read 722 rows, 51.92 KiB in 0.00138 sec., 523188.4057971015 rows/sec., 36.74 MiB/sec. 2025.12.23 09:28:06.611585 [ 262 ] {06029223-d386-4978-a82b-3846dd679d0d} TCPHandler: Processed in 0.001542379 sec. 2025.12.23 09:28:06.611695 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:06.611786 [ 262 ] {c2507028-9df8-450b-9448-2f0183b22787} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.12.23 09:28:06.611825 [ 262 ] {c2507028-9df8-450b-9448-2f0183b22787} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.12.23 09:28:06.612149 [ 262 ] {c2507028-9df8-450b-9448-2f0183b22787} oximeter.measurements_bool (ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:06.612184 [ 262 ] {c2507028-9df8-450b-9448-2f0183b22787} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:06.612471 [ 262 ] {c2507028-9df8-450b-9448-2f0183b22787} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.23 09:28:06.612670 [ 262 ] {c2507028-9df8-450b-9448-2f0183b22787} oximeter.measurements_bool (ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:06.612791 [ 262 ] {c2507028-9df8-450b-9448-2f0183b22787} executeQuery: Read 6 rows, 321.00 B in 0.001023 sec., 5865.102639296188 rows/sec., 306.43 KiB/sec. 2025.12.23 09:28:06.612825 [ 262 ] {c2507028-9df8-450b-9448-2f0183b22787} TCPHandler: Processed in 0.00117745 sec. 2025.12.23 09:28:06.612953 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:06.613045 [ 262 ] {f0dc407c-e4ac-4eba-b191-e8a8c227bba1} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.23 09:28:06.613089 [ 262 ] {f0dc407c-e4ac-4eba-b191-e8a8c227bba1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.23 09:28:06.613538 [ 262 ] {f0dc407c-e4ac-4eba-b191-e8a8c227bba1} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:06.613574 [ 262 ] {f0dc407c-e4ac-4eba-b191-e8a8c227bba1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:06.613902 [ 262 ] {f0dc407c-e4ac-4eba-b191-e8a8c227bba1} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.23 09:28:06.614109 [ 262 ] {f0dc407c-e4ac-4eba-b191-e8a8c227bba1} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:06.614233 [ 262 ] {f0dc407c-e4ac-4eba-b191-e8a8c227bba1} executeQuery: Read 318 rows, 21.40 KiB in 0.001207 sec., 263463.13173156587 rows/sec., 17.32 MiB/sec. 2025.12.23 09:28:06.614268 [ 262 ] {f0dc407c-e4ac-4eba-b191-e8a8c227bba1} TCPHandler: Processed in 0.001362065 sec. 2025.12.23 09:28:06.614377 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:06.614467 [ 262 ] {0d6b865c-d68e-401b-944e-b3f6b7455840} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.12.23 09:28:06.614508 [ 262 ] {0d6b865c-d68e-401b-944e-b3f6b7455840} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.12.23 09:28:06.614811 [ 262 ] {0d6b865c-d68e-401b-944e-b3f6b7455840} oximeter.measurements_f64 (b7995074-f324-489b-8a3e-e8ccb953a5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:06.614847 [ 262 ] {0d6b865c-d68e-401b-944e-b3f6b7455840} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:06.615131 [ 262 ] {0d6b865c-d68e-401b-944e-b3f6b7455840} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.23 09:28:06.615330 [ 262 ] {0d6b865c-d68e-401b-944e-b3f6b7455840} oximeter.measurements_f64 (b7995074-f324-489b-8a3e-e8ccb953a5a6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:06.615454 [ 262 ] {0d6b865c-d68e-401b-944e-b3f6b7455840} executeQuery: Read 1 rows, 69.00 B in 0.001004 sec., 996.0159362549801 rows/sec., 67.11 KiB/sec. 2025.12.23 09:28:06.615488 [ 262 ] {0d6b865c-d68e-401b-944e-b3f6b7455840} TCPHandler: Processed in 0.00115732 sec. 2025.12.23 09:28:06.615596 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:06.615686 [ 262 ] {b7fae73e-3790-499e-a196-5aea93ee6df3} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.23 09:28:06.615738 [ 262 ] {b7fae73e-3790-499e-a196-5aea93ee6df3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.23 09:28:06.616562 [ 262 ] {b7fae73e-3790-499e-a196-5aea93ee6df3} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:06.616597 [ 262 ] {b7fae73e-3790-499e-a196-5aea93ee6df3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:06.617124 [ 262 ] {b7fae73e-3790-499e-a196-5aea93ee6df3} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.23 09:28:06.617334 [ 262 ] {b7fae73e-3790-499e-a196-5aea93ee6df3} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:06.617461 [ 262 ] {b7fae73e-3790-499e-a196-5aea93ee6df3} executeQuery: Read 35 rows, 64.22 KiB in 0.001792 sec., 19531.25 rows/sec., 35.00 MiB/sec. 2025.12.23 09:28:06.617510 [ 262 ] {b7fae73e-3790-499e-a196-5aea93ee6df3} TCPHandler: Processed in 0.001960731 sec. 2025.12.23 09:28:06.617626 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:06.617717 [ 262 ] {e40fa69a-3301-4ee7-b8d7-7121280cd811} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.23 09:28:06.617756 [ 262 ] {e40fa69a-3301-4ee7-b8d7-7121280cd811} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.23 09:28:06.618089 [ 262 ] {e40fa69a-3301-4ee7-b8d7-7121280cd811} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:06.618124 [ 262 ] {e40fa69a-3301-4ee7-b8d7-7121280cd811} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:06.618421 [ 262 ] {e40fa69a-3301-4ee7-b8d7-7121280cd811} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.23 09:28:06.618621 [ 262 ] {e40fa69a-3301-4ee7-b8d7-7121280cd811} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:06.618738 [ 262 ] {e40fa69a-3301-4ee7-b8d7-7121280cd811} executeQuery: Read 104 rows, 6.53 KiB in 0.00104 sec., 100000.00000000001 rows/sec., 6.13 MiB/sec. 2025.12.23 09:28:06.618771 [ 262 ] {e40fa69a-3301-4ee7-b8d7-7121280cd811} TCPHandler: Processed in 0.001192661 sec. 2025.12.23 09:28:08.551296 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5294 2025.12.23 09:28:08.551781 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:08.551821 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:08.552308 [ 245 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.23 09:28:08.552549 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:08.552682 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5294 2025.12.23 09:28:08.552683 [ 140 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.23 09:28:08.552760 [ 140 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:08.552784 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:08.552902 [ 189 ] {12227934-2706-467c-b85c-1b0658473971::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.12.23 09:28:08.552990 [ 189 ] {12227934-2706-467c-b85c-1b0658473971::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:28:08.553031 [ 189 ] {12227934-2706-467c-b85c-1b0658473971::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2926 rows starting from the beginning of the part 2025.12.23 09:28:08.553118 [ 189 ] {12227934-2706-467c-b85c-1b0658473971::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 448 rows starting from the beginning of the part 2025.12.23 09:28:08.553167 [ 189 ] {12227934-2706-467c-b85c-1b0658473971::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 512 rows starting from the beginning of the part 2025.12.23 09:28:08.553212 [ 189 ] {12227934-2706-467c-b85c-1b0658473971::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 448 rows starting from the beginning of the part 2025.12.23 09:28:08.553260 [ 189 ] {12227934-2706-467c-b85c-1b0658473971::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 512 rows starting from the beginning of the part 2025.12.23 09:28:08.553308 [ 189 ] {12227934-2706-467c-b85c-1b0658473971::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 448 rows starting from the beginning of the part 2025.12.23 09:28:08.554656 [ 199 ] {12227934-2706-467c-b85c-1b0658473971::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5294 rows, containing 4 columns (4 merged, 0 gathered) in 0.001791596 sec., 2954907.244713652 rows/sec., 42.27 MiB/sec. 2025.12.23 09:28:08.555388 [ 189 ] {12227934-2706-467c-b85c-1b0658473971::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.23 09:28:08.555628 [ 189 ] {12227934-2706-467c-b85c-1b0658473971::all_1_11_2} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:08.555693 [ 189 ] {12227934-2706-467c-b85c-1b0658473971::all_1_11_2} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.23 09:28:08.555753 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2025.12.23 09:28:08.815852 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2025.12.23 09:28:08.832868 [ 244 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:08.832914 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:08.839164 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.23 09:28:08.839858 [ 244 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:08.840151 [ 149 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.23 09:28:08.840240 [ 149 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:08.840276 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:08.840436 [ 186 ] {9b749f39-3056-4cae-b572-88b0142995e2::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.12.23 09:28:08.842858 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2025.12.23 09:28:08.844534 [ 186 ] {9b749f39-3056-4cae-b572-88b0142995e2::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:28:08.845973 [ 186 ] {9b749f39-3056-4cae-b572-88b0142995e2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 46 rows starting from the beginning of the part 2025.12.23 09:28:08.850404 [ 186 ] {9b749f39-3056-4cae-b572-88b0142995e2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 7 rows starting from the beginning of the part 2025.12.23 09:28:08.854241 [ 186 ] {9b749f39-3056-4cae-b572-88b0142995e2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part 2025.12.23 09:28:08.858186 [ 186 ] {9b749f39-3056-4cae-b572-88b0142995e2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 7 rows starting from the beginning of the part 2025.12.23 09:28:08.862375 [ 186 ] {9b749f39-3056-4cae-b572-88b0142995e2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part 2025.12.23 09:28:08.866741 [ 186 ] {9b749f39-3056-4cae-b572-88b0142995e2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 7 rows starting from the beginning of the part 2025.12.23 09:28:08.916685 [ 189 ] {9b749f39-3056-4cae-b572-88b0142995e2::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.07632049 sec., 1087.5192232125344 rows/sec., 5.62 MiB/sec. 2025.12.23 09:28:08.919163 [ 199 ] {9b749f39-3056-4cae-b572-88b0142995e2::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.23 09:28:08.921365 [ 199 ] {9b749f39-3056-4cae-b572-88b0142995e2::all_1_11_2} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:08.921487 [ 199 ] {9b749f39-3056-4cae-b572-88b0142995e2::all_1_11_2} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.23 09:28:08.923625 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2025.12.23 09:28:09.000175 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 213.65 MiB, peak 223.54 MiB, free memory in arenas 0.00 B, will set to 222.13 MiB (RSS), difference: 8.49 MiB 2025.12.23 09:28:11.588117 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:11.588330 [ 262 ] {49a82906-3d58-4a4d-abc9-c2d736104f14} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.23 09:28:11.588406 [ 262 ] {49a82906-3d58-4a4d-abc9-c2d736104f14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.23 09:28:11.589070 [ 262 ] {49a82906-3d58-4a4d-abc9-c2d736104f14} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:11.589121 [ 262 ] {49a82906-3d58-4a4d-abc9-c2d736104f14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:11.589526 [ 262 ] {49a82906-3d58-4a4d-abc9-c2d736104f14} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.23 09:28:11.589774 [ 262 ] {49a82906-3d58-4a4d-abc9-c2d736104f14} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:11.589938 [ 262 ] {49a82906-3d58-4a4d-abc9-c2d736104f14} executeQuery: Read 68 rows, 5.56 KiB in 0.00166 sec., 40963.85542168675 rows/sec., 3.27 MiB/sec. 2025.12.23 09:28:11.589988 [ 262 ] {49a82906-3d58-4a4d-abc9-c2d736104f14} TCPHandler: Processed in 0.002017291 sec. 2025.12.23 09:28:11.590117 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:11.590222 [ 262 ] {37c6ba8d-f52e-468b-9196-6373f90777cc} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.23 09:28:11.590267 [ 262 ] {37c6ba8d-f52e-468b-9196-6373f90777cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.23 09:28:11.590699 [ 262 ] {37c6ba8d-f52e-468b-9196-6373f90777cc} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:11.590736 [ 262 ] {37c6ba8d-f52e-468b-9196-6373f90777cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:11.591059 [ 262 ] {37c6ba8d-f52e-468b-9196-6373f90777cc} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.23 09:28:11.591289 [ 262 ] {37c6ba8d-f52e-468b-9196-6373f90777cc} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:11.591390 [ 148 ] {} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.23 09:28:11.591422 [ 148 ] {} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:11.591427 [ 262 ] {37c6ba8d-f52e-468b-9196-6373f90777cc} executeQuery: Read 6 rows, 462.00 B in 0.001229 sec., 4882.017900732302 rows/sec., 367.10 KiB/sec. 2025.12.23 09:28:11.591442 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:11.591468 [ 262 ] {37c6ba8d-f52e-468b-9196-6373f90777cc} TCPHandler: Processed in 0.001404076 sec. 2025.12.23 09:28:11.591571 [ 190 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.12.23 09:28:11.591597 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:11.591709 [ 262 ] {25cfc152-2013-49ef-9b62-2c5d1886ed87} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.23 09:28:11.591716 [ 190 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:28:11.591757 [ 262 ] {25cfc152-2013-49ef-9b62-2c5d1886ed87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.23 09:28:11.591764 [ 190 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 264 rows starting from the beginning of the part 2025.12.23 09:28:11.591850 [ 190 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 10 rows starting from the beginning of the part 2025.12.23 09:28:11.591897 [ 190 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 240 rows starting from the beginning of the part 2025.12.23 09:28:11.591939 [ 190 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part 2025.12.23 09:28:11.591975 [ 190 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 248 rows starting from the beginning of the part 2025.12.23 09:28:11.592014 [ 190 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part 2025.12.23 09:28:11.592235 [ 262 ] {25cfc152-2013-49ef-9b62-2c5d1886ed87} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:11.592277 [ 262 ] {25cfc152-2013-49ef-9b62-2c5d1886ed87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:11.592750 [ 262 ] {25cfc152-2013-49ef-9b62-2c5d1886ed87} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.23 09:28:11.592956 [ 199 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 774 rows, containing 5 columns (5 merged, 0 gathered) in 0.001439447 sec., 537706.4942300759 rows/sec., 35.18 MiB/sec. 2025.12.23 09:28:11.592992 [ 262 ] {25cfc152-2013-49ef-9b62-2c5d1886ed87} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:11.593150 [ 262 ] {25cfc152-2013-49ef-9b62-2c5d1886ed87} executeQuery: Read 70 rows, 5.60 KiB in 0.001464 sec., 47814.20765027322 rows/sec., 3.73 MiB/sec. 2025.12.23 09:28:11.593185 [ 189 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.23 09:28:11.593192 [ 262 ] {25cfc152-2013-49ef-9b62-2c5d1886ed87} TCPHandler: Processed in 0.001646162 sec. 2025.12.23 09:28:11.593353 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:11.593453 [ 262 ] {269f4073-e81f-470d-86e2-8f882fbfc7c0} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.23 09:28:11.593501 [ 262 ] {269f4073-e81f-470d-86e2-8f882fbfc7c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.23 09:28:11.593537 [ 189 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_11_2} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:11.593630 [ 189 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_11_2} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.23 09:28:11.593730 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.12.23 09:28:11.593935 [ 262 ] {269f4073-e81f-470d-86e2-8f882fbfc7c0} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:11.593976 [ 262 ] {269f4073-e81f-470d-86e2-8f882fbfc7c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:11.594332 [ 262 ] {269f4073-e81f-470d-86e2-8f882fbfc7c0} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.23 09:28:11.594550 [ 262 ] {269f4073-e81f-470d-86e2-8f882fbfc7c0} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:11.594690 [ 262 ] {269f4073-e81f-470d-86e2-8f882fbfc7c0} executeQuery: Read 160 rows, 11.41 KiB in 0.001257 sec., 127287.19172633253 rows/sec., 8.87 MiB/sec. 2025.12.23 09:28:11.594727 [ 262 ] {269f4073-e81f-470d-86e2-8f882fbfc7c0} TCPHandler: Processed in 0.001424647 sec. 2025.12.23 09:28:11.594838 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:11.594934 [ 262 ] {78840f34-b4ec-4e53-9432-0a7039c2141f} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.23 09:28:11.594988 [ 262 ] {78840f34-b4ec-4e53-9432-0a7039c2141f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.23 09:28:11.595733 [ 262 ] {78840f34-b4ec-4e53-9432-0a7039c2141f} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:11.595770 [ 262 ] {78840f34-b4ec-4e53-9432-0a7039c2141f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:11.596284 [ 262 ] {78840f34-b4ec-4e53-9432-0a7039c2141f} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.23 09:28:11.596503 [ 262 ] {78840f34-b4ec-4e53-9432-0a7039c2141f} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:11.596647 [ 262 ] {78840f34-b4ec-4e53-9432-0a7039c2141f} executeQuery: Read 6 rows, 11.01 KiB in 0.001731 sec., 3466.204506065858 rows/sec., 6.21 MiB/sec. 2025.12.23 09:28:11.596697 [ 262 ] {78840f34-b4ec-4e53-9432-0a7039c2141f} TCPHandler: Processed in 0.001908809 sec. 2025.12.23 09:28:11.596815 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:11.596919 [ 262 ] {cc3792cf-a3bf-4ef2-9e98-506eea0787f5} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.23 09:28:11.596963 [ 262 ] {cc3792cf-a3bf-4ef2-9e98-506eea0787f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.23 09:28:11.597321 [ 262 ] {cc3792cf-a3bf-4ef2-9e98-506eea0787f5} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:11.597357 [ 262 ] {cc3792cf-a3bf-4ef2-9e98-506eea0787f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:11.597678 [ 262 ] {cc3792cf-a3bf-4ef2-9e98-506eea0787f5} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.23 09:28:11.597906 [ 262 ] {cc3792cf-a3bf-4ef2-9e98-506eea0787f5} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:11.598033 [ 262 ] {cc3792cf-a3bf-4ef2-9e98-506eea0787f5} executeQuery: Read 60 rows, 4.14 KiB in 0.001134 sec., 52910.05291005291 rows/sec., 3.57 MiB/sec. 2025.12.23 09:28:11.598070 [ 262 ] {cc3792cf-a3bf-4ef2-9e98-506eea0787f5} TCPHandler: Processed in 0.001306913 sec. 2025.12.23 09:28:15.975029 [ 142 ] {} DNSResolver: Updating DNS cache 2025.12.23 09:28:15.975098 [ 142 ] {} DNSResolver: Updated DNS cache 2025.12.23 09:28:16.053690 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5806 2025.12.23 09:28:16.054225 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:16.054270 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:16.054842 [ 245 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.23 09:28:16.055085 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:16.055237 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5806 2025.12.23 09:28:16.064737 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 404 2025.12.23 09:28:16.067073 [ 243 ] {} system.query_log (93b58756-c7c4-4dd5-8f38-c0e6c44c4a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:16.067121 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:16.068280 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.23 09:28:16.068534 [ 243 ] {} system.query_log (93b58756-c7c4-4dd5-8f38-c0e6c44c4a94): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:16.068786 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 404 2025.12.23 09:28:16.343866 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2025.12.23 09:28:16.361023 [ 244 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:16.361090 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:16.367028 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.23 09:28:16.367775 [ 244 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:16.371216 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2025.12.23 09:28:16.600254 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:16.600511 [ 262 ] {39601325-1f60-462a-9296-ac96743cb4c8} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.23 09:28:16.600605 [ 262 ] {39601325-1f60-462a-9296-ac96743cb4c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.23 09:28:16.601579 [ 262 ] {39601325-1f60-462a-9296-ac96743cb4c8} oximeter.fields_i16 (8d7fe79b-86f4-4d5a-b54c-2b26224a25e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:16.601627 [ 262 ] {39601325-1f60-462a-9296-ac96743cb4c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:16.602020 [ 262 ] {39601325-1f60-462a-9296-ac96743cb4c8} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.23 09:28:16.602255 [ 262 ] {39601325-1f60-462a-9296-ac96743cb4c8} oximeter.fields_i16 (8d7fe79b-86f4-4d5a-b54c-2b26224a25e1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:16.602400 [ 262 ] {39601325-1f60-462a-9296-ac96743cb4c8} executeQuery: Read 410 rows, 26.63 KiB in 0.001959 sec., 209290.45431342523 rows/sec., 13.28 MiB/sec. 2025.12.23 09:28:16.602415 [ 141 ] {} oximeter.fields_i16 (8d7fe79b-86f4-4d5a-b54c-2b26224a25e1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.23 09:28:16.602441 [ 262 ] {39601325-1f60-462a-9296-ac96743cb4c8} TCPHandler: Processed in 0.00235452 sec. 2025.12.23 09:28:16.602485 [ 141 ] {} oximeter.fields_i16 (8d7fe79b-86f4-4d5a-b54c-2b26224a25e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:16.602511 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:16.602597 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:16.602630 [ 190 ] {8d7fe79b-86f4-4d5a-b54c-2b26224a25e1::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.23 09:28:16.602697 [ 262 ] {4ea042fd-40ed-4352-9694-f30e8501c36d} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.23 09:28:16.602741 [ 262 ] {4ea042fd-40ed-4352-9694-f30e8501c36d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.23 09:28:16.602765 [ 190 ] {8d7fe79b-86f4-4d5a-b54c-2b26224a25e1::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:28:16.602801 [ 190 ] {8d7fe79b-86f4-4d5a-b54c-2b26224a25e1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part 2025.12.23 09:28:16.602862 [ 190 ] {8d7fe79b-86f4-4d5a-b54c-2b26224a25e1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 410 rows starting from the beginning of the part 2025.12.23 09:28:16.602905 [ 190 ] {8d7fe79b-86f4-4d5a-b54c-2b26224a25e1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 410 rows starting from the beginning of the part 2025.12.23 09:28:16.602946 [ 190 ] {8d7fe79b-86f4-4d5a-b54c-2b26224a25e1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 410 rows starting from the beginning of the part 2025.12.23 09:28:16.602985 [ 190 ] {8d7fe79b-86f4-4d5a-b54c-2b26224a25e1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 410 rows starting from the beginning of the part 2025.12.23 09:28:16.603029 [ 190 ] {8d7fe79b-86f4-4d5a-b54c-2b26224a25e1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 410 rows starting from the beginning of the part 2025.12.23 09:28:16.603641 [ 262 ] {4ea042fd-40ed-4352-9694-f30e8501c36d} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:16.603684 [ 262 ] {4ea042fd-40ed-4352-9694-f30e8501c36d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:16.604100 [ 262 ] {4ea042fd-40ed-4352-9694-f30e8501c36d} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.23 09:28:16.604128 [ 189 ] {8d7fe79b-86f4-4d5a-b54c-2b26224a25e1::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2074 rows, containing 5 columns (5 merged, 0 gathered) in 0.00155552 sec., 1333316.190084345 rows/sec., 89.97 MiB/sec. 2025.12.23 09:28:16.604287 [ 190 ] {8d7fe79b-86f4-4d5a-b54c-2b26224a25e1::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.23 09:28:16.604434 [ 262 ] {4ea042fd-40ed-4352-9694-f30e8501c36d} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:16.604576 [ 190 ] {8d7fe79b-86f4-4d5a-b54c-2b26224a25e1::all_1_6_1} oximeter.fields_i16 (8d7fe79b-86f4-4d5a-b54c-2b26224a25e1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:16.604607 [ 262 ] {4ea042fd-40ed-4352-9694-f30e8501c36d} executeQuery: Read 1182 rows, 96.55 KiB in 0.001928 sec., 613070.5394190871 rows/sec., 48.90 MiB/sec. 2025.12.23 09:28:16.604652 [ 190 ] {8d7fe79b-86f4-4d5a-b54c-2b26224a25e1::all_1_6_1} oximeter.fields_i16 (8d7fe79b-86f4-4d5a-b54c-2b26224a25e1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.23 09:28:16.604657 [ 262 ] {4ea042fd-40ed-4352-9694-f30e8501c36d} TCPHandler: Processed in 0.002108634 sec. 2025.12.23 09:28:16.604730 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. 2025.12.23 09:28:16.604803 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:16.604903 [ 262 ] {03ee0d22-88e4-4668-ad36-7adfbdd23102} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.23 09:28:16.604942 [ 262 ] {03ee0d22-88e4-4668-ad36-7adfbdd23102} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.23 09:28:16.605450 [ 262 ] {03ee0d22-88e4-4668-ad36-7adfbdd23102} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:16.605487 [ 262 ] {03ee0d22-88e4-4668-ad36-7adfbdd23102} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:16.605820 [ 262 ] {03ee0d22-88e4-4668-ad36-7adfbdd23102} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.23 09:28:16.606028 [ 262 ] {03ee0d22-88e4-4668-ad36-7adfbdd23102} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:16.606153 [ 262 ] {03ee0d22-88e4-4668-ad36-7adfbdd23102} executeQuery: Read 240 rows, 14.95 KiB in 0.001268 sec., 189274.4479495268 rows/sec., 11.51 MiB/sec. 2025.12.23 09:28:16.606189 [ 262 ] {03ee0d22-88e4-4668-ad36-7adfbdd23102} TCPHandler: Processed in 0.001444417 sec. 2025.12.23 09:28:16.606291 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:16.606384 [ 262 ] {50f680a3-069a-43d1-870c-f33dc3e3855c} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.23 09:28:16.606422 [ 262 ] {50f680a3-069a-43d1-870c-f33dc3e3855c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.23 09:28:16.606876 [ 262 ] {50f680a3-069a-43d1-870c-f33dc3e3855c} oximeter.fields_u32 (d4478a7b-5e34-44bf-90e4-f163ea7d0fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:16.606936 [ 262 ] {50f680a3-069a-43d1-870c-f33dc3e3855c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:16.607228 [ 262 ] {50f680a3-069a-43d1-870c-f33dc3e3855c} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.23 09:28:16.607430 [ 262 ] {50f680a3-069a-43d1-870c-f33dc3e3855c} oximeter.fields_u32 (d4478a7b-5e34-44bf-90e4-f163ea7d0fe4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:16.607549 [ 262 ] {50f680a3-069a-43d1-870c-f33dc3e3855c} executeQuery: Read 212 rows, 14.00 KiB in 0.001184 sec., 179054.05405405405 rows/sec., 11.55 MiB/sec. 2025.12.23 09:28:16.607585 [ 262 ] {50f680a3-069a-43d1-870c-f33dc3e3855c} TCPHandler: Processed in 0.001340554 sec. 2025.12.23 09:28:16.607684 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:16.607775 [ 262 ] {ed0280d7-9298-40d5-b0e6-15930dff4393} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.23 09:28:16.607813 [ 262 ] {ed0280d7-9298-40d5-b0e6-15930dff4393} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.23 09:28:16.608257 [ 262 ] {ed0280d7-9298-40d5-b0e6-15930dff4393} oximeter.fields_u8 (aafc8dfa-6e62-4213-a992-39e4280a19a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:16.608292 [ 262 ] {ed0280d7-9298-40d5-b0e6-15930dff4393} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:16.608587 [ 262 ] {ed0280d7-9298-40d5-b0e6-15930dff4393} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.23 09:28:16.608786 [ 262 ] {ed0280d7-9298-40d5-b0e6-15930dff4393} oximeter.fields_u8 (aafc8dfa-6e62-4213-a992-39e4280a19a6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:16.608900 [ 141 ] {} oximeter.fields_u8 (aafc8dfa-6e62-4213-a992-39e4280a19a6) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.23 09:28:16.608906 [ 262 ] {ed0280d7-9298-40d5-b0e6-15930dff4393} executeQuery: Read 211 rows, 12.27 KiB in 0.001149 sec., 183637.9460400348 rows/sec., 10.43 MiB/sec. 2025.12.23 09:28:16.608944 [ 141 ] {} oximeter.fields_u8 (aafc8dfa-6e62-4213-a992-39e4280a19a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:16.608963 [ 262 ] {ed0280d7-9298-40d5-b0e6-15930dff4393} TCPHandler: Processed in 0.001325984 sec. 2025.12.23 09:28:16.608969 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:16.609060 [ 190 ] {aafc8dfa-6e62-4213-a992-39e4280a19a6::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.23 09:28:16.609072 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:16.609149 [ 190 ] {aafc8dfa-6e62-4213-a992-39e4280a19a6::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:28:16.609174 [ 262 ] {e360496e-8249-4ebd-8c0b-12bf3db8b23c} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.23 09:28:16.609176 [ 190 ] {aafc8dfa-6e62-4213-a992-39e4280a19a6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part 2025.12.23 09:28:16.609219 [ 262 ] {e360496e-8249-4ebd-8c0b-12bf3db8b23c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.23 09:28:16.609241 [ 190 ] {aafc8dfa-6e62-4213-a992-39e4280a19a6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 211 rows starting from the beginning of the part 2025.12.23 09:28:16.609280 [ 190 ] {aafc8dfa-6e62-4213-a992-39e4280a19a6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 211 rows starting from the beginning of the part 2025.12.23 09:28:16.609313 [ 190 ] {aafc8dfa-6e62-4213-a992-39e4280a19a6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 211 rows starting from the beginning of the part 2025.12.23 09:28:16.609344 [ 190 ] {aafc8dfa-6e62-4213-a992-39e4280a19a6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 211 rows starting from the beginning of the part 2025.12.23 09:28:16.609375 [ 190 ] {aafc8dfa-6e62-4213-a992-39e4280a19a6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 211 rows starting from the beginning of the part 2025.12.23 09:28:16.609865 [ 262 ] {e360496e-8249-4ebd-8c0b-12bf3db8b23c} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:16.609908 [ 262 ] {e360496e-8249-4ebd-8c0b-12bf3db8b23c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:16.610138 [ 189 ] {aafc8dfa-6e62-4213-a992-39e4280a19a6::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1067 rows, containing 5 columns (5 merged, 0 gathered) in 0.001110028 sec., 961237.0138410922 rows/sec., 58.46 MiB/sec. 2025.12.23 09:28:16.610251 [ 262 ] {e360496e-8249-4ebd-8c0b-12bf3db8b23c} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.23 09:28:16.610259 [ 190 ] {aafc8dfa-6e62-4213-a992-39e4280a19a6::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.23 09:28:16.610522 [ 262 ] {e360496e-8249-4ebd-8c0b-12bf3db8b23c} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:16.610555 [ 190 ] {aafc8dfa-6e62-4213-a992-39e4280a19a6::all_1_6_1} oximeter.fields_u8 (aafc8dfa-6e62-4213-a992-39e4280a19a6): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:16.610623 [ 190 ] {aafc8dfa-6e62-4213-a992-39e4280a19a6::all_1_6_1} oximeter.fields_u8 (aafc8dfa-6e62-4213-a992-39e4280a19a6) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.23 09:28:16.610657 [ 262 ] {e360496e-8249-4ebd-8c0b-12bf3db8b23c} executeQuery: Read 714 rows, 51.27 KiB in 0.0015 sec., 476000 rows/sec., 33.38 MiB/sec. 2025.12.23 09:28:16.610679 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.12.23 09:28:16.610699 [ 262 ] {e360496e-8249-4ebd-8c0b-12bf3db8b23c} TCPHandler: Processed in 0.001673502 sec. 2025.12.23 09:28:16.610823 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:16.610916 [ 262 ] {fa280ba9-da64-436a-a3c3-953ef69141dd} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.12.23 09:28:16.610956 [ 262 ] {fa280ba9-da64-436a-a3c3-953ef69141dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.12.23 09:28:16.611287 [ 262 ] {fa280ba9-da64-436a-a3c3-953ef69141dd} oximeter.measurements_bool (ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:16.611321 [ 262 ] {fa280ba9-da64-436a-a3c3-953ef69141dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:16.611610 [ 262 ] {fa280ba9-da64-436a-a3c3-953ef69141dd} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.23 09:28:16.611805 [ 262 ] {fa280ba9-da64-436a-a3c3-953ef69141dd} oximeter.measurements_bool (ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:16.611930 [ 262 ] {fa280ba9-da64-436a-a3c3-953ef69141dd} executeQuery: Read 6 rows, 321.00 B in 0.001033 sec., 5808.325266214908 rows/sec., 303.46 KiB/sec. 2025.12.23 09:28:16.611965 [ 262 ] {fa280ba9-da64-436a-a3c3-953ef69141dd} TCPHandler: Processed in 0.001190661 sec. 2025.12.23 09:28:16.612092 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:16.612211 [ 262 ] {70454e13-1111-4882-b72c-b036363d8011} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.23 09:28:16.612261 [ 262 ] {70454e13-1111-4882-b72c-b036363d8011} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.23 09:28:16.612753 [ 262 ] {70454e13-1111-4882-b72c-b036363d8011} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:16.612796 [ 262 ] {70454e13-1111-4882-b72c-b036363d8011} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:16.613156 [ 262 ] {70454e13-1111-4882-b72c-b036363d8011} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.23 09:28:16.613373 [ 262 ] {70454e13-1111-4882-b72c-b036363d8011} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:16.613504 [ 262 ] {70454e13-1111-4882-b72c-b036363d8011} executeQuery: Read 314 rows, 21.12 KiB in 0.001318 sec., 238239.75720789074 rows/sec., 15.65 MiB/sec. 2025.12.23 09:28:16.613540 [ 262 ] {70454e13-1111-4882-b72c-b036363d8011} TCPHandler: Processed in 0.001509449 sec. 2025.12.23 09:28:16.613647 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:16.613738 [ 262 ] {4e20ec17-61db-4eea-a392-af8d16340c6a} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.12.23 09:28:16.613779 [ 262 ] {4e20ec17-61db-4eea-a392-af8d16340c6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.12.23 09:28:16.614110 [ 262 ] {4e20ec17-61db-4eea-a392-af8d16340c6a} oximeter.measurements_f64 (b7995074-f324-489b-8a3e-e8ccb953a5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:16.614147 [ 262 ] {4e20ec17-61db-4eea-a392-af8d16340c6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:16.614501 [ 262 ] {4e20ec17-61db-4eea-a392-af8d16340c6a} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.23 09:28:16.614713 [ 262 ] {4e20ec17-61db-4eea-a392-af8d16340c6a} oximeter.measurements_f64 (b7995074-f324-489b-8a3e-e8ccb953a5a6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:16.614817 [ 141 ] {} oximeter.measurements_f64 (b7995074-f324-489b-8a3e-e8ccb953a5a6) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.23 09:28:16.614841 [ 262 ] {4e20ec17-61db-4eea-a392-af8d16340c6a} executeQuery: Read 1 rows, 69.00 B in 0.00112 sec., 892.8571428571429 rows/sec., 60.16 KiB/sec. 2025.12.23 09:28:16.614863 [ 141 ] {} oximeter.measurements_f64 (b7995074-f324-489b-8a3e-e8ccb953a5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:16.614921 [ 262 ] {4e20ec17-61db-4eea-a392-af8d16340c6a} TCPHandler: Processed in 0.001320494 sec. 2025.12.23 09:28:16.614922 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:16.615069 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:16.615072 [ 187 ] {b7995074-f324-489b-8a3e-e8ccb953a5a6::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.23 09:28:16.615181 [ 262 ] {b3ec6915-f6b4-410b-a7f2-d63469db1dc6} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.23 09:28:16.615225 [ 187 ] {b7995074-f324-489b-8a3e-e8ccb953a5a6::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:28:16.615249 [ 262 ] {b3ec6915-f6b4-410b-a7f2-d63469db1dc6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.23 09:28:16.615266 [ 187 ] {b7995074-f324-489b-8a3e-e8ccb953a5a6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part 2025.12.23 09:28:16.615334 [ 187 ] {b7995074-f324-489b-8a3e-e8ccb953a5a6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part 2025.12.23 09:28:16.615377 [ 187 ] {b7995074-f324-489b-8a3e-e8ccb953a5a6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part 2025.12.23 09:28:16.615419 [ 187 ] {b7995074-f324-489b-8a3e-e8ccb953a5a6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part 2025.12.23 09:28:16.615459 [ 187 ] {b7995074-f324-489b-8a3e-e8ccb953a5a6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part 2025.12.23 09:28:16.615497 [ 187 ] {b7995074-f324-489b-8a3e-e8ccb953a5a6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part 2025.12.23 09:28:16.616072 [ 262 ] {b3ec6915-f6b4-410b-a7f2-d63469db1dc6} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:16.616115 [ 262 ] {b3ec6915-f6b4-410b-a7f2-d63469db1dc6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:16.616371 [ 200 ] {b7995074-f324-489b-8a3e-e8ccb953a5a6::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 6 rows, containing 4 columns (4 merged, 0 gathered) in 0.001358865 sec., 4415.449658354583 rows/sec., 294.65 KiB/sec. 2025.12.23 09:28:16.616500 [ 187 ] {b7995074-f324-489b-8a3e-e8ccb953a5a6::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.23 09:28:16.616684 [ 262 ] {b3ec6915-f6b4-410b-a7f2-d63469db1dc6} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.23 09:28:16.616791 [ 187 ] {b7995074-f324-489b-8a3e-e8ccb953a5a6::all_1_6_1} oximeter.measurements_f64 (b7995074-f324-489b-8a3e-e8ccb953a5a6): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:16.616872 [ 187 ] {b7995074-f324-489b-8a3e-e8ccb953a5a6::all_1_6_1} oximeter.measurements_f64 (b7995074-f324-489b-8a3e-e8ccb953a5a6) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.23 09:28:16.616946 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2025.12.23 09:28:16.616953 [ 262 ] {b3ec6915-f6b4-410b-a7f2-d63469db1dc6} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:16.617076 [ 141 ] {} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.23 09:28:16.617102 [ 262 ] {b3ec6915-f6b4-410b-a7f2-d63469db1dc6} executeQuery: Read 35 rows, 64.22 KiB in 0.00194 sec., 18041.23711340206 rows/sec., 32.33 MiB/sec. 2025.12.23 09:28:16.617110 [ 141 ] {} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:16.617145 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:16.617163 [ 262 ] {b3ec6915-f6b4-410b-a7f2-d63469db1dc6} TCPHandler: Processed in 0.002148015 sec. 2025.12.23 09:28:16.617226 [ 189 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.12.23 09:28:16.617296 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:16.617397 [ 262 ] {3b102aa8-2d53-4ead-a7fb-700636718667} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.23 09:28:16.617439 [ 262 ] {3b102aa8-2d53-4ead-a7fb-700636718667} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.23 09:28:16.617444 [ 189 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:28:16.617518 [ 189 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 181 rows starting from the beginning of the part 2025.12.23 09:28:16.617659 [ 189 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 35 rows starting from the beginning of the part 2025.12.23 09:28:16.617777 [ 189 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part 2025.12.23 09:28:16.617836 [ 262 ] {3b102aa8-2d53-4ead-a7fb-700636718667} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:16.617879 [ 262 ] {3b102aa8-2d53-4ead-a7fb-700636718667} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:16.617886 [ 189 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 35 rows starting from the beginning of the part 2025.12.23 09:28:16.617995 [ 189 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part 2025.12.23 09:28:16.618131 [ 189 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 35 rows starting from the beginning of the part 2025.12.23 09:28:16.618221 [ 262 ] {3b102aa8-2d53-4ead-a7fb-700636718667} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.23 09:28:16.618448 [ 262 ] {3b102aa8-2d53-4ead-a7fb-700636718667} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:16.618583 [ 262 ] {3b102aa8-2d53-4ead-a7fb-700636718667} executeQuery: Read 104 rows, 6.53 KiB in 0.001205 sec., 86307.05394190871 rows/sec., 5.29 MiB/sec. 2025.12.23 09:28:16.618620 [ 262 ] {3b102aa8-2d53-4ead-a7fb-700636718667} TCPHandler: Processed in 0.001376626 sec. 2025.12.23 09:28:16.621096 [ 192 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 19 columns (19 merged, 0 gathered) in 0.00390651 sec., 76282.92260867116 rows/sec., 136.70 MiB/sec. 2025.12.23 09:28:16.621598 [ 189 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.23 09:28:16.621914 [ 189 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_11_2} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:16.621988 [ 189 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_11_2} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.23 09:28:16.622072 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.59 MiB. 2025.12.23 09:28:17.435909 [ 90 ] {} oximeter.fields_ipaddr (d154834d-033d-4c99-ba0c-394bcbfa5713) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.12.23 09:28:17.435982 [ 90 ] {} oximeter.fields_ipaddr (d154834d-033d-4c99-ba0c-394bcbfa5713): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:17.436006 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:17.436174 [ 200 ] {d154834d-033d-4c99-ba0c-394bcbfa5713::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2025.12.23 09:28:17.436395 [ 200 ] {d154834d-033d-4c99-ba0c-394bcbfa5713::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:28:17.436468 [ 200 ] {d154834d-033d-4c99-ba0c-394bcbfa5713::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2025.12.23 09:28:17.436620 [ 200 ] {d154834d-033d-4c99-ba0c-394bcbfa5713::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part 2025.12.23 09:28:17.436706 [ 200 ] {d154834d-033d-4c99-ba0c-394bcbfa5713::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part 2025.12.23 09:28:17.436776 [ 200 ] {d154834d-033d-4c99-ba0c-394bcbfa5713::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part 2025.12.23 09:28:17.436846 [ 200 ] {d154834d-033d-4c99-ba0c-394bcbfa5713::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part 2025.12.23 09:28:17.437624 [ 189 ] {d154834d-033d-4c99-ba0c-394bcbfa5713::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 5 columns (5 merged, 0 gathered) in 0.001533859 sec., 15646.809778473771 rows/sec., 1.31 MiB/sec. 2025.12.23 09:28:17.437760 [ 200 ] {d154834d-033d-4c99-ba0c-394bcbfa5713::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.12.23 09:28:17.438005 [ 200 ] {d154834d-033d-4c99-ba0c-394bcbfa5713::all_1_5_1} oximeter.fields_ipaddr (d154834d-033d-4c99-ba0c-394bcbfa5713): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:17.438068 [ 200 ] {d154834d-033d-4c99-ba0c-394bcbfa5713::all_1_5_1} oximeter.fields_ipaddr (d154834d-033d-4c99-ba0c-394bcbfa5713) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.12.23 09:28:17.438132 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.12.23 09:28:21.587421 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:21.587613 [ 262 ] {3d842423-15b5-4b91-9e7f-24125578c7f7} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.23 09:28:21.587677 [ 262 ] {3d842423-15b5-4b91-9e7f-24125578c7f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.23 09:28:21.588353 [ 262 ] {3d842423-15b5-4b91-9e7f-24125578c7f7} oximeter.fields_ipaddr (d154834d-033d-4c99-ba0c-394bcbfa5713): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:21.588395 [ 262 ] {3d842423-15b5-4b91-9e7f-24125578c7f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:21.588795 [ 262 ] {3d842423-15b5-4b91-9e7f-24125578c7f7} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.23 09:28:21.589037 [ 262 ] {3d842423-15b5-4b91-9e7f-24125578c7f7} oximeter.fields_ipaddr (d154834d-033d-4c99-ba0c-394bcbfa5713): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:21.589189 [ 262 ] {3d842423-15b5-4b91-9e7f-24125578c7f7} executeQuery: Read 2 rows, 167.00 B in 0.001624 sec., 1231.527093596059 rows/sec., 100.42 KiB/sec. 2025.12.23 09:28:21.589235 [ 262 ] {3d842423-15b5-4b91-9e7f-24125578c7f7} TCPHandler: Processed in 0.001937139 sec. 2025.12.23 09:28:21.589366 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:21.589473 [ 262 ] {f304b976-03ef-4d57-97cb-3aea3108fa9c} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.23 09:28:21.589512 [ 262 ] {f304b976-03ef-4d57-97cb-3aea3108fa9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.23 09:28:21.590002 [ 262 ] {f304b976-03ef-4d57-97cb-3aea3108fa9c} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:21.590041 [ 262 ] {f304b976-03ef-4d57-97cb-3aea3108fa9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:21.590354 [ 262 ] {f304b976-03ef-4d57-97cb-3aea3108fa9c} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.23 09:28:21.590572 [ 262 ] {f304b976-03ef-4d57-97cb-3aea3108fa9c} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:21.590687 [ 130 ] {} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.23 09:28:21.590706 [ 262 ] {f304b976-03ef-4d57-97cb-3aea3108fa9c} executeQuery: Read 69 rows, 5.63 KiB in 0.001265 sec., 54545.454545454544 rows/sec., 4.35 MiB/sec. 2025.12.23 09:28:21.590763 [ 130 ] {} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:21.590770 [ 262 ] {f304b976-03ef-4d57-97cb-3aea3108fa9c} TCPHandler: Processed in 0.001452378 sec. 2025.12.23 09:28:21.590795 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:21.590926 [ 188 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.12.23 09:28:21.590927 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:21.591033 [ 188 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:28:21.591056 [ 262 ] {2e402c1a-8d27-4a07-a47e-dabccbe603f9} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.23 09:28:21.591064 [ 188 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1323 rows starting from the beginning of the part 2025.12.23 09:28:21.591097 [ 262 ] {2e402c1a-8d27-4a07-a47e-dabccbe603f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.23 09:28:21.591129 [ 188 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 68 rows starting from the beginning of the part 2025.12.23 09:28:21.591174 [ 188 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1186 rows starting from the beginning of the part 2025.12.23 09:28:21.591217 [ 188 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 68 rows starting from the beginning of the part 2025.12.23 09:28:21.591260 [ 188 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1182 rows starting from the beginning of the part 2025.12.23 09:28:21.591300 [ 188 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 69 rows starting from the beginning of the part 2025.12.23 09:28:21.591589 [ 262 ] {2e402c1a-8d27-4a07-a47e-dabccbe603f9} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:21.591631 [ 262 ] {2e402c1a-8d27-4a07-a47e-dabccbe603f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:21.591997 [ 262 ] {2e402c1a-8d27-4a07-a47e-dabccbe603f9} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.23 09:28:21.592276 [ 262 ] {2e402c1a-8d27-4a07-a47e-dabccbe603f9} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:21.592430 [ 262 ] {2e402c1a-8d27-4a07-a47e-dabccbe603f9} executeQuery: Read 8 rows, 605.00 B in 0.001392 sec., 5747.126436781609 rows/sec., 424.44 KiB/sec. 2025.12.23 09:28:21.592475 [ 262 ] {2e402c1a-8d27-4a07-a47e-dabccbe603f9} TCPHandler: Processed in 0.001603901 sec. 2025.12.23 09:28:21.592636 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:21.592740 [ 262 ] {46867a98-96e5-4a9f-a66c-f8d8f9f56c19} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.23 09:28:21.592787 [ 262 ] {46867a98-96e5-4a9f-a66c-f8d8f9f56c19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.23 09:28:21.593115 [ 200 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 3896 rows, containing 5 columns (5 merged, 0 gathered) in 0.002245138 sec., 1735305.3576216698 rows/sec., 145.80 MiB/sec. 2025.12.23 09:28:21.593301 [ 262 ] {46867a98-96e5-4a9f-a66c-f8d8f9f56c19} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:21.593327 [ 188 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.23 09:28:21.593338 [ 262 ] {46867a98-96e5-4a9f-a66c-f8d8f9f56c19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:21.593568 [ 188 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_16_3} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:21.593625 [ 188 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_16_3} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.23 09:28:21.593688 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.87 MiB. 2025.12.23 09:28:21.593688 [ 262 ] {46867a98-96e5-4a9f-a66c-f8d8f9f56c19} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.23 09:28:21.593925 [ 262 ] {46867a98-96e5-4a9f-a66c-f8d8f9f56c19} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:21.594036 [ 130 ] {} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.23 09:28:21.594059 [ 262 ] {46867a98-96e5-4a9f-a66c-f8d8f9f56c19} executeQuery: Read 72 rows, 5.76 KiB in 0.00134 sec., 53731.343283582086 rows/sec., 4.20 MiB/sec. 2025.12.23 09:28:21.594089 [ 130 ] {} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:21.594107 [ 262 ] {46867a98-96e5-4a9f-a66c-f8d8f9f56c19} TCPHandler: Processed in 0.001528899 sec. 2025.12.23 09:28:21.594115 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:21.594243 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:21.594255 [ 189 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.12.23 09:28:21.594342 [ 262 ] {70a6f72c-c817-4d32-b14d-d4b9b09e0072} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.23 09:28:21.594389 [ 262 ] {70a6f72c-c817-4d32-b14d-d4b9b09e0072} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.23 09:28:21.594407 [ 189 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:28:21.594446 [ 189 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 790 rows starting from the beginning of the part 2025.12.23 09:28:21.594516 [ 189 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 70 rows starting from the beginning of the part 2025.12.23 09:28:21.594560 [ 189 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 722 rows starting from the beginning of the part 2025.12.23 09:28:21.594601 [ 189 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 70 rows starting from the beginning of the part 2025.12.23 09:28:21.594645 [ 189 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 714 rows starting from the beginning of the part 2025.12.23 09:28:21.594684 [ 189 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 72 rows starting from the beginning of the part 2025.12.23 09:28:21.594804 [ 262 ] {70a6f72c-c817-4d32-b14d-d4b9b09e0072} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:21.594847 [ 262 ] {70a6f72c-c817-4d32-b14d-d4b9b09e0072} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:21.595186 [ 262 ] {70a6f72c-c817-4d32-b14d-d4b9b09e0072} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.23 09:28:21.595408 [ 262 ] {70a6f72c-c817-4d32-b14d-d4b9b09e0072} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:21.595510 [ 130 ] {} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.23 09:28:21.595537 [ 262 ] {70a6f72c-c817-4d32-b14d-d4b9b09e0072} executeQuery: Read 161 rows, 11.48 KiB in 0.001214 sec., 132619.4398682043 rows/sec., 9.24 MiB/sec. 2025.12.23 09:28:21.595546 [ 130 ] {} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:21.595577 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:21.595578 [ 262 ] {70a6f72c-c817-4d32-b14d-d4b9b09e0072} TCPHandler: Processed in 0.001383315 sec. 2025.12.23 09:28:21.595650 [ 200 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.12.23 09:28:21.595707 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:21.595738 [ 200 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:28:21.595765 [ 200 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 2374 rows starting from the beginning of the part 2025.12.23 09:28:21.595801 [ 262 ] {c3306dcf-27cc-4bd5-986c-fca3256950a7} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.23 09:28:21.595816 [ 200 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part 2025.12.23 09:28:21.595855 [ 262 ] {c3306dcf-27cc-4bd5-986c-fca3256950a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.23 09:28:21.595856 [ 200 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 318 rows starting from the beginning of the part 2025.12.23 09:28:21.595892 [ 193 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2438 rows, containing 5 columns (5 merged, 0 gathered) in 0.001697233 sec., 1436455.689937681 rows/sec., 107.84 MiB/sec. 2025.12.23 09:28:21.595902 [ 200 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 160 rows starting from the beginning of the part 2025.12.23 09:28:21.595953 [ 200 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 314 rows starting from the beginning of the part 2025.12.23 09:28:21.595990 [ 200 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 161 rows starting from the beginning of the part 2025.12.23 09:28:21.596063 [ 189 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.23 09:28:21.596356 [ 189 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_16_3} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:21.596426 [ 189 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_16_3} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.23 09:28:21.596494 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. 2025.12.23 09:28:21.596573 [ 262 ] {c3306dcf-27cc-4bd5-986c-fca3256950a7} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:21.596614 [ 262 ] {c3306dcf-27cc-4bd5-986c-fca3256950a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:21.597091 [ 262 ] {c3306dcf-27cc-4bd5-986c-fca3256950a7} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.23 09:28:21.597319 [ 262 ] {c3306dcf-27cc-4bd5-986c-fca3256950a7} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:21.597393 [ 200 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 3487 rows, containing 5 columns (5 merged, 0 gathered) in 0.001771565 sec., 1968316.1498449112 rows/sec., 134.73 MiB/sec. 2025.12.23 09:28:21.597457 [ 262 ] {c3306dcf-27cc-4bd5-986c-fca3256950a7} executeQuery: Read 6 rows, 11.01 KiB in 0.001674 sec., 3584.2293906810037 rows/sec., 6.42 MiB/sec. 2025.12.23 09:28:21.597520 [ 262 ] {c3306dcf-27cc-4bd5-986c-fca3256950a7} TCPHandler: Processed in 0.001860398 sec. 2025.12.23 09:28:21.597649 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:21.597700 [ 200 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.23 09:28:21.597742 [ 262 ] {2b16c993-2127-4c84-a124-8eb09c9c12c7} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.23 09:28:21.597783 [ 262 ] {2b16c993-2127-4c84-a124-8eb09c9c12c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.23 09:28:21.597927 [ 200 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_16_3} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:21.597988 [ 200 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_16_3} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.23 09:28:21.598039 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. 2025.12.23 09:28:21.598125 [ 262 ] {2b16c993-2127-4c84-a124-8eb09c9c12c7} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:21.598160 [ 262 ] {2b16c993-2127-4c84-a124-8eb09c9c12c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:21.598450 [ 262 ] {2b16c993-2127-4c84-a124-8eb09c9c12c7} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.23 09:28:21.598651 [ 262 ] {2b16c993-2127-4c84-a124-8eb09c9c12c7} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:21.598752 [ 139 ] {} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.23 09:28:21.598772 [ 262 ] {2b16c993-2127-4c84-a124-8eb09c9c12c7} executeQuery: Read 60 rows, 4.14 KiB in 0.001048 sec., 57251.90839694656 rows/sec., 3.86 MiB/sec. 2025.12.23 09:28:21.598823 [ 139 ] {} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:21.598829 [ 262 ] {2b16c993-2127-4c84-a124-8eb09c9c12c7} TCPHandler: Processed in 0.001227492 sec. 2025.12.23 09:28:21.598854 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:21.598940 [ 193 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.12.23 09:28:21.599035 [ 193 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:28:21.599062 [ 193 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 732 rows starting from the beginning of the part 2025.12.23 09:28:21.599141 [ 193 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part 2025.12.23 09:28:21.599187 [ 193 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 104 rows starting from the beginning of the part 2025.12.23 09:28:21.599230 [ 193 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part 2025.12.23 09:28:21.599271 [ 193 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 104 rows starting from the beginning of the part 2025.12.23 09:28:21.599312 [ 193 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part 2025.12.23 09:28:21.600162 [ 194 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1120 rows, containing 4 columns (4 merged, 0 gathered) in 0.001250412 sec., 895704.7757059273 rows/sec., 58.10 MiB/sec. 2025.12.23 09:28:21.600339 [ 200 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.23 09:28:21.600580 [ 200 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_16_3} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:21.600640 [ 200 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_16_3} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.23 09:28:21.600705 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.12.23 09:28:23.555449 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 6254 2025.12.23 09:28:23.555945 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:23.555984 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:23.556493 [ 245 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.23 09:28:23.556735 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:23.556880 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6254 2025.12.23 09:28:23.871432 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2025.12.23 09:28:23.887704 [ 244 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:23.887767 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:23.894025 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.23 09:28:23.894735 [ 244 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:23.897577 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2025.12.23 09:28:24.000214 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 224.85 MiB, peak 230.87 MiB, free memory in arenas 0.00 B, will set to 225.96 MiB (RSS), difference: 1.11 MiB 2025.12.23 09:28:26.069096 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 440 2025.12.23 09:28:26.071495 [ 243 ] {} system.query_log (93b58756-c7c4-4dd5-8f38-c0e6c44c4a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:26.071552 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:26.072690 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.23 09:28:26.072950 [ 243 ] {} system.query_log (93b58756-c7c4-4dd5-8f38-c0e6c44c4a94): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:26.073211 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 440 2025.12.23 09:28:26.600493 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:26.600764 [ 262 ] {7319dbc9-26b6-4afd-b6e9-f6d3348197b8} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.23 09:28:26.600862 [ 262 ] {7319dbc9-26b6-4afd-b6e9-f6d3348197b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.23 09:28:26.601820 [ 262 ] {7319dbc9-26b6-4afd-b6e9-f6d3348197b8} oximeter.fields_i16 (8d7fe79b-86f4-4d5a-b54c-2b26224a25e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:26.601856 [ 262 ] {7319dbc9-26b6-4afd-b6e9-f6d3348197b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:26.602275 [ 262 ] {7319dbc9-26b6-4afd-b6e9-f6d3348197b8} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.23 09:28:26.602496 [ 262 ] {7319dbc9-26b6-4afd-b6e9-f6d3348197b8} oximeter.fields_i16 (8d7fe79b-86f4-4d5a-b54c-2b26224a25e1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:26.602634 [ 262 ] {7319dbc9-26b6-4afd-b6e9-f6d3348197b8} executeQuery: Read 410 rows, 26.63 KiB in 0.001946 sec., 210688.59198355602 rows/sec., 13.37 MiB/sec. 2025.12.23 09:28:26.602681 [ 262 ] {7319dbc9-26b6-4afd-b6e9-f6d3348197b8} TCPHandler: Processed in 0.00235914 sec. 2025.12.23 09:28:26.602799 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:26.602900 [ 262 ] {e6ceabae-d4bd-46b3-8fc6-3ea63389f636} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.23 09:28:26.602940 [ 262 ] {e6ceabae-d4bd-46b3-8fc6-3ea63389f636} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.23 09:28:26.603762 [ 262 ] {e6ceabae-d4bd-46b3-8fc6-3ea63389f636} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:26.603797 [ 262 ] {e6ceabae-d4bd-46b3-8fc6-3ea63389f636} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:26.604171 [ 262 ] {e6ceabae-d4bd-46b3-8fc6-3ea63389f636} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.23 09:28:26.604400 [ 262 ] {e6ceabae-d4bd-46b3-8fc6-3ea63389f636} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:26.604524 [ 262 ] {e6ceabae-d4bd-46b3-8fc6-3ea63389f636} executeQuery: Read 1182 rows, 96.55 KiB in 0.001643 sec., 719415.7029823494 rows/sec., 57.39 MiB/sec. 2025.12.23 09:28:26.604560 [ 262 ] {e6ceabae-d4bd-46b3-8fc6-3ea63389f636} TCPHandler: Processed in 0.001809546 sec. 2025.12.23 09:28:26.604672 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:26.604765 [ 262 ] {433dc775-82b3-4dd3-9bdf-a6a4f36747e1} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.23 09:28:26.604804 [ 262 ] {433dc775-82b3-4dd3-9bdf-a6a4f36747e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.23 09:28:26.605263 [ 262 ] {433dc775-82b3-4dd3-9bdf-a6a4f36747e1} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:26.605297 [ 262 ] {433dc775-82b3-4dd3-9bdf-a6a4f36747e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:26.605592 [ 262 ] {433dc775-82b3-4dd3-9bdf-a6a4f36747e1} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.23 09:28:26.605796 [ 262 ] {433dc775-82b3-4dd3-9bdf-a6a4f36747e1} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:26.605916 [ 262 ] {433dc775-82b3-4dd3-9bdf-a6a4f36747e1} executeQuery: Read 240 rows, 14.95 KiB in 0.001169 sec., 205303.67835757058 rows/sec., 12.49 MiB/sec. 2025.12.23 09:28:26.605951 [ 262 ] {433dc775-82b3-4dd3-9bdf-a6a4f36747e1} TCPHandler: Processed in 0.001327034 sec. 2025.12.23 09:28:26.606066 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:26.606174 [ 262 ] {5a71abfb-fe9f-4785-8509-e25bd46c82c2} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.23 09:28:26.606213 [ 262 ] {5a71abfb-fe9f-4785-8509-e25bd46c82c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.23 09:28:26.606663 [ 262 ] {5a71abfb-fe9f-4785-8509-e25bd46c82c2} oximeter.fields_u32 (d4478a7b-5e34-44bf-90e4-f163ea7d0fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:26.606698 [ 262 ] {5a71abfb-fe9f-4785-8509-e25bd46c82c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:26.607004 [ 262 ] {5a71abfb-fe9f-4785-8509-e25bd46c82c2} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.23 09:28:26.607214 [ 262 ] {5a71abfb-fe9f-4785-8509-e25bd46c82c2} oximeter.fields_u32 (d4478a7b-5e34-44bf-90e4-f163ea7d0fe4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:26.607335 [ 262 ] {5a71abfb-fe9f-4785-8509-e25bd46c82c2} executeQuery: Read 212 rows, 14.00 KiB in 0.001179 sec., 179813.401187447 rows/sec., 11.60 MiB/sec. 2025.12.23 09:28:26.607370 [ 262 ] {5a71abfb-fe9f-4785-8509-e25bd46c82c2} TCPHandler: Processed in 0.001353185 sec. 2025.12.23 09:28:26.607491 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:26.607619 [ 262 ] {c3a35bb2-fc40-48df-8e44-7f0ea6bbb808} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.23 09:28:26.607667 [ 262 ] {c3a35bb2-fc40-48df-8e44-7f0ea6bbb808} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.23 09:28:26.608193 [ 262 ] {c3a35bb2-fc40-48df-8e44-7f0ea6bbb808} oximeter.fields_u8 (aafc8dfa-6e62-4213-a992-39e4280a19a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:26.608237 [ 262 ] {c3a35bb2-fc40-48df-8e44-7f0ea6bbb808} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:26.608565 [ 262 ] {c3a35bb2-fc40-48df-8e44-7f0ea6bbb808} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.23 09:28:26.608777 [ 262 ] {c3a35bb2-fc40-48df-8e44-7f0ea6bbb808} oximeter.fields_u8 (aafc8dfa-6e62-4213-a992-39e4280a19a6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:26.608899 [ 262 ] {c3a35bb2-fc40-48df-8e44-7f0ea6bbb808} executeQuery: Read 211 rows, 12.27 KiB in 0.001304 sec., 161809.81595092025 rows/sec., 9.19 MiB/sec. 2025.12.23 09:28:26.608935 [ 262 ] {c3a35bb2-fc40-48df-8e44-7f0ea6bbb808} TCPHandler: Processed in 0.001505428 sec. 2025.12.23 09:28:26.609048 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:26.609146 [ 262 ] {e7fa4ae3-3d5e-4a85-a06f-037f06b6d45c} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.23 09:28:26.609186 [ 262 ] {e7fa4ae3-3d5e-4a85-a06f-037f06b6d45c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.23 09:28:26.609801 [ 262 ] {e7fa4ae3-3d5e-4a85-a06f-037f06b6d45c} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:26.609836 [ 262 ] {e7fa4ae3-3d5e-4a85-a06f-037f06b6d45c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:26.610161 [ 262 ] {e7fa4ae3-3d5e-4a85-a06f-037f06b6d45c} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.23 09:28:26.610367 [ 262 ] {e7fa4ae3-3d5e-4a85-a06f-037f06b6d45c} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:26.610487 [ 262 ] {e7fa4ae3-3d5e-4a85-a06f-037f06b6d45c} executeQuery: Read 714 rows, 51.27 KiB in 0.00136 sec., 525000 rows/sec., 36.82 MiB/sec. 2025.12.23 09:28:26.610523 [ 262 ] {e7fa4ae3-3d5e-4a85-a06f-037f06b6d45c} TCPHandler: Processed in 0.001523739 sec. 2025.12.23 09:28:26.610632 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:26.610726 [ 262 ] {ec7e20c1-667f-4035-96bd-3db660ab0e38} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.12.23 09:28:26.610765 [ 262 ] {ec7e20c1-667f-4035-96bd-3db660ab0e38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.12.23 09:28:26.611091 [ 262 ] {ec7e20c1-667f-4035-96bd-3db660ab0e38} oximeter.measurements_bool (ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:26.611124 [ 262 ] {ec7e20c1-667f-4035-96bd-3db660ab0e38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:26.611408 [ 262 ] {ec7e20c1-667f-4035-96bd-3db660ab0e38} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.23 09:28:26.611607 [ 262 ] {ec7e20c1-667f-4035-96bd-3db660ab0e38} oximeter.measurements_bool (ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:26.611693 [ 136 ] {} oximeter.measurements_bool (ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.23 09:28:26.611725 [ 136 ] {} oximeter.measurements_bool (ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:26.611728 [ 262 ] {ec7e20c1-667f-4035-96bd-3db660ab0e38} executeQuery: Read 6 rows, 321.00 B in 0.001021 sec., 5876.5915768854065 rows/sec., 307.03 KiB/sec. 2025.12.23 09:28:26.611743 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:26.611768 [ 262 ] {ec7e20c1-667f-4035-96bd-3db660ab0e38} TCPHandler: Processed in 0.0011828 sec. 2025.12.23 09:28:26.611867 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:26.611891 [ 189 ] {ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.23 09:28:26.611969 [ 262 ] {736df54d-c574-432b-a257-408b8cbbd7d4} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.23 09:28:26.612016 [ 262 ] {736df54d-c574-432b-a257-408b8cbbd7d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.23 09:28:26.612054 [ 189 ] {ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:28:26.612098 [ 189 ] {ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part 2025.12.23 09:28:26.612171 [ 189 ] {ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part 2025.12.23 09:28:26.612221 [ 189 ] {ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part 2025.12.23 09:28:26.612268 [ 189 ] {ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2025.12.23 09:28:26.612309 [ 189 ] {ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2025.12.23 09:28:26.612357 [ 189 ] {ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part 2025.12.23 09:28:26.612452 [ 262 ] {736df54d-c574-432b-a257-408b8cbbd7d4} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:26.612493 [ 262 ] {736df54d-c574-432b-a257-408b8cbbd7d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:26.612966 [ 262 ] {736df54d-c574-432b-a257-408b8cbbd7d4} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.23 09:28:26.613143 [ 194 ] {ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.001312293 sec., 27432.897988482757 rows/sec., 1.40 MiB/sec. 2025.12.23 09:28:26.613188 [ 262 ] {736df54d-c574-432b-a257-408b8cbbd7d4} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:26.613296 [ 189 ] {ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.23 09:28:26.613330 [ 262 ] {736df54d-c574-432b-a257-408b8cbbd7d4} executeQuery: Read 314 rows, 21.12 KiB in 0.001379 sec., 227701.2327773749 rows/sec., 14.96 MiB/sec. 2025.12.23 09:28:26.613372 [ 262 ] {736df54d-c574-432b-a257-408b8cbbd7d4} TCPHandler: Processed in 0.001552299 sec. 2025.12.23 09:28:26.613491 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:26.613565 [ 189 ] {ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4::all_1_6_1} oximeter.measurements_bool (ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:26.613601 [ 262 ] {72f48417-2f64-4315-8c4b-a7d64841b929} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.12.23 09:28:26.613637 [ 189 ] {ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4::all_1_6_1} oximeter.measurements_bool (ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.23 09:28:26.613651 [ 262 ] {72f48417-2f64-4315-8c4b-a7d64841b929} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.12.23 09:28:26.613709 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.12.23 09:28:26.613971 [ 262 ] {72f48417-2f64-4315-8c4b-a7d64841b929} oximeter.measurements_f64 (b7995074-f324-489b-8a3e-e8ccb953a5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:26.614011 [ 262 ] {72f48417-2f64-4315-8c4b-a7d64841b929} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:26.614327 [ 262 ] {72f48417-2f64-4315-8c4b-a7d64841b929} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.23 09:28:26.614526 [ 262 ] {72f48417-2f64-4315-8c4b-a7d64841b929} oximeter.measurements_f64 (b7995074-f324-489b-8a3e-e8ccb953a5a6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:26.614651 [ 262 ] {72f48417-2f64-4315-8c4b-a7d64841b929} executeQuery: Read 1 rows, 69.00 B in 0.001069 sec., 935.4536950420953 rows/sec., 63.03 KiB/sec. 2025.12.23 09:28:26.614687 [ 262 ] {72f48417-2f64-4315-8c4b-a7d64841b929} TCPHandler: Processed in 0.001244462 sec. 2025.12.23 09:28:26.614792 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:26.614905 [ 262 ] {b162e7aa-28c5-43c7-bca6-c6780f3aa5a5} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.23 09:28:26.614959 [ 262 ] {b162e7aa-28c5-43c7-bca6-c6780f3aa5a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.23 09:28:26.615761 [ 262 ] {b162e7aa-28c5-43c7-bca6-c6780f3aa5a5} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:26.615798 [ 262 ] {b162e7aa-28c5-43c7-bca6-c6780f3aa5a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:26.616342 [ 262 ] {b162e7aa-28c5-43c7-bca6-c6780f3aa5a5} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.23 09:28:26.616563 [ 262 ] {b162e7aa-28c5-43c7-bca6-c6780f3aa5a5} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:26.616700 [ 262 ] {b162e7aa-28c5-43c7-bca6-c6780f3aa5a5} executeQuery: Read 35 rows, 64.22 KiB in 0.001814 sec., 19294.377067254685 rows/sec., 34.57 MiB/sec. 2025.12.23 09:28:26.616753 [ 262 ] {b162e7aa-28c5-43c7-bca6-c6780f3aa5a5} TCPHandler: Processed in 0.002012222 sec. 2025.12.23 09:28:26.616880 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:26.616976 [ 262 ] {29e1536c-2cce-4619-99a4-a680587c2607} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.23 09:28:26.617018 [ 262 ] {29e1536c-2cce-4619-99a4-a680587c2607} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.23 09:28:26.617348 [ 262 ] {29e1536c-2cce-4619-99a4-a680587c2607} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:26.617384 [ 262 ] {29e1536c-2cce-4619-99a4-a680587c2607} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.52 GiB. 2025.12.23 09:28:26.617690 [ 262 ] {29e1536c-2cce-4619-99a4-a680587c2607} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.23 09:28:26.617895 [ 262 ] {29e1536c-2cce-4619-99a4-a680587c2607} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:26.618017 [ 262 ] {29e1536c-2cce-4619-99a4-a680587c2607} executeQuery: Read 104 rows, 6.53 KiB in 0.00106 sec., 98113.20754716982 rows/sec., 6.01 MiB/sec. 2025.12.23 09:28:26.618051 [ 262 ] {29e1536c-2cce-4619-99a4-a680587c2607} TCPHandler: Processed in 0.001232832 sec. 2025.12.23 09:28:30.975352 [ 127 ] {} DNSResolver: Updating DNS cache 2025.12.23 09:28:30.975433 [ 127 ] {} DNSResolver: Updated DNS cache 2025.12.23 09:28:31.057004 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 6766 2025.12.23 09:28:31.057740 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:31.057793 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:31.058317 [ 245 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.23 09:28:31.058570 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:31.058722 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6766 2025.12.23 09:28:31.397686 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2025.12.23 09:28:31.414967 [ 244 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:31.415030 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:31.421386 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.23 09:28:31.422116 [ 244 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:31.425042 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2025.12.23 09:28:31.587466 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:31.587609 [ 262 ] {62f8e81d-cef2-4435-9ead-0e05b4c33657} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.23 09:28:31.587699 [ 262 ] {62f8e81d-cef2-4435-9ead-0e05b4c33657} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.23 09:28:31.588845 [ 262 ] {62f8e81d-cef2-4435-9ead-0e05b4c33657} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:31.588884 [ 262 ] {62f8e81d-cef2-4435-9ead-0e05b4c33657} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:31.589245 [ 262 ] {62f8e81d-cef2-4435-9ead-0e05b4c33657} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.23 09:28:31.589453 [ 262 ] {62f8e81d-cef2-4435-9ead-0e05b4c33657} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:31.589590 [ 262 ] {62f8e81d-cef2-4435-9ead-0e05b4c33657} executeQuery: Read 68 rows, 5.56 KiB in 0.002024 sec., 33596.83794466403 rows/sec., 2.68 MiB/sec. 2025.12.23 09:28:31.589628 [ 262 ] {62f8e81d-cef2-4435-9ead-0e05b4c33657} TCPHandler: Processed in 0.002271218 sec. 2025.12.23 09:28:31.589760 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:31.589862 [ 262 ] {c3c0acd1-7f17-4184-9eac-cdd2295b8f03} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.23 09:28:31.589901 [ 262 ] {c3c0acd1-7f17-4184-9eac-cdd2295b8f03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.23 09:28:31.590293 [ 262 ] {c3c0acd1-7f17-4184-9eac-cdd2295b8f03} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:31.590326 [ 262 ] {c3c0acd1-7f17-4184-9eac-cdd2295b8f03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:31.590608 [ 262 ] {c3c0acd1-7f17-4184-9eac-cdd2295b8f03} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.23 09:28:31.590809 [ 262 ] {c3c0acd1-7f17-4184-9eac-cdd2295b8f03} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:31.590930 [ 262 ] {c3c0acd1-7f17-4184-9eac-cdd2295b8f03} executeQuery: Read 6 rows, 462.00 B in 0.001095 sec., 5479.45205479452 rows/sec., 412.03 KiB/sec. 2025.12.23 09:28:31.590969 [ 262 ] {c3c0acd1-7f17-4184-9eac-cdd2295b8f03} TCPHandler: Processed in 0.001256842 sec. 2025.12.23 09:28:31.591093 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:31.591186 [ 262 ] {21b81741-c102-4b2c-8fca-0c1345f8a35d} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.23 09:28:31.591225 [ 262 ] {21b81741-c102-4b2c-8fca-0c1345f8a35d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.23 09:28:31.591633 [ 262 ] {21b81741-c102-4b2c-8fca-0c1345f8a35d} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:31.591667 [ 262 ] {21b81741-c102-4b2c-8fca-0c1345f8a35d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:31.591964 [ 262 ] {21b81741-c102-4b2c-8fca-0c1345f8a35d} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.23 09:28:31.592169 [ 262 ] {21b81741-c102-4b2c-8fca-0c1345f8a35d} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:31.592293 [ 262 ] {21b81741-c102-4b2c-8fca-0c1345f8a35d} executeQuery: Read 70 rows, 5.60 KiB in 0.001125 sec., 62222.222222222226 rows/sec., 4.86 MiB/sec. 2025.12.23 09:28:31.592337 [ 262 ] {21b81741-c102-4b2c-8fca-0c1345f8a35d} TCPHandler: Processed in 0.001298443 sec. 2025.12.23 09:28:31.592445 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:31.592537 [ 262 ] {24042f86-2146-4dfa-96cb-426cba333a4f} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.23 09:28:31.592578 [ 262 ] {24042f86-2146-4dfa-96cb-426cba333a4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.23 09:28:31.593008 [ 262 ] {24042f86-2146-4dfa-96cb-426cba333a4f} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:31.593042 [ 262 ] {24042f86-2146-4dfa-96cb-426cba333a4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:31.593376 [ 262 ] {24042f86-2146-4dfa-96cb-426cba333a4f} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.23 09:28:31.593599 [ 262 ] {24042f86-2146-4dfa-96cb-426cba333a4f} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:31.593735 [ 262 ] {24042f86-2146-4dfa-96cb-426cba333a4f} executeQuery: Read 160 rows, 11.41 KiB in 0.001216 sec., 131578.94736842104 rows/sec., 9.16 MiB/sec. 2025.12.23 09:28:31.593771 [ 262 ] {24042f86-2146-4dfa-96cb-426cba333a4f} TCPHandler: Processed in 0.001373735 sec. 2025.12.23 09:28:31.593870 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:31.593964 [ 262 ] {ff67f3a0-b98e-4a49-8d3c-80d766aebdd2} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.23 09:28:31.594017 [ 262 ] {ff67f3a0-b98e-4a49-8d3c-80d766aebdd2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.23 09:28:31.594713 [ 262 ] {ff67f3a0-b98e-4a49-8d3c-80d766aebdd2} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:31.594748 [ 262 ] {ff67f3a0-b98e-4a49-8d3c-80d766aebdd2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:31.595195 [ 262 ] {ff67f3a0-b98e-4a49-8d3c-80d766aebdd2} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.23 09:28:31.595405 [ 262 ] {ff67f3a0-b98e-4a49-8d3c-80d766aebdd2} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:31.595535 [ 262 ] {ff67f3a0-b98e-4a49-8d3c-80d766aebdd2} executeQuery: Read 6 rows, 11.01 KiB in 0.00159 sec., 3773.5849056603774 rows/sec., 6.76 MiB/sec. 2025.12.23 09:28:31.595586 [ 262 ] {ff67f3a0-b98e-4a49-8d3c-80d766aebdd2} TCPHandler: Processed in 0.001760435 sec. 2025.12.23 09:28:31.595700 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:31.595803 [ 262 ] {e63a2a31-bd63-4f1b-86c7-81d478f6d27f} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.23 09:28:31.595844 [ 262 ] {e63a2a31-bd63-4f1b-86c7-81d478f6d27f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.23 09:28:31.596164 [ 262 ] {e63a2a31-bd63-4f1b-86c7-81d478f6d27f} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:31.596199 [ 262 ] {e63a2a31-bd63-4f1b-86c7-81d478f6d27f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:31.596499 [ 262 ] {e63a2a31-bd63-4f1b-86c7-81d478f6d27f} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.23 09:28:31.596705 [ 262 ] {e63a2a31-bd63-4f1b-86c7-81d478f6d27f} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:31.596829 [ 262 ] {e63a2a31-bd63-4f1b-86c7-81d478f6d27f} executeQuery: Read 60 rows, 4.14 KiB in 0.001044 sec., 57471.26436781609 rows/sec., 3.87 MiB/sec. 2025.12.23 09:28:31.596862 [ 262 ] {e63a2a31-bd63-4f1b-86c7-81d478f6d27f} TCPHandler: Processed in 0.001209541 sec. 2025.12.23 09:28:36.073378 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 474 2025.12.23 09:28:36.075618 [ 243 ] {} system.query_log (93b58756-c7c4-4dd5-8f38-c0e6c44c4a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:36.075668 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:36.076964 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.23 09:28:36.077229 [ 243 ] {} system.query_log (93b58756-c7c4-4dd5-8f38-c0e6c44c4a94): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:36.077574 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 474 2025.12.23 09:28:36.601861 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:36.602038 [ 262 ] {dfdd31a1-f066-4642-82ff-765a4b0425e2} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.23 09:28:36.602099 [ 262 ] {dfdd31a1-f066-4642-82ff-765a4b0425e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.23 09:28:36.602984 [ 262 ] {dfdd31a1-f066-4642-82ff-765a4b0425e2} oximeter.fields_i16 (8d7fe79b-86f4-4d5a-b54c-2b26224a25e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:36.603025 [ 262 ] {dfdd31a1-f066-4642-82ff-765a4b0425e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:36.603423 [ 262 ] {dfdd31a1-f066-4642-82ff-765a4b0425e2} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.23 09:28:36.603652 [ 262 ] {dfdd31a1-f066-4642-82ff-765a4b0425e2} oximeter.fields_i16 (8d7fe79b-86f4-4d5a-b54c-2b26224a25e1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:36.603794 [ 262 ] {dfdd31a1-f066-4642-82ff-765a4b0425e2} executeQuery: Read 410 rows, 26.63 KiB in 0.001806 sec., 227021.04097452934 rows/sec., 14.40 MiB/sec. 2025.12.23 09:28:36.603835 [ 262 ] {dfdd31a1-f066-4642-82ff-765a4b0425e2} TCPHandler: Processed in 0.002097424 sec. 2025.12.23 09:28:36.603975 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:36.604108 [ 262 ] {aaba6a7c-e792-4e22-b88f-cebe8ce09963} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.23 09:28:36.604157 [ 262 ] {aaba6a7c-e792-4e22-b88f-cebe8ce09963} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.23 09:28:36.604704 [ 262 ] {aaba6a7c-e792-4e22-b88f-cebe8ce09963} oximeter.fields_ipaddr (d154834d-033d-4c99-ba0c-394bcbfa5713): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:36.604748 [ 262 ] {aaba6a7c-e792-4e22-b88f-cebe8ce09963} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:36.605048 [ 262 ] {aaba6a7c-e792-4e22-b88f-cebe8ce09963} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.23 09:28:36.605272 [ 262 ] {aaba6a7c-e792-4e22-b88f-cebe8ce09963} oximeter.fields_ipaddr (d154834d-033d-4c99-ba0c-394bcbfa5713): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:36.605395 [ 262 ] {aaba6a7c-e792-4e22-b88f-cebe8ce09963} executeQuery: Read 2 rows, 167.00 B in 0.001312 sec., 1524.390243902439 rows/sec., 124.30 KiB/sec. 2025.12.23 09:28:36.605433 [ 262 ] {aaba6a7c-e792-4e22-b88f-cebe8ce09963} TCPHandler: Processed in 0.001516699 sec. 2025.12.23 09:28:36.605566 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:36.605658 [ 262 ] {3967c957-b2e6-475f-90aa-ff3442b5a9b5} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.23 09:28:36.605697 [ 262 ] {3967c957-b2e6-475f-90aa-ff3442b5a9b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.23 09:28:36.606751 [ 262 ] {3967c957-b2e6-475f-90aa-ff3442b5a9b5} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:36.606788 [ 262 ] {3967c957-b2e6-475f-90aa-ff3442b5a9b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:36.607157 [ 262 ] {3967c957-b2e6-475f-90aa-ff3442b5a9b5} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.23 09:28:36.607368 [ 262 ] {3967c957-b2e6-475f-90aa-ff3442b5a9b5} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:36.607493 [ 262 ] {3967c957-b2e6-475f-90aa-ff3442b5a9b5} executeQuery: Read 1183 rows, 96.62 KiB in 0.001852 sec., 638768.898488121 rows/sec., 50.95 MiB/sec. 2025.12.23 09:28:36.607533 [ 262 ] {3967c957-b2e6-475f-90aa-ff3442b5a9b5} TCPHandler: Processed in 0.002023771 sec. 2025.12.23 09:28:36.607649 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:36.607752 [ 262 ] {e4ec8e69-8ec5-4b5c-a47c-f57caff5fb61} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.23 09:28:36.607791 [ 262 ] {e4ec8e69-8ec5-4b5c-a47c-f57caff5fb61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.23 09:28:36.608317 [ 262 ] {e4ec8e69-8ec5-4b5c-a47c-f57caff5fb61} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:36.608354 [ 262 ] {e4ec8e69-8ec5-4b5c-a47c-f57caff5fb61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:36.608660 [ 262 ] {e4ec8e69-8ec5-4b5c-a47c-f57caff5fb61} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.23 09:28:36.608878 [ 262 ] {e4ec8e69-8ec5-4b5c-a47c-f57caff5fb61} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:36.608978 [ 119 ] {} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.23 09:28:36.609008 [ 262 ] {e4ec8e69-8ec5-4b5c-a47c-f57caff5fb61} executeQuery: Read 242 rows, 15.09 KiB in 0.001276 sec., 189655.1724137931 rows/sec., 11.55 MiB/sec. 2025.12.23 09:28:36.609031 [ 119 ] {} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:36.609051 [ 262 ] {e4ec8e69-8ec5-4b5c-a47c-f57caff5fb61} TCPHandler: Processed in 0.001449857 sec. 2025.12.23 09:28:36.609056 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:36.609165 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:36.609185 [ 200 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.12.23 09:28:36.609276 [ 262 ] {7d0be3d3-be02-44a7-9579-ae7c1a130a7d} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.23 09:28:36.609295 [ 200 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:28:36.609316 [ 262 ] {7d0be3d3-be02-44a7-9579-ae7c1a130a7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.23 09:28:36.609326 [ 200 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 274 rows starting from the beginning of the part 2025.12.23 09:28:36.609390 [ 200 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 240 rows starting from the beginning of the part 2025.12.23 09:28:36.609437 [ 200 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 8 rows starting from the beginning of the part 2025.12.23 09:28:36.609483 [ 200 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 240 rows starting from the beginning of the part 2025.12.23 09:28:36.609526 [ 200 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part 2025.12.23 09:28:36.609565 [ 200 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 242 rows starting from the beginning of the part 2025.12.23 09:28:36.609811 [ 262 ] {7d0be3d3-be02-44a7-9579-ae7c1a130a7d} oximeter.fields_u32 (d4478a7b-5e34-44bf-90e4-f163ea7d0fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:36.609846 [ 262 ] {7d0be3d3-be02-44a7-9579-ae7c1a130a7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:36.610208 [ 262 ] {7d0be3d3-be02-44a7-9579-ae7c1a130a7d} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.23 09:28:36.610404 [ 194 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1010 rows, containing 5 columns (5 merged, 0 gathered) in 0.001261212 sec., 800816.9919093697 rows/sec., 52.22 MiB/sec. 2025.12.23 09:28:36.610433 [ 262 ] {7d0be3d3-be02-44a7-9579-ae7c1a130a7d} oximeter.fields_u32 (d4478a7b-5e34-44bf-90e4-f163ea7d0fe4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:36.610578 [ 262 ] {7d0be3d3-be02-44a7-9579-ae7c1a130a7d} executeQuery: Read 212 rows, 14.00 KiB in 0.001328 sec., 159638.5542168675 rows/sec., 10.30 MiB/sec. 2025.12.23 09:28:36.610616 [ 262 ] {7d0be3d3-be02-44a7-9579-ae7c1a130a7d} TCPHandler: Processed in 0.001498088 sec. 2025.12.23 09:28:36.610644 [ 197 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.23 09:28:36.610733 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:36.610848 [ 262 ] {e50b52ef-74ba-4502-8b29-50524062e11f} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.23 09:28:36.610889 [ 262 ] {e50b52ef-74ba-4502-8b29-50524062e11f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.23 09:28:36.610991 [ 197 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_16_3} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:36.611085 [ 197 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_16_3} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.23 09:28:36.611197 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2025.12.23 09:28:36.611393 [ 262 ] {e50b52ef-74ba-4502-8b29-50524062e11f} oximeter.fields_u8 (aafc8dfa-6e62-4213-a992-39e4280a19a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:36.611435 [ 262 ] {e50b52ef-74ba-4502-8b29-50524062e11f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:36.611742 [ 262 ] {e50b52ef-74ba-4502-8b29-50524062e11f} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.23 09:28:36.611946 [ 262 ] {e50b52ef-74ba-4502-8b29-50524062e11f} oximeter.fields_u8 (aafc8dfa-6e62-4213-a992-39e4280a19a6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:36.612071 [ 262 ] {e50b52ef-74ba-4502-8b29-50524062e11f} executeQuery: Read 211 rows, 12.27 KiB in 0.001241 sec., 170024.17405318294 rows/sec., 9.66 MiB/sec. 2025.12.23 09:28:36.612108 [ 262 ] {e50b52ef-74ba-4502-8b29-50524062e11f} TCPHandler: Processed in 0.001422796 sec. 2025.12.23 09:28:36.612218 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:36.612319 [ 262 ] {eb11cf95-428f-4de9-8f6f-c193e1f337fa} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.23 09:28:36.612357 [ 262 ] {eb11cf95-428f-4de9-8f6f-c193e1f337fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.23 09:28:36.612997 [ 262 ] {eb11cf95-428f-4de9-8f6f-c193e1f337fa} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:36.613032 [ 262 ] {eb11cf95-428f-4de9-8f6f-c193e1f337fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:36.613355 [ 262 ] {eb11cf95-428f-4de9-8f6f-c193e1f337fa} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.23 09:28:36.613556 [ 262 ] {eb11cf95-428f-4de9-8f6f-c193e1f337fa} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:36.613677 [ 262 ] {eb11cf95-428f-4de9-8f6f-c193e1f337fa} executeQuery: Read 716 rows, 51.43 KiB in 0.001376 sec., 520348.8372093023 rows/sec., 36.50 MiB/sec. 2025.12.23 09:28:36.613713 [ 262 ] {eb11cf95-428f-4de9-8f6f-c193e1f337fa} TCPHandler: Processed in 0.001541979 sec. 2025.12.23 09:28:36.613825 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:36.613927 [ 262 ] {ccf640b1-6d6f-4406-9c78-e21613344fd3} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.12.23 09:28:36.613967 [ 262 ] {ccf640b1-6d6f-4406-9c78-e21613344fd3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.12.23 09:28:36.614294 [ 262 ] {ccf640b1-6d6f-4406-9c78-e21613344fd3} oximeter.measurements_bool (ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:36.614330 [ 262 ] {ccf640b1-6d6f-4406-9c78-e21613344fd3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:36.614632 [ 262 ] {ccf640b1-6d6f-4406-9c78-e21613344fd3} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.23 09:28:36.614840 [ 262 ] {ccf640b1-6d6f-4406-9c78-e21613344fd3} oximeter.measurements_bool (ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:36.614962 [ 262 ] {ccf640b1-6d6f-4406-9c78-e21613344fd3} executeQuery: Read 6 rows, 321.00 B in 0.001053 sec., 5698.005698005699 rows/sec., 297.70 KiB/sec. 2025.12.23 09:28:36.614998 [ 262 ] {ccf640b1-6d6f-4406-9c78-e21613344fd3} TCPHandler: Processed in 0.001220691 sec. 2025.12.23 09:28:36.615106 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:36.615207 [ 262 ] {e3fd4d3c-a53e-4054-8c90-17e78ac3c145} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.23 09:28:36.615249 [ 262 ] {e3fd4d3c-a53e-4054-8c90-17e78ac3c145} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.23 09:28:36.615683 [ 262 ] {e3fd4d3c-a53e-4054-8c90-17e78ac3c145} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:36.615718 [ 262 ] {e3fd4d3c-a53e-4054-8c90-17e78ac3c145} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:36.616042 [ 262 ] {e3fd4d3c-a53e-4054-8c90-17e78ac3c145} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.23 09:28:36.616248 [ 262 ] {e3fd4d3c-a53e-4054-8c90-17e78ac3c145} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:36.616373 [ 262 ] {e3fd4d3c-a53e-4054-8c90-17e78ac3c145} executeQuery: Read 315 rows, 21.19 KiB in 0.001184 sec., 266047.29729729734 rows/sec., 17.48 MiB/sec. 2025.12.23 09:28:36.616409 [ 262 ] {e3fd4d3c-a53e-4054-8c90-17e78ac3c145} TCPHandler: Processed in 0.001349834 sec. 2025.12.23 09:28:36.616517 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:36.616617 [ 262 ] {07f5a546-73eb-4d3d-87cf-8e836b1b8d56} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.12.23 09:28:36.616657 [ 262 ] {07f5a546-73eb-4d3d-87cf-8e836b1b8d56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.12.23 09:28:36.616958 [ 262 ] {07f5a546-73eb-4d3d-87cf-8e836b1b8d56} oximeter.measurements_f64 (b7995074-f324-489b-8a3e-e8ccb953a5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:36.616993 [ 262 ] {07f5a546-73eb-4d3d-87cf-8e836b1b8d56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:36.617280 [ 262 ] {07f5a546-73eb-4d3d-87cf-8e836b1b8d56} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.23 09:28:36.617480 [ 262 ] {07f5a546-73eb-4d3d-87cf-8e836b1b8d56} oximeter.measurements_f64 (b7995074-f324-489b-8a3e-e8ccb953a5a6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:36.617608 [ 262 ] {07f5a546-73eb-4d3d-87cf-8e836b1b8d56} executeQuery: Read 1 rows, 69.00 B in 0.001009 sec., 991.0802775024778 rows/sec., 66.78 KiB/sec. 2025.12.23 09:28:36.617643 [ 262 ] {07f5a546-73eb-4d3d-87cf-8e836b1b8d56} TCPHandler: Processed in 0.001173099 sec. 2025.12.23 09:28:36.617750 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:36.617841 [ 262 ] {a34b3503-47a9-4139-b8fe-7b5d7e4db8fb} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.23 09:28:36.617893 [ 262 ] {a34b3503-47a9-4139-b8fe-7b5d7e4db8fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.23 09:28:36.618695 [ 262 ] {a34b3503-47a9-4139-b8fe-7b5d7e4db8fb} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:36.618730 [ 262 ] {a34b3503-47a9-4139-b8fe-7b5d7e4db8fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:36.619251 [ 262 ] {a34b3503-47a9-4139-b8fe-7b5d7e4db8fb} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.23 09:28:36.619464 [ 262 ] {a34b3503-47a9-4139-b8fe-7b5d7e4db8fb} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:36.619592 [ 262 ] {a34b3503-47a9-4139-b8fe-7b5d7e4db8fb} executeQuery: Read 35 rows, 64.22 KiB in 0.001768 sec., 19796.380090497736 rows/sec., 35.47 MiB/sec. 2025.12.23 09:28:36.619641 [ 262 ] {a34b3503-47a9-4139-b8fe-7b5d7e4db8fb} TCPHandler: Processed in 0.00193653 sec. 2025.12.23 09:28:36.619752 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:36.619843 [ 262 ] {24f030e6-2c01-4a4e-9a68-1a7b9ca6c8f8} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.23 09:28:36.619882 [ 262 ] {24f030e6-2c01-4a4e-9a68-1a7b9ca6c8f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.23 09:28:36.620222 [ 262 ] {24f030e6-2c01-4a4e-9a68-1a7b9ca6c8f8} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:36.620257 [ 262 ] {24f030e6-2c01-4a4e-9a68-1a7b9ca6c8f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:36.620556 [ 262 ] {24f030e6-2c01-4a4e-9a68-1a7b9ca6c8f8} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.23 09:28:36.620766 [ 262 ] {24f030e6-2c01-4a4e-9a68-1a7b9ca6c8f8} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:36.620886 [ 262 ] {24f030e6-2c01-4a4e-9a68-1a7b9ca6c8f8} executeQuery: Read 104 rows, 6.53 KiB in 0.001061 sec., 98020.73515551366 rows/sec., 6.01 MiB/sec. 2025.12.23 09:28:36.620920 [ 262 ] {24f030e6-2c01-4a4e-9a68-1a7b9ca6c8f8} TCPHandler: Processed in 0.001215761 sec. 2025.12.23 09:28:38.558805 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 7214 2025.12.23 09:28:38.559304 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:38.559342 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:38.559843 [ 245 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.23 09:28:38.560077 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:38.560216 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7214 2025.12.23 09:28:38.925127 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2025.12.23 09:28:38.941763 [ 244 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:38.941815 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:38.947136 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.23 09:28:38.947825 [ 244 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:38.950718 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2025.12.23 09:28:41.590616 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:41.590817 [ 262 ] {dc852e9b-9380-4ca8-9b21-c7eab77d64fd} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.23 09:28:41.590885 [ 262 ] {dc852e9b-9380-4ca8-9b21-c7eab77d64fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.23 09:28:41.591557 [ 262 ] {dc852e9b-9380-4ca8-9b21-c7eab77d64fd} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:41.591608 [ 262 ] {dc852e9b-9380-4ca8-9b21-c7eab77d64fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:41.592012 [ 262 ] {dc852e9b-9380-4ca8-9b21-c7eab77d64fd} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.23 09:28:41.592246 [ 262 ] {dc852e9b-9380-4ca8-9b21-c7eab77d64fd} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:41.592406 [ 262 ] {dc852e9b-9380-4ca8-9b21-c7eab77d64fd} executeQuery: Read 68 rows, 5.56 KiB in 0.001635 sec., 41590.21406727829 rows/sec., 3.32 MiB/sec. 2025.12.23 09:28:41.592457 [ 262 ] {dc852e9b-9380-4ca8-9b21-c7eab77d64fd} TCPHandler: Processed in 0.001974941 sec. 2025.12.23 09:28:41.592598 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:41.592704 [ 262 ] {1e0596d7-8a93-4369-9b63-d93891e34cb9} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.23 09:28:41.592748 [ 262 ] {1e0596d7-8a93-4369-9b63-d93891e34cb9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.23 09:28:41.593173 [ 262 ] {1e0596d7-8a93-4369-9b63-d93891e34cb9} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:41.593211 [ 262 ] {1e0596d7-8a93-4369-9b63-d93891e34cb9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:41.593524 [ 262 ] {1e0596d7-8a93-4369-9b63-d93891e34cb9} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.23 09:28:41.593743 [ 262 ] {1e0596d7-8a93-4369-9b63-d93891e34cb9} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:41.593880 [ 262 ] {1e0596d7-8a93-4369-9b63-d93891e34cb9} executeQuery: Read 6 rows, 462.00 B in 0.001202 sec., 4991.680532445924 rows/sec., 375.35 KiB/sec. 2025.12.23 09:28:41.593918 [ 262 ] {1e0596d7-8a93-4369-9b63-d93891e34cb9} TCPHandler: Processed in 0.001374485 sec. 2025.12.23 09:28:41.594045 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:41.594145 [ 262 ] {2e528e4e-bcb8-4a56-bfea-7483f837ef4c} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.23 09:28:41.594185 [ 262 ] {2e528e4e-bcb8-4a56-bfea-7483f837ef4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.23 09:28:41.594622 [ 262 ] {2e528e4e-bcb8-4a56-bfea-7483f837ef4c} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:41.594659 [ 262 ] {2e528e4e-bcb8-4a56-bfea-7483f837ef4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:41.594989 [ 262 ] {2e528e4e-bcb8-4a56-bfea-7483f837ef4c} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.23 09:28:41.595202 [ 262 ] {2e528e4e-bcb8-4a56-bfea-7483f837ef4c} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:41.595337 [ 262 ] {2e528e4e-bcb8-4a56-bfea-7483f837ef4c} executeQuery: Read 70 rows, 5.60 KiB in 0.001212 sec., 57755.77557755776 rows/sec., 4.51 MiB/sec. 2025.12.23 09:28:41.595389 [ 262 ] {2e528e4e-bcb8-4a56-bfea-7483f837ef4c} TCPHandler: Processed in 0.001393775 sec. 2025.12.23 09:28:41.595540 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:41.595642 [ 262 ] {b30950ec-dcb1-4752-a3e6-555a5a383b4a} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.23 09:28:41.595688 [ 262 ] {b30950ec-dcb1-4752-a3e6-555a5a383b4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.23 09:28:41.596141 [ 262 ] {b30950ec-dcb1-4752-a3e6-555a5a383b4a} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:41.596178 [ 262 ] {b30950ec-dcb1-4752-a3e6-555a5a383b4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:41.596508 [ 262 ] {b30950ec-dcb1-4752-a3e6-555a5a383b4a} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.23 09:28:41.596713 [ 262 ] {b30950ec-dcb1-4752-a3e6-555a5a383b4a} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:41.596842 [ 262 ] {b30950ec-dcb1-4752-a3e6-555a5a383b4a} executeQuery: Read 160 rows, 11.41 KiB in 0.00122 sec., 131147.54098360657 rows/sec., 9.13 MiB/sec. 2025.12.23 09:28:41.596879 [ 262 ] {b30950ec-dcb1-4752-a3e6-555a5a383b4a} TCPHandler: Processed in 0.001391046 sec. 2025.12.23 09:28:41.597001 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:41.597100 [ 262 ] {7074db23-9d17-4255-9077-625a8569521c} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.23 09:28:41.597155 [ 262 ] {7074db23-9d17-4255-9077-625a8569521c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.23 09:28:41.597963 [ 262 ] {7074db23-9d17-4255-9077-625a8569521c} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:41.598001 [ 262 ] {7074db23-9d17-4255-9077-625a8569521c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:41.598545 [ 262 ] {7074db23-9d17-4255-9077-625a8569521c} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.23 09:28:41.598847 [ 262 ] {7074db23-9d17-4255-9077-625a8569521c} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:41.599018 [ 110 ] {} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.23 09:28:41.599031 [ 262 ] {7074db23-9d17-4255-9077-625a8569521c} executeQuery: Read 6 rows, 11.01 KiB in 0.001951 sec., 3075.3459764223476 rows/sec., 5.51 MiB/sec. 2025.12.23 09:28:41.599107 [ 110 ] {} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:41.599144 [ 262 ] {7074db23-9d17-4255-9077-625a8569521c} TCPHandler: Processed in 0.002192776 sec. 2025.12.23 09:28:41.599148 [ 110 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:41.599283 [ 200 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.12.23 09:28:41.599296 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:41.599405 [ 262 ] {42bda342-d7a6-4ff6-af50-7f139b4de5d9} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.23 09:28:41.599458 [ 262 ] {42bda342-d7a6-4ff6-af50-7f139b4de5d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.23 09:28:41.599465 [ 200 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:28:41.599546 [ 200 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 298 rows starting from the beginning of the part 2025.12.23 09:28:41.599684 [ 200 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part 2025.12.23 09:28:41.599790 [ 200 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 35 rows starting from the beginning of the part 2025.12.23 09:28:41.599905 [ 200 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part 2025.12.23 09:28:41.599943 [ 262 ] {42bda342-d7a6-4ff6-af50-7f139b4de5d9} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:41.599989 [ 262 ] {42bda342-d7a6-4ff6-af50-7f139b4de5d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:41.600010 [ 200 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 35 rows starting from the beginning of the part 2025.12.23 09:28:41.600125 [ 200 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part 2025.12.23 09:28:41.600484 [ 262 ] {42bda342-d7a6-4ff6-af50-7f139b4de5d9} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.23 09:28:41.600767 [ 262 ] {42bda342-d7a6-4ff6-af50-7f139b4de5d9} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:41.600940 [ 262 ] {42bda342-d7a6-4ff6-af50-7f139b4de5d9} executeQuery: Read 60 rows, 4.14 KiB in 0.001589 sec., 37759.59723096287 rows/sec., 2.54 MiB/sec. 2025.12.23 09:28:41.600980 [ 262 ] {42bda342-d7a6-4ff6-af50-7f139b4de5d9} TCPHandler: Processed in 0.001776795 sec. 2025.12.23 09:28:41.603435 [ 200 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 386 rows, containing 19 columns (19 merged, 0 gathered) in 0.004189197 sec., 92141.7636840664 rows/sec., 165.11 MiB/sec. 2025.12.23 09:28:41.604291 [ 201 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.23 09:28:41.604744 [ 201 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_16_3} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:41.604852 [ 201 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_16_3} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.23 09:28:41.605006 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.05 MiB. 2025.12.23 09:28:41.836761 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60658 2025.12.23 09:28:41.836875 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:28:41.836904 [ 289 ] {} TCP-Session: fb91cecc-1ba2-4edc-affb-3e358105956f Authenticating user 'default' from [fd00:1122:3344:101::e]:60658 2025.12.23 09:28:41.836927 [ 289 ] {} TCP-Session: fb91cecc-1ba2-4edc-affb-3e358105956f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:41.836943 [ 289 ] {} TCP-Session: fb91cecc-1ba2-4edc-affb-3e358105956f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:41.837167 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38345 2025.12.23 09:28:41.837197 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33793 2025.12.23 09:28:41.837225 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35298 2025.12.23 09:28:41.837252 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36574 2025.12.23 09:28:41.837284 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:28:41.837296 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:28:41.837270 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37757 2025.12.23 09:28:41.837337 [ 293 ] {} TCP-Session: 3ec5ebc4-8fbc-4dd7-9e0c-2e75a57c72d0 Authenticating user 'default' from [fd00:1122:3344:101::e]:33793 2025.12.23 09:28:41.837327 [ 290 ] {} TCP-Session: 7b2899ae-aa4a-4a0d-810e-8ded9409c006 Authenticating user 'default' from [fd00:1122:3344:101::e]:38345 2025.12.23 09:28:41.837400 [ 293 ] {} TCP-Session: 3ec5ebc4-8fbc-4dd7-9e0c-2e75a57c72d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:41.837260 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35635 2025.12.23 09:28:41.837421 [ 289 ] {} TCP-Session: fb91cecc-1ba2-4edc-affb-3e358105956f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:41.837427 [ 290 ] {} TCP-Session: 7b2899ae-aa4a-4a0d-810e-8ded9409c006 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:41.837427 [ 293 ] {} TCP-Session: 3ec5ebc4-8fbc-4dd7-9e0c-2e75a57c72d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:41.837503 [ 290 ] {} TCP-Session: 7b2899ae-aa4a-4a0d-810e-8ded9409c006 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:41.837204 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41152 2025.12.23 09:28:41.837188 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61245 2025.12.23 09:28:41.837570 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:28:41.837628 [ 259 ] {} TCP-Session: 8bdaa324-5099-4a12-ac81-ea619ede1f61 Authenticating user 'default' from [fd00:1122:3344:101::e]:36574 2025.12.23 09:28:41.837653 [ 259 ] {} TCP-Session: 8bdaa324-5099-4a12-ac81-ea619ede1f61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:41.837656 [ 289 ] {46407830-91d7-448b-8678-bfd8dab8314e} executeQuery: (from [fd00:1122:3344:101::e]:60658) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.23 09:28:41.837667 [ 259 ] {} TCP-Session: 8bdaa324-5099-4a12-ac81-ea619ede1f61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:41.837660 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:28:41.837737 [ 287 ] {} TCP-Session: ceabe0b6-a834-4e26-896d-7e1623e92669 Authenticating user 'default' from [fd00:1122:3344:101::e]:37757 2025.12.23 09:28:41.837759 [ 287 ] {} TCP-Session: ceabe0b6-a834-4e26-896d-7e1623e92669 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:41.837773 [ 287 ] {} TCP-Session: ceabe0b6-a834-4e26-896d-7e1623e92669 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:41.837821 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:28:41.837852 [ 291 ] {} TCP-Session: 71095c8c-3a7a-4a3b-963a-035a5317ea4d Authenticating user 'default' from [fd00:1122:3344:101::e]:61245 2025.12.23 09:28:41.837864 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:28:41.837873 [ 291 ] {} TCP-Session: 71095c8c-3a7a-4a3b-963a-035a5317ea4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:41.837904 [ 292 ] {} TCP-Session: 59156a88-b2f3-4dcb-b42a-cb0c1fc67eb1 Authenticating user 'default' from [fd00:1122:3344:101::e]:41152 2025.12.23 09:28:41.837906 [ 291 ] {} TCP-Session: 71095c8c-3a7a-4a3b-963a-035a5317ea4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:41.837928 [ 292 ] {} TCP-Session: 59156a88-b2f3-4dcb-b42a-cb0c1fc67eb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:41.837937 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:28:41.837963 [ 292 ] {} TCP-Session: 59156a88-b2f3-4dcb-b42a-cb0c1fc67eb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:41.837990 [ 286 ] {} TCP-Session: 9559edbd-e89a-49d5-85c0-327310f56871 Authenticating user 'default' from [fd00:1122:3344:101::e]:35635 2025.12.23 09:28:41.838011 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:28:41.838013 [ 286 ] {} TCP-Session: 9559edbd-e89a-49d5-85c0-327310f56871 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:41.838056 [ 286 ] {} TCP-Session: 9559edbd-e89a-49d5-85c0-327310f56871 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:41.838060 [ 294 ] {} TCP-Session: 9454de4f-03c9-4eb9-928c-f83275edba38 Authenticating user 'default' from [fd00:1122:3344:101::e]:35298 2025.12.23 09:28:41.838088 [ 294 ] {} TCP-Session: 9454de4f-03c9-4eb9-928c-f83275edba38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:41.838091 [ 289 ] {46407830-91d7-448b-8678-bfd8dab8314e} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.23 09:28:41.838108 [ 294 ] {} TCP-Session: 9454de4f-03c9-4eb9-928c-f83275edba38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:41.838170 [ 289 ] {46407830-91d7-448b-8678-bfd8dab8314e} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:28:41.838490 [ 289 ] {46407830-91d7-448b-8678-bfd8dab8314e} oximeter.version (368d8028-bea8-4627-aca6-2bb5877aaad5) (SelectExecutor): Key condition: unknown 2025.12.23 09:28:41.839518 [ 304 ] {46407830-91d7-448b-8678-bfd8dab8314e} AggregatingTransform: Aggregating 2025.12.23 09:28:41.839572 [ 304 ] {46407830-91d7-448b-8678-bfd8dab8314e} Aggregator: Aggregation method: without_key 2025.12.23 09:28:41.839608 [ 304 ] {46407830-91d7-448b-8678-bfd8dab8314e} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001007966 sec. (992.097 rows/sec., 38.75 KiB/sec.) 2025.12.23 09:28:41.839623 [ 304 ] {46407830-91d7-448b-8678-bfd8dab8314e} Aggregator: Merging aggregated data 2025.12.23 09:28:41.840869 [ 289 ] {46407830-91d7-448b-8678-bfd8dab8314e} executeQuery: Read 1 rows, 40.00 B in 0.003274 sec., 305.43677458766035 rows/sec., 11.93 KiB/sec. 2025.12.23 09:28:41.841057 [ 289 ] {46407830-91d7-448b-8678-bfd8dab8314e} TCPHandler: Processed in 0.003841978 sec. 2025.12.23 09:28:41.841214 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.23 09:28:41.841243 [ 289 ] {} TCP-Session: fb91cecc-1ba2-4edc-affb-3e358105956f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:41.841249 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.23 09:28:41.841270 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.23 09:28:41.841290 [ 290 ] {} TCP-Session: 7b2899ae-aa4a-4a0d-810e-8ded9409c006 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:41.841292 [ 259 ] {} TCPHandler: Done processing connection. 2025.12.23 09:28:41.841318 [ 292 ] {} TCP-Session: 59156a88-b2f3-4dcb-b42a-cb0c1fc67eb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:41.841328 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.23 09:28:41.841348 [ 259 ] {} TCP-Session: 8bdaa324-5099-4a12-ac81-ea619ede1f61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:41.841307 [ 287 ] {} TCPHandler: Done processing connection. 2025.12.23 09:28:41.841382 [ 291 ] {} TCP-Session: 71095c8c-3a7a-4a3b-963a-035a5317ea4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:41.841373 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.23 09:28:41.841421 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.23 09:28:41.841451 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.23 09:28:41.841464 [ 294 ] {} TCP-Session: 9454de4f-03c9-4eb9-928c-f83275edba38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:41.841483 [ 293 ] {} TCP-Session: 3ec5ebc4-8fbc-4dd7-9e0c-2e75a57c72d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:41.841499 [ 286 ] {} TCP-Session: 9559edbd-e89a-49d5-85c0-327310f56871 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:41.841417 [ 287 ] {} TCP-Session: ceabe0b6-a834-4e26-896d-7e1623e92669 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:41.885273 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49044 2025.12.23 09:28:41.885403 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:28:41.885434 [ 289 ] {} TCP-Session: 05a73e75-2d6b-4559-933a-ea3185aee92a Authenticating user 'default' from [fd00:1122:3344:101::e]:49044 2025.12.23 09:28:41.885460 [ 289 ] {} TCP-Session: 05a73e75-2d6b-4559-933a-ea3185aee92a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:41.885475 [ 289 ] {} TCP-Session: 05a73e75-2d6b-4559-933a-ea3185aee92a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:41.885698 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33251 2025.12.23 09:28:41.885741 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32889 2025.12.23 09:28:41.885770 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50219 2025.12.23 09:28:41.885784 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47202 2025.12.23 09:28:41.885823 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:28:41.885799 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39364 2025.12.23 09:28:41.885831 [ 289 ] {} TCP-Session: 05a73e75-2d6b-4559-933a-ea3185aee92a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:41.885884 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:28:41.885897 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:28:41.885929 [ 293 ] {} TCP-Session: 63d562ef-fc9f-436e-87c5-47e662d548bb Authenticating user 'default' from [fd00:1122:3344:101::e]:50219 2025.12.23 09:28:41.885947 [ 294 ] {} TCP-Session: 5bb37d58-2aa5-4210-8f59-93e4a8e82869 Authenticating user 'default' from [fd00:1122:3344:101::e]:47202 2025.12.23 09:28:41.885958 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:28:41.885981 [ 293 ] {} TCP-Session: 63d562ef-fc9f-436e-87c5-47e662d548bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:41.886031 [ 259 ] {} TCP-Session: a3cd948d-3463-467d-9acf-d417cb718cf4 Authenticating user 'default' from [fd00:1122:3344:101::e]:39364 2025.12.23 09:28:41.886048 [ 293 ] {} TCP-Session: 63d562ef-fc9f-436e-87c5-47e662d548bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:41.885874 [ 290 ] {} TCP-Session: 12ad0643-fa0b-4d64-a1ff-579c26eebfb7 Authenticating user 'default' from [fd00:1122:3344:101::e]:33251 2025.12.23 09:28:41.886073 [ 259 ] {} TCP-Session: a3cd948d-3463-467d-9acf-d417cb718cf4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:41.886088 [ 289 ] {54a64749-822e-4bec-94df-65cb08da35e3} executeQuery: (from [fd00:1122:3344:101::e]:49044) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.23 09:28:41.886119 [ 259 ] {} TCP-Session: a3cd948d-3463-467d-9acf-d417cb718cf4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:41.886101 [ 290 ] {} TCP-Session: 12ad0643-fa0b-4d64-a1ff-579c26eebfb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:41.885861 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:28:41.886176 [ 290 ] {} TCP-Session: 12ad0643-fa0b-4d64-a1ff-579c26eebfb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:41.885812 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50032 2025.12.23 09:28:41.886206 [ 291 ] {} TCP-Session: 7f3c33c7-3463-4f9a-9e9e-c2c9aebd8b40 Authenticating user 'default' from [fd00:1122:3344:101::e]:32889 2025.12.23 09:28:41.885809 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44302 2025.12.23 09:28:41.886247 [ 291 ] {} TCP-Session: 7f3c33c7-3463-4f9a-9e9e-c2c9aebd8b40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:41.886271 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:28:41.886280 [ 291 ] {} TCP-Session: 7f3c33c7-3463-4f9a-9e9e-c2c9aebd8b40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:41.885761 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44392 2025.12.23 09:28:41.886309 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:28:41.886296 [ 287 ] {} TCP-Session: 6a2bab58-830e-4ae8-bdc1-1c6cdb72dea8 Authenticating user 'default' from [fd00:1122:3344:101::e]:50032 2025.12.23 09:28:41.886350 [ 286 ] {} TCP-Session: eef7b257-9b85-4beb-a7a3-77d885a53217 Authenticating user 'default' from [fd00:1122:3344:101::e]:44302 2025.12.23 09:28:41.886008 [ 294 ] {} TCP-Session: 5bb37d58-2aa5-4210-8f59-93e4a8e82869 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:41.886378 [ 286 ] {} TCP-Session: eef7b257-9b85-4beb-a7a3-77d885a53217 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:41.886372 [ 289 ] {54a64749-822e-4bec-94df-65cb08da35e3} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.23 09:28:41.886397 [ 286 ] {} TCP-Session: eef7b257-9b85-4beb-a7a3-77d885a53217 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:41.886394 [ 294 ] {} TCP-Session: 5bb37d58-2aa5-4210-8f59-93e4a8e82869 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:41.886370 [ 287 ] {} TCP-Session: 6a2bab58-830e-4ae8-bdc1-1c6cdb72dea8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:41.886450 [ 289 ] {54a64749-822e-4bec-94df-65cb08da35e3} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:28:41.886464 [ 287 ] {} TCP-Session: 6a2bab58-830e-4ae8-bdc1-1c6cdb72dea8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:41.886368 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:28:41.886522 [ 292 ] {} TCP-Session: 0f001900-54da-48d3-b77f-03387552b2f7 Authenticating user 'default' from [fd00:1122:3344:101::e]:44392 2025.12.23 09:28:41.886537 [ 292 ] {} TCP-Session: 0f001900-54da-48d3-b77f-03387552b2f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:41.886550 [ 292 ] {} TCP-Session: 0f001900-54da-48d3-b77f-03387552b2f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:41.886750 [ 289 ] {54a64749-822e-4bec-94df-65cb08da35e3} oximeter.version (368d8028-bea8-4627-aca6-2bb5877aaad5) (SelectExecutor): Key condition: unknown 2025.12.23 09:28:41.887790 [ 341 ] {54a64749-822e-4bec-94df-65cb08da35e3} AggregatingTransform: Aggregating 2025.12.23 09:28:41.887830 [ 341 ] {54a64749-822e-4bec-94df-65cb08da35e3} Aggregator: Aggregation method: without_key 2025.12.23 09:28:41.887868 [ 341 ] {54a64749-822e-4bec-94df-65cb08da35e3} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001013525 sec. (986.655 rows/sec., 38.54 KiB/sec.) 2025.12.23 09:28:41.887891 [ 341 ] {54a64749-822e-4bec-94df-65cb08da35e3} Aggregator: Merging aggregated data 2025.12.23 09:28:41.889324 [ 289 ] {54a64749-822e-4bec-94df-65cb08da35e3} executeQuery: Read 1 rows, 40.00 B in 0.003316 sec., 301.56815440289506 rows/sec., 11.78 KiB/sec. 2025.12.23 09:28:41.889515 [ 289 ] {54a64749-822e-4bec-94df-65cb08da35e3} TCPHandler: Processed in 0.003816948 sec. 2025.12.23 09:28:41.889673 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.23 09:28:41.889709 [ 289 ] {} TCP-Session: 05a73e75-2d6b-4559-933a-ea3185aee92a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:41.889710 [ 287 ] {} TCPHandler: Done processing connection. 2025.12.23 09:28:41.889730 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.23 09:28:41.889753 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.23 09:28:41.889767 [ 287 ] {} TCP-Session: 6a2bab58-830e-4ae8-bdc1-1c6cdb72dea8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:41.889781 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.23 09:28:41.889815 [ 259 ] {} TCPHandler: Done processing connection. 2025.12.23 09:28:41.889813 [ 290 ] {} TCP-Session: 12ad0643-fa0b-4d64-a1ff-579c26eebfb7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:41.889845 [ 292 ] {} TCP-Session: 0f001900-54da-48d3-b77f-03387552b2f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:41.889863 [ 259 ] {} TCP-Session: a3cd948d-3463-467d-9acf-d417cb718cf4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:41.889839 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.23 09:28:41.889805 [ 294 ] {} TCP-Session: 5bb37d58-2aa5-4210-8f59-93e4a8e82869 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:41.889803 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.23 09:28:41.889934 [ 286 ] {} TCP-Session: eef7b257-9b85-4beb-a7a3-77d885a53217 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:41.889768 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.23 09:28:41.889991 [ 291 ] {} TCP-Session: 7f3c33c7-3463-4f9a-9e9e-c2c9aebd8b40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:41.890026 [ 293 ] {} TCP-Session: 63d562ef-fc9f-436e-87c5-47e662d548bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:42.045147 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64539 2025.12.23 09:28:42.045266 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:28:42.045297 [ 289 ] {} TCP-Session: d3cc58e9-cbc5-4eb2-946d-1235c4d0007f Authenticating user 'default' from [fd00:1122:3344:101::e]:64539 2025.12.23 09:28:42.045323 [ 289 ] {} TCP-Session: d3cc58e9-cbc5-4eb2-946d-1235c4d0007f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:42.045339 [ 289 ] {} TCP-Session: d3cc58e9-cbc5-4eb2-946d-1235c4d0007f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:42.045546 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45996 2025.12.23 09:28:42.045589 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32807 2025.12.23 09:28:42.045625 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53379 2025.12.23 09:28:42.045662 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:28:42.045631 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47306 2025.12.23 09:28:42.045611 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52115 2025.12.23 09:28:42.045721 [ 290 ] {} TCP-Session: f14ec4ce-2127-4d43-823a-81eb7ccd2b13 Authenticating user 'default' from [fd00:1122:3344:101::e]:45996 2025.12.23 09:28:42.045753 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:28:42.045766 [ 289 ] {} TCP-Session: d3cc58e9-cbc5-4eb2-946d-1235c4d0007f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:42.045780 [ 290 ] {} TCP-Session: f14ec4ce-2127-4d43-823a-81eb7ccd2b13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:42.045797 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:28:42.045823 [ 290 ] {} TCP-Session: f14ec4ce-2127-4d43-823a-81eb7ccd2b13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:42.045840 [ 294 ] {} TCP-Session: 020073d0-9d4f-4f29-a272-9522e61bf1fa Authenticating user 'default' from [fd00:1122:3344:101::e]:52115 2025.12.23 09:28:42.045794 [ 259 ] {} TCP-Session: 7283cd71-15db-4efd-9c3f-538d09c882b3 Authenticating user 'default' from [fd00:1122:3344:101::e]:53379 2025.12.23 09:28:42.045866 [ 294 ] {} TCP-Session: 020073d0-9d4f-4f29-a272-9522e61bf1fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:42.045717 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:28:42.045896 [ 259 ] {} TCP-Session: 7283cd71-15db-4efd-9c3f-538d09c882b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:42.045900 [ 294 ] {} TCP-Session: 020073d0-9d4f-4f29-a272-9522e61bf1fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:42.045943 [ 259 ] {} TCP-Session: 7283cd71-15db-4efd-9c3f-538d09c882b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:42.045939 [ 291 ] {} TCP-Session: c9b640f6-37a8-439a-8060-8a8601621566 Authenticating user 'default' from [fd00:1122:3344:101::e]:32807 2025.12.23 09:28:42.045976 [ 289 ] {63390f66-8599-4208-a0a2-9b32d3038408} executeQuery: (from [fd00:1122:3344:101::e]:64539) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.23 09:28:42.046013 [ 291 ] {} TCP-Session: c9b640f6-37a8-439a-8060-8a8601621566 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:42.045599 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36409 2025.12.23 09:28:42.046043 [ 291 ] {} TCP-Session: c9b640f6-37a8-439a-8060-8a8601621566 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:42.045597 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39192 2025.12.23 09:28:42.045766 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:28:42.046125 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:28:42.046139 [ 286 ] {} TCP-Session: 1597926d-c025-4122-8c1f-880c9558d135 Authenticating user 'default' from [fd00:1122:3344:101::e]:47306 2025.12.23 09:28:42.046157 [ 292 ] {} TCP-Session: c0672ba2-9424-48d5-9b8c-dc693e08acf2 Authenticating user 'default' from [fd00:1122:3344:101::e]:36409 2025.12.23 09:28:42.046163 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:28:42.046163 [ 286 ] {} TCP-Session: 1597926d-c025-4122-8c1f-880c9558d135 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:42.046182 [ 292 ] {} TCP-Session: c0672ba2-9424-48d5-9b8c-dc693e08acf2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:42.046197 [ 293 ] {} TCP-Session: c85142f1-7ce7-4e2f-9aef-9661f70f2292 Authenticating user 'default' from [fd00:1122:3344:101::e]:39192 2025.12.23 09:28:42.046219 [ 292 ] {} TCP-Session: c0672ba2-9424-48d5-9b8c-dc693e08acf2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:42.046236 [ 293 ] {} TCP-Session: c85142f1-7ce7-4e2f-9aef-9661f70f2292 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:42.046205 [ 286 ] {} TCP-Session: 1597926d-c025-4122-8c1f-880c9558d135 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:42.046261 [ 293 ] {} TCP-Session: c85142f1-7ce7-4e2f-9aef-9661f70f2292 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:42.046281 [ 289 ] {63390f66-8599-4208-a0a2-9b32d3038408} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.23 09:28:42.046337 [ 289 ] {63390f66-8599-4208-a0a2-9b32d3038408} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:28:42.046614 [ 289 ] {63390f66-8599-4208-a0a2-9b32d3038408} oximeter.version (368d8028-bea8-4627-aca6-2bb5877aaad5) (SelectExecutor): Key condition: unknown 2025.12.23 09:28:42.047556 [ 347 ] {63390f66-8599-4208-a0a2-9b32d3038408} AggregatingTransform: Aggregating 2025.12.23 09:28:42.047605 [ 347 ] {63390f66-8599-4208-a0a2-9b32d3038408} Aggregator: Aggregation method: without_key 2025.12.23 09:28:42.047639 [ 347 ] {63390f66-8599-4208-a0a2-9b32d3038408} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000908273 sec. (1100.991 rows/sec., 43.01 KiB/sec.) 2025.12.23 09:28:42.047660 [ 347 ] {63390f66-8599-4208-a0a2-9b32d3038408} Aggregator: Merging aggregated data 2025.12.23 09:28:42.049166 [ 289 ] {63390f66-8599-4208-a0a2-9b32d3038408} executeQuery: Read 1 rows, 40.00 B in 0.003254 sec., 307.3140749846343 rows/sec., 12.00 KiB/sec. 2025.12.23 09:28:42.049310 [ 289 ] {63390f66-8599-4208-a0a2-9b32d3038408} TCPHandler: Processed in 0.003668984 sec. 2025.12.23 09:28:42.049421 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.23 09:28:42.049450 [ 289 ] {} TCP-Session: d3cc58e9-cbc5-4eb2-946d-1235c4d0007f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:42.049460 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.23 09:28:42.049477 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.23 09:28:42.049492 [ 259 ] {} TCPHandler: Done processing connection. 2025.12.23 09:28:42.049525 [ 293 ] {} TCP-Session: c85142f1-7ce7-4e2f-9aef-9661f70f2292 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:42.049526 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.23 09:28:42.049553 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.23 09:28:42.049559 [ 259 ] {} TCP-Session: 7283cd71-15db-4efd-9c3f-538d09c882b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:42.049583 [ 291 ] {} TCP-Session: c9b640f6-37a8-439a-8060-8a8601621566 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:42.049592 [ 286 ] {} TCP-Session: 1597926d-c025-4122-8c1f-880c9558d135 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:42.049540 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.23 09:28:42.049508 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.23 09:28:42.049652 [ 294 ] {} TCP-Session: 020073d0-9d4f-4f29-a272-9522e61bf1fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:42.049503 [ 290 ] {} TCP-Session: f14ec4ce-2127-4d43-823a-81eb7ccd2b13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:42.049677 [ 292 ] {} TCP-Session: c0672ba2-9424-48d5-9b8c-dc693e08acf2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:42.067768 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40360 2025.12.23 09:28:42.067884 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:28:42.067921 [ 287 ] {} TCP-Session: 3e644c2c-3ff6-4b75-94fb-bd6660a11303 Authenticating user 'default' from [fd00:1122:3344:101::e]:40360 2025.12.23 09:28:42.067952 [ 287 ] {} TCP-Session: 3e644c2c-3ff6-4b75-94fb-bd6660a11303 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:42.067974 [ 287 ] {} TCP-Session: 3e644c2c-3ff6-4b75-94fb-bd6660a11303 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:42.143619 [ 287 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:40360). (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 @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2025.12.23 09:28:42.143841 [ 287 ] {} TCP-Session: 3e644c2c-3ff6-4b75-94fb-bd6660a11303 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:28:45.975474 [ 107 ] {} DNSResolver: Updating DNS cache 2025.12.23 09:28:45.975536 [ 107 ] {} DNSResolver: Updated DNS cache 2025.12.23 09:28:46.060591 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 7726 2025.12.23 09:28:46.061445 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:46.061531 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:46.062046 [ 245 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.23 09:28:46.062286 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:46.062435 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7726 2025.12.23 09:28:46.062433 [ 107 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.23 09:28:46.062502 [ 107 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:46.062522 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:46.062677 [ 194 ] {12227934-2706-467c-b85c-1b0658473971::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.12.23 09:28:46.062833 [ 194 ] {12227934-2706-467c-b85c-1b0658473971::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:28:46.062886 [ 194 ] {12227934-2706-467c-b85c-1b0658473971::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5294 rows starting from the beginning of the part 2025.12.23 09:28:46.062982 [ 194 ] {12227934-2706-467c-b85c-1b0658473971::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 512 rows starting from the beginning of the part 2025.12.23 09:28:46.063035 [ 194 ] {12227934-2706-467c-b85c-1b0658473971::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 448 rows starting from the beginning of the part 2025.12.23 09:28:46.063084 [ 194 ] {12227934-2706-467c-b85c-1b0658473971::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 512 rows starting from the beginning of the part 2025.12.23 09:28:46.063122 [ 194 ] {12227934-2706-467c-b85c-1b0658473971::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 448 rows starting from the beginning of the part 2025.12.23 09:28:46.063164 [ 194 ] {12227934-2706-467c-b85c-1b0658473971::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 512 rows starting from the beginning of the part 2025.12.23 09:28:46.064572 [ 200 ] {12227934-2706-467c-b85c-1b0658473971::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7726 rows, containing 4 columns (4 merged, 0 gathered) in 0.00196982 sec., 3922185.7834726013 rows/sec., 56.11 MiB/sec. 2025.12.23 09:28:46.065018 [ 196 ] {12227934-2706-467c-b85c-1b0658473971::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.23 09:28:46.065340 [ 196 ] {12227934-2706-467c-b85c-1b0658473971::all_1_16_3} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:46.065419 [ 196 ] {12227934-2706-467c-b85c-1b0658473971::all_1_16_3} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.23 09:28:46.065515 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.45 MiB. 2025.12.23 09:28:46.078056 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 516 2025.12.23 09:28:46.080622 [ 243 ] {} system.query_log (93b58756-c7c4-4dd5-8f38-c0e6c44c4a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:46.080667 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:46.081898 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.23 09:28:46.082174 [ 243 ] {} system.query_log (93b58756-c7c4-4dd5-8f38-c0e6c44c4a94): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:46.082304 [ 107 ] {} system.query_log (93b58756-c7c4-4dd5-8f38-c0e6c44c4a94) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.23 09:28:46.082332 [ 107 ] {} system.query_log (93b58756-c7c4-4dd5-8f38-c0e6c44c4a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:46.082348 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:46.082432 [ 194 ] {93b58756-c7c4-4dd5-8f38-c0e6c44c4a94::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.12.23 09:28:46.082535 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 516 2025.12.23 09:28:46.083061 [ 194 ] {93b58756-c7c4-4dd5-8f38-c0e6c44c4a94::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:28:46.083241 [ 194 ] {93b58756-c7c4-4dd5-8f38-c0e6c44c4a94::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 334 rows starting from the beginning of the part 2025.12.23 09:28:46.083643 [ 194 ] {93b58756-c7c4-4dd5-8f38-c0e6c44c4a94::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 34 rows starting from the beginning of the part 2025.12.23 09:28:46.083995 [ 194 ] {93b58756-c7c4-4dd5-8f38-c0e6c44c4a94::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 36 rows starting from the beginning of the part 2025.12.23 09:28:46.084341 [ 194 ] {93b58756-c7c4-4dd5-8f38-c0e6c44c4a94::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 36 rows starting from the beginning of the part 2025.12.23 09:28:46.084665 [ 194 ] {93b58756-c7c4-4dd5-8f38-c0e6c44c4a94::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 34 rows starting from the beginning of the part 2025.12.23 09:28:46.085001 [ 194 ] {93b58756-c7c4-4dd5-8f38-c0e6c44c4a94::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 42 rows starting from the beginning of the part 2025.12.23 09:28:46.090973 [ 200 ] {93b58756-c7c4-4dd5-8f38-c0e6c44c4a94::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 516 rows, containing 72 columns (72 merged, 0 gathered) in 0.008579649 sec., 60142.32050751727 rows/sec., 55.28 MiB/sec. 2025.12.23 09:28:46.091748 [ 194 ] {93b58756-c7c4-4dd5-8f38-c0e6c44c4a94::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.23 09:28:46.092265 [ 194 ] {93b58756-c7c4-4dd5-8f38-c0e6c44c4a94::all_1_11_2} system.query_log (93b58756-c7c4-4dd5-8f38-c0e6c44c4a94): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:46.092348 [ 194 ] {93b58756-c7c4-4dd5-8f38-c0e6c44c4a94::all_1_11_2} system.query_log (93b58756-c7c4-4dd5-8f38-c0e6c44c4a94) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.23 09:28:46.092515 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.82 MiB. 2025.12.23 09:28:46.451078 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2025.12.23 09:28:46.467669 [ 244 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:46.467726 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:46.473699 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.23 09:28:46.474405 [ 244 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:46.474734 [ 78 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.23 09:28:46.474826 [ 78 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:46.474861 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:46.475025 [ 195 ] {9b749f39-3056-4cae-b572-88b0142995e2::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.12.23 09:28:46.477373 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2025.12.23 09:28:46.479193 [ 195 ] {9b749f39-3056-4cae-b572-88b0142995e2::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:28:46.480512 [ 195 ] {9b749f39-3056-4cae-b572-88b0142995e2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 83 rows starting from the beginning of the part 2025.12.23 09:28:46.484764 [ 195 ] {9b749f39-3056-4cae-b572-88b0142995e2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part 2025.12.23 09:28:46.488715 [ 195 ] {9b749f39-3056-4cae-b572-88b0142995e2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 7 rows starting from the beginning of the part 2025.12.23 09:28:46.492996 [ 195 ] {9b749f39-3056-4cae-b572-88b0142995e2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part 2025.12.23 09:28:46.497599 [ 195 ] {9b749f39-3056-4cae-b572-88b0142995e2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part 2025.12.23 09:28:46.501801 [ 195 ] {9b749f39-3056-4cae-b572-88b0142995e2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part 2025.12.23 09:28:46.557018 [ 200 ] {9b749f39-3056-4cae-b572-88b0142995e2::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.082069557 sec., 1474.3591219823447 rows/sec., 7.62 MiB/sec. 2025.12.23 09:28:46.559684 [ 186 ] {9b749f39-3056-4cae-b572-88b0142995e2::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.23 09:28:46.561844 [ 186 ] {9b749f39-3056-4cae-b572-88b0142995e2::all_1_16_3} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:46.561973 [ 186 ] {9b749f39-3056-4cae-b572-88b0142995e2::all_1_16_3} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.23 09:28:46.564688 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2025.12.23 09:28:46.600952 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:46.601124 [ 262 ] {9853b48b-3bb8-4276-a65b-a486c09befdc} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.23 09:28:46.601193 [ 262 ] {9853b48b-3bb8-4276-a65b-a486c09befdc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.23 09:28:46.601948 [ 262 ] {9853b48b-3bb8-4276-a65b-a486c09befdc} oximeter.fields_i16 (8d7fe79b-86f4-4d5a-b54c-2b26224a25e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:46.601992 [ 262 ] {9853b48b-3bb8-4276-a65b-a486c09befdc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:46.602418 [ 262 ] {9853b48b-3bb8-4276-a65b-a486c09befdc} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.23 09:28:46.602659 [ 262 ] {9853b48b-3bb8-4276-a65b-a486c09befdc} oximeter.fields_i16 (8d7fe79b-86f4-4d5a-b54c-2b26224a25e1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:46.602814 [ 262 ] {9853b48b-3bb8-4276-a65b-a486c09befdc} executeQuery: Read 410 rows, 26.63 KiB in 0.00174 sec., 235632.18390804596 rows/sec., 14.95 MiB/sec. 2025.12.23 09:28:46.602855 [ 262 ] {9853b48b-3bb8-4276-a65b-a486c09befdc} TCPHandler: Processed in 0.002033662 sec. 2025.12.23 09:28:46.602990 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:46.603115 [ 262 ] {d55caefb-0c4d-4ef4-b94b-34fe5fea71c0} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.23 09:28:46.603166 [ 262 ] {d55caefb-0c4d-4ef4-b94b-34fe5fea71c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.23 09:28:46.604193 [ 262 ] {d55caefb-0c4d-4ef4-b94b-34fe5fea71c0} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:46.604231 [ 262 ] {d55caefb-0c4d-4ef4-b94b-34fe5fea71c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:46.604756 [ 262 ] {d55caefb-0c4d-4ef4-b94b-34fe5fea71c0} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.12.23 09:28:46.605002 [ 262 ] {d55caefb-0c4d-4ef4-b94b-34fe5fea71c0} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:46.605130 [ 78 ] {} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.12.23 09:28:46.605145 [ 262 ] {d55caefb-0c4d-4ef4-b94b-34fe5fea71c0} executeQuery: Read 1182 rows, 96.55 KiB in 0.002054 sec., 575462.512171373 rows/sec., 45.90 MiB/sec. 2025.12.23 09:28:46.605207 [ 78 ] {} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:46.605225 [ 262 ] {d55caefb-0c4d-4ef4-b94b-34fe5fea71c0} TCPHandler: Processed in 0.002297219 sec. 2025.12.23 09:28:46.605239 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:46.605368 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:46.605387 [ 199 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.12.23 09:28:46.605473 [ 262 ] {4eb6f1d7-bca0-484c-a9c3-3e9dbc471605} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.23 09:28:46.605516 [ 199 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:28:46.605520 [ 262 ] {4eb6f1d7-bca0-484c-a9c3-3e9dbc471605} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.23 09:28:46.605559 [ 199 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1324 rows starting from the beginning of the part 2025.12.23 09:28:46.605632 [ 199 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1182 rows starting from the beginning of the part 2025.12.23 09:28:46.605682 [ 199 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 68 rows starting from the beginning of the part 2025.12.23 09:28:46.605727 [ 199 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1183 rows starting from the beginning of the part 2025.12.23 09:28:46.605770 [ 199 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 68 rows starting from the beginning of the part 2025.12.23 09:28:46.605812 [ 199 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1182 rows starting from the beginning of the part 2025.12.23 09:28:46.606052 [ 262 ] {4eb6f1d7-bca0-484c-a9c3-3e9dbc471605} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:46.606098 [ 262 ] {4eb6f1d7-bca0-484c-a9c3-3e9dbc471605} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:46.606569 [ 262 ] {4eb6f1d7-bca0-484c-a9c3-3e9dbc471605} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.23 09:28:46.606814 [ 262 ] {4eb6f1d7-bca0-484c-a9c3-3e9dbc471605} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:46.606966 [ 262 ] {4eb6f1d7-bca0-484c-a9c3-3e9dbc471605} executeQuery: Read 240 rows, 14.95 KiB in 0.001512 sec., 158730.15873015873 rows/sec., 9.65 MiB/sec. 2025.12.23 09:28:46.607013 [ 262 ] {4eb6f1d7-bca0-484c-a9c3-3e9dbc471605} TCPHandler: Processed in 0.001696843 sec. 2025.12.23 09:28:46.607270 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:46.607372 [ 262 ] {87d08ed1-2c4e-4294-ab95-b476d6dc6a62} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.23 09:28:46.607419 [ 262 ] {87d08ed1-2c4e-4294-ab95-b476d6dc6a62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.23 09:28:46.607980 [ 262 ] {87d08ed1-2c4e-4294-ab95-b476d6dc6a62} oximeter.fields_u32 (d4478a7b-5e34-44bf-90e4-f163ea7d0fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:46.608020 [ 262 ] {87d08ed1-2c4e-4294-ab95-b476d6dc6a62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:46.608388 [ 262 ] {87d08ed1-2c4e-4294-ab95-b476d6dc6a62} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.23 09:28:46.608461 [ 200 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 5007 rows, containing 5 columns (5 merged, 0 gathered) in 0.0031416 sec., 1593773.8731856379 rows/sec., 133.76 MiB/sec. 2025.12.23 09:28:46.608623 [ 262 ] {87d08ed1-2c4e-4294-ab95-b476d6dc6a62} oximeter.fields_u32 (d4478a7b-5e34-44bf-90e4-f163ea7d0fe4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:46.608726 [ 191 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.12.23 09:28:46.608785 [ 262 ] {87d08ed1-2c4e-4294-ab95-b476d6dc6a62} executeQuery: Read 212 rows, 14.00 KiB in 0.001434 sec., 147838.2147838215 rows/sec., 9.53 MiB/sec. 2025.12.23 09:28:46.608840 [ 262 ] {87d08ed1-2c4e-4294-ab95-b476d6dc6a62} TCPHandler: Processed in 0.001627812 sec. 2025.12.23 09:28:46.609061 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:46.609061 [ 191 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_21_4} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:46.609155 [ 191 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_21_4} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.12.23 09:28:46.609162 [ 262 ] {ffc211d0-5b39-453d-b61d-b3ffa40bbc8c} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.23 09:28:46.609210 [ 262 ] {ffc211d0-5b39-453d-b61d-b3ffa40bbc8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.23 09:28:46.609257 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.01 MiB. 2025.12.23 09:28:46.609763 [ 262 ] {ffc211d0-5b39-453d-b61d-b3ffa40bbc8c} oximeter.fields_u8 (aafc8dfa-6e62-4213-a992-39e4280a19a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:46.609804 [ 262 ] {ffc211d0-5b39-453d-b61d-b3ffa40bbc8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:46.610157 [ 262 ] {ffc211d0-5b39-453d-b61d-b3ffa40bbc8c} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.23 09:28:46.610406 [ 262 ] {ffc211d0-5b39-453d-b61d-b3ffa40bbc8c} oximeter.fields_u8 (aafc8dfa-6e62-4213-a992-39e4280a19a6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:46.610559 [ 262 ] {ffc211d0-5b39-453d-b61d-b3ffa40bbc8c} executeQuery: Read 211 rows, 12.27 KiB in 0.001415 sec., 149116.60777385157 rows/sec., 8.47 MiB/sec. 2025.12.23 09:28:46.610605 [ 262 ] {ffc211d0-5b39-453d-b61d-b3ffa40bbc8c} TCPHandler: Processed in 0.001600371 sec. 2025.12.23 09:28:46.610753 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:46.610852 [ 262 ] {c3d9eb54-251b-40ee-8e6f-22f458c62a1d} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.23 09:28:46.610898 [ 262 ] {c3d9eb54-251b-40ee-8e6f-22f458c62a1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.23 09:28:46.611685 [ 262 ] {c3d9eb54-251b-40ee-8e6f-22f458c62a1d} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:46.611723 [ 262 ] {c3d9eb54-251b-40ee-8e6f-22f458c62a1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:46.612138 [ 262 ] {c3d9eb54-251b-40ee-8e6f-22f458c62a1d} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.12.23 09:28:46.612415 [ 262 ] {c3d9eb54-251b-40ee-8e6f-22f458c62a1d} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:46.612567 [ 78 ] {} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.12.23 09:28:46.612590 [ 262 ] {c3d9eb54-251b-40ee-8e6f-22f458c62a1d} executeQuery: Read 714 rows, 51.27 KiB in 0.001759 sec., 405912.45025582716 rows/sec., 28.46 MiB/sec. 2025.12.23 09:28:46.612619 [ 78 ] {} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:46.612653 [ 262 ] {c3d9eb54-251b-40ee-8e6f-22f458c62a1d} TCPHandler: Processed in 0.00195566 sec. 2025.12.23 09:28:46.612723 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:46.612821 [ 199 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.12.23 09:28:46.612851 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:46.612945 [ 199 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:28:46.612966 [ 262 ] {278659c2-7a6a-4dc3-b118-13573d3a589c} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.12.23 09:28:46.612993 [ 199 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 792 rows starting from the beginning of the part 2025.12.23 09:28:46.613027 [ 262 ] {278659c2-7a6a-4dc3-b118-13573d3a589c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.12.23 09:28:46.613068 [ 199 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 714 rows starting from the beginning of the part 2025.12.23 09:28:46.613127 [ 199 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 70 rows starting from the beginning of the part 2025.12.23 09:28:46.613176 [ 199 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 716 rows starting from the beginning of the part 2025.12.23 09:28:46.613226 [ 199 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 70 rows starting from the beginning of the part 2025.12.23 09:28:46.613274 [ 199 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 714 rows starting from the beginning of the part 2025.12.23 09:28:46.613483 [ 262 ] {278659c2-7a6a-4dc3-b118-13573d3a589c} oximeter.measurements_bool (ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:46.613527 [ 262 ] {278659c2-7a6a-4dc3-b118-13573d3a589c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:46.613918 [ 262 ] {278659c2-7a6a-4dc3-b118-13573d3a589c} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.23 09:28:46.614182 [ 262 ] {278659c2-7a6a-4dc3-b118-13573d3a589c} oximeter.measurements_bool (ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:46.614319 [ 262 ] {278659c2-7a6a-4dc3-b118-13573d3a589c} executeQuery: Read 6 rows, 321.00 B in 0.001376 sec., 4360.46511627907 rows/sec., 227.82 KiB/sec. 2025.12.23 09:28:46.614359 [ 262 ] {278659c2-7a6a-4dc3-b118-13573d3a589c} TCPHandler: Processed in 0.00157587 sec. 2025.12.23 09:28:46.614593 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:46.614697 [ 262 ] {014f0ee6-8484-4bc6-a00d-2242358df141} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.23 09:28:46.614740 [ 262 ] {014f0ee6-8484-4bc6-a00d-2242358df141} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.23 09:28:46.614859 [ 191 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 3076 rows, containing 5 columns (5 merged, 0 gathered) in 0.002083083 sec., 1476657.4351574085 rows/sec., 110.22 MiB/sec. 2025.12.23 09:28:46.615032 [ 199 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.12.23 09:28:46.615329 [ 199 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_21_4} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:46.615337 [ 262 ] {014f0ee6-8484-4bc6-a00d-2242358df141} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:46.615386 [ 262 ] {014f0ee6-8484-4bc6-a00d-2242358df141} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:46.615411 [ 199 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_21_4} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.12.23 09:28:46.615482 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. 2025.12.23 09:28:46.615936 [ 262 ] {014f0ee6-8484-4bc6-a00d-2242358df141} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.12.23 09:28:46.616207 [ 262 ] {014f0ee6-8484-4bc6-a00d-2242358df141} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:46.616362 [ 262 ] {014f0ee6-8484-4bc6-a00d-2242358df141} executeQuery: Read 314 rows, 21.12 KiB in 0.001684 sec., 186460.80760095012 rows/sec., 12.25 MiB/sec. 2025.12.23 09:28:46.616408 [ 262 ] {014f0ee6-8484-4bc6-a00d-2242358df141} TCPHandler: Processed in 0.001883328 sec. 2025.12.23 09:28:46.616484 [ 78 ] {} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.12.23 09:28:46.616533 [ 78 ] {} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:46.616549 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:46.616559 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:46.616658 [ 262 ] {f1014bcf-bba3-48fb-8913-de058a17a493} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.12.23 09:28:46.616674 [ 200 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.12.23 09:28:46.616720 [ 262 ] {f1014bcf-bba3-48fb-8913-de058a17a493} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.12.23 09:28:46.616788 [ 200 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:28:46.616827 [ 200 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 3487 rows starting from the beginning of the part 2025.12.23 09:28:46.616906 [ 200 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 314 rows starting from the beginning of the part 2025.12.23 09:28:46.616970 [ 200 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part 2025.12.23 09:28:46.617037 [ 200 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 315 rows starting from the beginning of the part 2025.12.23 09:28:46.617118 [ 200 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part 2025.12.23 09:28:46.617128 [ 262 ] {f1014bcf-bba3-48fb-8913-de058a17a493} oximeter.measurements_f64 (b7995074-f324-489b-8a3e-e8ccb953a5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:46.617367 [ 262 ] {f1014bcf-bba3-48fb-8913-de058a17a493} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:46.617184 [ 200 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 314 rows starting from the beginning of the part 2025.12.23 09:28:46.617758 [ 262 ] {f1014bcf-bba3-48fb-8913-de058a17a493} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.23 09:28:46.617985 [ 262 ] {f1014bcf-bba3-48fb-8913-de058a17a493} oximeter.measurements_f64 (b7995074-f324-489b-8a3e-e8ccb953a5a6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:46.618179 [ 262 ] {f1014bcf-bba3-48fb-8913-de058a17a493} executeQuery: Read 1 rows, 69.00 B in 0.001543 sec., 648.0881399870382 rows/sec., 43.67 KiB/sec. 2025.12.23 09:28:46.618225 [ 262 ] {f1014bcf-bba3-48fb-8913-de058a17a493} TCPHandler: Processed in 0.001735854 sec. 2025.12.23 09:28:46.618520 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:46.618622 [ 262 ] {7d316e91-6afe-4b30-a16d-1e720fccb9f9} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.23 09:28:46.618679 [ 262 ] {7d316e91-6afe-4b30-a16d-1e720fccb9f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.23 09:28:46.619789 [ 262 ] {7d316e91-6afe-4b30-a16d-1e720fccb9f9} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:46.619892 [ 262 ] {7d316e91-6afe-4b30-a16d-1e720fccb9f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:46.620341 [ 200 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 4750 rows, containing 5 columns (5 merged, 0 gathered) in 0.003715955 sec., 1278271.6690595015 rows/sec., 86.90 MiB/sec. 2025.12.23 09:28:46.620756 [ 262 ] {7d316e91-6afe-4b30-a16d-1e720fccb9f9} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.23 09:28:46.620966 [ 190 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.12.23 09:28:46.621067 [ 262 ] {7d316e91-6afe-4b30-a16d-1e720fccb9f9} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:46.621257 [ 262 ] {7d316e91-6afe-4b30-a16d-1e720fccb9f9} executeQuery: Read 35 rows, 64.22 KiB in 0.002653 sec., 13192.612137203167 rows/sec., 23.64 MiB/sec. 2025.12.23 09:28:46.621307 [ 190 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_21_4} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:46.621350 [ 262 ] {7d316e91-6afe-4b30-a16d-1e720fccb9f9} TCPHandler: Processed in 0.002888004 sec. 2025.12.23 09:28:46.621413 [ 190 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_21_4} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.12.23 09:28:46.621525 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.00 MiB. 2025.12.23 09:28:46.621643 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:46.621748 [ 262 ] {87f4f05c-d491-4543-858b-a86d856cf7c8} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.23 09:28:46.621789 [ 262 ] {87f4f05c-d491-4543-858b-a86d856cf7c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.23 09:28:46.622309 [ 262 ] {87f4f05c-d491-4543-858b-a86d856cf7c8} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:46.622347 [ 262 ] {87f4f05c-d491-4543-858b-a86d856cf7c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:46.623035 [ 262 ] {87f4f05c-d491-4543-858b-a86d856cf7c8} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.12.23 09:28:46.623339 [ 262 ] {87f4f05c-d491-4543-858b-a86d856cf7c8} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:46.623477 [ 95 ] {} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.12.23 09:28:46.623527 [ 95 ] {} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:46.623551 [ 95 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:46.623745 [ 262 ] {87f4f05c-d491-4543-858b-a86d856cf7c8} executeQuery: Read 104 rows, 6.53 KiB in 0.001824 sec., 57017.54385964912 rows/sec., 3.49 MiB/sec. 2025.12.23 09:28:46.623761 [ 190 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.12.23 09:28:46.623805 [ 262 ] {87f4f05c-d491-4543-858b-a86d856cf7c8} TCPHandler: Processed in 0.002220447 sec. 2025.12.23 09:28:46.623912 [ 190 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:28:46.623969 [ 190 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1120 rows starting from the beginning of the part 2025.12.23 09:28:46.624049 [ 190 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 104 rows starting from the beginning of the part 2025.12.23 09:28:46.624108 [ 190 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part 2025.12.23 09:28:46.624164 [ 190 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 104 rows starting from the beginning of the part 2025.12.23 09:28:46.624216 [ 190 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part 2025.12.23 09:28:46.624271 [ 190 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 104 rows starting from the beginning of the part 2025.12.23 09:28:46.625688 [ 187 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1552 rows, containing 4 columns (4 merged, 0 gathered) in 0.002057633 sec., 754264.7303965284 rows/sec., 48.53 MiB/sec. 2025.12.23 09:28:46.625924 [ 190 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.12.23 09:28:46.626244 [ 190 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_21_4} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:46.626321 [ 190 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_21_4} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.12.23 09:28:46.626392 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2025.12.23 09:28:47.000331 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 231.67 MiB, peak 240.75 MiB, free memory in arenas 0.00 B, will set to 242.60 MiB (RSS), difference: 10.92 MiB 2025.12.23 09:28:47.001763 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001142529 sec. 2025.12.23 09:28:51.587938 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:51.588241 [ 262 ] {4906addf-d40f-498c-b175-d3633560299e} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.23 09:28:51.588342 [ 262 ] {4906addf-d40f-498c-b175-d3633560299e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.23 09:28:51.589117 [ 262 ] {4906addf-d40f-498c-b175-d3633560299e} oximeter.fields_ipaddr (d154834d-033d-4c99-ba0c-394bcbfa5713): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:51.589154 [ 262 ] {4906addf-d40f-498c-b175-d3633560299e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:51.589526 [ 262 ] {4906addf-d40f-498c-b175-d3633560299e} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.23 09:28:51.589743 [ 262 ] {4906addf-d40f-498c-b175-d3633560299e} oximeter.fields_ipaddr (d154834d-033d-4c99-ba0c-394bcbfa5713): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:51.589889 [ 262 ] {4906addf-d40f-498c-b175-d3633560299e} executeQuery: Read 4 rows, 334.00 B in 0.001725 sec., 2318.840579710145 rows/sec., 189.09 KiB/sec. 2025.12.23 09:28:51.589930 [ 262 ] {4906addf-d40f-498c-b175-d3633560299e} TCPHandler: Processed in 0.002168215 sec. 2025.12.23 09:28:51.590093 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:51.590198 [ 262 ] {561e9915-ab00-45ac-a203-b2b1bf73d26e} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.23 09:28:51.590237 [ 262 ] {561e9915-ab00-45ac-a203-b2b1bf73d26e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.23 09:28:51.590751 [ 262 ] {561e9915-ab00-45ac-a203-b2b1bf73d26e} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:51.590787 [ 262 ] {561e9915-ab00-45ac-a203-b2b1bf73d26e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:51.591093 [ 262 ] {561e9915-ab00-45ac-a203-b2b1bf73d26e} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.12.23 09:28:51.591303 [ 262 ] {561e9915-ab00-45ac-a203-b2b1bf73d26e} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:51.591426 [ 262 ] {561e9915-ab00-45ac-a203-b2b1bf73d26e} executeQuery: Read 70 rows, 5.71 KiB in 0.001247 sec., 56134.72333600641 rows/sec., 4.47 MiB/sec. 2025.12.23 09:28:51.591463 [ 262 ] {561e9915-ab00-45ac-a203-b2b1bf73d26e} TCPHandler: Processed in 0.001427717 sec. 2025.12.23 09:28:51.591588 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:51.591688 [ 262 ] {e465e6ad-2af0-4b9c-8f93-6143fdf36076} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.23 09:28:51.591734 [ 262 ] {e465e6ad-2af0-4b9c-8f93-6143fdf36076} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.23 09:28:51.592161 [ 262 ] {e465e6ad-2af0-4b9c-8f93-6143fdf36076} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:51.592198 [ 262 ] {e465e6ad-2af0-4b9c-8f93-6143fdf36076} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:51.592486 [ 262 ] {e465e6ad-2af0-4b9c-8f93-6143fdf36076} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.23 09:28:51.592750 [ 262 ] {e465e6ad-2af0-4b9c-8f93-6143fdf36076} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:51.592873 [ 262 ] {e465e6ad-2af0-4b9c-8f93-6143fdf36076} executeQuery: Read 10 rows, 748.00 B in 0.001202 sec., 8319.46755407654 rows/sec., 607.71 KiB/sec. 2025.12.23 09:28:51.592919 [ 262 ] {e465e6ad-2af0-4b9c-8f93-6143fdf36076} TCPHandler: Processed in 0.001376625 sec. 2025.12.23 09:28:51.593043 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:51.593141 [ 262 ] {f5cbcfca-075d-405e-88d2-fb8a113cd0e1} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.23 09:28:51.593180 [ 262 ] {f5cbcfca-075d-405e-88d2-fb8a113cd0e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.23 09:28:51.593664 [ 262 ] {f5cbcfca-075d-405e-88d2-fb8a113cd0e1} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:51.593699 [ 262 ] {f5cbcfca-075d-405e-88d2-fb8a113cd0e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:51.594005 [ 262 ] {f5cbcfca-075d-405e-88d2-fb8a113cd0e1} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.12.23 09:28:51.594209 [ 262 ] {f5cbcfca-075d-405e-88d2-fb8a113cd0e1} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:51.594340 [ 262 ] {f5cbcfca-075d-405e-88d2-fb8a113cd0e1} executeQuery: Read 74 rows, 5.92 KiB in 0.001217 sec., 60805.258833196385 rows/sec., 4.75 MiB/sec. 2025.12.23 09:28:51.594377 [ 262 ] {f5cbcfca-075d-405e-88d2-fb8a113cd0e1} TCPHandler: Processed in 0.001386305 sec. 2025.12.23 09:28:51.594505 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:51.594608 [ 262 ] {63c44059-ef91-4071-8866-16c1c61ceb32} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.23 09:28:51.594651 [ 262 ] {63c44059-ef91-4071-8866-16c1c61ceb32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.23 09:28:51.595070 [ 262 ] {63c44059-ef91-4071-8866-16c1c61ceb32} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:51.595103 [ 262 ] {63c44059-ef91-4071-8866-16c1c61ceb32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:51.595423 [ 262 ] {63c44059-ef91-4071-8866-16c1c61ceb32} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.12.23 09:28:51.595625 [ 262 ] {63c44059-ef91-4071-8866-16c1c61ceb32} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:51.595748 [ 262 ] {63c44059-ef91-4071-8866-16c1c61ceb32} executeQuery: Read 162 rows, 11.55 KiB in 0.001159 sec., 139775.66867989645 rows/sec., 9.73 MiB/sec. 2025.12.23 09:28:51.595783 [ 262 ] {63c44059-ef91-4071-8866-16c1c61ceb32} TCPHandler: Processed in 0.001334104 sec. 2025.12.23 09:28:51.595901 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:51.596003 [ 262 ] {e0a1d9d7-fe9a-400b-9d33-029d481106aa} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.23 09:28:51.596060 [ 262 ] {e0a1d9d7-fe9a-400b-9d33-029d481106aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.23 09:28:51.596781 [ 262 ] {e0a1d9d7-fe9a-400b-9d33-029d481106aa} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:51.596816 [ 262 ] {e0a1d9d7-fe9a-400b-9d33-029d481106aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:51.597339 [ 262 ] {e0a1d9d7-fe9a-400b-9d33-029d481106aa} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.23 09:28:51.597548 [ 262 ] {e0a1d9d7-fe9a-400b-9d33-029d481106aa} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:51.597693 [ 262 ] {e0a1d9d7-fe9a-400b-9d33-029d481106aa} executeQuery: Read 6 rows, 11.01 KiB in 0.001708 sec., 3512.8805620608896 rows/sec., 6.29 MiB/sec. 2025.12.23 09:28:51.597752 [ 262 ] {e0a1d9d7-fe9a-400b-9d33-029d481106aa} TCPHandler: Processed in 0.001906358 sec. 2025.12.23 09:28:51.597871 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:51.597985 [ 262 ] {348cf2da-b855-464c-a991-62e66645a5b3} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.23 09:28:51.598026 [ 262 ] {348cf2da-b855-464c-a991-62e66645a5b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.23 09:28:51.598376 [ 262 ] {348cf2da-b855-464c-a991-62e66645a5b3} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:51.598409 [ 262 ] {348cf2da-b855-464c-a991-62e66645a5b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:51.598732 [ 262 ] {348cf2da-b855-464c-a991-62e66645a5b3} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.12.23 09:28:51.598939 [ 262 ] {348cf2da-b855-464c-a991-62e66645a5b3} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:51.599061 [ 262 ] {348cf2da-b855-464c-a991-62e66645a5b3} executeQuery: Read 60 rows, 4.14 KiB in 0.001094 sec., 54844.60694698355 rows/sec., 3.70 MiB/sec. 2025.12.23 09:28:51.599095 [ 262 ] {348cf2da-b855-464c-a991-62e66645a5b3} TCPHandler: Processed in 0.001274083 sec. 2025.12.23 09:28:53.562582 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 8174 2025.12.23 09:28:53.563421 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:53.563499 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:53.564285 [ 245 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.23 09:28:53.564529 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:53.564672 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8174 2025.12.23 09:28:53.977489 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 2025.12.23 09:28:53.992535 [ 244 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:53.992586 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:53.998267 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.23 09:28:53.998943 [ 244 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:54.000181 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 247.18 MiB, peak 247.18 MiB, free memory in arenas 0.00 B, will set to 243.64 MiB (RSS), difference: -3.53 MiB 2025.12.23 09:28:54.001568 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 128 2025.12.23 09:28:55.000378 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 239.64 MiB, peak 247.18 MiB, free memory in arenas 0.00 B, will set to 243.65 MiB (RSS), difference: 4.00 MiB 2025.12.23 09:28:56.082826 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 552 2025.12.23 09:28:56.085141 [ 243 ] {} system.query_log (93b58756-c7c4-4dd5-8f38-c0e6c44c4a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:56.085187 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:56.086348 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.23 09:28:56.086602 [ 243 ] {} system.query_log (93b58756-c7c4-4dd5-8f38-c0e6c44c4a94): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:56.086865 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 552 2025.12.23 09:28:56.599539 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:56.599720 [ 262 ] {9a47685b-e223-4ae1-8877-df11810ba013} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.23 09:28:56.599791 [ 262 ] {9a47685b-e223-4ae1-8877-df11810ba013} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.23 09:28:56.600619 [ 262 ] {9a47685b-e223-4ae1-8877-df11810ba013} oximeter.fields_i16 (8d7fe79b-86f4-4d5a-b54c-2b26224a25e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:56.600671 [ 262 ] {9a47685b-e223-4ae1-8877-df11810ba013} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:56.601112 [ 262 ] {9a47685b-e223-4ae1-8877-df11810ba013} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.23 09:28:56.601354 [ 262 ] {9a47685b-e223-4ae1-8877-df11810ba013} oximeter.fields_i16 (8d7fe79b-86f4-4d5a-b54c-2b26224a25e1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:56.601512 [ 262 ] {9a47685b-e223-4ae1-8877-df11810ba013} executeQuery: Read 410 rows, 26.63 KiB in 0.001841 sec., 222705.05160239 rows/sec., 14.13 MiB/sec. 2025.12.23 09:28:56.601562 [ 262 ] {9a47685b-e223-4ae1-8877-df11810ba013} TCPHandler: Processed in 0.002154795 sec. 2025.12.23 09:28:56.601697 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:56.601802 [ 262 ] {e9f7120b-e80a-47a8-8634-74e99fb830a8} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.23 09:28:56.601849 [ 262 ] {e9f7120b-e80a-47a8-8634-74e99fb830a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.23 09:28:56.602815 [ 262 ] {e9f7120b-e80a-47a8-8634-74e99fb830a8} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:56.602857 [ 262 ] {e9f7120b-e80a-47a8-8634-74e99fb830a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:56.603322 [ 262 ] {e9f7120b-e80a-47a8-8634-74e99fb830a8} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.12.23 09:28:56.603552 [ 262 ] {e9f7120b-e80a-47a8-8634-74e99fb830a8} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:56.603686 [ 262 ] {e9f7120b-e80a-47a8-8634-74e99fb830a8} executeQuery: Read 1182 rows, 96.55 KiB in 0.001908 sec., 619496.8553459119 rows/sec., 49.42 MiB/sec. 2025.12.23 09:28:56.603726 [ 262 ] {e9f7120b-e80a-47a8-8634-74e99fb830a8} TCPHandler: Processed in 0.002080853 sec. 2025.12.23 09:28:56.603861 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:56.603966 [ 262 ] {5a205587-9c22-44a9-ae7e-4f019d4da2d0} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.23 09:28:56.604008 [ 262 ] {5a205587-9c22-44a9-ae7e-4f019d4da2d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.23 09:28:56.604523 [ 262 ] {5a205587-9c22-44a9-ae7e-4f019d4da2d0} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:56.604563 [ 262 ] {5a205587-9c22-44a9-ae7e-4f019d4da2d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:56.604919 [ 262 ] {5a205587-9c22-44a9-ae7e-4f019d4da2d0} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.23 09:28:56.605143 [ 262 ] {5a205587-9c22-44a9-ae7e-4f019d4da2d0} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:56.605289 [ 262 ] {5a205587-9c22-44a9-ae7e-4f019d4da2d0} executeQuery: Read 240 rows, 14.95 KiB in 0.001344 sec., 178571.42857142858 rows/sec., 10.86 MiB/sec. 2025.12.23 09:28:56.605331 [ 262 ] {5a205587-9c22-44a9-ae7e-4f019d4da2d0} TCPHandler: Processed in 0.001536159 sec. 2025.12.23 09:28:56.605445 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:56.605554 [ 262 ] {951a5852-4fe8-4c5a-881b-840767bcda02} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.23 09:28:56.605609 [ 262 ] {951a5852-4fe8-4c5a-881b-840767bcda02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.23 09:28:56.606117 [ 262 ] {951a5852-4fe8-4c5a-881b-840767bcda02} oximeter.fields_u32 (d4478a7b-5e34-44bf-90e4-f163ea7d0fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:56.606155 [ 262 ] {951a5852-4fe8-4c5a-881b-840767bcda02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:56.606499 [ 262 ] {951a5852-4fe8-4c5a-881b-840767bcda02} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.23 09:28:56.606725 [ 262 ] {951a5852-4fe8-4c5a-881b-840767bcda02} oximeter.fields_u32 (d4478a7b-5e34-44bf-90e4-f163ea7d0fe4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:56.606833 [ 94 ] {} oximeter.fields_u32 (d4478a7b-5e34-44bf-90e4-f163ea7d0fe4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.23 09:28:56.606860 [ 262 ] {951a5852-4fe8-4c5a-881b-840767bcda02} executeQuery: Read 212 rows, 14.00 KiB in 0.001328 sec., 159638.5542168675 rows/sec., 10.30 MiB/sec. 2025.12.23 09:28:56.606904 [ 94 ] {} oximeter.fields_u32 (d4478a7b-5e34-44bf-90e4-f163ea7d0fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:56.606913 [ 262 ] {951a5852-4fe8-4c5a-881b-840767bcda02} TCPHandler: Processed in 0.001521309 sec. 2025.12.23 09:28:56.606934 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:56.607039 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:56.607040 [ 200 ] {d4478a7b-5e34-44bf-90e4-f163ea7d0fe4::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.12.23 09:28:56.607136 [ 200 ] {d4478a7b-5e34-44bf-90e4-f163ea7d0fe4::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:28:56.607142 [ 262 ] {f85fec35-49f5-420e-91bf-edf85e88e044} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.23 09:28:56.607164 [ 200 ] {d4478a7b-5e34-44bf-90e4-f163ea7d0fe4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 237 rows starting from the beginning of the part 2025.12.23 09:28:56.607186 [ 262 ] {f85fec35-49f5-420e-91bf-edf85e88e044} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.23 09:28:56.607219 [ 200 ] {d4478a7b-5e34-44bf-90e4-f163ea7d0fe4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 212 rows starting from the beginning of the part 2025.12.23 09:28:56.607262 [ 200 ] {d4478a7b-5e34-44bf-90e4-f163ea7d0fe4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 212 rows starting from the beginning of the part 2025.12.23 09:28:56.607307 [ 200 ] {d4478a7b-5e34-44bf-90e4-f163ea7d0fe4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 212 rows starting from the beginning of the part 2025.12.23 09:28:56.607348 [ 200 ] {d4478a7b-5e34-44bf-90e4-f163ea7d0fe4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 212 rows starting from the beginning of the part 2025.12.23 09:28:56.607386 [ 200 ] {d4478a7b-5e34-44bf-90e4-f163ea7d0fe4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 212 rows starting from the beginning of the part 2025.12.23 09:28:56.607664 [ 262 ] {f85fec35-49f5-420e-91bf-edf85e88e044} oximeter.fields_u8 (aafc8dfa-6e62-4213-a992-39e4280a19a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:56.607701 [ 262 ] {f85fec35-49f5-420e-91bf-edf85e88e044} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:56.608117 [ 262 ] {f85fec35-49f5-420e-91bf-edf85e88e044} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.23 09:28:56.608287 [ 187 ] {d4478a7b-5e34-44bf-90e4-f163ea7d0fe4::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1297 rows, containing 5 columns (5 merged, 0 gathered) in 0.001281903 sec., 1011777.0221303796 rows/sec., 69.46 MiB/sec. 2025.12.23 09:28:56.608361 [ 262 ] {f85fec35-49f5-420e-91bf-edf85e88e044} oximeter.fields_u8 (aafc8dfa-6e62-4213-a992-39e4280a19a6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:56.608443 [ 192 ] {d4478a7b-5e34-44bf-90e4-f163ea7d0fe4::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.23 09:28:56.608503 [ 262 ] {f85fec35-49f5-420e-91bf-edf85e88e044} executeQuery: Read 211 rows, 12.27 KiB in 0.001381 sec., 152787.83490224474 rows/sec., 8.68 MiB/sec. 2025.12.23 09:28:56.608542 [ 262 ] {f85fec35-49f5-420e-91bf-edf85e88e044} TCPHandler: Processed in 0.00155464 sec. 2025.12.23 09:28:56.608654 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:56.608705 [ 192 ] {d4478a7b-5e34-44bf-90e4-f163ea7d0fe4::all_1_11_2} oximeter.fields_u32 (d4478a7b-5e34-44bf-90e4-f163ea7d0fe4): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:56.608753 [ 262 ] {c3d83674-8557-48d2-848c-dd4725840c51} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.23 09:28:56.608770 [ 192 ] {d4478a7b-5e34-44bf-90e4-f163ea7d0fe4::all_1_11_2} oximeter.fields_u32 (d4478a7b-5e34-44bf-90e4-f163ea7d0fe4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.23 09:28:56.608794 [ 262 ] {c3d83674-8557-48d2-848c-dd4725840c51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.23 09:28:56.608832 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2025.12.23 09:28:56.609417 [ 262 ] {c3d83674-8557-48d2-848c-dd4725840c51} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:56.609454 [ 262 ] {c3d83674-8557-48d2-848c-dd4725840c51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:56.609802 [ 262 ] {c3d83674-8557-48d2-848c-dd4725840c51} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.12.23 09:28:56.610022 [ 262 ] {c3d83674-8557-48d2-848c-dd4725840c51} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:56.610156 [ 262 ] {c3d83674-8557-48d2-848c-dd4725840c51} executeQuery: Read 714 rows, 51.27 KiB in 0.001422 sec., 502109.7046413502 rows/sec., 35.21 MiB/sec. 2025.12.23 09:28:56.610195 [ 262 ] {c3d83674-8557-48d2-848c-dd4725840c51} TCPHandler: Processed in 0.001590371 sec. 2025.12.23 09:28:56.610307 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:56.610402 [ 262 ] {361c460c-ae74-4c88-b880-b193bc3e499c} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.12.23 09:28:56.610442 [ 262 ] {361c460c-ae74-4c88-b880-b193bc3e499c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.12.23 09:28:56.610806 [ 262 ] {361c460c-ae74-4c88-b880-b193bc3e499c} oximeter.measurements_bool (ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:56.610852 [ 262 ] {361c460c-ae74-4c88-b880-b193bc3e499c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:56.611236 [ 262 ] {361c460c-ae74-4c88-b880-b193bc3e499c} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.23 09:28:56.611492 [ 262 ] {361c460c-ae74-4c88-b880-b193bc3e499c} oximeter.measurements_bool (ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:56.611654 [ 262 ] {361c460c-ae74-4c88-b880-b193bc3e499c} executeQuery: Read 6 rows, 321.00 B in 0.001268 sec., 4731.86119873817 rows/sec., 247.22 KiB/sec. 2025.12.23 09:28:56.611700 [ 262 ] {361c460c-ae74-4c88-b880-b193bc3e499c} TCPHandler: Processed in 0.001442417 sec. 2025.12.23 09:28:56.611828 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:56.611924 [ 262 ] {2906003f-4c81-4208-a5ae-36a2c7c4404a} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.23 09:28:56.611967 [ 262 ] {2906003f-4c81-4208-a5ae-36a2c7c4404a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.23 09:28:56.612401 [ 262 ] {2906003f-4c81-4208-a5ae-36a2c7c4404a} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:56.612439 [ 262 ] {2906003f-4c81-4208-a5ae-36a2c7c4404a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:56.612790 [ 262 ] {2906003f-4c81-4208-a5ae-36a2c7c4404a} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.12.23 09:28:56.613019 [ 262 ] {2906003f-4c81-4208-a5ae-36a2c7c4404a} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:56.613153 [ 262 ] {2906003f-4c81-4208-a5ae-36a2c7c4404a} executeQuery: Read 314 rows, 21.12 KiB in 0.001248 sec., 251602.5641025641 rows/sec., 16.53 MiB/sec. 2025.12.23 09:28:56.613191 [ 262 ] {2906003f-4c81-4208-a5ae-36a2c7c4404a} TCPHandler: Processed in 0.001424377 sec. 2025.12.23 09:28:56.613298 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:56.613396 [ 262 ] {ca454f3a-8619-4df5-ab90-4a26b0ed6cb6} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.12.23 09:28:56.613440 [ 262 ] {ca454f3a-8619-4df5-ab90-4a26b0ed6cb6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.12.23 09:28:56.613767 [ 262 ] {ca454f3a-8619-4df5-ab90-4a26b0ed6cb6} oximeter.measurements_f64 (b7995074-f324-489b-8a3e-e8ccb953a5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:56.613802 [ 262 ] {ca454f3a-8619-4df5-ab90-4a26b0ed6cb6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:56.614104 [ 262 ] {ca454f3a-8619-4df5-ab90-4a26b0ed6cb6} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.23 09:28:56.614312 [ 262 ] {ca454f3a-8619-4df5-ab90-4a26b0ed6cb6} oximeter.measurements_f64 (b7995074-f324-489b-8a3e-e8ccb953a5a6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:56.614439 [ 262 ] {ca454f3a-8619-4df5-ab90-4a26b0ed6cb6} executeQuery: Read 1 rows, 69.00 B in 0.001063 sec., 940.7337723424272 rows/sec., 63.39 KiB/sec. 2025.12.23 09:28:56.614476 [ 262 ] {ca454f3a-8619-4df5-ab90-4a26b0ed6cb6} TCPHandler: Processed in 0.001228902 sec. 2025.12.23 09:28:56.614576 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:56.614670 [ 262 ] {4814bb85-72c6-447b-a9b1-2b6a2fa69553} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.23 09:28:56.614724 [ 262 ] {4814bb85-72c6-447b-a9b1-2b6a2fa69553} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.23 09:28:56.615546 [ 262 ] {4814bb85-72c6-447b-a9b1-2b6a2fa69553} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:56.615582 [ 262 ] {4814bb85-72c6-447b-a9b1-2b6a2fa69553} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:56.616132 [ 262 ] {4814bb85-72c6-447b-a9b1-2b6a2fa69553} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.23 09:28:56.616356 [ 262 ] {4814bb85-72c6-447b-a9b1-2b6a2fa69553} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:56.616502 [ 262 ] {4814bb85-72c6-447b-a9b1-2b6a2fa69553} executeQuery: Read 35 rows, 64.22 KiB in 0.001848 sec., 18939.39393939394 rows/sec., 33.94 MiB/sec. 2025.12.23 09:28:56.616571 [ 262 ] {4814bb85-72c6-447b-a9b1-2b6a2fa69553} TCPHandler: Processed in 0.002044072 sec. 2025.12.23 09:28:56.616696 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:28:56.616794 [ 262 ] {b804bc71-328b-41e0-906c-85510a75a23b} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.23 09:28:56.616845 [ 262 ] {b804bc71-328b-41e0-906c-85510a75a23b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.23 09:28:56.617185 [ 262 ] {b804bc71-328b-41e0-906c-85510a75a23b} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:28:56.617221 [ 262 ] {b804bc71-328b-41e0-906c-85510a75a23b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:28:56.617534 [ 262 ] {b804bc71-328b-41e0-906c-85510a75a23b} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.12.23 09:28:56.617788 [ 262 ] {b804bc71-328b-41e0-906c-85510a75a23b} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:28:56.617915 [ 262 ] {b804bc71-328b-41e0-906c-85510a75a23b} executeQuery: Read 104 rows, 6.53 KiB in 0.001142 sec., 91068.30122591944 rows/sec., 5.58 MiB/sec. 2025.12.23 09:28:56.617951 [ 262 ] {b804bc71-328b-41e0-906c-85510a75a23b} TCPHandler: Processed in 0.001307734 sec. 2025.12.23 09:29:00.975596 [ 87 ] {} DNSResolver: Updating DNS cache 2025.12.23 09:29:00.975667 [ 87 ] {} DNSResolver: Updated DNS cache 2025.12.23 09:29:01.064772 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 8686 2025.12.23 09:29:01.065305 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:01.065354 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:29:01.065871 [ 245 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.23 09:29:01.066117 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:01.066255 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8686 2025.12.23 09:29:01.501677 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 2025.12.23 09:29:01.518201 [ 244 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:01.518269 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:29:01.524311 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.23 09:29:01.525054 [ 244 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:01.527774 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2025.12.23 09:29:01.587814 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:01.588053 [ 262 ] {01cc2ac9-e5c0-49fe-83a1-2af3c2771656} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.23 09:29:01.588131 [ 262 ] {01cc2ac9-e5c0-49fe-83a1-2af3c2771656} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.23 09:29:01.588689 [ 262 ] {01cc2ac9-e5c0-49fe-83a1-2af3c2771656} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:01.588729 [ 262 ] {01cc2ac9-e5c0-49fe-83a1-2af3c2771656} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:29:01.589069 [ 262 ] {01cc2ac9-e5c0-49fe-83a1-2af3c2771656} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.12.23 09:29:01.589287 [ 262 ] {01cc2ac9-e5c0-49fe-83a1-2af3c2771656} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:01.589431 [ 262 ] {01cc2ac9-e5c0-49fe-83a1-2af3c2771656} executeQuery: Read 68 rows, 5.56 KiB in 0.001444 sec., 47091.41274238227 rows/sec., 3.76 MiB/sec. 2025.12.23 09:29:01.589474 [ 262 ] {01cc2ac9-e5c0-49fe-83a1-2af3c2771656} TCPHandler: Processed in 0.001833487 sec. 2025.12.23 09:29:01.589601 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:01.589703 [ 262 ] {9004422b-d138-4f2d-89b8-e7e7728d9372} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.23 09:29:01.589746 [ 262 ] {9004422b-d138-4f2d-89b8-e7e7728d9372} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.23 09:29:01.590149 [ 262 ] {9004422b-d138-4f2d-89b8-e7e7728d9372} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:01.590186 [ 262 ] {9004422b-d138-4f2d-89b8-e7e7728d9372} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:29:01.590485 [ 262 ] {9004422b-d138-4f2d-89b8-e7e7728d9372} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.12.23 09:29:01.590693 [ 262 ] {9004422b-d138-4f2d-89b8-e7e7728d9372} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:01.590800 [ 86 ] {} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.12.23 09:29:01.590823 [ 262 ] {9004422b-d138-4f2d-89b8-e7e7728d9372} executeQuery: Read 6 rows, 462.00 B in 0.001142 sec., 5253.940455341506 rows/sec., 395.07 KiB/sec. 2025.12.23 09:29:01.590871 [ 86 ] {} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:01.590881 [ 262 ] {9004422b-d138-4f2d-89b8-e7e7728d9372} TCPHandler: Processed in 0.001331745 sec. 2025.12.23 09:29:01.590902 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:29:01.591002 [ 190 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.12.23 09:29:01.591003 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:01.591116 [ 190 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:29:01.591124 [ 262 ] {6a705ce1-f2f8-428c-a896-badcf7168849} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.23 09:29:01.591165 [ 190 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 276 rows starting from the beginning of the part 2025.12.23 09:29:01.591180 [ 262 ] {6a705ce1-f2f8-428c-a896-badcf7168849} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.23 09:29:01.591237 [ 190 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part 2025.12.23 09:29:01.591289 [ 190 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 240 rows starting from the beginning of the part 2025.12.23 09:29:01.591330 [ 190 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 10 rows starting from the beginning of the part 2025.12.23 09:29:01.591367 [ 190 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 240 rows starting from the beginning of the part 2025.12.23 09:29:01.591405 [ 190 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part 2025.12.23 09:29:01.591599 [ 262 ] {6a705ce1-f2f8-428c-a896-badcf7168849} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:01.591642 [ 262 ] {6a705ce1-f2f8-428c-a896-badcf7168849} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:01.592027 [ 262 ] {6a705ce1-f2f8-428c-a896-badcf7168849} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.12.23 09:29:01.592261 [ 262 ] {6a705ce1-f2f8-428c-a896-badcf7168849} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:01.592320 [ 187 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 778 rows, containing 5 columns (5 merged, 0 gathered) in 0.001354895 sec., 574214.2380036829 rows/sec., 37.61 MiB/sec. 2025.12.23 09:29:01.592394 [ 262 ] {6a705ce1-f2f8-428c-a896-badcf7168849} executeQuery: Read 70 rows, 5.60 KiB in 0.001289 sec., 54305.66330488751 rows/sec., 4.24 MiB/sec. 2025.12.23 09:29:01.592437 [ 262 ] {6a705ce1-f2f8-428c-a896-badcf7168849} TCPHandler: Processed in 0.001484538 sec. 2025.12.23 09:29:01.592495 [ 190 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.12.23 09:29:01.592552 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:01.592654 [ 262 ] {f21c8c32-ea3c-44c8-ab8d-efb978a01742} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.23 09:29:01.592700 [ 262 ] {f21c8c32-ea3c-44c8-ab8d-efb978a01742} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.23 09:29:01.592762 [ 190 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_21_4} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:01.592834 [ 190 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_21_4} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.12.23 09:29:01.592902 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.12.23 09:29:01.593101 [ 262 ] {f21c8c32-ea3c-44c8-ab8d-efb978a01742} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:01.593142 [ 262 ] {f21c8c32-ea3c-44c8-ab8d-efb978a01742} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:29:01.593483 [ 262 ] {f21c8c32-ea3c-44c8-ab8d-efb978a01742} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.12.23 09:29:01.593693 [ 262 ] {f21c8c32-ea3c-44c8-ab8d-efb978a01742} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:01.593822 [ 262 ] {f21c8c32-ea3c-44c8-ab8d-efb978a01742} executeQuery: Read 160 rows, 11.41 KiB in 0.001186 sec., 134907.25126475547 rows/sec., 9.40 MiB/sec. 2025.12.23 09:29:01.593859 [ 262 ] {f21c8c32-ea3c-44c8-ab8d-efb978a01742} TCPHandler: Processed in 0.001357885 sec. 2025.12.23 09:29:01.593964 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:01.594057 [ 262 ] {e0fe3c44-9517-45d2-ba3a-d3a860a8b83c} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.23 09:29:01.594111 [ 262 ] {e0fe3c44-9517-45d2-ba3a-d3a860a8b83c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.23 09:29:01.594910 [ 262 ] {e0fe3c44-9517-45d2-ba3a-d3a860a8b83c} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:01.594947 [ 262 ] {e0fe3c44-9517-45d2-ba3a-d3a860a8b83c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:29:01.595424 [ 262 ] {e0fe3c44-9517-45d2-ba3a-d3a860a8b83c} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.23 09:29:01.595653 [ 262 ] {e0fe3c44-9517-45d2-ba3a-d3a860a8b83c} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:01.595804 [ 262 ] {e0fe3c44-9517-45d2-ba3a-d3a860a8b83c} executeQuery: Read 6 rows, 11.01 KiB in 0.001777 sec., 3376.477208778841 rows/sec., 6.05 MiB/sec. 2025.12.23 09:29:01.595867 [ 262 ] {e0fe3c44-9517-45d2-ba3a-d3a860a8b83c} TCPHandler: Processed in 0.00196831 sec. 2025.12.23 09:29:01.596006 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:01.596197 [ 262 ] {70204590-fa8b-4d53-8107-7d73de0a5288} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.23 09:29:01.596242 [ 262 ] {70204590-fa8b-4d53-8107-7d73de0a5288} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.23 09:29:01.597263 [ 262 ] {70204590-fa8b-4d53-8107-7d73de0a5288} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:01.597298 [ 262 ] {70204590-fa8b-4d53-8107-7d73de0a5288} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.51 GiB. 2025.12.23 09:29:01.597617 [ 262 ] {70204590-fa8b-4d53-8107-7d73de0a5288} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.12.23 09:29:01.597828 [ 262 ] {70204590-fa8b-4d53-8107-7d73de0a5288} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:01.597955 [ 262 ] {70204590-fa8b-4d53-8107-7d73de0a5288} executeQuery: Read 60 rows, 4.14 KiB in 0.00174 sec., 34482.75862068965 rows/sec., 2.32 MiB/sec. 2025.12.23 09:29:01.597990 [ 262 ] {70204590-fa8b-4d53-8107-7d73de0a5288} TCPHandler: Processed in 0.002033622 sec. 2025.12.23 09:29:06.087074 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 586 2025.12.23 09:29:06.090058 [ 243 ] {} system.query_log (93b58756-c7c4-4dd5-8f38-c0e6c44c4a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:06.090111 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:06.091321 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.23 09:29:06.091599 [ 243 ] {} system.query_log (93b58756-c7c4-4dd5-8f38-c0e6c44c4a94): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:06.091955 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 586 2025.12.23 09:29:06.600814 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:06.601009 [ 262 ] {a627ab9c-5ffc-4428-9e87-b55dd3384127} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.23 09:29:06.601083 [ 262 ] {a627ab9c-5ffc-4428-9e87-b55dd3384127} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.23 09:29:06.601925 [ 262 ] {a627ab9c-5ffc-4428-9e87-b55dd3384127} oximeter.fields_i16 (8d7fe79b-86f4-4d5a-b54c-2b26224a25e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:06.601969 [ 262 ] {a627ab9c-5ffc-4428-9e87-b55dd3384127} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:06.602372 [ 262 ] {a627ab9c-5ffc-4428-9e87-b55dd3384127} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.23 09:29:06.602603 [ 262 ] {a627ab9c-5ffc-4428-9e87-b55dd3384127} oximeter.fields_i16 (8d7fe79b-86f4-4d5a-b54c-2b26224a25e1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:06.602732 [ 81 ] {} oximeter.fields_i16 (8d7fe79b-86f4-4d5a-b54c-2b26224a25e1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.23 09:29:06.602753 [ 262 ] {a627ab9c-5ffc-4428-9e87-b55dd3384127} executeQuery: Read 410 rows, 26.63 KiB in 0.001799 sec., 227904.39132851583 rows/sec., 14.46 MiB/sec. 2025.12.23 09:29:06.602803 [ 81 ] {} oximeter.fields_i16 (8d7fe79b-86f4-4d5a-b54c-2b26224a25e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:06.602816 [ 262 ] {a627ab9c-5ffc-4428-9e87-b55dd3384127} TCPHandler: Processed in 0.002141835 sec. 2025.12.23 09:29:06.602829 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:06.602948 [ 192 ] {8d7fe79b-86f4-4d5a-b54c-2b26224a25e1::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.12.23 09:29:06.602964 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:06.603067 [ 192 ] {8d7fe79b-86f4-4d5a-b54c-2b26224a25e1::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:29:06.603081 [ 262 ] {051384dc-8354-4f7d-b416-f96ee5938b7f} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.23 09:29:06.603109 [ 192 ] {8d7fe79b-86f4-4d5a-b54c-2b26224a25e1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 434 rows starting from the beginning of the part 2025.12.23 09:29:06.603129 [ 262 ] {051384dc-8354-4f7d-b416-f96ee5938b7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.23 09:29:06.603240 [ 192 ] {8d7fe79b-86f4-4d5a-b54c-2b26224a25e1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 410 rows starting from the beginning of the part 2025.12.23 09:29:06.603318 [ 192 ] {8d7fe79b-86f4-4d5a-b54c-2b26224a25e1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 410 rows starting from the beginning of the part 2025.12.23 09:29:06.603387 [ 192 ] {8d7fe79b-86f4-4d5a-b54c-2b26224a25e1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 410 rows starting from the beginning of the part 2025.12.23 09:29:06.603457 [ 192 ] {8d7fe79b-86f4-4d5a-b54c-2b26224a25e1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 410 rows starting from the beginning of the part 2025.12.23 09:29:06.603521 [ 192 ] {8d7fe79b-86f4-4d5a-b54c-2b26224a25e1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 410 rows starting from the beginning of the part 2025.12.23 09:29:06.603555 [ 262 ] {051384dc-8354-4f7d-b416-f96ee5938b7f} oximeter.fields_ipaddr (d154834d-033d-4c99-ba0c-394bcbfa5713): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:06.603592 [ 262 ] {051384dc-8354-4f7d-b416-f96ee5938b7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:06.603904 [ 262 ] {051384dc-8354-4f7d-b416-f96ee5938b7f} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.23 09:29:06.604119 [ 262 ] {051384dc-8354-4f7d-b416-f96ee5938b7f} oximeter.fields_ipaddr (d154834d-033d-4c99-ba0c-394bcbfa5713): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:06.604247 [ 262 ] {051384dc-8354-4f7d-b416-f96ee5938b7f} executeQuery: Read 8 rows, 668.00 B in 0.001193 sec., 6705.783738474434 rows/sec., 546.81 KiB/sec. 2025.12.23 09:29:06.604287 [ 262 ] {051384dc-8354-4f7d-b416-f96ee5938b7f} TCPHandler: Processed in 0.001385026 sec. 2025.12.23 09:29:06.604398 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:06.604499 [ 262 ] {367103ee-005e-4ba0-a830-a61ca255c975} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.23 09:29:06.604538 [ 262 ] {367103ee-005e-4ba0-a830-a61ca255c975} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.23 09:29:06.604660 [ 190 ] {8d7fe79b-86f4-4d5a-b54c-2b26224a25e1::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 2484 rows, containing 5 columns (5 merged, 0 gathered) in 0.001763115 sec., 1408870.0963918974 rows/sec., 95.01 MiB/sec. 2025.12.23 09:29:06.604816 [ 188 ] {8d7fe79b-86f4-4d5a-b54c-2b26224a25e1::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.23 09:29:06.605075 [ 188 ] {8d7fe79b-86f4-4d5a-b54c-2b26224a25e1::all_1_11_2} oximeter.fields_i16 (8d7fe79b-86f4-4d5a-b54c-2b26224a25e1): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:06.605143 [ 188 ] {8d7fe79b-86f4-4d5a-b54c-2b26224a25e1::all_1_11_2} oximeter.fields_i16 (8d7fe79b-86f4-4d5a-b54c-2b26224a25e1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.23 09:29:06.605208 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.12.23 09:29:06.605421 [ 262 ] {367103ee-005e-4ba0-a830-a61ca255c975} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:06.605456 [ 262 ] {367103ee-005e-4ba0-a830-a61ca255c975} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:06.605823 [ 262 ] {367103ee-005e-4ba0-a830-a61ca255c975} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.12.23 09:29:06.606036 [ 262 ] {367103ee-005e-4ba0-a830-a61ca255c975} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:06.606169 [ 262 ] {367103ee-005e-4ba0-a830-a61ca255c975} executeQuery: Read 1186 rows, 96.84 KiB in 0.001689 sec., 702190.6453522794 rows/sec., 55.99 MiB/sec. 2025.12.23 09:29:06.606207 [ 262 ] {367103ee-005e-4ba0-a830-a61ca255c975} TCPHandler: Processed in 0.001858667 sec. 2025.12.23 09:29:06.606318 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:06.606414 [ 262 ] {822ea3b8-d1c3-4ae8-9bb0-ce12b365f70b} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.23 09:29:06.606454 [ 262 ] {822ea3b8-d1c3-4ae8-9bb0-ce12b365f70b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.23 09:29:06.606960 [ 262 ] {822ea3b8-d1c3-4ae8-9bb0-ce12b365f70b} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:06.606999 [ 262 ] {822ea3b8-d1c3-4ae8-9bb0-ce12b365f70b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:06.607309 [ 262 ] {822ea3b8-d1c3-4ae8-9bb0-ce12b365f70b} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.12.23 09:29:06.607527 [ 262 ] {822ea3b8-d1c3-4ae8-9bb0-ce12b365f70b} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:06.607656 [ 262 ] {822ea3b8-d1c3-4ae8-9bb0-ce12b365f70b} executeQuery: Read 248 rows, 15.51 KiB in 0.001261 sec., 196669.31007137193 rows/sec., 12.01 MiB/sec. 2025.12.23 09:29:06.607694 [ 262 ] {822ea3b8-d1c3-4ae8-9bb0-ce12b365f70b} TCPHandler: Processed in 0.001424116 sec. 2025.12.23 09:29:06.607815 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:06.607910 [ 262 ] {773143d0-f0b3-4c13-b8da-2da36258cb4c} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.23 09:29:06.607949 [ 262 ] {773143d0-f0b3-4c13-b8da-2da36258cb4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.23 09:29:06.608429 [ 262 ] {773143d0-f0b3-4c13-b8da-2da36258cb4c} oximeter.fields_u32 (d4478a7b-5e34-44bf-90e4-f163ea7d0fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:06.608464 [ 262 ] {773143d0-f0b3-4c13-b8da-2da36258cb4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:06.608775 [ 262 ] {773143d0-f0b3-4c13-b8da-2da36258cb4c} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.23 09:29:06.608989 [ 262 ] {773143d0-f0b3-4c13-b8da-2da36258cb4c} oximeter.fields_u32 (d4478a7b-5e34-44bf-90e4-f163ea7d0fe4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:06.609117 [ 262 ] {773143d0-f0b3-4c13-b8da-2da36258cb4c} executeQuery: Read 212 rows, 14.00 KiB in 0.001224 sec., 173202.61437908496 rows/sec., 11.17 MiB/sec. 2025.12.23 09:29:06.609155 [ 262 ] {773143d0-f0b3-4c13-b8da-2da36258cb4c} TCPHandler: Processed in 0.001387636 sec. 2025.12.23 09:29:06.609262 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:06.609357 [ 262 ] {400061e1-eb6e-4269-854c-3f9a9e80d4ed} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.23 09:29:06.609396 [ 262 ] {400061e1-eb6e-4269-854c-3f9a9e80d4ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.23 09:29:06.609876 [ 262 ] {400061e1-eb6e-4269-854c-3f9a9e80d4ed} oximeter.fields_u8 (aafc8dfa-6e62-4213-a992-39e4280a19a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:06.609911 [ 262 ] {400061e1-eb6e-4269-854c-3f9a9e80d4ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:06.610227 [ 262 ] {400061e1-eb6e-4269-854c-3f9a9e80d4ed} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.23 09:29:06.610442 [ 262 ] {400061e1-eb6e-4269-854c-3f9a9e80d4ed} oximeter.fields_u8 (aafc8dfa-6e62-4213-a992-39e4280a19a6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:06.610549 [ 81 ] {} oximeter.fields_u8 (aafc8dfa-6e62-4213-a992-39e4280a19a6) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.23 09:29:06.610570 [ 262 ] {400061e1-eb6e-4269-854c-3f9a9e80d4ed} executeQuery: Read 211 rows, 12.27 KiB in 0.00123 sec., 171544.71544715448 rows/sec., 9.74 MiB/sec. 2025.12.23 09:29:06.610592 [ 81 ] {} oximeter.fields_u8 (aafc8dfa-6e62-4213-a992-39e4280a19a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:06.610614 [ 262 ] {400061e1-eb6e-4269-854c-3f9a9e80d4ed} TCPHandler: Processed in 0.001404206 sec. 2025.12.23 09:29:06.610616 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:06.610722 [ 188 ] {aafc8dfa-6e62-4213-a992-39e4280a19a6::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.12.23 09:29:06.610725 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:06.610806 [ 188 ] {aafc8dfa-6e62-4213-a992-39e4280a19a6::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:29:06.610830 [ 188 ] {aafc8dfa-6e62-4213-a992-39e4280a19a6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 223 rows starting from the beginning of the part 2025.12.23 09:29:06.610833 [ 262 ] {953739a3-a166-4570-ba15-ea746d69f1c9} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.23 09:29:06.610876 [ 262 ] {953739a3-a166-4570-ba15-ea746d69f1c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.23 09:29:06.610880 [ 188 ] {aafc8dfa-6e62-4213-a992-39e4280a19a6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 211 rows starting from the beginning of the part 2025.12.23 09:29:06.610930 [ 188 ] {aafc8dfa-6e62-4213-a992-39e4280a19a6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 211 rows starting from the beginning of the part 2025.12.23 09:29:06.610969 [ 188 ] {aafc8dfa-6e62-4213-a992-39e4280a19a6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 211 rows starting from the beginning of the part 2025.12.23 09:29:06.611013 [ 188 ] {aafc8dfa-6e62-4213-a992-39e4280a19a6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 211 rows starting from the beginning of the part 2025.12.23 09:29:06.611053 [ 188 ] {aafc8dfa-6e62-4213-a992-39e4280a19a6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 211 rows starting from the beginning of the part 2025.12.23 09:29:06.611552 [ 262 ] {953739a3-a166-4570-ba15-ea746d69f1c9} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:06.611587 [ 262 ] {953739a3-a166-4570-ba15-ea746d69f1c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:06.611900 [ 198 ] {aafc8dfa-6e62-4213-a992-39e4280a19a6::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1278 rows, containing 5 columns (5 merged, 0 gathered) in 0.001210101 sec., 1056110.1924550098 rows/sec., 64.20 MiB/sec. 2025.12.23 09:29:06.611921 [ 262 ] {953739a3-a166-4570-ba15-ea746d69f1c9} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.12.23 09:29:06.612042 [ 188 ] {aafc8dfa-6e62-4213-a992-39e4280a19a6::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.23 09:29:06.612206 [ 262 ] {953739a3-a166-4570-ba15-ea746d69f1c9} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:06.612280 [ 188 ] {aafc8dfa-6e62-4213-a992-39e4280a19a6::all_1_11_2} oximeter.fields_u8 (aafc8dfa-6e62-4213-a992-39e4280a19a6): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:06.612345 [ 188 ] {aafc8dfa-6e62-4213-a992-39e4280a19a6::all_1_11_2} oximeter.fields_u8 (aafc8dfa-6e62-4213-a992-39e4280a19a6) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.23 09:29:06.612347 [ 262 ] {953739a3-a166-4570-ba15-ea746d69f1c9} executeQuery: Read 722 rows, 51.92 KiB in 0.001531 sec., 471587.19790986285 rows/sec., 33.12 MiB/sec. 2025.12.23 09:29:06.612394 [ 262 ] {953739a3-a166-4570-ba15-ea746d69f1c9} TCPHandler: Processed in 0.001717034 sec. 2025.12.23 09:29:06.612405 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2025.12.23 09:29:06.612508 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:06.612604 [ 262 ] {8c34f128-df23-4f97-8190-a6ada3423d22} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.12.23 09:29:06.612645 [ 262 ] {8c34f128-df23-4f97-8190-a6ada3423d22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.12.23 09:29:06.612987 [ 262 ] {8c34f128-df23-4f97-8190-a6ada3423d22} oximeter.measurements_bool (ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:06.613023 [ 262 ] {8c34f128-df23-4f97-8190-a6ada3423d22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:06.613325 [ 262 ] {8c34f128-df23-4f97-8190-a6ada3423d22} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.23 09:29:06.613535 [ 262 ] {8c34f128-df23-4f97-8190-a6ada3423d22} oximeter.measurements_bool (ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:06.613663 [ 262 ] {8c34f128-df23-4f97-8190-a6ada3423d22} executeQuery: Read 6 rows, 321.00 B in 0.001077 sec., 5571.030640668523 rows/sec., 291.06 KiB/sec. 2025.12.23 09:29:06.613700 [ 262 ] {8c34f128-df23-4f97-8190-a6ada3423d22} TCPHandler: Processed in 0.001244142 sec. 2025.12.23 09:29:06.613811 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:06.613907 [ 262 ] {0a70c3ab-f7a3-4b3d-989a-f80073152aea} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.23 09:29:06.613951 [ 262 ] {0a70c3ab-f7a3-4b3d-989a-f80073152aea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.23 09:29:06.614404 [ 262 ] {0a70c3ab-f7a3-4b3d-989a-f80073152aea} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:06.614440 [ 262 ] {0a70c3ab-f7a3-4b3d-989a-f80073152aea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:06.614780 [ 262 ] {0a70c3ab-f7a3-4b3d-989a-f80073152aea} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.12.23 09:29:06.614998 [ 262 ] {0a70c3ab-f7a3-4b3d-989a-f80073152aea} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:06.615130 [ 262 ] {0a70c3ab-f7a3-4b3d-989a-f80073152aea} executeQuery: Read 318 rows, 21.40 KiB in 0.001243 sec., 255832.66291230894 rows/sec., 16.82 MiB/sec. 2025.12.23 09:29:06.615168 [ 262 ] {0a70c3ab-f7a3-4b3d-989a-f80073152aea} TCPHandler: Processed in 0.001406805 sec. 2025.12.23 09:29:06.615280 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:06.615375 [ 262 ] {f92b9e8f-7787-4c07-9b72-24086661361b} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.12.23 09:29:06.615418 [ 262 ] {f92b9e8f-7787-4c07-9b72-24086661361b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.12.23 09:29:06.615725 [ 262 ] {f92b9e8f-7787-4c07-9b72-24086661361b} oximeter.measurements_f64 (b7995074-f324-489b-8a3e-e8ccb953a5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:06.615760 [ 262 ] {f92b9e8f-7787-4c07-9b72-24086661361b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:06.616056 [ 262 ] {f92b9e8f-7787-4c07-9b72-24086661361b} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.23 09:29:06.616274 [ 262 ] {f92b9e8f-7787-4c07-9b72-24086661361b} oximeter.measurements_f64 (b7995074-f324-489b-8a3e-e8ccb953a5a6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:06.616372 [ 80 ] {} oximeter.measurements_f64 (b7995074-f324-489b-8a3e-e8ccb953a5a6) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.23 09:29:06.616398 [ 262 ] {f92b9e8f-7787-4c07-9b72-24086661361b} executeQuery: Read 1 rows, 69.00 B in 0.001041 sec., 960.6147934678194 rows/sec., 64.73 KiB/sec. 2025.12.23 09:29:06.616405 [ 80 ] {} oximeter.measurements_f64 (b7995074-f324-489b-8a3e-e8ccb953a5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:06.616430 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:06.616434 [ 262 ] {f92b9e8f-7787-4c07-9b72-24086661361b} TCPHandler: Processed in 0.001206111 sec. 2025.12.23 09:29:06.616527 [ 190 ] {b7995074-f324-489b-8a3e-e8ccb953a5a6::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.12.23 09:29:06.616564 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:06.616654 [ 190 ] {b7995074-f324-489b-8a3e-e8ccb953a5a6::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:29:06.616671 [ 262 ] {2bcef89d-68c2-4da8-9585-ef7dca00c0f5} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.23 09:29:06.616694 [ 190 ] {b7995074-f324-489b-8a3e-e8ccb953a5a6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 6 rows starting from the beginning of the part 2025.12.23 09:29:06.616753 [ 262 ] {2bcef89d-68c2-4da8-9585-ef7dca00c0f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.23 09:29:06.616770 [ 190 ] {b7995074-f324-489b-8a3e-e8ccb953a5a6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part 2025.12.23 09:29:06.616826 [ 190 ] {b7995074-f324-489b-8a3e-e8ccb953a5a6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part 2025.12.23 09:29:06.616885 [ 190 ] {b7995074-f324-489b-8a3e-e8ccb953a5a6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part 2025.12.23 09:29:06.616952 [ 190 ] {b7995074-f324-489b-8a3e-e8ccb953a5a6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part 2025.12.23 09:29:06.617013 [ 190 ] {b7995074-f324-489b-8a3e-e8ccb953a5a6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part 2025.12.23 09:29:06.618147 [ 190 ] {b7995074-f324-489b-8a3e-e8ccb953a5a6::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 11 rows, containing 4 columns (4 merged, 0 gathered) in 0.001667962 sec., 6594.874463566915 rows/sec., 442.04 KiB/sec. 2025.12.23 09:29:06.618306 [ 190 ] {b7995074-f324-489b-8a3e-e8ccb953a5a6::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.23 09:29:06.618622 [ 190 ] {b7995074-f324-489b-8a3e-e8ccb953a5a6::all_1_11_2} oximeter.measurements_f64 (b7995074-f324-489b-8a3e-e8ccb953a5a6): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:06.618716 [ 190 ] {b7995074-f324-489b-8a3e-e8ccb953a5a6::all_1_11_2} oximeter.measurements_f64 (b7995074-f324-489b-8a3e-e8ccb953a5a6) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.23 09:29:06.618808 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.12.23 09:29:06.619726 [ 262 ] {2bcef89d-68c2-4da8-9585-ef7dca00c0f5} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:06.619769 [ 262 ] {2bcef89d-68c2-4da8-9585-ef7dca00c0f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:06.620376 [ 262 ] {2bcef89d-68c2-4da8-9585-ef7dca00c0f5} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.12.23 09:29:06.620636 [ 262 ] {2bcef89d-68c2-4da8-9585-ef7dca00c0f5} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:06.620747 [ 80 ] {} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.12.23 09:29:06.620781 [ 80 ] {} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:06.620781 [ 262 ] {2bcef89d-68c2-4da8-9585-ef7dca00c0f5} executeQuery: Read 35 rows, 64.22 KiB in 0.004134 sec., 8466.376390904694 rows/sec., 15.17 MiB/sec. 2025.12.23 09:29:06.620800 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:06.620860 [ 262 ] {2bcef89d-68c2-4da8-9585-ef7dca00c0f5} TCPHandler: Processed in 0.004349831 sec. 2025.12.23 09:29:06.620886 [ 198 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.12.23 09:29:06.620986 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:06.621088 [ 262 ] {41eb2de3-cb0c-43a4-8a08-ffa60a7ba71c} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.23 09:29:06.621097 [ 198 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:29:06.621133 [ 262 ] {41eb2de3-cb0c-43a4-8a08-ffa60a7ba71c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.23 09:29:06.621155 [ 198 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 386 rows starting from the beginning of the part 2025.12.23 09:29:06.621275 [ 198 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 35 rows starting from the beginning of the part 2025.12.23 09:29:06.621372 [ 198 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part 2025.12.23 09:29:06.621462 [ 198 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 35 rows starting from the beginning of the part 2025.12.23 09:29:06.621526 [ 262 ] {41eb2de3-cb0c-43a4-8a08-ffa60a7ba71c} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:06.621567 [ 262 ] {41eb2de3-cb0c-43a4-8a08-ffa60a7ba71c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:06.621596 [ 198 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part 2025.12.23 09:29:06.621714 [ 198 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 35 rows starting from the beginning of the part 2025.12.23 09:29:06.621914 [ 262 ] {41eb2de3-cb0c-43a4-8a08-ffa60a7ba71c} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.12.23 09:29:06.622225 [ 262 ] {41eb2de3-cb0c-43a4-8a08-ffa60a7ba71c} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:06.622371 [ 262 ] {41eb2de3-cb0c-43a4-8a08-ffa60a7ba71c} executeQuery: Read 104 rows, 6.53 KiB in 0.001303 sec., 79815.80966999233 rows/sec., 4.89 MiB/sec. 2025.12.23 09:29:06.622409 [ 262 ] {41eb2de3-cb0c-43a4-8a08-ffa60a7ba71c} TCPHandler: Processed in 0.001474487 sec. 2025.12.23 09:29:06.625416 [ 198 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 503 rows, containing 19 columns (19 merged, 0 gathered) in 0.004565907 sec., 110164.31127484638 rows/sec., 197.41 MiB/sec. 2025.12.23 09:29:06.626251 [ 193 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.12.23 09:29:06.626663 [ 193 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_21_4} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:06.626752 [ 193 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_21_4} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.12.23 09:29:06.626895 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.32 MiB. 2025.12.23 09:29:08.566349 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 9134 2025.12.23 09:29:08.566840 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:08.566879 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:08.567385 [ 245 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.23 09:29:08.567629 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:08.567752 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9134 2025.12.23 09:29:09.027861 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2025.12.23 09:29:09.044537 [ 244 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:09.044608 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:09.050219 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.23 09:29:09.050920 [ 244 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:09.053836 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2025.12.23 09:29:11.589021 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:11.589214 [ 262 ] {703e89c2-e671-4674-807b-223b4952b526} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.23 09:29:11.589276 [ 262 ] {703e89c2-e671-4674-807b-223b4952b526} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.23 09:29:11.589941 [ 262 ] {703e89c2-e671-4674-807b-223b4952b526} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:11.589987 [ 262 ] {703e89c2-e671-4674-807b-223b4952b526} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:11.590414 [ 262 ] {703e89c2-e671-4674-807b-223b4952b526} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.12.23 09:29:11.590639 [ 262 ] {703e89c2-e671-4674-807b-223b4952b526} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:11.590789 [ 262 ] {703e89c2-e671-4674-807b-223b4952b526} executeQuery: Read 68 rows, 5.56 KiB in 0.001623 sec., 41897.720271102895 rows/sec., 3.35 MiB/sec. 2025.12.23 09:29:11.590769 [ 74 ] {} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.12.23 09:29:11.590832 [ 262 ] {703e89c2-e671-4674-807b-223b4952b526} TCPHandler: Processed in 0.00195569 sec. 2025.12.23 09:29:11.590878 [ 74 ] {} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:11.590911 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:11.590975 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:11.591035 [ 189 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.12.23 09:29:11.591076 [ 262 ] {e49fb550-2cc6-49ec-a5c2-300cdc87b1ee} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.23 09:29:11.591126 [ 262 ] {e49fb550-2cc6-49ec-a5c2-300cdc87b1ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.23 09:29:11.591177 [ 189 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:29:11.591217 [ 189 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1324 rows starting from the beginning of the part 2025.12.23 09:29:11.591288 [ 189 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 70 rows starting from the beginning of the part 2025.12.23 09:29:11.591333 [ 189 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1182 rows starting from the beginning of the part 2025.12.23 09:29:11.591376 [ 189 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 68 rows starting from the beginning of the part 2025.12.23 09:29:11.591415 [ 189 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1186 rows starting from the beginning of the part 2025.12.23 09:29:11.591455 [ 189 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 68 rows starting from the beginning of the part 2025.12.23 09:29:11.591531 [ 262 ] {e49fb550-2cc6-49ec-a5c2-300cdc87b1ee} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:11.591574 [ 262 ] {e49fb550-2cc6-49ec-a5c2-300cdc87b1ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:11.591983 [ 262 ] {e49fb550-2cc6-49ec-a5c2-300cdc87b1ee} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.12.23 09:29:11.592207 [ 262 ] {e49fb550-2cc6-49ec-a5c2-300cdc87b1ee} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:11.592346 [ 262 ] {e49fb550-2cc6-49ec-a5c2-300cdc87b1ee} executeQuery: Read 6 rows, 462.00 B in 0.001288 sec., 4658.385093167702 rows/sec., 350.29 KiB/sec. 2025.12.23 09:29:11.592389 [ 262 ] {e49fb550-2cc6-49ec-a5c2-300cdc87b1ee} TCPHandler: Processed in 0.001462227 sec. 2025.12.23 09:29:11.592500 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:11.592593 [ 262 ] {c417b8c7-6a67-4079-9535-01df52cd65f3} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.23 09:29:11.592633 [ 262 ] {c417b8c7-6a67-4079-9535-01df52cd65f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.23 09:29:11.593023 [ 193 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 3898 rows, containing 5 columns (5 merged, 0 gathered) in 0.002046012 sec., 1905169.6666490717 rows/sec., 160.07 MiB/sec. 2025.12.23 09:29:11.593055 [ 262 ] {c417b8c7-6a67-4079-9535-01df52cd65f3} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:11.593095 [ 262 ] {c417b8c7-6a67-4079-9535-01df52cd65f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:11.593277 [ 198 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.12.23 09:29:11.593429 [ 262 ] {c417b8c7-6a67-4079-9535-01df52cd65f3} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.12.23 09:29:11.593646 [ 198 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_26_5} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:11.593703 [ 262 ] {c417b8c7-6a67-4079-9535-01df52cd65f3} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:11.593735 [ 198 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_26_5} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.12.23 09:29:11.593823 [ 74 ] {} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.12.23 09:29:11.593845 [ 262 ] {c417b8c7-6a67-4079-9535-01df52cd65f3} executeQuery: Read 70 rows, 5.60 KiB in 0.00127 sec., 55118.11023622047 rows/sec., 4.30 MiB/sec. 2025.12.23 09:29:11.593854 [ 74 ] {} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:11.593861 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. 2025.12.23 09:29:11.593889 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:11.593890 [ 262 ] {c417b8c7-6a67-4079-9535-01df52cd65f3} TCPHandler: Processed in 0.001438457 sec. 2025.12.23 09:29:11.593970 [ 197 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.12.23 09:29:11.594031 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:11.594064 [ 197 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:29:11.594095 [ 197 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 792 rows starting from the beginning of the part 2025.12.23 09:29:11.594132 [ 262 ] {7e388ae9-9add-459a-bab6-1702aea27778} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.23 09:29:11.594150 [ 197 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 74 rows starting from the beginning of the part 2025.12.23 09:29:11.594181 [ 262 ] {7e388ae9-9add-459a-bab6-1702aea27778} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.23 09:29:11.594201 [ 197 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 714 rows starting from the beginning of the part 2025.12.23 09:29:11.594246 [ 197 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 70 rows starting from the beginning of the part 2025.12.23 09:29:11.594283 [ 197 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 722 rows starting from the beginning of the part 2025.12.23 09:29:11.594319 [ 197 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 70 rows starting from the beginning of the part 2025.12.23 09:29:11.594614 [ 262 ] {7e388ae9-9add-459a-bab6-1702aea27778} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:11.594655 [ 262 ] {7e388ae9-9add-459a-bab6-1702aea27778} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:11.595012 [ 262 ] {7e388ae9-9add-459a-bab6-1702aea27778} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.12.23 09:29:11.595243 [ 262 ] {7e388ae9-9add-459a-bab6-1702aea27778} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:11.595352 [ 74 ] {} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.12.23 09:29:11.595357 [ 198 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 2442 rows, containing 5 columns (5 merged, 0 gathered) in 0.001424367 sec., 1714445.7853909843 rows/sec., 128.74 MiB/sec. 2025.12.23 09:29:11.595388 [ 74 ] {} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:11.595377 [ 262 ] {7e388ae9-9add-459a-bab6-1702aea27778} executeQuery: Read 160 rows, 11.41 KiB in 0.001263 sec., 126682.5019794141 rows/sec., 8.82 MiB/sec. 2025.12.23 09:29:11.595419 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:11.595461 [ 262 ] {7e388ae9-9add-459a-bab6-1702aea27778} TCPHandler: Processed in 0.001477967 sec. 2025.12.23 09:29:11.595506 [ 197 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.12.23 09:29:11.595555 [ 198 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.12.23 09:29:11.595576 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:11.595615 [ 197 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:29:11.595648 [ 197 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 4750 rows starting from the beginning of the part 2025.12.23 09:29:11.595677 [ 262 ] {a3aa2412-5f40-4582-8c90-1691c8581db3} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.23 09:29:11.595697 [ 197 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 162 rows starting from the beginning of the part 2025.12.23 09:29:11.595738 [ 262 ] {a3aa2412-5f40-4582-8c90-1691c8581db3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.23 09:29:11.595744 [ 197 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 314 rows starting from the beginning of the part 2025.12.23 09:29:11.595797 [ 197 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part 2025.12.23 09:29:11.595836 [ 197 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 318 rows starting from the beginning of the part 2025.12.23 09:29:11.595875 [ 197 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part 2025.12.23 09:29:11.595892 [ 198 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_26_5} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:11.595977 [ 198 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_26_5} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.12.23 09:29:11.596060 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. 2025.12.23 09:29:11.596517 [ 262 ] {a3aa2412-5f40-4582-8c90-1691c8581db3} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:11.596559 [ 262 ] {a3aa2412-5f40-4582-8c90-1691c8581db3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:11.597079 [ 262 ] {a3aa2412-5f40-4582-8c90-1691c8581db3} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.12.23 09:29:11.597309 [ 262 ] {a3aa2412-5f40-4582-8c90-1691c8581db3} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:11.597448 [ 262 ] {a3aa2412-5f40-4582-8c90-1691c8581db3} executeQuery: Read 6 rows, 11.01 KiB in 0.00179 sec., 3351.95530726257 rows/sec., 6.01 MiB/sec. 2025.12.23 09:29:11.597500 [ 262 ] {a3aa2412-5f40-4582-8c90-1691c8581db3} TCPHandler: Processed in 0.00197211 sec. 2025.12.23 09:29:11.597616 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:11.597705 [ 197 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 5864 rows, containing 5 columns (5 merged, 0 gathered) in 0.002226086 sec., 2634219.8818913554 rows/sec., 178.80 MiB/sec. 2025.12.23 09:29:11.597711 [ 262 ] {288eaa22-349d-4644-a10c-519b2c260e69} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.23 09:29:11.597774 [ 262 ] {288eaa22-349d-4644-a10c-519b2c260e69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.23 09:29:11.598106 [ 198 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.12.23 09:29:11.598123 [ 262 ] {288eaa22-349d-4644-a10c-519b2c260e69} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:11.598164 [ 262 ] {288eaa22-349d-4644-a10c-519b2c260e69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:11.598407 [ 198 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_26_5} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:11.598480 [ 198 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_26_5} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.12.23 09:29:11.598508 [ 262 ] {288eaa22-349d-4644-a10c-519b2c260e69} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.12.23 09:29:11.598554 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.34 MiB. 2025.12.23 09:29:11.598733 [ 262 ] {288eaa22-349d-4644-a10c-519b2c260e69} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:11.598843 [ 74 ] {} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.12.23 09:29:11.598868 [ 262 ] {288eaa22-349d-4644-a10c-519b2c260e69} executeQuery: Read 60 rows, 4.14 KiB in 0.001175 sec., 51063.82978723404 rows/sec., 3.44 MiB/sec. 2025.12.23 09:29:11.598884 [ 74 ] {} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:11.598910 [ 262 ] {288eaa22-349d-4644-a10c-519b2c260e69} TCPHandler: Processed in 0.001343624 sec. 2025.12.23 09:29:11.598911 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:11.599010 [ 201 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.12.23 09:29:11.599112 [ 201 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:29:11.599137 [ 201 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1552 rows starting from the beginning of the part 2025.12.23 09:29:11.599186 [ 201 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part 2025.12.23 09:29:11.599227 [ 201 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 104 rows starting from the beginning of the part 2025.12.23 09:29:11.599264 [ 201 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part 2025.12.23 09:29:11.599300 [ 201 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 104 rows starting from the beginning of the part 2025.12.23 09:29:11.599335 [ 201 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part 2025.12.23 09:29:11.600370 [ 196 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1940 rows, containing 4 columns (4 merged, 0 gathered) in 0.001395906 sec., 1389778.3948202818 rows/sec., 89.35 MiB/sec. 2025.12.23 09:29:11.600579 [ 201 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.12.23 09:29:11.600859 [ 201 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_26_5} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:11.600931 [ 201 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_26_5} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.12.23 09:29:11.601001 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2025.12.23 09:29:15.975720 [ 28 ] {} DNSResolver: Updating DNS cache 2025.12.23 09:29:15.975803 [ 28 ] {} DNSResolver: Updated DNS cache 2025.12.23 09:29:16.067856 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 9646 2025.12.23 09:29:16.068386 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:16.068430 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:16.068915 [ 245 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.23 09:29:16.069153 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:16.069301 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9646 2025.12.23 09:29:16.092170 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 622 2025.12.23 09:29:16.094508 [ 243 ] {} system.query_log (93b58756-c7c4-4dd5-8f38-c0e6c44c4a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:16.094551 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:16.095746 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.23 09:29:16.096027 [ 243 ] {} system.query_log (93b58756-c7c4-4dd5-8f38-c0e6c44c4a94): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:16.096308 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 622 2025.12.23 09:29:16.553949 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2025.12.23 09:29:16.570561 [ 244 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:16.570606 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:16.576378 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.23 09:29:16.577067 [ 244 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:16.579808 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2025.12.23 09:29:16.599789 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:16.600035 [ 262 ] {47abd562-8ba1-4e4e-8630-d7ded0ee6665} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.23 09:29:16.600128 [ 262 ] {47abd562-8ba1-4e4e-8630-d7ded0ee6665} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.23 09:29:16.601005 [ 262 ] {47abd562-8ba1-4e4e-8630-d7ded0ee6665} oximeter.fields_i16 (8d7fe79b-86f4-4d5a-b54c-2b26224a25e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:16.601043 [ 262 ] {47abd562-8ba1-4e4e-8630-d7ded0ee6665} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:16.601386 [ 262 ] {47abd562-8ba1-4e4e-8630-d7ded0ee6665} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.23 09:29:16.601602 [ 262 ] {47abd562-8ba1-4e4e-8630-d7ded0ee6665} oximeter.fields_i16 (8d7fe79b-86f4-4d5a-b54c-2b26224a25e1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:16.601746 [ 262 ] {47abd562-8ba1-4e4e-8630-d7ded0ee6665} executeQuery: Read 410 rows, 26.63 KiB in 0.001776 sec., 230855.85585585586 rows/sec., 14.64 MiB/sec. 2025.12.23 09:29:16.601787 [ 262 ] {47abd562-8ba1-4e4e-8630-d7ded0ee6665} TCPHandler: Processed in 0.002171746 sec. 2025.12.23 09:29:16.601907 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:16.602010 [ 262 ] {1e6eb8c2-5a83-4628-9562-079a75df2510} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.23 09:29:16.602058 [ 262 ] {1e6eb8c2-5a83-4628-9562-079a75df2510} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.23 09:29:16.602835 [ 262 ] {1e6eb8c2-5a83-4628-9562-079a75df2510} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:16.602871 [ 262 ] {1e6eb8c2-5a83-4628-9562-079a75df2510} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:16.603266 [ 262 ] {1e6eb8c2-5a83-4628-9562-079a75df2510} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.12.23 09:29:16.603488 [ 262 ] {1e6eb8c2-5a83-4628-9562-079a75df2510} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:16.603618 [ 262 ] {1e6eb8c2-5a83-4628-9562-079a75df2510} executeQuery: Read 1182 rows, 96.55 KiB in 0.001632 sec., 724264.7058823529 rows/sec., 57.77 MiB/sec. 2025.12.23 09:29:16.603656 [ 262 ] {1e6eb8c2-5a83-4628-9562-079a75df2510} TCPHandler: Processed in 0.001801016 sec. 2025.12.23 09:29:16.603772 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:16.603870 [ 262 ] {6c17cf6e-853c-4eeb-a58d-c3a5aacd28f7} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.23 09:29:16.603911 [ 262 ] {6c17cf6e-853c-4eeb-a58d-c3a5aacd28f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.23 09:29:16.604370 [ 262 ] {6c17cf6e-853c-4eeb-a58d-c3a5aacd28f7} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:16.604405 [ 262 ] {6c17cf6e-853c-4eeb-a58d-c3a5aacd28f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:16.604730 [ 262 ] {6c17cf6e-853c-4eeb-a58d-c3a5aacd28f7} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.12.23 09:29:16.604937 [ 262 ] {6c17cf6e-853c-4eeb-a58d-c3a5aacd28f7} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:16.605064 [ 262 ] {6c17cf6e-853c-4eeb-a58d-c3a5aacd28f7} executeQuery: Read 240 rows, 14.95 KiB in 0.001214 sec., 197693.57495881384 rows/sec., 12.02 MiB/sec. 2025.12.23 09:29:16.605101 [ 262 ] {6c17cf6e-853c-4eeb-a58d-c3a5aacd28f7} TCPHandler: Processed in 0.001379676 sec. 2025.12.23 09:29:16.605207 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:16.605308 [ 262 ] {db888a8b-7443-4345-bc2c-dd21b7b227a6} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.23 09:29:16.605348 [ 262 ] {db888a8b-7443-4345-bc2c-dd21b7b227a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.23 09:29:16.605801 [ 262 ] {db888a8b-7443-4345-bc2c-dd21b7b227a6} oximeter.fields_u32 (d4478a7b-5e34-44bf-90e4-f163ea7d0fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:16.605838 [ 262 ] {db888a8b-7443-4345-bc2c-dd21b7b227a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:16.606148 [ 262 ] {db888a8b-7443-4345-bc2c-dd21b7b227a6} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.23 09:29:16.606358 [ 262 ] {db888a8b-7443-4345-bc2c-dd21b7b227a6} oximeter.fields_u32 (d4478a7b-5e34-44bf-90e4-f163ea7d0fe4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:16.606483 [ 262 ] {db888a8b-7443-4345-bc2c-dd21b7b227a6} executeQuery: Read 212 rows, 14.00 KiB in 0.001194 sec., 177554.43886097154 rows/sec., 11.45 MiB/sec. 2025.12.23 09:29:16.606520 [ 262 ] {db888a8b-7443-4345-bc2c-dd21b7b227a6} TCPHandler: Processed in 0.001362575 sec. 2025.12.23 09:29:16.606620 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:16.606713 [ 262 ] {d260a651-0585-4690-9036-626db7137395} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.23 09:29:16.606752 [ 262 ] {d260a651-0585-4690-9036-626db7137395} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.23 09:29:16.607201 [ 262 ] {d260a651-0585-4690-9036-626db7137395} oximeter.fields_u8 (aafc8dfa-6e62-4213-a992-39e4280a19a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:16.607237 [ 262 ] {d260a651-0585-4690-9036-626db7137395} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:16.607542 [ 262 ] {d260a651-0585-4690-9036-626db7137395} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.23 09:29:16.607751 [ 262 ] {d260a651-0585-4690-9036-626db7137395} oximeter.fields_u8 (aafc8dfa-6e62-4213-a992-39e4280a19a6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:16.607880 [ 262 ] {d260a651-0585-4690-9036-626db7137395} executeQuery: Read 211 rows, 12.27 KiB in 0.001186 sec., 177908.9376053963 rows/sec., 10.10 MiB/sec. 2025.12.23 09:29:16.607917 [ 262 ] {d260a651-0585-4690-9036-626db7137395} TCPHandler: Processed in 0.001346555 sec. 2025.12.23 09:29:16.608022 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:16.608114 [ 262 ] {fc782ea4-5c57-4e76-8dfd-5661a819c7e5} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.23 09:29:16.608153 [ 262 ] {fc782ea4-5c57-4e76-8dfd-5661a819c7e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.23 09:29:16.608740 [ 262 ] {fc782ea4-5c57-4e76-8dfd-5661a819c7e5} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:16.608777 [ 262 ] {fc782ea4-5c57-4e76-8dfd-5661a819c7e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:16.609103 [ 262 ] {fc782ea4-5c57-4e76-8dfd-5661a819c7e5} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.12.23 09:29:16.609318 [ 262 ] {fc782ea4-5c57-4e76-8dfd-5661a819c7e5} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:16.609445 [ 262 ] {fc782ea4-5c57-4e76-8dfd-5661a819c7e5} executeQuery: Read 714 rows, 51.27 KiB in 0.001349 sec., 529280.9488510008 rows/sec., 37.12 MiB/sec. 2025.12.23 09:29:16.609483 [ 262 ] {fc782ea4-5c57-4e76-8dfd-5661a819c7e5} TCPHandler: Processed in 0.001511279 sec. 2025.12.23 09:29:16.609596 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:16.609692 [ 262 ] {342d5b2f-8901-47cb-a4b8-774c7889bd17} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.12.23 09:29:16.609734 [ 262 ] {342d5b2f-8901-47cb-a4b8-774c7889bd17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.12.23 09:29:16.610056 [ 262 ] {342d5b2f-8901-47cb-a4b8-774c7889bd17} oximeter.measurements_bool (ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:16.610092 [ 262 ] {342d5b2f-8901-47cb-a4b8-774c7889bd17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:16.610383 [ 262 ] {342d5b2f-8901-47cb-a4b8-774c7889bd17} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.23 09:29:16.610583 [ 262 ] {342d5b2f-8901-47cb-a4b8-774c7889bd17} oximeter.measurements_bool (ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:16.610687 [ 25 ] {} oximeter.measurements_bool (ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.23 09:29:16.610707 [ 262 ] {342d5b2f-8901-47cb-a4b8-774c7889bd17} executeQuery: Read 6 rows, 321.00 B in 0.001034 sec., 5802.707930367505 rows/sec., 303.17 KiB/sec. 2025.12.23 09:29:16.610754 [ 25 ] {} oximeter.measurements_bool (ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:16.610762 [ 262 ] {342d5b2f-8901-47cb-a4b8-774c7889bd17} TCPHandler: Processed in 0.001216281 sec. 2025.12.23 09:29:16.610784 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:16.610879 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:16.610903 [ 197 ] {ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.12.23 09:29:16.610979 [ 262 ] {f5f4efdb-5c80-4a15-b032-847a1658c3a2} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.23 09:29:16.611026 [ 262 ] {f5f4efdb-5c80-4a15-b032-847a1658c3a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.23 09:29:16.611042 [ 197 ] {ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:29:16.611085 [ 197 ] {ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part 2025.12.23 09:29:16.611154 [ 197 ] {ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part 2025.12.23 09:29:16.611204 [ 197 ] {ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part 2025.12.23 09:29:16.611251 [ 197 ] {ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part 2025.12.23 09:29:16.611294 [ 197 ] {ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part 2025.12.23 09:29:16.611337 [ 197 ] {ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part 2025.12.23 09:29:16.611443 [ 262 ] {f5f4efdb-5c80-4a15-b032-847a1658c3a2} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:16.611485 [ 262 ] {f5f4efdb-5c80-4a15-b032-847a1658c3a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:16.611840 [ 262 ] {f5f4efdb-5c80-4a15-b032-847a1658c3a2} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.12.23 09:29:16.612074 [ 262 ] {f5f4efdb-5c80-4a15-b032-847a1658c3a2} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:16.612169 [ 201 ] {ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.001317084 sec., 50110.69908980748 rows/sec., 2.56 MiB/sec. 2025.12.23 09:29:16.612210 [ 262 ] {f5f4efdb-5c80-4a15-b032-847a1658c3a2} executeQuery: Read 314 rows, 21.12 KiB in 0.001248 sec., 251602.5641025641 rows/sec., 16.53 MiB/sec. 2025.12.23 09:29:16.612251 [ 262 ] {f5f4efdb-5c80-4a15-b032-847a1658c3a2} TCPHandler: Processed in 0.001422096 sec. 2025.12.23 09:29:16.612323 [ 196 ] {ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.23 09:29:16.612376 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:16.612499 [ 262 ] {78d649b9-f2db-4329-ac1d-3ff9f2f0ecf1} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.12.23 09:29:16.612551 [ 262 ] {78d649b9-f2db-4329-ac1d-3ff9f2f0ecf1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.12.23 09:29:16.612631 [ 196 ] {ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4::all_1_11_2} oximeter.measurements_bool (ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:16.612717 [ 196 ] {ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4::all_1_11_2} oximeter.measurements_bool (ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.23 09:29:16.612792 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.12.23 09:29:16.612896 [ 262 ] {78d649b9-f2db-4329-ac1d-3ff9f2f0ecf1} oximeter.measurements_f64 (b7995074-f324-489b-8a3e-e8ccb953a5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:16.612932 [ 262 ] {78d649b9-f2db-4329-ac1d-3ff9f2f0ecf1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:16.613238 [ 262 ] {78d649b9-f2db-4329-ac1d-3ff9f2f0ecf1} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.23 09:29:16.613454 [ 262 ] {78d649b9-f2db-4329-ac1d-3ff9f2f0ecf1} oximeter.measurements_f64 (b7995074-f324-489b-8a3e-e8ccb953a5a6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:16.613584 [ 262 ] {78d649b9-f2db-4329-ac1d-3ff9f2f0ecf1} executeQuery: Read 1 rows, 69.00 B in 0.001109 sec., 901.7132551848513 rows/sec., 60.76 KiB/sec. 2025.12.23 09:29:16.613622 [ 262 ] {78d649b9-f2db-4329-ac1d-3ff9f2f0ecf1} TCPHandler: Processed in 0.001308623 sec. 2025.12.23 09:29:16.613724 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:16.613818 [ 262 ] {6cb1a94a-e167-468f-9425-bafeadd6a2c1} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.23 09:29:16.613872 [ 262 ] {6cb1a94a-e167-468f-9425-bafeadd6a2c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.23 09:29:16.614804 [ 262 ] {6cb1a94a-e167-468f-9425-bafeadd6a2c1} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:16.614839 [ 262 ] {6cb1a94a-e167-468f-9425-bafeadd6a2c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:16.615355 [ 262 ] {6cb1a94a-e167-468f-9425-bafeadd6a2c1} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.12.23 09:29:16.615580 [ 262 ] {6cb1a94a-e167-468f-9425-bafeadd6a2c1} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:16.615713 [ 262 ] {6cb1a94a-e167-468f-9425-bafeadd6a2c1} executeQuery: Read 35 rows, 64.22 KiB in 0.001914 sec., 18286.311389759667 rows/sec., 32.77 MiB/sec. 2025.12.23 09:29:16.615764 [ 262 ] {6cb1a94a-e167-468f-9425-bafeadd6a2c1} TCPHandler: Processed in 0.002091063 sec. 2025.12.23 09:29:16.615881 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:16.615972 [ 262 ] {ad61e09a-2fca-4dd3-857f-5e8276b736aa} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.23 09:29:16.616012 [ 262 ] {ad61e09a-2fca-4dd3-857f-5e8276b736aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.23 09:29:16.616333 [ 262 ] {ad61e09a-2fca-4dd3-857f-5e8276b736aa} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:16.616368 [ 262 ] {ad61e09a-2fca-4dd3-857f-5e8276b736aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:16.616680 [ 262 ] {ad61e09a-2fca-4dd3-857f-5e8276b736aa} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.12.23 09:29:16.616886 [ 262 ] {ad61e09a-2fca-4dd3-857f-5e8276b736aa} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:16.617009 [ 262 ] {ad61e09a-2fca-4dd3-857f-5e8276b736aa} executeQuery: Read 104 rows, 6.53 KiB in 0.001055 sec., 98578.19905213271 rows/sec., 6.04 MiB/sec. 2025.12.23 09:29:16.617044 [ 262 ] {ad61e09a-2fca-4dd3-857f-5e8276b736aa} TCPHandler: Processed in 0.001210731 sec. 2025.12.23 09:29:17.000199 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 248.43 MiB, peak 251.62 MiB, free memory in arenas 0.00 B, will set to 247.09 MiB (RSS), difference: -1.34 MiB 2025.12.23 09:29:17.489063 [ 25 ] {} oximeter.fields_ipaddr (d154834d-033d-4c99-ba0c-394bcbfa5713) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.12.23 09:29:17.489157 [ 25 ] {} oximeter.fields_ipaddr (d154834d-033d-4c99-ba0c-394bcbfa5713): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:17.489195 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:17.489395 [ 194 ] {d154834d-033d-4c99-ba0c-394bcbfa5713::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2025.12.23 09:29:17.489597 [ 194 ] {d154834d-033d-4c99-ba0c-394bcbfa5713::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:29:17.489648 [ 194 ] {d154834d-033d-4c99-ba0c-394bcbfa5713::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 16 rows starting from the beginning of the part 2025.12.23 09:29:17.489761 [ 194 ] {d154834d-033d-4c99-ba0c-394bcbfa5713::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part 2025.12.23 09:29:17.489842 [ 194 ] {d154834d-033d-4c99-ba0c-394bcbfa5713::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part 2025.12.23 09:29:17.489917 [ 194 ] {d154834d-033d-4c99-ba0c-394bcbfa5713::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part 2025.12.23 09:29:17.489985 [ 194 ] {d154834d-033d-4c99-ba0c-394bcbfa5713::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 8 rows starting from the beginning of the part 2025.12.23 09:29:17.490742 [ 196 ] {d154834d-033d-4c99-ba0c-394bcbfa5713::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 5 columns (5 merged, 0 gathered) in 0.001417896 sec., 22568.651015307187 rows/sec., 1.88 MiB/sec. 2025.12.23 09:29:17.490877 [ 194 ] {d154834d-033d-4c99-ba0c-394bcbfa5713::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.12.23 09:29:17.491122 [ 194 ] {d154834d-033d-4c99-ba0c-394bcbfa5713::all_1_9_2} oximeter.fields_ipaddr (d154834d-033d-4c99-ba0c-394bcbfa5713): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:17.491188 [ 194 ] {d154834d-033d-4c99-ba0c-394bcbfa5713::all_1_9_2} oximeter.fields_ipaddr (d154834d-033d-4c99-ba0c-394bcbfa5713) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.12.23 09:29:17.491249 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.12.23 09:29:21.587972 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:21.588182 [ 262 ] {97723219-2238-4966-adea-4e146f83585d} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.23 09:29:21.588258 [ 262 ] {97723219-2238-4966-adea-4e146f83585d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.23 09:29:21.588945 [ 262 ] {97723219-2238-4966-adea-4e146f83585d} oximeter.fields_ipaddr (d154834d-033d-4c99-ba0c-394bcbfa5713): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:21.588991 [ 262 ] {97723219-2238-4966-adea-4e146f83585d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:21.589393 [ 262 ] {97723219-2238-4966-adea-4e146f83585d} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.23 09:29:21.589640 [ 262 ] {97723219-2238-4966-adea-4e146f83585d} oximeter.fields_ipaddr (d154834d-033d-4c99-ba0c-394bcbfa5713): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:21.589802 [ 262 ] {97723219-2238-4966-adea-4e146f83585d} executeQuery: Read 2 rows, 167.00 B in 0.001674 sec., 1194.7431302270013 rows/sec., 97.42 KiB/sec. 2025.12.23 09:29:21.589853 [ 262 ] {97723219-2238-4966-adea-4e146f83585d} TCPHandler: Processed in 0.002039862 sec. 2025.12.23 09:29:21.589975 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:21.590078 [ 262 ] {2a36ed1d-5eea-4341-9bed-3cad99015327} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.23 09:29:21.590121 [ 262 ] {2a36ed1d-5eea-4341-9bed-3cad99015327} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.23 09:29:21.590547 [ 262 ] {2a36ed1d-5eea-4341-9bed-3cad99015327} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:21.590585 [ 262 ] {2a36ed1d-5eea-4341-9bed-3cad99015327} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:21.590914 [ 262 ] {2a36ed1d-5eea-4341-9bed-3cad99015327} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.12.23 09:29:21.591135 [ 262 ] {2a36ed1d-5eea-4341-9bed-3cad99015327} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:21.591268 [ 262 ] {2a36ed1d-5eea-4341-9bed-3cad99015327} executeQuery: Read 69 rows, 5.63 KiB in 0.001212 sec., 56930.69306930693 rows/sec., 4.54 MiB/sec. 2025.12.23 09:29:21.591307 [ 262 ] {2a36ed1d-5eea-4341-9bed-3cad99015327} TCPHandler: Processed in 0.001382916 sec. 2025.12.23 09:29:21.591415 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:21.591513 [ 262 ] {63b69dde-cb30-4fc7-ba39-5c4ce18cd85d} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.23 09:29:21.591554 [ 262 ] {63b69dde-cb30-4fc7-ba39-5c4ce18cd85d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.23 09:29:21.591943 [ 262 ] {63b69dde-cb30-4fc7-ba39-5c4ce18cd85d} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:21.591980 [ 262 ] {63b69dde-cb30-4fc7-ba39-5c4ce18cd85d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:21.592313 [ 262 ] {63b69dde-cb30-4fc7-ba39-5c4ce18cd85d} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.12.23 09:29:21.592533 [ 262 ] {63b69dde-cb30-4fc7-ba39-5c4ce18cd85d} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:21.592673 [ 262 ] {63b69dde-cb30-4fc7-ba39-5c4ce18cd85d} executeQuery: Read 8 rows, 605.00 B in 0.001179 sec., 6785.411365564038 rows/sec., 501.12 KiB/sec. 2025.12.23 09:29:21.592712 [ 262 ] {63b69dde-cb30-4fc7-ba39-5c4ce18cd85d} TCPHandler: Processed in 0.001346335 sec. 2025.12.23 09:29:21.592825 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:21.592919 [ 262 ] {c0a07e99-cd04-4f4b-9313-5b49f7ac6571} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.23 09:29:21.592958 [ 262 ] {c0a07e99-cd04-4f4b-9313-5b49f7ac6571} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.23 09:29:21.593356 [ 262 ] {c0a07e99-cd04-4f4b-9313-5b49f7ac6571} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:21.593393 [ 262 ] {c0a07e99-cd04-4f4b-9313-5b49f7ac6571} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:21.593704 [ 262 ] {c0a07e99-cd04-4f4b-9313-5b49f7ac6571} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.12.23 09:29:21.593916 [ 262 ] {c0a07e99-cd04-4f4b-9313-5b49f7ac6571} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:21.594044 [ 262 ] {c0a07e99-cd04-4f4b-9313-5b49f7ac6571} executeQuery: Read 72 rows, 5.76 KiB in 0.001143 sec., 62992.12598425197 rows/sec., 4.92 MiB/sec. 2025.12.23 09:29:21.594082 [ 262 ] {c0a07e99-cd04-4f4b-9313-5b49f7ac6571} TCPHandler: Processed in 0.001305393 sec. 2025.12.23 09:29:21.594188 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:21.594283 [ 262 ] {ca11e6b7-2bb3-4c15-8520-41a0719c28f4} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.23 09:29:21.594325 [ 262 ] {ca11e6b7-2bb3-4c15-8520-41a0719c28f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.23 09:29:21.594719 [ 262 ] {ca11e6b7-2bb3-4c15-8520-41a0719c28f4} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:21.594756 [ 262 ] {ca11e6b7-2bb3-4c15-8520-41a0719c28f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:21.595094 [ 262 ] {ca11e6b7-2bb3-4c15-8520-41a0719c28f4} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.12.23 09:29:21.595317 [ 262 ] {ca11e6b7-2bb3-4c15-8520-41a0719c28f4} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:21.595449 [ 262 ] {ca11e6b7-2bb3-4c15-8520-41a0719c28f4} executeQuery: Read 161 rows, 11.48 KiB in 0.001183 sec., 136094.67455621302 rows/sec., 9.48 MiB/sec. 2025.12.23 09:29:21.595485 [ 262 ] {ca11e6b7-2bb3-4c15-8520-41a0719c28f4} TCPHandler: Processed in 0.001346424 sec. 2025.12.23 09:29:21.595589 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:21.595684 [ 262 ] {ec162c33-38d0-4320-85d5-bbd9281d37c0} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.23 09:29:21.595739 [ 262 ] {ec162c33-38d0-4320-85d5-bbd9281d37c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.23 09:29:21.596460 [ 262 ] {ec162c33-38d0-4320-85d5-bbd9281d37c0} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:21.596497 [ 262 ] {ec162c33-38d0-4320-85d5-bbd9281d37c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:21.596999 [ 262 ] {ec162c33-38d0-4320-85d5-bbd9281d37c0} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.12.23 09:29:21.597252 [ 262 ] {ec162c33-38d0-4320-85d5-bbd9281d37c0} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:21.597394 [ 262 ] {ec162c33-38d0-4320-85d5-bbd9281d37c0} executeQuery: Read 6 rows, 11.01 KiB in 0.001727 sec., 3474.232773595831 rows/sec., 6.23 MiB/sec. 2025.12.23 09:29:21.597452 [ 262 ] {ec162c33-38d0-4320-85d5-bbd9281d37c0} TCPHandler: Processed in 0.001912679 sec. 2025.12.23 09:29:21.597560 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:21.597657 [ 262 ] {f0fa4854-e459-41ba-8822-9e38a95d9027} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.23 09:29:21.597700 [ 262 ] {f0fa4854-e459-41ba-8822-9e38a95d9027} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.23 09:29:21.598051 [ 262 ] {f0fa4854-e459-41ba-8822-9e38a95d9027} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:21.598088 [ 262 ] {f0fa4854-e459-41ba-8822-9e38a95d9027} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:21.598400 [ 262 ] {f0fa4854-e459-41ba-8822-9e38a95d9027} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.12.23 09:29:21.598616 [ 262 ] {f0fa4854-e459-41ba-8822-9e38a95d9027} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:21.598745 [ 262 ] {f0fa4854-e459-41ba-8822-9e38a95d9027} executeQuery: Read 60 rows, 4.14 KiB in 0.001106 sec., 54249.54792043399 rows/sec., 3.66 MiB/sec. 2025.12.23 09:29:21.598781 [ 262 ] {f0fa4854-e459-41ba-8822-9e38a95d9027} TCPHandler: Processed in 0.001271353 sec. 2025.12.23 09:29:23.569406 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 10094 2025.12.23 09:29:23.569954 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:23.569992 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:23.570508 [ 245 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.12.23 09:29:23.570752 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:23.570887 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10094 2025.12.23 09:29:23.570883 [ 49 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.12.23 09:29:23.570940 [ 49 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:23.570962 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:23.571064 [ 201 ] {12227934-2706-467c-b85c-1b0658473971::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.12.23 09:29:23.571169 [ 201 ] {12227934-2706-467c-b85c-1b0658473971::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:29:23.571203 [ 201 ] {12227934-2706-467c-b85c-1b0658473971::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7726 rows starting from the beginning of the part 2025.12.23 09:29:23.571267 [ 201 ] {12227934-2706-467c-b85c-1b0658473971::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 448 rows starting from the beginning of the part 2025.12.23 09:29:23.571316 [ 201 ] {12227934-2706-467c-b85c-1b0658473971::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 512 rows starting from the beginning of the part 2025.12.23 09:29:23.571362 [ 201 ] {12227934-2706-467c-b85c-1b0658473971::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 448 rows starting from the beginning of the part 2025.12.23 09:29:23.571402 [ 201 ] {12227934-2706-467c-b85c-1b0658473971::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 512 rows starting from the beginning of the part 2025.12.23 09:29:23.571450 [ 201 ] {12227934-2706-467c-b85c-1b0658473971::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 448 rows starting from the beginning of the part 2025.12.23 09:29:23.573120 [ 196 ] {12227934-2706-467c-b85c-1b0658473971::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 10094 rows, containing 4 columns (4 merged, 0 gathered) in 0.002094514 sec., 4819256.400291428 rows/sec., 68.94 MiB/sec. 2025.12.23 09:29:23.573469 [ 186 ] {12227934-2706-467c-b85c-1b0658473971::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.12.23 09:29:23.573831 [ 186 ] {12227934-2706-467c-b85c-1b0658473971::all_1_21_4} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:23.573926 [ 186 ] {12227934-2706-467c-b85c-1b0658473971::all_1_21_4} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.12.23 09:29:23.574056 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.50 MiB. 2025.12.23 09:29:24.079907 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2025.12.23 09:29:24.097280 [ 244 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:24.097338 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:24.102908 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.12.23 09:29:24.103623 [ 244 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:24.103946 [ 51 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.12.23 09:29:24.104039 [ 51 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:24.104074 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:24.104188 [ 196 ] {9b749f39-3056-4cae-b572-88b0142995e2::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.12.23 09:29:24.106385 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2025.12.23 09:29:24.107062 [ 196 ] {9b749f39-3056-4cae-b572-88b0142995e2::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:29:24.107761 [ 196 ] {9b749f39-3056-4cae-b572-88b0142995e2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 121 rows starting from the beginning of the part 2025.12.23 09:29:24.111234 [ 196 ] {9b749f39-3056-4cae-b572-88b0142995e2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 7 rows starting from the beginning of the part 2025.12.23 09:29:24.114525 [ 196 ] {9b749f39-3056-4cae-b572-88b0142995e2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 8 rows starting from the beginning of the part 2025.12.23 09:29:24.118275 [ 196 ] {9b749f39-3056-4cae-b572-88b0142995e2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 8 rows starting from the beginning of the part 2025.12.23 09:29:24.122405 [ 196 ] {9b749f39-3056-4cae-b572-88b0142995e2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 7 rows starting from the beginning of the part 2025.12.23 09:29:24.127542 [ 196 ] {9b749f39-3056-4cae-b572-88b0142995e2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part 2025.12.23 09:29:24.179148 [ 191 ] {9b749f39-3056-4cae-b572-88b0142995e2::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.074996056 sec., 2120.1114895961996 rows/sec., 10.96 MiB/sec. 2025.12.23 09:29:24.181966 [ 199 ] {9b749f39-3056-4cae-b572-88b0142995e2::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.12.23 09:29:24.184070 [ 199 ] {9b749f39-3056-4cae-b572-88b0142995e2::all_1_21_4} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:24.184176 [ 199 ] {9b749f39-3056-4cae-b572-88b0142995e2::all_1_21_4} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.12.23 09:29:24.187294 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2025.12.23 09:29:25.000191 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 248.19 MiB, peak 258.75 MiB, free memory in arenas 0.00 B, will set to 253.46 MiB (RSS), difference: 5.27 MiB 2025.12.23 09:29:26.096571 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 658 2025.12.23 09:29:26.099209 [ 243 ] {} system.query_log (93b58756-c7c4-4dd5-8f38-c0e6c44c4a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:26.099266 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:26.100523 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.23 09:29:26.100809 [ 243 ] {} system.query_log (93b58756-c7c4-4dd5-8f38-c0e6c44c4a94): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:26.101174 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 658 2025.12.23 09:29:26.600960 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:26.601242 [ 262 ] {8539b628-2387-41d0-af2b-78dbe6c81094} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.23 09:29:26.601345 [ 262 ] {8539b628-2387-41d0-af2b-78dbe6c81094} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.23 09:29:26.602412 [ 262 ] {8539b628-2387-41d0-af2b-78dbe6c81094} oximeter.fields_i16 (8d7fe79b-86f4-4d5a-b54c-2b26224a25e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:26.602459 [ 262 ] {8539b628-2387-41d0-af2b-78dbe6c81094} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:26.602881 [ 262 ] {8539b628-2387-41d0-af2b-78dbe6c81094} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.23 09:29:26.603110 [ 262 ] {8539b628-2387-41d0-af2b-78dbe6c81094} oximeter.fields_i16 (8d7fe79b-86f4-4d5a-b54c-2b26224a25e1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:26.603258 [ 262 ] {8539b628-2387-41d0-af2b-78dbe6c81094} executeQuery: Read 410 rows, 26.63 KiB in 0.002092 sec., 195984.7036328872 rows/sec., 12.43 MiB/sec. 2025.12.23 09:29:26.603300 [ 262 ] {8539b628-2387-41d0-af2b-78dbe6c81094} TCPHandler: Processed in 0.002522195 sec. 2025.12.23 09:29:26.603442 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:26.603561 [ 262 ] {0a95bc21-e680-42d1-8df7-357211c1ef1b} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.23 09:29:26.603611 [ 262 ] {0a95bc21-e680-42d1-8df7-357211c1ef1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.23 09:29:26.604836 [ 262 ] {0a95bc21-e680-42d1-8df7-357211c1ef1b} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:26.604874 [ 262 ] {0a95bc21-e680-42d1-8df7-357211c1ef1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:26.605281 [ 262 ] {0a95bc21-e680-42d1-8df7-357211c1ef1b} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.12.23 09:29:26.605494 [ 262 ] {0a95bc21-e680-42d1-8df7-357211c1ef1b} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:26.605625 [ 262 ] {0a95bc21-e680-42d1-8df7-357211c1ef1b} executeQuery: Read 1182 rows, 96.55 KiB in 0.002089 sec., 565820.966969842 rows/sec., 45.13 MiB/sec. 2025.12.23 09:29:26.605663 [ 262 ] {0a95bc21-e680-42d1-8df7-357211c1ef1b} TCPHandler: Processed in 0.002285508 sec. 2025.12.23 09:29:26.605781 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:26.605877 [ 262 ] {2f107406-6e1d-474e-9dd1-75076a85e55b} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.23 09:29:26.605917 [ 262 ] {2f107406-6e1d-474e-9dd1-75076a85e55b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.23 09:29:26.606438 [ 262 ] {2f107406-6e1d-474e-9dd1-75076a85e55b} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:26.606475 [ 262 ] {2f107406-6e1d-474e-9dd1-75076a85e55b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:26.606791 [ 262 ] {2f107406-6e1d-474e-9dd1-75076a85e55b} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.12.23 09:29:26.607005 [ 262 ] {2f107406-6e1d-474e-9dd1-75076a85e55b} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:26.607110 [ 54 ] {} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.12.23 09:29:26.607132 [ 262 ] {2f107406-6e1d-474e-9dd1-75076a85e55b} executeQuery: Read 240 rows, 14.95 KiB in 0.001274 sec., 188383.04552590268 rows/sec., 11.46 MiB/sec. 2025.12.23 09:29:26.607195 [ 54 ] {} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:26.607210 [ 262 ] {2f107406-6e1d-474e-9dd1-75076a85e55b} TCPHandler: Processed in 0.001479568 sec. 2025.12.23 09:29:26.607222 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:26.607335 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:26.607349 [ 191 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.12.23 09:29:26.607434 [ 262 ] {e3f61be9-e3fe-4433-8e33-62aa6df1c063} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.23 09:29:26.607478 [ 262 ] {e3f61be9-e3fe-4433-8e33-62aa6df1c063} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.23 09:29:26.607482 [ 191 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:29:26.607529 [ 191 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 276 rows starting from the beginning of the part 2025.12.23 09:29:26.607632 [ 191 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 248 rows starting from the beginning of the part 2025.12.23 09:29:26.607689 [ 191 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part 2025.12.23 09:29:26.607737 [ 191 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 240 rows starting from the beginning of the part 2025.12.23 09:29:26.607787 [ 191 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part 2025.12.23 09:29:26.607832 [ 191 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 240 rows starting from the beginning of the part 2025.12.23 09:29:26.607990 [ 262 ] {e3f61be9-e3fe-4433-8e33-62aa6df1c063} oximeter.fields_u32 (d4478a7b-5e34-44bf-90e4-f163ea7d0fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:26.608032 [ 262 ] {e3f61be9-e3fe-4433-8e33-62aa6df1c063} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:26.608490 [ 262 ] {e3f61be9-e3fe-4433-8e33-62aa6df1c063} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.23 09:29:26.608739 [ 262 ] {e3f61be9-e3fe-4433-8e33-62aa6df1c063} oximeter.fields_u32 (d4478a7b-5e34-44bf-90e4-f163ea7d0fe4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:26.608808 [ 195 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1018 rows, containing 5 columns (5 merged, 0 gathered) in 0.001513388 sec., 672662.9258326351 rows/sec., 43.90 MiB/sec. 2025.12.23 09:29:26.608873 [ 262 ] {e3f61be9-e3fe-4433-8e33-62aa6df1c063} executeQuery: Read 212 rows, 14.00 KiB in 0.001457 sec., 145504.4612216884 rows/sec., 9.38 MiB/sec. 2025.12.23 09:29:26.608918 [ 262 ] {e3f61be9-e3fe-4433-8e33-62aa6df1c063} TCPHandler: Processed in 0.001636492 sec. 2025.12.23 09:29:26.608948 [ 191 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.12.23 09:29:26.609031 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:26.609141 [ 262 ] {7b3bd587-bebb-4d18-8e3e-a31c008ab5b1} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.23 09:29:26.609185 [ 262 ] {7b3bd587-bebb-4d18-8e3e-a31c008ab5b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.23 09:29:26.609215 [ 191 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_26_5} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:26.609287 [ 191 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_26_5} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.12.23 09:29:26.609360 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2025.12.23 09:29:26.609692 [ 262 ] {7b3bd587-bebb-4d18-8e3e-a31c008ab5b1} oximeter.fields_u8 (aafc8dfa-6e62-4213-a992-39e4280a19a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:26.609731 [ 262 ] {7b3bd587-bebb-4d18-8e3e-a31c008ab5b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:26.610054 [ 262 ] {7b3bd587-bebb-4d18-8e3e-a31c008ab5b1} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.23 09:29:26.610261 [ 262 ] {7b3bd587-bebb-4d18-8e3e-a31c008ab5b1} oximeter.fields_u8 (aafc8dfa-6e62-4213-a992-39e4280a19a6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:26.610388 [ 262 ] {7b3bd587-bebb-4d18-8e3e-a31c008ab5b1} executeQuery: Read 211 rows, 12.27 KiB in 0.001265 sec., 166798.418972332 rows/sec., 9.47 MiB/sec. 2025.12.23 09:29:26.610425 [ 262 ] {7b3bd587-bebb-4d18-8e3e-a31c008ab5b1} TCPHandler: Processed in 0.001443387 sec. 2025.12.23 09:29:26.610536 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:26.610629 [ 262 ] {315c11c5-1bac-41eb-a145-a2a972267fb9} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.23 09:29:26.610668 [ 262 ] {315c11c5-1bac-41eb-a145-a2a972267fb9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.23 09:29:26.611401 [ 262 ] {315c11c5-1bac-41eb-a145-a2a972267fb9} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:26.611435 [ 262 ] {315c11c5-1bac-41eb-a145-a2a972267fb9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:26.611772 [ 262 ] {315c11c5-1bac-41eb-a145-a2a972267fb9} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.12.23 09:29:26.611985 [ 262 ] {315c11c5-1bac-41eb-a145-a2a972267fb9} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:26.612108 [ 262 ] {315c11c5-1bac-41eb-a145-a2a972267fb9} executeQuery: Read 714 rows, 51.27 KiB in 0.001497 sec., 476953.90781563125 rows/sec., 33.45 MiB/sec. 2025.12.23 09:29:26.612144 [ 262 ] {315c11c5-1bac-41eb-a145-a2a972267fb9} TCPHandler: Processed in 0.001657803 sec. 2025.12.23 09:29:26.612264 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:26.612358 [ 262 ] {b5477d63-609d-44c1-a1f5-16aa22328137} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.12.23 09:29:26.612398 [ 262 ] {b5477d63-609d-44c1-a1f5-16aa22328137} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.12.23 09:29:26.612731 [ 262 ] {b5477d63-609d-44c1-a1f5-16aa22328137} oximeter.measurements_bool (ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:26.612766 [ 262 ] {b5477d63-609d-44c1-a1f5-16aa22328137} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:26.613070 [ 262 ] {b5477d63-609d-44c1-a1f5-16aa22328137} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.23 09:29:26.613273 [ 262 ] {b5477d63-609d-44c1-a1f5-16aa22328137} oximeter.measurements_bool (ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:26.613399 [ 262 ] {b5477d63-609d-44c1-a1f5-16aa22328137} executeQuery: Read 6 rows, 321.00 B in 0.001059 sec., 5665.7223796033995 rows/sec., 296.01 KiB/sec. 2025.12.23 09:29:26.613434 [ 262 ] {b5477d63-609d-44c1-a1f5-16aa22328137} TCPHandler: Processed in 0.001228351 sec. 2025.12.23 09:29:26.613546 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:26.613641 [ 262 ] {3bdbd1f2-1079-44ad-b544-c72cfeeb2bd0} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.23 09:29:26.613683 [ 262 ] {3bdbd1f2-1079-44ad-b544-c72cfeeb2bd0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.23 09:29:26.614138 [ 262 ] {3bdbd1f2-1079-44ad-b544-c72cfeeb2bd0} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:26.614174 [ 262 ] {3bdbd1f2-1079-44ad-b544-c72cfeeb2bd0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:26.614530 [ 262 ] {3bdbd1f2-1079-44ad-b544-c72cfeeb2bd0} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.12.23 09:29:26.614743 [ 262 ] {3bdbd1f2-1079-44ad-b544-c72cfeeb2bd0} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:26.614870 [ 262 ] {3bdbd1f2-1079-44ad-b544-c72cfeeb2bd0} executeQuery: Read 314 rows, 21.12 KiB in 0.001247 sec., 251804.33039294305 rows/sec., 16.54 MiB/sec. 2025.12.23 09:29:26.614905 [ 262 ] {3bdbd1f2-1079-44ad-b544-c72cfeeb2bd0} TCPHandler: Processed in 0.001408986 sec. 2025.12.23 09:29:26.615013 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:26.615107 [ 262 ] {47e95e45-e087-4deb-b680-b346408f92d8} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.12.23 09:29:26.615240 [ 262 ] {47e95e45-e087-4deb-b680-b346408f92d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.12.23 09:29:26.615546 [ 262 ] {47e95e45-e087-4deb-b680-b346408f92d8} oximeter.measurements_f64 (b7995074-f324-489b-8a3e-e8ccb953a5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:26.615582 [ 262 ] {47e95e45-e087-4deb-b680-b346408f92d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:26.615876 [ 262 ] {47e95e45-e087-4deb-b680-b346408f92d8} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.23 09:29:26.616078 [ 262 ] {47e95e45-e087-4deb-b680-b346408f92d8} oximeter.measurements_f64 (b7995074-f324-489b-8a3e-e8ccb953a5a6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:26.616202 [ 262 ] {47e95e45-e087-4deb-b680-b346408f92d8} executeQuery: Read 1 rows, 69.00 B in 0.001113 sec., 898.4725965858041 rows/sec., 60.54 KiB/sec. 2025.12.23 09:29:26.616237 [ 262 ] {47e95e45-e087-4deb-b680-b346408f92d8} TCPHandler: Processed in 0.001273602 sec. 2025.12.23 09:29:26.616341 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:26.616529 [ 262 ] {8400b952-0337-4daf-97dd-4f483794f0b7} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.23 09:29:26.616584 [ 262 ] {8400b952-0337-4daf-97dd-4f483794f0b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.23 09:29:26.617428 [ 262 ] {8400b952-0337-4daf-97dd-4f483794f0b7} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:26.617464 [ 262 ] {8400b952-0337-4daf-97dd-4f483794f0b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:26.618024 [ 262 ] {8400b952-0337-4daf-97dd-4f483794f0b7} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.12.23 09:29:26.618245 [ 262 ] {8400b952-0337-4daf-97dd-4f483794f0b7} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:26.618385 [ 262 ] {8400b952-0337-4daf-97dd-4f483794f0b7} executeQuery: Read 35 rows, 64.22 KiB in 0.001875 sec., 18666.666666666668 rows/sec., 33.45 MiB/sec. 2025.12.23 09:29:26.618436 [ 262 ] {8400b952-0337-4daf-97dd-4f483794f0b7} TCPHandler: Processed in 0.002143614 sec. 2025.12.23 09:29:26.618549 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:26.618644 [ 262 ] {77a35b01-e966-4a6a-99b6-bb21a561cf80} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.23 09:29:26.618684 [ 262 ] {77a35b01-e966-4a6a-99b6-bb21a561cf80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.23 09:29:26.619020 [ 262 ] {77a35b01-e966-4a6a-99b6-bb21a561cf80} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:26.619056 [ 262 ] {77a35b01-e966-4a6a-99b6-bb21a561cf80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:26.619376 [ 262 ] {77a35b01-e966-4a6a-99b6-bb21a561cf80} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.12.23 09:29:26.619580 [ 262 ] {77a35b01-e966-4a6a-99b6-bb21a561cf80} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:26.619701 [ 262 ] {77a35b01-e966-4a6a-99b6-bb21a561cf80} executeQuery: Read 104 rows, 6.53 KiB in 0.001076 sec., 96654.2750929368 rows/sec., 5.92 MiB/sec. 2025.12.23 09:29:26.619736 [ 262 ] {77a35b01-e966-4a6a-99b6-bb21a561cf80} TCPHandler: Processed in 0.001234852 sec. 2025.12.23 09:29:30.975858 [ 68 ] {} DNSResolver: Updating DNS cache 2025.12.23 09:29:30.975922 [ 68 ] {} DNSResolver: Updated DNS cache 2025.12.23 09:29:31.070987 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 10606 2025.12.23 09:29:31.071520 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:31.071565 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:31.072051 [ 245 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.12.23 09:29:31.072292 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:31.072419 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10606 2025.12.23 09:29:31.588142 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:31.588378 [ 262 ] {71f2fc2b-d2a1-4d58-bc82-b73fe9b31886} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.23 09:29:31.588444 [ 262 ] {71f2fc2b-d2a1-4d58-bc82-b73fe9b31886} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.23 09:29:31.589099 [ 262 ] {71f2fc2b-d2a1-4d58-bc82-b73fe9b31886} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:31.589149 [ 262 ] {71f2fc2b-d2a1-4d58-bc82-b73fe9b31886} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:31.589549 [ 262 ] {71f2fc2b-d2a1-4d58-bc82-b73fe9b31886} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.12.23 09:29:31.589781 [ 262 ] {71f2fc2b-d2a1-4d58-bc82-b73fe9b31886} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:31.589935 [ 262 ] {71f2fc2b-d2a1-4d58-bc82-b73fe9b31886} executeQuery: Read 68 rows, 5.56 KiB in 0.001606 sec., 42341.220423412204 rows/sec., 3.38 MiB/sec. 2025.12.23 09:29:31.589979 [ 262 ] {71f2fc2b-d2a1-4d58-bc82-b73fe9b31886} TCPHandler: Processed in 0.002026502 sec. 2025.12.23 09:29:31.590108 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:31.590204 [ 262 ] {6486df0c-8444-4d60-acbe-1bcbab0bb73c} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.23 09:29:31.590245 [ 262 ] {6486df0c-8444-4d60-acbe-1bcbab0bb73c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.23 09:29:31.590645 [ 262 ] {6486df0c-8444-4d60-acbe-1bcbab0bb73c} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:31.590683 [ 262 ] {6486df0c-8444-4d60-acbe-1bcbab0bb73c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:31.590996 [ 262 ] {6486df0c-8444-4d60-acbe-1bcbab0bb73c} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.12.23 09:29:31.591209 [ 262 ] {6486df0c-8444-4d60-acbe-1bcbab0bb73c} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:31.591336 [ 262 ] {6486df0c-8444-4d60-acbe-1bcbab0bb73c} executeQuery: Read 6 rows, 462.00 B in 0.001151 sec., 5212.858384013902 rows/sec., 391.98 KiB/sec. 2025.12.23 09:29:31.591373 [ 262 ] {6486df0c-8444-4d60-acbe-1bcbab0bb73c} TCPHandler: Processed in 0.001316493 sec. 2025.12.23 09:29:31.591484 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:31.591578 [ 262 ] {370ea841-104e-4077-b9a9-e175c2d12067} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.23 09:29:31.591617 [ 262 ] {370ea841-104e-4077-b9a9-e175c2d12067} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.23 09:29:31.592036 [ 262 ] {370ea841-104e-4077-b9a9-e175c2d12067} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:31.592073 [ 262 ] {370ea841-104e-4077-b9a9-e175c2d12067} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:31.592395 [ 262 ] {370ea841-104e-4077-b9a9-e175c2d12067} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.12.23 09:29:31.592608 [ 262 ] {370ea841-104e-4077-b9a9-e175c2d12067} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:31.592733 [ 262 ] {370ea841-104e-4077-b9a9-e175c2d12067} executeQuery: Read 70 rows, 5.60 KiB in 0.001173 sec., 59676.04433077579 rows/sec., 4.66 MiB/sec. 2025.12.23 09:29:31.592771 [ 262 ] {370ea841-104e-4077-b9a9-e175c2d12067} TCPHandler: Processed in 0.001336994 sec. 2025.12.23 09:29:31.592886 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:31.592981 [ 262 ] {41149368-9e95-4e05-8cd5-a350d6d31919} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.23 09:29:31.593024 [ 262 ] {41149368-9e95-4e05-8cd5-a350d6d31919} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.23 09:29:31.593429 [ 262 ] {41149368-9e95-4e05-8cd5-a350d6d31919} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:31.593464 [ 262 ] {41149368-9e95-4e05-8cd5-a350d6d31919} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:31.593799 [ 262 ] {41149368-9e95-4e05-8cd5-a350d6d31919} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.12.23 09:29:31.594012 [ 262 ] {41149368-9e95-4e05-8cd5-a350d6d31919} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:31.594139 [ 262 ] {41149368-9e95-4e05-8cd5-a350d6d31919} executeQuery: Read 160 rows, 11.41 KiB in 0.001177 sec., 135938.82752761256 rows/sec., 9.47 MiB/sec. 2025.12.23 09:29:31.594176 [ 262 ] {41149368-9e95-4e05-8cd5-a350d6d31919} TCPHandler: Processed in 0.001340955 sec. 2025.12.23 09:29:31.594292 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:31.594417 [ 262 ] {0927937a-5981-4b4b-b24e-422e4c621348} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.23 09:29:31.594484 [ 262 ] {0927937a-5981-4b4b-b24e-422e4c621348} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.23 09:29:31.595332 [ 262 ] {0927937a-5981-4b4b-b24e-422e4c621348} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:31.595369 [ 262 ] {0927937a-5981-4b4b-b24e-422e4c621348} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:31.595879 [ 262 ] {0927937a-5981-4b4b-b24e-422e4c621348} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.12.23 09:29:31.596103 [ 262 ] {0927937a-5981-4b4b-b24e-422e4c621348} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:31.596210 [ 67 ] {} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.12.23 09:29:31.596238 [ 262 ] {0927937a-5981-4b4b-b24e-422e4c621348} executeQuery: Read 6 rows, 11.01 KiB in 0.001846 sec., 3250.2708559046587 rows/sec., 5.82 MiB/sec. 2025.12.23 09:29:31.596283 [ 67 ] {} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:31.596305 [ 262 ] {0927937a-5981-4b4b-b24e-422e4c621348} TCPHandler: Processed in 0.002073743 sec. 2025.12.23 09:29:31.596313 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:31.596426 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:31.596434 [ 200 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.12.23 09:29:31.596527 [ 262 ] {ad5c61c7-01d2-4db8-a19b-845900e9e047} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.23 09:29:31.596568 [ 262 ] {ad5c61c7-01d2-4db8-a19b-845900e9e047} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.23 09:29:31.596658 [ 200 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:29:31.596715 [ 200 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 503 rows starting from the beginning of the part 2025.12.23 09:29:31.596846 [ 200 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part 2025.12.23 09:29:31.596907 [ 262 ] {ad5c61c7-01d2-4db8-a19b-845900e9e047} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:31.596943 [ 262 ] {ad5c61c7-01d2-4db8-a19b-845900e9e047} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:31.596960 [ 200 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 35 rows starting from the beginning of the part 2025.12.23 09:29:31.597066 [ 200 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part 2025.12.23 09:29:31.597166 [ 200 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 35 rows starting from the beginning of the part 2025.12.23 09:29:31.597266 [ 200 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part 2025.12.23 09:29:31.597289 [ 262 ] {ad5c61c7-01d2-4db8-a19b-845900e9e047} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.12.23 09:29:31.597510 [ 262 ] {ad5c61c7-01d2-4db8-a19b-845900e9e047} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:31.597636 [ 262 ] {ad5c61c7-01d2-4db8-a19b-845900e9e047} executeQuery: Read 60 rows, 4.14 KiB in 0.001128 sec., 53191.48936170212 rows/sec., 3.58 MiB/sec. 2025.12.23 09:29:31.597672 [ 262 ] {ad5c61c7-01d2-4db8-a19b-845900e9e047} TCPHandler: Processed in 0.001295973 sec. 2025.12.23 09:29:31.606459 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2025.12.23 09:29:31.616136 [ 195 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 591 rows, containing 19 columns (19 merged, 0 gathered) in 0.019752135 sec., 29920.816154810607 rows/sec., 53.62 MiB/sec. 2025.12.23 09:29:31.617161 [ 187 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.12.23 09:29:31.617578 [ 187 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_26_5} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:31.617657 [ 187 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_26_5} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.12.23 09:29:31.617785 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.40 MiB. 2025.12.23 09:29:31.621835 [ 244 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:31.621879 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:31.627203 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.12.23 09:29:31.627912 [ 244 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:31.630527 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2025.12.23 09:29:32.000179 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 254.52 MiB, peak 261.33 MiB, free memory in arenas 0.00 B, will set to 257.23 MiB (RSS), difference: 2.71 MiB 2025.12.23 09:29:32.147945 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:32.148326 [ 262 ] {c00d31d8-f483-42f2-b089-a2222b705b41} executeQuery: (from [fd00:1122:3344:101::d]:44074) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.23 09:29:32.148713 [ 262 ] {c00d31d8-f483-42f2-b089-a2222b705b41} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.23 09:29:32.148764 [ 262 ] {c00d31d8-f483-42f2-b089-a2222b705b41} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.23 09:29:32.149054 [ 262 ] {c00d31d8-f483-42f2-b089-a2222b705b41} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 09:29:32.149127 [ 262 ] {c00d31d8-f483-42f2-b089-a2222b705b41} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:29:32.149269 [ 262 ] {c00d31d8-f483-42f2-b089-a2222b705b41} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Key condition: (column 0 notIn 42-element set) 2025.12.23 09:29:32.149414 [ 306 ] {c00d31d8-f483-42f2-b089-a2222b705b41} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.23 09:29:32.149419 [ 339 ] {c00d31d8-f483-42f2-b089-a2222b705b41} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.23 09:29:32.149451 [ 301 ] {c00d31d8-f483-42f2-b089-a2222b705b41} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.12.23 09:29:32.149620 [ 262 ] {c00d31d8-f483-42f2-b089-a2222b705b41} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2025.12.23 09:29:32.149651 [ 262 ] {c00d31d8-f483-42f2-b089-a2222b705b41} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.23 09:29:32.149737 [ 262 ] {c00d31d8-f483-42f2-b089-a2222b705b41} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.23 09:29:32.149758 [ 262 ] {c00d31d8-f483-42f2-b089-a2222b705b41} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Reading approx. 42 rows with 3 streams 2025.12.23 09:29:32.149795 [ 262 ] {c00d31d8-f483-42f2-b089-a2222b705b41} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.23 09:29:32.149838 [ 262 ] {c00d31d8-f483-42f2-b089-a2222b705b41} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.23 09:29:32.149875 [ 262 ] {c00d31d8-f483-42f2-b089-a2222b705b41} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.23 09:29:32.150865 [ 262 ] {c00d31d8-f483-42f2-b089-a2222b705b41} executeQuery: Read 42 rows, 1.69 KiB in 0.002707 sec., 15515.33062430735 rows/sec., 624.47 KiB/sec. 2025.12.23 09:29:32.150981 [ 262 ] {c00d31d8-f483-42f2-b089-a2222b705b41} TCPHandler: Processed in 0.003225702 sec. 2025.12.23 09:29:32.151310 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:32.151461 [ 262 ] {52be6168-7b50-473b-ac17-add8df258782} executeQuery: (from [fd00:1122:3344:101::d]:44074) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.23 09:29:32.151692 [ 262 ] {52be6168-7b50-473b-ac17-add8df258782} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.23 09:29:32.151730 [ 262 ] {52be6168-7b50-473b-ac17-add8df258782} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.23 09:29:32.151944 [ 262 ] {52be6168-7b50-473b-ac17-add8df258782} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 09:29:32.151999 [ 262 ] {52be6168-7b50-473b-ac17-add8df258782} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:29:32.152106 [ 262 ] {52be6168-7b50-473b-ac17-add8df258782} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Key condition: (column 0 notIn 43-element set) 2025.12.23 09:29:32.152177 [ 306 ] {52be6168-7b50-473b-ac17-add8df258782} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.23 09:29:32.152181 [ 301 ] {52be6168-7b50-473b-ac17-add8df258782} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.12.23 09:29:32.152179 [ 295 ] {52be6168-7b50-473b-ac17-add8df258782} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.23 09:29:32.152316 [ 262 ] {52be6168-7b50-473b-ac17-add8df258782} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2025.12.23 09:29:32.152337 [ 262 ] {52be6168-7b50-473b-ac17-add8df258782} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.23 09:29:32.152407 [ 262 ] {52be6168-7b50-473b-ac17-add8df258782} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.23 09:29:32.152426 [ 262 ] {52be6168-7b50-473b-ac17-add8df258782} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Reading approx. 42 rows with 3 streams 2025.12.23 09:29:32.152457 [ 262 ] {52be6168-7b50-473b-ac17-add8df258782} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.23 09:29:32.152488 [ 262 ] {52be6168-7b50-473b-ac17-add8df258782} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.23 09:29:32.152516 [ 262 ] {52be6168-7b50-473b-ac17-add8df258782} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.23 09:29:32.153170 [ 262 ] {52be6168-7b50-473b-ac17-add8df258782} executeQuery: Read 42 rows, 1.69 KiB in 0.001778 sec., 23622.047244094487 rows/sec., 950.75 KiB/sec. 2025.12.23 09:29:32.153268 [ 262 ] {52be6168-7b50-473b-ac17-add8df258782} TCPHandler: Processed in 0.002012202 sec. 2025.12.23 09:29:32.153496 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:32.153636 [ 262 ] {1a0423ea-f580-4c03-b1e7-72351c79f222} executeQuery: (from [fd00:1122:3344:101::d]:44074) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.23 09:29:32.153855 [ 262 ] {1a0423ea-f580-4c03-b1e7-72351c79f222} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.23 09:29:32.153893 [ 262 ] {1a0423ea-f580-4c03-b1e7-72351c79f222} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.23 09:29:32.154109 [ 262 ] {1a0423ea-f580-4c03-b1e7-72351c79f222} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 09:29:32.154161 [ 262 ] {1a0423ea-f580-4c03-b1e7-72351c79f222} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:29:32.154264 [ 262 ] {1a0423ea-f580-4c03-b1e7-72351c79f222} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Key condition: (column 0 notIn 44-element set) 2025.12.23 09:29:32.154315 [ 335 ] {1a0423ea-f580-4c03-b1e7-72351c79f222} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.23 09:29:32.154322 [ 295 ] {1a0423ea-f580-4c03-b1e7-72351c79f222} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.23 09:29:32.154331 [ 306 ] {1a0423ea-f580-4c03-b1e7-72351c79f222} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.12.23 09:29:32.154421 [ 262 ] {1a0423ea-f580-4c03-b1e7-72351c79f222} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2025.12.23 09:29:32.154447 [ 262 ] {1a0423ea-f580-4c03-b1e7-72351c79f222} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.23 09:29:32.154513 [ 262 ] {1a0423ea-f580-4c03-b1e7-72351c79f222} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.23 09:29:32.154530 [ 262 ] {1a0423ea-f580-4c03-b1e7-72351c79f222} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Reading approx. 42 rows with 3 streams 2025.12.23 09:29:32.154561 [ 262 ] {1a0423ea-f580-4c03-b1e7-72351c79f222} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.23 09:29:32.154599 [ 262 ] {1a0423ea-f580-4c03-b1e7-72351c79f222} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.23 09:29:32.154630 [ 262 ] {1a0423ea-f580-4c03-b1e7-72351c79f222} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.23 09:29:32.155315 [ 262 ] {1a0423ea-f580-4c03-b1e7-72351c79f222} executeQuery: Read 42 rows, 1.69 KiB in 0.001739 sec., 24151.811385853936 rows/sec., 972.07 KiB/sec. 2025.12.23 09:29:32.155425 [ 262 ] {1a0423ea-f580-4c03-b1e7-72351c79f222} TCPHandler: Processed in 0.001980351 sec. 2025.12.23 09:29:32.155630 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:32.155769 [ 262 ] {67c3274d-0686-478e-b255-3452cdd9aec6} executeQuery: (from [fd00:1122:3344:101::d]:44074) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.23 09:29:32.155995 [ 262 ] {67c3274d-0686-478e-b255-3452cdd9aec6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.23 09:29:32.156032 [ 262 ] {67c3274d-0686-478e-b255-3452cdd9aec6} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.23 09:29:32.156245 [ 262 ] {67c3274d-0686-478e-b255-3452cdd9aec6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 09:29:32.156297 [ 262 ] {67c3274d-0686-478e-b255-3452cdd9aec6} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:29:32.156397 [ 262 ] {67c3274d-0686-478e-b255-3452cdd9aec6} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Key condition: (column 0 notIn 45-element set) 2025.12.23 09:29:32.156465 [ 335 ] {67c3274d-0686-478e-b255-3452cdd9aec6} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.23 09:29:32.156471 [ 295 ] {67c3274d-0686-478e-b255-3452cdd9aec6} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.12.23 09:29:32.156470 [ 306 ] {67c3274d-0686-478e-b255-3452cdd9aec6} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.23 09:29:32.156575 [ 262 ] {67c3274d-0686-478e-b255-3452cdd9aec6} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2025.12.23 09:29:32.156601 [ 262 ] {67c3274d-0686-478e-b255-3452cdd9aec6} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.23 09:29:32.156667 [ 262 ] {67c3274d-0686-478e-b255-3452cdd9aec6} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.23 09:29:32.156684 [ 262 ] {67c3274d-0686-478e-b255-3452cdd9aec6} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Reading approx. 42 rows with 3 streams 2025.12.23 09:29:32.156714 [ 262 ] {67c3274d-0686-478e-b255-3452cdd9aec6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.23 09:29:32.156745 [ 262 ] {67c3274d-0686-478e-b255-3452cdd9aec6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.23 09:29:32.156774 [ 262 ] {67c3274d-0686-478e-b255-3452cdd9aec6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.23 09:29:32.157386 [ 262 ] {67c3274d-0686-478e-b255-3452cdd9aec6} executeQuery: Read 42 rows, 1.69 KiB in 0.001677 sec., 25044.722719141322 rows/sec., 1008.01 KiB/sec. 2025.12.23 09:29:32.157493 [ 262 ] {67c3274d-0686-478e-b255-3452cdd9aec6} TCPHandler: Processed in 0.001913209 sec. 2025.12.23 09:29:32.157695 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:32.157834 [ 262 ] {8bc8b226-49c2-4e2c-93b5-e770969e7dbd} executeQuery: (from [fd00:1122:3344:101::d]:44074) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.23 09:29:32.158053 [ 262 ] {8bc8b226-49c2-4e2c-93b5-e770969e7dbd} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.23 09:29:32.158089 [ 262 ] {8bc8b226-49c2-4e2c-93b5-e770969e7dbd} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.23 09:29:32.158302 [ 262 ] {8bc8b226-49c2-4e2c-93b5-e770969e7dbd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 09:29:32.158354 [ 262 ] {8bc8b226-49c2-4e2c-93b5-e770969e7dbd} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:29:32.158457 [ 262 ] {8bc8b226-49c2-4e2c-93b5-e770969e7dbd} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Key condition: (column 0 notIn 46-element set) 2025.12.23 09:29:32.158517 [ 338 ] {8bc8b226-49c2-4e2c-93b5-e770969e7dbd} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.23 09:29:32.158521 [ 306 ] {8bc8b226-49c2-4e2c-93b5-e770969e7dbd} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.23 09:29:32.158523 [ 335 ] {8bc8b226-49c2-4e2c-93b5-e770969e7dbd} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.12.23 09:29:32.158631 [ 262 ] {8bc8b226-49c2-4e2c-93b5-e770969e7dbd} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2025.12.23 09:29:32.158652 [ 262 ] {8bc8b226-49c2-4e2c-93b5-e770969e7dbd} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.23 09:29:32.158718 [ 262 ] {8bc8b226-49c2-4e2c-93b5-e770969e7dbd} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.23 09:29:32.158736 [ 262 ] {8bc8b226-49c2-4e2c-93b5-e770969e7dbd} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Reading approx. 42 rows with 3 streams 2025.12.23 09:29:32.158767 [ 262 ] {8bc8b226-49c2-4e2c-93b5-e770969e7dbd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.23 09:29:32.158799 [ 262 ] {8bc8b226-49c2-4e2c-93b5-e770969e7dbd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.23 09:29:32.158829 [ 262 ] {8bc8b226-49c2-4e2c-93b5-e770969e7dbd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.23 09:29:32.159358 [ 262 ] {8bc8b226-49c2-4e2c-93b5-e770969e7dbd} executeQuery: Read 42 rows, 1.69 KiB in 0.001584 sec., 26515.151515151516 rows/sec., 1.04 MiB/sec. 2025.12.23 09:29:32.159449 [ 262 ] {8bc8b226-49c2-4e2c-93b5-e770969e7dbd} TCPHandler: Processed in 0.001804926 sec. 2025.12.23 09:29:32.159651 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:32.159789 [ 262 ] {86df7833-8dc0-4e62-94ef-f1b9d6951be9} executeQuery: (from [fd00:1122:3344:101::d]:44074) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.23 09:29:32.160006 [ 262 ] {86df7833-8dc0-4e62-94ef-f1b9d6951be9} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.23 09:29:32.160042 [ 262 ] {86df7833-8dc0-4e62-94ef-f1b9d6951be9} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.23 09:29:32.160255 [ 262 ] {86df7833-8dc0-4e62-94ef-f1b9d6951be9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 09:29:32.160307 [ 262 ] {86df7833-8dc0-4e62-94ef-f1b9d6951be9} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:29:32.160404 [ 262 ] {86df7833-8dc0-4e62-94ef-f1b9d6951be9} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Key condition: (column 0 notIn 47-element set) 2025.12.23 09:29:32.160453 [ 295 ] {86df7833-8dc0-4e62-94ef-f1b9d6951be9} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.23 09:29:32.160469 [ 335 ] {86df7833-8dc0-4e62-94ef-f1b9d6951be9} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.12.23 09:29:32.160473 [ 338 ] {86df7833-8dc0-4e62-94ef-f1b9d6951be9} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.23 09:29:32.160557 [ 262 ] {86df7833-8dc0-4e62-94ef-f1b9d6951be9} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2025.12.23 09:29:32.160582 [ 262 ] {86df7833-8dc0-4e62-94ef-f1b9d6951be9} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.23 09:29:32.160648 [ 262 ] {86df7833-8dc0-4e62-94ef-f1b9d6951be9} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.23 09:29:32.160666 [ 262 ] {86df7833-8dc0-4e62-94ef-f1b9d6951be9} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Reading approx. 42 rows with 3 streams 2025.12.23 09:29:32.160696 [ 262 ] {86df7833-8dc0-4e62-94ef-f1b9d6951be9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.23 09:29:32.160727 [ 262 ] {86df7833-8dc0-4e62-94ef-f1b9d6951be9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.23 09:29:32.160755 [ 262 ] {86df7833-8dc0-4e62-94ef-f1b9d6951be9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.23 09:29:32.161295 [ 262 ] {86df7833-8dc0-4e62-94ef-f1b9d6951be9} executeQuery: Read 42 rows, 1.69 KiB in 0.001564 sec., 26854.219948849102 rows/sec., 1.06 MiB/sec. 2025.12.23 09:29:32.161403 [ 262 ] {86df7833-8dc0-4e62-94ef-f1b9d6951be9} TCPHandler: Processed in 0.001802517 sec. 2025.12.23 09:29:32.330614 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:32.330906 [ 262 ] {00d6d24d-358d-45bc-b00a-ff7e1c3821e3} executeQuery: (from [fd00:1122:3344:101::d]:44074) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.23 09:29:32.331343 [ 262 ] {00d6d24d-358d-45bc-b00a-ff7e1c3821e3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.23 09:29:32.331381 [ 262 ] {00d6d24d-358d-45bc-b00a-ff7e1c3821e3} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.23 09:29:32.331629 [ 262 ] {00d6d24d-358d-45bc-b00a-ff7e1c3821e3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 09:29:32.331687 [ 262 ] {00d6d24d-358d-45bc-b00a-ff7e1c3821e3} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:29:32.331787 [ 262 ] {00d6d24d-358d-45bc-b00a-ff7e1c3821e3} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Key condition: (column 0 notIn 48-element set) 2025.12.23 09:29:32.331861 [ 307 ] {00d6d24d-358d-45bc-b00a-ff7e1c3821e3} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.23 09:29:32.331864 [ 306 ] {00d6d24d-358d-45bc-b00a-ff7e1c3821e3} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.23 09:29:32.331882 [ 338 ] {00d6d24d-358d-45bc-b00a-ff7e1c3821e3} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.12.23 09:29:32.331980 [ 262 ] {00d6d24d-358d-45bc-b00a-ff7e1c3821e3} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2025.12.23 09:29:32.332006 [ 262 ] {00d6d24d-358d-45bc-b00a-ff7e1c3821e3} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.23 09:29:32.332075 [ 262 ] {00d6d24d-358d-45bc-b00a-ff7e1c3821e3} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.23 09:29:32.332092 [ 262 ] {00d6d24d-358d-45bc-b00a-ff7e1c3821e3} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a) (SelectExecutor): Reading approx. 42 rows with 3 streams 2025.12.23 09:29:32.332123 [ 262 ] {00d6d24d-358d-45bc-b00a-ff7e1c3821e3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.23 09:29:32.332154 [ 262 ] {00d6d24d-358d-45bc-b00a-ff7e1c3821e3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.23 09:29:32.332182 [ 262 ] {00d6d24d-358d-45bc-b00a-ff7e1c3821e3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.23 09:29:32.332820 [ 262 ] {00d6d24d-358d-45bc-b00a-ff7e1c3821e3} executeQuery: Read 42 rows, 1.69 KiB in 0.002036 sec., 20628.683693516698 rows/sec., 830.27 KiB/sec. 2025.12.23 09:29:32.332915 [ 262 ] {00d6d24d-358d-45bc-b00a-ff7e1c3821e3} TCPHandler: Processed in 0.002410591 sec. 2025.12.23 09:29:32.333297 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:32.333401 [ 262 ] {1f8c90b1-4fdb-435e-9fae-0a91f00b6124} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.12.23 09:29:32.333442 [ 262 ] {1f8c90b1-4fdb-435e-9fae-0a91f00b6124} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.23 09:29:32.333940 [ 262 ] {1f8c90b1-4fdb-435e-9fae-0a91f00b6124} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:32.333979 [ 262 ] {1f8c90b1-4fdb-435e-9fae-0a91f00b6124} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:32.334384 [ 262 ] {1f8c90b1-4fdb-435e-9fae-0a91f00b6124} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.23 09:29:32.334570 [ 262 ] {1f8c90b1-4fdb-435e-9fae-0a91f00b6124} oximeter.timeseries_schema (e04ae0b0-4cb1-4c78-8ec4-7f0e0f65ff3a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:32.334705 [ 262 ] {1f8c90b1-4fdb-435e-9fae-0a91f00b6124} executeQuery: Read 7 rows, 1.42 KiB in 0.001334 sec., 5247.376311844078 rows/sec., 1.04 MiB/sec. 2025.12.23 09:29:32.334747 [ 262 ] {1f8c90b1-4fdb-435e-9fae-0a91f00b6124} TCPHandler: Processed in 0.001498238 sec. 2025.12.23 09:29:32.334862 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:32.334959 [ 262 ] {889a74ea-2318-4cbe-9a8d-f2a04aa14c63} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.23 09:29:32.334998 [ 262 ] {889a74ea-2318-4cbe-9a8d-f2a04aa14c63} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.23 09:29:32.335614 [ 262 ] {889a74ea-2318-4cbe-9a8d-f2a04aa14c63} oximeter.fields_i16 (8d7fe79b-86f4-4d5a-b54c-2b26224a25e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:32.335649 [ 262 ] {889a74ea-2318-4cbe-9a8d-f2a04aa14c63} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:32.335979 [ 262 ] {889a74ea-2318-4cbe-9a8d-f2a04aa14c63} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.23 09:29:32.336178 [ 262 ] {889a74ea-2318-4cbe-9a8d-f2a04aa14c63} oximeter.fields_i16 (8d7fe79b-86f4-4d5a-b54c-2b26224a25e1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:32.336299 [ 262 ] {889a74ea-2318-4cbe-9a8d-f2a04aa14c63} executeQuery: Read 410 rows, 26.63 KiB in 0.001358 sec., 301914.5802650957 rows/sec., 19.15 MiB/sec. 2025.12.23 09:29:32.336335 [ 262 ] {889a74ea-2318-4cbe-9a8d-f2a04aa14c63} TCPHandler: Processed in 0.001521239 sec. 2025.12.23 09:29:32.336450 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:32.336542 [ 262 ] {52b5bd37-fd62-4bd7-ab92-10ff4ff63d8a} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.23 09:29:32.336581 [ 262 ] {52b5bd37-fd62-4bd7-ab92-10ff4ff63d8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.23 09:29:32.336955 [ 262 ] {52b5bd37-fd62-4bd7-ab92-10ff4ff63d8a} oximeter.fields_ipaddr (d154834d-033d-4c99-ba0c-394bcbfa5713): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:32.336990 [ 262 ] {52b5bd37-fd62-4bd7-ab92-10ff4ff63d8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:32.337254 [ 262 ] {52b5bd37-fd62-4bd7-ab92-10ff4ff63d8a} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.23 09:29:32.337452 [ 262 ] {52b5bd37-fd62-4bd7-ab92-10ff4ff63d8a} oximeter.fields_ipaddr (d154834d-033d-4c99-ba0c-394bcbfa5713): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:32.337577 [ 262 ] {52b5bd37-fd62-4bd7-ab92-10ff4ff63d8a} executeQuery: Read 4 rows, 334.00 B in 0.001053 sec., 3798.6704653371326 rows/sec., 309.75 KiB/sec. 2025.12.23 09:29:32.337613 [ 262 ] {52b5bd37-fd62-4bd7-ab92-10ff4ff63d8a} TCPHandler: Processed in 0.00121078 sec. 2025.12.23 09:29:32.337720 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:32.337815 [ 262 ] {6c19cb69-996c-479a-80f6-f8517c48e89f} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.23 09:29:32.337853 [ 262 ] {6c19cb69-996c-479a-80f6-f8517c48e89f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.23 09:29:32.339339 [ 262 ] {6c19cb69-996c-479a-80f6-f8517c48e89f} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:32.339376 [ 262 ] {6c19cb69-996c-479a-80f6-f8517c48e89f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:32.339853 [ 262 ] {6c19cb69-996c-479a-80f6-f8517c48e89f} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.12.23 09:29:32.340063 [ 262 ] {6c19cb69-996c-479a-80f6-f8517c48e89f} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:32.340187 [ 262 ] {6c19cb69-996c-479a-80f6-f8517c48e89f} executeQuery: Read 2325 rows, 193.33 KiB in 0.002389 sec., 973210.5483465885 rows/sec., 79.03 MiB/sec. 2025.12.23 09:29:32.340211 [ 65 ] {} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.12.23 09:29:32.340225 [ 262 ] {6c19cb69-996c-479a-80f6-f8517c48e89f} MemoryTracker: Peak memory usage (for query): 4.00 MiB. 2025.12.23 09:29:32.340272 [ 262 ] {6c19cb69-996c-479a-80f6-f8517c48e89f} TCPHandler: Processed in 0.002599316 sec. 2025.12.23 09:29:32.340283 [ 65 ] {} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:32.340309 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:32.340386 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:32.340407 [ 200 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.12.23 09:29:32.340484 [ 262 ] {7fd303da-1034-4282-acc1-02a24ca01702} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.23 09:29:32.340502 [ 200 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:29:32.340523 [ 262 ] {7fd303da-1034-4282-acc1-02a24ca01702} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.23 09:29:32.340530 [ 200 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1324 rows starting from the beginning of the part 2025.12.23 09:29:32.340583 [ 200 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1182 rows starting from the beginning of the part 2025.12.23 09:29:32.340625 [ 200 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 69 rows starting from the beginning of the part 2025.12.23 09:29:32.340667 [ 200 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1182 rows starting from the beginning of the part 2025.12.23 09:29:32.340703 [ 200 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 68 rows starting from the beginning of the part 2025.12.23 09:29:32.340740 [ 200 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 2325 rows starting from the beginning of the part 2025.12.23 09:29:32.341005 [ 262 ] {7fd303da-1034-4282-acc1-02a24ca01702} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:32.341040 [ 262 ] {7fd303da-1034-4282-acc1-02a24ca01702} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:32.341393 [ 262 ] {7fd303da-1034-4282-acc1-02a24ca01702} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.12.23 09:29:32.341592 [ 262 ] {7fd303da-1034-4282-acc1-02a24ca01702} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:32.341717 [ 262 ] {7fd303da-1034-4282-acc1-02a24ca01702} executeQuery: Read 244 rows, 15.23 KiB in 0.001252 sec., 194888.178913738 rows/sec., 11.88 MiB/sec. 2025.12.23 09:29:32.341754 [ 262 ] {7fd303da-1034-4282-acc1-02a24ca01702} TCPHandler: Processed in 0.001415656 sec. 2025.12.23 09:29:32.341855 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:32.341947 [ 262 ] {b420b492-1a17-4bc8-a353-0d2587ff2a00} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.23 09:29:32.341985 [ 262 ] {b420b492-1a17-4bc8-a353-0d2587ff2a00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.23 09:29:32.342521 [ 262 ] {b420b492-1a17-4bc8-a353-0d2587ff2a00} oximeter.fields_u32 (d4478a7b-5e34-44bf-90e4-f163ea7d0fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:32.342556 [ 262 ] {b420b492-1a17-4bc8-a353-0d2587ff2a00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:32.342673 [ 187 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 6150 rows, containing 5 columns (5 merged, 0 gathered) in 0.002309348 sec., 2663089.322180979 rows/sec., 224.79 MiB/sec. 2025.12.23 09:29:32.342875 [ 262 ] {b420b492-1a17-4bc8-a353-0d2587ff2a00} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.23 09:29:32.342939 [ 192 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.12.23 09:29:32.343130 [ 262 ] {b420b492-1a17-4bc8-a353-0d2587ff2a00} oximeter.fields_u32 (d4478a7b-5e34-44bf-90e4-f163ea7d0fe4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:32.343215 [ 192 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_31_6} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:32.343260 [ 262 ] {b420b492-1a17-4bc8-a353-0d2587ff2a00} executeQuery: Read 440 rows, 29.81 KiB in 0.001331 sec., 330578.5123966942 rows/sec., 21.87 MiB/sec. 2025.12.23 09:29:32.343293 [ 192 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_31_6} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.12.23 09:29:32.343298 [ 262 ] {b420b492-1a17-4bc8-a353-0d2587ff2a00} TCPHandler: Processed in 0.001489609 sec. 2025.12.23 09:29:32.343353 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. 2025.12.23 09:29:32.343416 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:32.343509 [ 262 ] {4d88d2ed-5a76-4fe5-aca2-4a22b2fe2230} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.23 09:29:32.343547 [ 262 ] {4d88d2ed-5a76-4fe5-aca2-4a22b2fe2230} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.23 09:29:32.344004 [ 262 ] {4d88d2ed-5a76-4fe5-aca2-4a22b2fe2230} oximeter.fields_u8 (aafc8dfa-6e62-4213-a992-39e4280a19a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:32.344039 [ 262 ] {4d88d2ed-5a76-4fe5-aca2-4a22b2fe2230} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:32.344331 [ 262 ] {4d88d2ed-5a76-4fe5-aca2-4a22b2fe2230} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.23 09:29:32.344537 [ 262 ] {4d88d2ed-5a76-4fe5-aca2-4a22b2fe2230} oximeter.fields_u8 (aafc8dfa-6e62-4213-a992-39e4280a19a6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:32.344663 [ 262 ] {4d88d2ed-5a76-4fe5-aca2-4a22b2fe2230} executeQuery: Read 211 rows, 12.27 KiB in 0.001173 sec., 179880.64791133846 rows/sec., 10.21 MiB/sec. 2025.12.23 09:29:32.344700 [ 262 ] {4d88d2ed-5a76-4fe5-aca2-4a22b2fe2230} TCPHandler: Processed in 0.001332145 sec. 2025.12.23 09:29:32.344801 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:32.344893 [ 262 ] {0612da0c-ed4f-439a-ad8b-3a4d0c46b2cd} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.23 09:29:32.344932 [ 262 ] {0612da0c-ed4f-439a-ad8b-3a4d0c46b2cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.23 09:29:32.345661 [ 262 ] {0612da0c-ed4f-439a-ad8b-3a4d0c46b2cd} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:32.345697 [ 262 ] {0612da0c-ed4f-439a-ad8b-3a4d0c46b2cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:32.346066 [ 262 ] {0612da0c-ed4f-439a-ad8b-3a4d0c46b2cd} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.12.23 09:29:32.346272 [ 262 ] {0612da0c-ed4f-439a-ad8b-3a4d0c46b2cd} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:32.346375 [ 65 ] {} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.12.23 09:29:32.346398 [ 262 ] {0612da0c-ed4f-439a-ad8b-3a4d0c46b2cd} executeQuery: Read 1174 rows, 85.89 KiB in 0.001522 sec., 771353.482260184 rows/sec., 55.11 MiB/sec. 2025.12.23 09:29:32.346414 [ 65 ] {} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:32.346443 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:32.346444 [ 262 ] {0612da0c-ed4f-439a-ad8b-3a4d0c46b2cd} TCPHandler: Processed in 0.001689603 sec. 2025.12.23 09:29:32.346530 [ 188 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.12.23 09:29:32.346568 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:32.346623 [ 188 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:29:32.346651 [ 188 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 792 rows starting from the beginning of the part 2025.12.23 09:29:32.346660 [ 262 ] {d4810cfa-6964-479d-bb42-a47c57ebfaff} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.12.23 09:29:32.346700 [ 262 ] {d4810cfa-6964-479d-bb42-a47c57ebfaff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.12.23 09:29:32.346706 [ 188 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 714 rows starting from the beginning of the part 2025.12.23 09:29:32.346753 [ 188 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 72 rows starting from the beginning of the part 2025.12.23 09:29:32.346801 [ 188 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 714 rows starting from the beginning of the part 2025.12.23 09:29:32.346843 [ 188 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 70 rows starting from the beginning of the part 2025.12.23 09:29:32.346886 [ 188 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1174 rows starting from the beginning of the part 2025.12.23 09:29:32.347019 [ 262 ] {d4810cfa-6964-479d-bb42-a47c57ebfaff} oximeter.measurements_bool (ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:32.347053 [ 262 ] {d4810cfa-6964-479d-bb42-a47c57ebfaff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:32.347348 [ 262 ] {d4810cfa-6964-479d-bb42-a47c57ebfaff} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.23 09:29:32.347573 [ 262 ] {d4810cfa-6964-479d-bb42-a47c57ebfaff} oximeter.measurements_bool (ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:32.347697 [ 262 ] {d4810cfa-6964-479d-bb42-a47c57ebfaff} executeQuery: Read 6 rows, 321.00 B in 0.001054 sec., 5692.599620493358 rows/sec., 297.42 KiB/sec. 2025.12.23 09:29:32.347732 [ 262 ] {d4810cfa-6964-479d-bb42-a47c57ebfaff} TCPHandler: Processed in 0.001211651 sec. 2025.12.23 09:29:32.347838 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:32.347928 [ 262 ] {e7c5eb65-136a-4ef7-b71a-9cb25700e47d} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.23 09:29:32.347967 [ 262 ] {e7c5eb65-136a-4ef7-b71a-9cb25700e47d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.23 09:29:32.348045 [ 187 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 3536 rows, containing 5 columns (5 merged, 0 gathered) in 0.00154858 sec., 2283382.195301502 rows/sec., 171.22 MiB/sec. 2025.12.23 09:29:32.348297 [ 190 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.12.23 09:29:32.348633 [ 190 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_31_6} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:32.348730 [ 190 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_31_6} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.12.23 09:29:32.348937 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. 2025.12.23 09:29:32.349785 [ 262 ] {e7c5eb65-136a-4ef7-b71a-9cb25700e47d} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:32.349825 [ 262 ] {e7c5eb65-136a-4ef7-b71a-9cb25700e47d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:32.350508 [ 262 ] {e7c5eb65-136a-4ef7-b71a-9cb25700e47d} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.12.23 09:29:32.350720 [ 262 ] {e7c5eb65-136a-4ef7-b71a-9cb25700e47d} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:32.350834 [ 65 ] {} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.12.23 09:29:32.350851 [ 262 ] {e7c5eb65-136a-4ef7-b71a-9cb25700e47d} executeQuery: Read 4834 rows, 329.73 KiB in 0.00294 sec., 1644217.68707483 rows/sec., 109.53 MiB/sec. 2025.12.23 09:29:32.350871 [ 65 ] {} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:32.350895 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:32.350896 [ 262 ] {e7c5eb65-136a-4ef7-b71a-9cb25700e47d} MemoryTracker: Peak memory usage (for query): 4.16 MiB. 2025.12.23 09:29:32.350924 [ 262 ] {e7c5eb65-136a-4ef7-b71a-9cb25700e47d} TCPHandler: Processed in 0.00313346 sec. 2025.12.23 09:29:32.350990 [ 187 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.12.23 09:29:32.351037 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:32.351112 [ 187 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:29:32.351134 [ 262 ] {2409f373-843e-441a-a16e-176573c4c2ab} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.12.23 09:29:32.351150 [ 187 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 5864 rows starting from the beginning of the part 2025.12.23 09:29:32.351180 [ 262 ] {2409f373-843e-441a-a16e-176573c4c2ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.12.23 09:29:32.351223 [ 187 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 314 rows starting from the beginning of the part 2025.12.23 09:29:32.351281 [ 187 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 161 rows starting from the beginning of the part 2025.12.23 09:29:32.351324 [ 187 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 314 rows starting from the beginning of the part 2025.12.23 09:29:32.351403 [ 187 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part 2025.12.23 09:29:32.351447 [ 187 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 4834 rows starting from the beginning of the part 2025.12.23 09:29:32.351524 [ 262 ] {2409f373-843e-441a-a16e-176573c4c2ab} oximeter.measurements_f64 (b7995074-f324-489b-8a3e-e8ccb953a5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:32.351568 [ 262 ] {2409f373-843e-441a-a16e-176573c4c2ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:32.351900 [ 262 ] {2409f373-843e-441a-a16e-176573c4c2ab} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.23 09:29:32.352123 [ 262 ] {2409f373-843e-441a-a16e-176573c4c2ab} oximeter.measurements_f64 (b7995074-f324-489b-8a3e-e8ccb953a5a6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:32.352276 [ 262 ] {2409f373-843e-441a-a16e-176573c4c2ab} executeQuery: Read 1 rows, 69.00 B in 0.00116 sec., 862.0689655172414 rows/sec., 58.09 KiB/sec. 2025.12.23 09:29:32.352389 [ 262 ] {2409f373-843e-441a-a16e-176573c4c2ab} TCPHandler: Processed in 0.001398696 sec. 2025.12.23 09:29:32.352526 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:32.352621 [ 262 ] {d257fc09-92cc-4e60-9203-7fe5828c323f} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.23 09:29:32.352673 [ 262 ] {d257fc09-92cc-4e60-9203-7fe5828c323f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.23 09:29:32.353435 [ 262 ] {d257fc09-92cc-4e60-9203-7fe5828c323f} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:32.353471 [ 262 ] {d257fc09-92cc-4e60-9203-7fe5828c323f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:32.354077 [ 262 ] {d257fc09-92cc-4e60-9203-7fe5828c323f} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.12.23 09:29:32.354316 [ 262 ] {d257fc09-92cc-4e60-9203-7fe5828c323f} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:32.354461 [ 262 ] {d257fc09-92cc-4e60-9203-7fe5828c323f} executeQuery: Read 35 rows, 64.22 KiB in 0.001859 sec., 18827.32651963421 rows/sec., 33.74 MiB/sec. 2025.12.23 09:29:32.354514 [ 262 ] {d257fc09-92cc-4e60-9203-7fe5828c323f} TCPHandler: Processed in 0.002035822 sec. 2025.12.23 09:29:32.354636 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:32.354729 [ 262 ] {bddfef2c-b4fa-45a9-a5be-5842f73d0a1e} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.23 09:29:32.354770 [ 262 ] {bddfef2c-b4fa-45a9-a5be-5842f73d0a1e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.23 09:29:32.355098 [ 262 ] {bddfef2c-b4fa-45a9-a5be-5842f73d0a1e} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:32.355134 [ 262 ] {bddfef2c-b4fa-45a9-a5be-5842f73d0a1e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:32.355461 [ 262 ] {bddfef2c-b4fa-45a9-a5be-5842f73d0a1e} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.12.23 09:29:32.355672 [ 262 ] {bddfef2c-b4fa-45a9-a5be-5842f73d0a1e} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:32.355772 [ 65 ] {} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.12.23 09:29:32.355777 [ 189 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 11647 rows, containing 5 columns (5 merged, 0 gathered) in 0.004829493 sec., 2411640.310898059 rows/sec., 162.26 MiB/sec. 2025.12.23 09:29:32.355801 [ 262 ] {bddfef2c-b4fa-45a9-a5be-5842f73d0a1e} executeQuery: Read 56 rows, 3.21 KiB in 0.00109 sec., 51376.14678899082 rows/sec., 2.88 MiB/sec. 2025.12.23 09:29:32.355808 [ 65 ] {} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:32.355849 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. 2025.12.23 09:29:32.355852 [ 262 ] {bddfef2c-b4fa-45a9-a5be-5842f73d0a1e} TCPHandler: Processed in 0.001263692 sec. 2025.12.23 09:29:32.355939 [ 190 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.12.23 09:29:32.356063 [ 190 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:29:32.356095 [ 190 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1940 rows starting from the beginning of the part 2025.12.23 09:29:32.356104 [ 187 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.12.23 09:29:32.356151 [ 190 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 104 rows starting from the beginning of the part 2025.12.23 09:29:32.356202 [ 190 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part 2025.12.23 09:29:32.356241 [ 190 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 104 rows starting from the beginning of the part 2025.12.23 09:29:32.356281 [ 190 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part 2025.12.23 09:29:32.356317 [ 190 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 56 rows starting from the beginning of the part 2025.12.23 09:29:32.356420 [ 187 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_31_6} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:32.356521 [ 187 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_31_6} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.12.23 09:29:32.356603 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.23 MiB. 2025.12.23 09:29:32.357585 [ 193 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 2324 rows, containing 4 columns (4 merged, 0 gathered) in 0.001690463 sec., 1374771.2904689426 rows/sec., 87.96 MiB/sec. 2025.12.23 09:29:32.357876 [ 190 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.12.23 09:29:32.358166 [ 190 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_31_6} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:32.358242 [ 190 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_31_6} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.12.23 09:29:32.358311 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. 2025.12.23 09:29:36.101405 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 74 entries to flush up to offset 732 2025.12.23 09:29:36.104902 [ 243 ] {} system.query_log (93b58756-c7c4-4dd5-8f38-c0e6c44c4a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:36.104942 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:36.106255 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.23 09:29:36.106524 [ 243 ] {} system.query_log (93b58756-c7c4-4dd5-8f38-c0e6c44c4a94): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:36.106660 [ 59 ] {} system.query_log (93b58756-c7c4-4dd5-8f38-c0e6c44c4a94) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.23 09:29:36.106697 [ 59 ] {} system.query_log (93b58756-c7c4-4dd5-8f38-c0e6c44c4a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:36.106716 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:36.106779 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 732 2025.12.23 09:29:36.106828 [ 189 ] {93b58756-c7c4-4dd5-8f38-c0e6c44c4a94::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.12.23 09:29:36.107413 [ 189 ] {93b58756-c7c4-4dd5-8f38-c0e6c44c4a94::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:29:36.107559 [ 189 ] {93b58756-c7c4-4dd5-8f38-c0e6c44c4a94::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 516 rows starting from the beginning of the part 2025.12.23 09:29:36.107920 [ 189 ] {93b58756-c7c4-4dd5-8f38-c0e6c44c4a94::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 36 rows starting from the beginning of the part 2025.12.23 09:29:36.108273 [ 189 ] {93b58756-c7c4-4dd5-8f38-c0e6c44c4a94::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 34 rows starting from the beginning of the part 2025.12.23 09:29:36.108626 [ 189 ] {93b58756-c7c4-4dd5-8f38-c0e6c44c4a94::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 36 rows starting from the beginning of the part 2025.12.23 09:29:36.108988 [ 189 ] {93b58756-c7c4-4dd5-8f38-c0e6c44c4a94::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 36 rows starting from the beginning of the part 2025.12.23 09:29:36.109366 [ 189 ] {93b58756-c7c4-4dd5-8f38-c0e6c44c4a94::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 74 rows starting from the beginning of the part 2025.12.23 09:29:36.115476 [ 193 ] {93b58756-c7c4-4dd5-8f38-c0e6c44c4a94::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 732 rows, containing 72 columns (72 merged, 0 gathered) in 0.008702882 sec., 84110.06836585858 rows/sec., 74.69 MiB/sec. 2025.12.23 09:29:36.116640 [ 198 ] {93b58756-c7c4-4dd5-8f38-c0e6c44c4a94::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.23 09:29:36.117305 [ 198 ] {93b58756-c7c4-4dd5-8f38-c0e6c44c4a94::all_1_16_3} system.query_log (93b58756-c7c4-4dd5-8f38-c0e6c44c4a94): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:36.117393 [ 198 ] {93b58756-c7c4-4dd5-8f38-c0e6c44c4a94::all_1_16_3} system.query_log (93b58756-c7c4-4dd5-8f38-c0e6c44c4a94) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.23 09:29:36.117654 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB. 2025.12.23 09:29:36.586564 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:36.586853 [ 262 ] {2afe6311-43be-4de1-9039-0510def5a98f} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.23 09:29:36.586961 [ 262 ] {2afe6311-43be-4de1-9039-0510def5a98f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.23 09:29:36.587867 [ 262 ] {2afe6311-43be-4de1-9039-0510def5a98f} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:36.587919 [ 262 ] {2afe6311-43be-4de1-9039-0510def5a98f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:36.588338 [ 262 ] {2afe6311-43be-4de1-9039-0510def5a98f} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.12.23 09:29:36.588598 [ 262 ] {2afe6311-43be-4de1-9039-0510def5a98f} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:36.588773 [ 262 ] {2afe6311-43be-4de1-9039-0510def5a98f} executeQuery: Read 56 rows, 4.41 KiB in 0.001999 sec., 28014.007003501752 rows/sec., 2.15 MiB/sec. 2025.12.23 09:29:36.588824 [ 262 ] {2afe6311-43be-4de1-9039-0510def5a98f} TCPHandler: Processed in 0.002451683 sec. 2025.12.23 09:29:36.588953 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:36.589056 [ 262 ] {efdf8657-bc1b-41ff-bec9-1765d2e223a6} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.23 09:29:36.589099 [ 262 ] {efdf8657-bc1b-41ff-bec9-1765d2e223a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.23 09:29:36.589529 [ 262 ] {efdf8657-bc1b-41ff-bec9-1765d2e223a6} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:36.589567 [ 262 ] {efdf8657-bc1b-41ff-bec9-1765d2e223a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:36.589890 [ 262 ] {efdf8657-bc1b-41ff-bec9-1765d2e223a6} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.12.23 09:29:36.590106 [ 262 ] {efdf8657-bc1b-41ff-bec9-1765d2e223a6} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:36.590240 [ 262 ] {efdf8657-bc1b-41ff-bec9-1765d2e223a6} executeQuery: Read 64 rows, 5.12 KiB in 0.001208 sec., 52980.13245033112 rows/sec., 4.14 MiB/sec. 2025.12.23 09:29:36.590279 [ 262 ] {efdf8657-bc1b-41ff-bec9-1765d2e223a6} TCPHandler: Processed in 0.001380525 sec. 2025.12.23 09:29:36.590394 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:36.590491 [ 262 ] {347ce43a-9b7c-4ea1-b274-6ed07744fb70} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.23 09:29:36.590535 [ 262 ] {347ce43a-9b7c-4ea1-b274-6ed07744fb70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.23 09:29:36.590915 [ 262 ] {347ce43a-9b7c-4ea1-b274-6ed07744fb70} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:36.590951 [ 262 ] {347ce43a-9b7c-4ea1-b274-6ed07744fb70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:36.591299 [ 262 ] {347ce43a-9b7c-4ea1-b274-6ed07744fb70} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.12.23 09:29:36.591515 [ 262 ] {347ce43a-9b7c-4ea1-b274-6ed07744fb70} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:36.591646 [ 262 ] {347ce43a-9b7c-4ea1-b274-6ed07744fb70} executeQuery: Read 128 rows, 9.13 KiB in 0.001174 sec., 109028.96081771722 rows/sec., 7.59 MiB/sec. 2025.12.23 09:29:36.591682 [ 262 ] {347ce43a-9b7c-4ea1-b274-6ed07744fb70} TCPHandler: Processed in 0.001339094 sec. 2025.12.23 09:29:36.591798 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:36.591893 [ 262 ] {6b7f36eb-db53-4ec1-b80a-3e3d13b1725d} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.23 09:29:36.591935 [ 262 ] {6b7f36eb-db53-4ec1-b80a-3e3d13b1725d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.23 09:29:36.592262 [ 262 ] {6b7f36eb-db53-4ec1-b80a-3e3d13b1725d} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:36.592298 [ 262 ] {6b7f36eb-db53-4ec1-b80a-3e3d13b1725d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:36.592601 [ 262 ] {6b7f36eb-db53-4ec1-b80a-3e3d13b1725d} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.12.23 09:29:36.592832 [ 262 ] {6b7f36eb-db53-4ec1-b80a-3e3d13b1725d} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:36.592969 [ 262 ] {6b7f36eb-db53-4ec1-b80a-3e3d13b1725d} executeQuery: Read 48 rows, 3.31 KiB in 0.001095 sec., 43835.61643835616 rows/sec., 2.95 MiB/sec. 2025.12.23 09:29:36.593006 [ 262 ] {6b7f36eb-db53-4ec1-b80a-3e3d13b1725d} TCPHandler: Processed in 0.001259813 sec. 2025.12.23 09:29:38.572495 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 11054 2025.12.23 09:29:38.573057 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:38.573108 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:38.573647 [ 245 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.12.23 09:29:38.573883 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:38.574019 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11054 2025.12.23 09:29:39.131554 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2025.12.23 09:29:39.147025 [ 244 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:39.147074 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:39.153485 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.12.23 09:29:39.154219 [ 244 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:39.157114 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174 2025.12.23 09:29:41.588909 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:41.589140 [ 262 ] {61146852-80ad-455e-966b-244631162b58} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.23 09:29:41.589218 [ 262 ] {61146852-80ad-455e-966b-244631162b58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.23 09:29:41.589936 [ 262 ] {61146852-80ad-455e-966b-244631162b58} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:41.589989 [ 262 ] {61146852-80ad-455e-966b-244631162b58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:41.590407 [ 262 ] {61146852-80ad-455e-966b-244631162b58} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.12.23 09:29:41.590646 [ 262 ] {61146852-80ad-455e-966b-244631162b58} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:41.590820 [ 262 ] {61146852-80ad-455e-966b-244631162b58} executeQuery: Read 68 rows, 5.56 KiB in 0.001743 sec., 39013.19563970166 rows/sec., 3.11 MiB/sec. 2025.12.23 09:29:41.590874 [ 262 ] {61146852-80ad-455e-966b-244631162b58} TCPHandler: Processed in 0.002107954 sec. 2025.12.23 09:29:41.591024 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:41.591129 [ 262 ] {af4ac3a5-f5f9-4dbd-8135-acff82a7eb52} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.23 09:29:41.591173 [ 262 ] {af4ac3a5-f5f9-4dbd-8135-acff82a7eb52} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.23 09:29:41.591607 [ 262 ] {af4ac3a5-f5f9-4dbd-8135-acff82a7eb52} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:41.591644 [ 262 ] {af4ac3a5-f5f9-4dbd-8135-acff82a7eb52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:41.591963 [ 262 ] {af4ac3a5-f5f9-4dbd-8135-acff82a7eb52} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.12.23 09:29:41.592177 [ 262 ] {af4ac3a5-f5f9-4dbd-8135-acff82a7eb52} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:41.592318 [ 262 ] {af4ac3a5-f5f9-4dbd-8135-acff82a7eb52} executeQuery: Read 6 rows, 462.00 B in 0.001212 sec., 4950.495049504951 rows/sec., 372.25 KiB/sec. 2025.12.23 09:29:41.592357 [ 262 ] {af4ac3a5-f5f9-4dbd-8135-acff82a7eb52} TCPHandler: Processed in 0.001394436 sec. 2025.12.23 09:29:41.592479 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:41.592579 [ 262 ] {3aeb2b98-8c2e-4baa-b218-9b0cbec1477b} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.23 09:29:41.592622 [ 262 ] {3aeb2b98-8c2e-4baa-b218-9b0cbec1477b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.23 09:29:41.593061 [ 262 ] {3aeb2b98-8c2e-4baa-b218-9b0cbec1477b} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:41.593098 [ 262 ] {3aeb2b98-8c2e-4baa-b218-9b0cbec1477b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:41.593404 [ 262 ] {3aeb2b98-8c2e-4baa-b218-9b0cbec1477b} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.12.23 09:29:41.593618 [ 262 ] {3aeb2b98-8c2e-4baa-b218-9b0cbec1477b} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:41.593755 [ 262 ] {3aeb2b98-8c2e-4baa-b218-9b0cbec1477b} executeQuery: Read 70 rows, 5.60 KiB in 0.001198 sec., 58430.71786310517 rows/sec., 4.56 MiB/sec. 2025.12.23 09:29:41.593794 [ 262 ] {3aeb2b98-8c2e-4baa-b218-9b0cbec1477b} TCPHandler: Processed in 0.001366534 sec. 2025.12.23 09:29:41.593916 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:41.594013 [ 262 ] {1eba3f21-1b5b-401a-ae9a-6ef67e645458} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.23 09:29:41.594057 [ 262 ] {1eba3f21-1b5b-401a-ae9a-6ef67e645458} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.23 09:29:41.594476 [ 262 ] {1eba3f21-1b5b-401a-ae9a-6ef67e645458} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:41.594511 [ 262 ] {1eba3f21-1b5b-401a-ae9a-6ef67e645458} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:41.594871 [ 262 ] {1eba3f21-1b5b-401a-ae9a-6ef67e645458} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.12.23 09:29:41.595081 [ 262 ] {1eba3f21-1b5b-401a-ae9a-6ef67e645458} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:41.595212 [ 262 ] {1eba3f21-1b5b-401a-ae9a-6ef67e645458} executeQuery: Read 160 rows, 11.41 KiB in 0.001219 sec., 131255.12715340444 rows/sec., 9.14 MiB/sec. 2025.12.23 09:29:41.595249 [ 262 ] {1eba3f21-1b5b-401a-ae9a-6ef67e645458} TCPHandler: Processed in 0.001384285 sec. 2025.12.23 09:29:41.595367 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:41.595463 [ 262 ] {8cb14e55-4cbe-43fc-a5a8-d1083487cdf9} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.23 09:29:41.595516 [ 262 ] {8cb14e55-4cbe-43fc-a5a8-d1083487cdf9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.23 09:29:41.596255 [ 262 ] {8cb14e55-4cbe-43fc-a5a8-d1083487cdf9} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:41.596291 [ 262 ] {8cb14e55-4cbe-43fc-a5a8-d1083487cdf9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:41.596785 [ 262 ] {8cb14e55-4cbe-43fc-a5a8-d1083487cdf9} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.12.23 09:29:41.597007 [ 262 ] {8cb14e55-4cbe-43fc-a5a8-d1083487cdf9} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:41.597154 [ 262 ] {8cb14e55-4cbe-43fc-a5a8-d1083487cdf9} executeQuery: Read 6 rows, 11.01 KiB in 0.00171 sec., 3508.7719298245615 rows/sec., 6.29 MiB/sec. 2025.12.23 09:29:41.597237 [ 262 ] {8cb14e55-4cbe-43fc-a5a8-d1083487cdf9} TCPHandler: Processed in 0.001919419 sec. 2025.12.23 09:29:41.597381 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:41.597493 [ 262 ] {6f6e718d-91ee-4a7c-aaca-07291f24bc4b} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.23 09:29:41.597538 [ 262 ] {6f6e718d-91ee-4a7c-aaca-07291f24bc4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.23 09:29:41.597983 [ 262 ] {6f6e718d-91ee-4a7c-aaca-07291f24bc4b} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:41.598030 [ 262 ] {6f6e718d-91ee-4a7c-aaca-07291f24bc4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:41.598393 [ 262 ] {6f6e718d-91ee-4a7c-aaca-07291f24bc4b} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.12.23 09:29:41.598621 [ 262 ] {6f6e718d-91ee-4a7c-aaca-07291f24bc4b} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:41.598754 [ 262 ] {6f6e718d-91ee-4a7c-aaca-07291f24bc4b} executeQuery: Read 60 rows, 4.14 KiB in 0.00128 sec., 46874.99999999999 rows/sec., 3.16 MiB/sec. 2025.12.23 09:29:41.598790 [ 262 ] {6f6e718d-91ee-4a7c-aaca-07291f24bc4b} TCPHandler: Processed in 0.001466758 sec. 2025.12.23 09:29:41.825719 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40991 2025.12.23 09:29:41.825831 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:29:41.825858 [ 287 ] {} TCP-Session: 1fde5760-b573-43f1-a9bd-8e1c665cf3be Authenticating user 'default' from [fd00:1122:3344:101::e]:40991 2025.12.23 09:29:41.825879 [ 287 ] {} TCP-Session: 1fde5760-b573-43f1-a9bd-8e1c665cf3be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:41.825892 [ 287 ] {} TCP-Session: 1fde5760-b573-43f1-a9bd-8e1c665cf3be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:41.826097 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60012 2025.12.23 09:29:41.826133 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38573 2025.12.23 09:29:41.826161 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56844 2025.12.23 09:29:41.826188 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50792 2025.12.23 09:29:41.826225 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:29:41.826197 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34724 2025.12.23 09:29:41.826270 [ 289 ] {} TCP-Session: 33fa25b1-22e7-42ab-9bc3-17239079a07c Authenticating user 'default' from [fd00:1122:3344:101::e]:60012 2025.12.23 09:29:41.826291 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:29:41.826174 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49095 2025.12.23 09:29:41.826320 [ 293 ] {} TCP-Session: e9049c75-891e-455b-b807-27e26531b6f8 Authenticating user 'default' from [fd00:1122:3344:101::e]:56844 2025.12.23 09:29:41.826313 [ 289 ] {} TCP-Session: 33fa25b1-22e7-42ab-9bc3-17239079a07c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:41.826359 [ 293 ] {} TCP-Session: e9049c75-891e-455b-b807-27e26531b6f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:41.826372 [ 289 ] {} TCP-Session: 33fa25b1-22e7-42ab-9bc3-17239079a07c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:41.826379 [ 293 ] {} TCP-Session: e9049c75-891e-455b-b807-27e26531b6f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:41.826375 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:29:41.826159 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53763 2025.12.23 09:29:41.826436 [ 290 ] {} TCP-Session: bbb777f0-8e87-4b3c-9c1c-3885fa85bcd9 Authenticating user 'default' from [fd00:1122:3344:101::e]:38573 2025.12.23 09:29:41.826138 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45581 2025.12.23 09:29:41.826479 [ 290 ] {} TCP-Session: bbb777f0-8e87-4b3c-9c1c-3885fa85bcd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:41.826500 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:29:41.826514 [ 290 ] {} TCP-Session: bbb777f0-8e87-4b3c-9c1c-3885fa85bcd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:41.826501 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:29:41.826532 [ 286 ] {} TCP-Session: 94fb1ae6-dac4-4a43-b257-9f7f25d6908c Authenticating user 'default' from [fd00:1122:3344:101::e]:34724 2025.12.23 09:29:41.826319 [ 287 ] {} TCP-Session: 1fde5760-b573-43f1-a9bd-8e1c665cf3be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:41.826566 [ 286 ] {} TCP-Session: 94fb1ae6-dac4-4a43-b257-9f7f25d6908c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:41.826561 [ 294 ] {} TCP-Session: a37b8512-1e32-4dbf-b10f-a8f63def6582 Authenticating user 'default' from [fd00:1122:3344:101::e]:49095 2025.12.23 09:29:41.826601 [ 286 ] {} TCP-Session: 94fb1ae6-dac4-4a43-b257-9f7f25d6908c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:41.826595 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:29:41.826617 [ 294 ] {} TCP-Session: a37b8512-1e32-4dbf-b10f-a8f63def6582 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:41.826656 [ 259 ] {} TCP-Session: 1f88da44-6df2-43b0-b91b-7ea8fe042aa5 Authenticating user 'default' from [fd00:1122:3344:101::e]:50792 2025.12.23 09:29:41.826660 [ 294 ] {} TCP-Session: a37b8512-1e32-4dbf-b10f-a8f63def6582 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:41.826666 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:29:41.826689 [ 259 ] {} TCP-Session: 1f88da44-6df2-43b0-b91b-7ea8fe042aa5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:41.826717 [ 291 ] {} TCP-Session: ea68d333-3fcc-4b0a-bc7d-a4bc000ae759 Authenticating user 'default' from [fd00:1122:3344:101::e]:45581 2025.12.23 09:29:41.826725 [ 259 ] {} TCP-Session: 1f88da44-6df2-43b0-b91b-7ea8fe042aa5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:41.826744 [ 291 ] {} TCP-Session: ea68d333-3fcc-4b0a-bc7d-a4bc000ae759 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:41.826759 [ 287 ] {db2e5ab5-d04e-4420-98b8-ffaf3c41429d} executeQuery: (from [fd00:1122:3344:101::e]:40991) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.23 09:29:41.826771 [ 291 ] {} TCP-Session: ea68d333-3fcc-4b0a-bc7d-a4bc000ae759 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:41.826597 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:29:41.826843 [ 292 ] {} TCP-Session: 16c9a3a9-627e-42d0-bde3-d09f176ffd09 Authenticating user 'default' from [fd00:1122:3344:101::e]:53763 2025.12.23 09:29:41.826866 [ 292 ] {} TCP-Session: 16c9a3a9-627e-42d0-bde3-d09f176ffd09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:41.826882 [ 292 ] {} TCP-Session: 16c9a3a9-627e-42d0-bde3-d09f176ffd09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:41.827067 [ 287 ] {db2e5ab5-d04e-4420-98b8-ffaf3c41429d} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.23 09:29:41.827130 [ 287 ] {db2e5ab5-d04e-4420-98b8-ffaf3c41429d} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:29:41.827435 [ 287 ] {db2e5ab5-d04e-4420-98b8-ffaf3c41429d} oximeter.version (368d8028-bea8-4627-aca6-2bb5877aaad5) (SelectExecutor): Key condition: unknown 2025.12.23 09:29:41.828567 [ 320 ] {db2e5ab5-d04e-4420-98b8-ffaf3c41429d} AggregatingTransform: Aggregating 2025.12.23 09:29:41.828620 [ 320 ] {db2e5ab5-d04e-4420-98b8-ffaf3c41429d} Aggregator: Aggregation method: without_key 2025.12.23 09:29:41.828661 [ 320 ] {db2e5ab5-d04e-4420-98b8-ffaf3c41429d} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001126319 sec. (887.848 rows/sec., 34.68 KiB/sec.) 2025.12.23 09:29:41.828681 [ 320 ] {db2e5ab5-d04e-4420-98b8-ffaf3c41429d} Aggregator: Merging aggregated data 2025.12.23 09:29:41.829970 [ 287 ] {db2e5ab5-d04e-4420-98b8-ffaf3c41429d} executeQuery: Read 1 rows, 40.00 B in 0.003271 sec., 305.7169061449098 rows/sec., 11.94 KiB/sec. 2025.12.23 09:29:41.830119 [ 287 ] {db2e5ab5-d04e-4420-98b8-ffaf3c41429d} TCPHandler: Processed in 0.003955501 sec. 2025.12.23 09:29:41.830207 [ 287 ] {} TCPHandler: Done processing connection. 2025.12.23 09:29:41.830237 [ 287 ] {} TCP-Session: 1fde5760-b573-43f1-a9bd-8e1c665cf3be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:41.830241 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.23 09:29:41.830262 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.23 09:29:41.830283 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.23 09:29:41.830302 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.23 09:29:41.830316 [ 289 ] {} TCP-Session: 33fa25b1-22e7-42ab-9bc3-17239079a07c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:41.830329 [ 293 ] {} TCP-Session: e9049c75-891e-455b-b807-27e26531b6f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:41.830347 [ 259 ] {} TCPHandler: Done processing connection. 2025.12.23 09:29:41.830364 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.23 09:29:41.830386 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.23 09:29:41.830407 [ 292 ] {} TCP-Session: 16c9a3a9-627e-42d0-bde3-d09f176ffd09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:41.830399 [ 259 ] {} TCP-Session: 1f88da44-6df2-43b0-b91b-7ea8fe042aa5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:41.830447 [ 294 ] {} TCP-Session: a37b8512-1e32-4dbf-b10f-a8f63def6582 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:41.830363 [ 286 ] {} TCP-Session: 94fb1ae6-dac4-4a43-b257-9f7f25d6908c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:41.830323 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.23 09:29:41.830300 [ 290 ] {} TCP-Session: bbb777f0-8e87-4b3c-9c1c-3885fa85bcd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:41.830530 [ 291 ] {} TCP-Session: ea68d333-3fcc-4b0a-bc7d-a4bc000ae759 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:41.839382 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33906 2025.12.23 09:29:41.839448 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:29:41.839470 [ 287 ] {} TCP-Session: 49dd82ad-e3cd-4713-8bcd-f762a5b2f163 Authenticating user 'default' from [fd00:1122:3344:101::e]:33906 2025.12.23 09:29:41.839485 [ 287 ] {} TCP-Session: 49dd82ad-e3cd-4713-8bcd-f762a5b2f163 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:41.839497 [ 287 ] {} TCP-Session: 49dd82ad-e3cd-4713-8bcd-f762a5b2f163 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:41.839659 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60285 2025.12.23 09:29:41.839674 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44649 2025.12.23 09:29:41.839695 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38732 2025.12.23 09:29:41.839715 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42938 2025.12.23 09:29:41.839730 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:29:41.839740 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46660 2025.12.23 09:29:41.839774 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:29:41.839792 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:29:41.839818 [ 291 ] {} TCP-Session: 017a5258-b82f-449c-8e8c-d8d61a93f016 Authenticating user 'default' from [fd00:1122:3344:101::e]:38732 2025.12.23 09:29:41.839835 [ 293 ] {} TCP-Session: cce80f1a-e04e-40b7-a77a-c1aefb606f78 Authenticating user 'default' from [fd00:1122:3344:101::e]:42938 2025.12.23 09:29:41.839848 [ 291 ] {} TCP-Session: 017a5258-b82f-449c-8e8c-d8d61a93f016 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:41.839862 [ 293 ] {} TCP-Session: cce80f1a-e04e-40b7-a77a-c1aefb606f78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:41.839873 [ 291 ] {} TCP-Session: 017a5258-b82f-449c-8e8c-d8d61a93f016 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:41.839886 [ 293 ] {} TCP-Session: cce80f1a-e04e-40b7-a77a-c1aefb606f78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:41.839769 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59206 2025.12.23 09:29:41.839757 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:29:41.839769 [ 289 ] {} TCP-Session: 704f9d20-6fb9-45b0-a8a7-bc14713f99d2 Authenticating user 'default' from [fd00:1122:3344:101::e]:60285 2025.12.23 09:29:41.839966 [ 290 ] {} TCP-Session: 31ee3d80-75eb-46fb-a692-1b7496991e86 Authenticating user 'default' from [fd00:1122:3344:101::e]:44649 2025.12.23 09:29:41.839977 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:29:41.839982 [ 289 ] {} TCP-Session: 704f9d20-6fb9-45b0-a8a7-bc14713f99d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:41.840006 [ 286 ] {} TCP-Session: 304a3961-6b6d-4aba-993b-5f0d06ce4322 Authenticating user 'default' from [fd00:1122:3344:101::e]:59206 2025.12.23 09:29:41.839994 [ 290 ] {} TCP-Session: 31ee3d80-75eb-46fb-a692-1b7496991e86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:41.840013 [ 289 ] {} TCP-Session: 704f9d20-6fb9-45b0-a8a7-bc14713f99d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:41.840028 [ 286 ] {} TCP-Session: 304a3961-6b6d-4aba-993b-5f0d06ce4322 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:41.840034 [ 290 ] {} TCP-Session: 31ee3d80-75eb-46fb-a692-1b7496991e86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:41.840059 [ 286 ] {} TCP-Session: 304a3961-6b6d-4aba-993b-5f0d06ce4322 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:41.839701 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56313 2025.12.23 09:29:41.839762 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53163 2025.12.23 09:29:41.839837 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:29:41.840144 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:29:41.840164 [ 294 ] {} TCP-Session: 69e8365a-b827-48d4-871c-e74faaa27ab3 Authenticating user 'default' from [fd00:1122:3344:101::e]:46660 2025.12.23 09:29:41.840167 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:29:41.840178 [ 292 ] {} TCP-Session: 0ca4b883-9501-4d77-9059-52c5d5fa9b51 Authenticating user 'default' from [fd00:1122:3344:101::e]:56313 2025.12.23 09:29:41.840190 [ 294 ] {} TCP-Session: 69e8365a-b827-48d4-871c-e74faaa27ab3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:41.840215 [ 292 ] {} TCP-Session: 0ca4b883-9501-4d77-9059-52c5d5fa9b51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:41.840226 [ 294 ] {} TCP-Session: 69e8365a-b827-48d4-871c-e74faaa27ab3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:41.840239 [ 292 ] {} TCP-Session: 0ca4b883-9501-4d77-9059-52c5d5fa9b51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:41.840206 [ 259 ] {} TCP-Session: 61e70cf8-9f17-42b8-ad57-957f619f2d1f Authenticating user 'default' from [fd00:1122:3344:101::e]:53163 2025.12.23 09:29:41.839689 [ 287 ] {} TCP-Session: 49dd82ad-e3cd-4713-8bcd-f762a5b2f163 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:41.840284 [ 259 ] {} TCP-Session: 61e70cf8-9f17-42b8-ad57-957f619f2d1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:41.840328 [ 259 ] {} TCP-Session: 61e70cf8-9f17-42b8-ad57-957f619f2d1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:41.840446 [ 287 ] {16a78ea9-0682-41ac-9485-317d1bd0531b} executeQuery: (from [fd00:1122:3344:101::e]:33906) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.23 09:29:41.840647 [ 287 ] {16a78ea9-0682-41ac-9485-317d1bd0531b} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.23 09:29:41.840698 [ 287 ] {16a78ea9-0682-41ac-9485-317d1bd0531b} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:29:41.840979 [ 287 ] {16a78ea9-0682-41ac-9485-317d1bd0531b} oximeter.version (368d8028-bea8-4627-aca6-2bb5877aaad5) (SelectExecutor): Key condition: unknown 2025.12.23 09:29:41.841946 [ 348 ] {16a78ea9-0682-41ac-9485-317d1bd0531b} AggregatingTransform: Aggregating 2025.12.23 09:29:41.841998 [ 348 ] {16a78ea9-0682-41ac-9485-317d1bd0531b} Aggregator: Aggregation method: without_key 2025.12.23 09:29:41.842037 [ 348 ] {16a78ea9-0682-41ac-9485-317d1bd0531b} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000958924 sec. (1042.836 rows/sec., 40.74 KiB/sec.) 2025.12.23 09:29:41.842056 [ 348 ] {16a78ea9-0682-41ac-9485-317d1bd0531b} Aggregator: Merging aggregated data 2025.12.23 09:29:41.843645 [ 287 ] {16a78ea9-0682-41ac-9485-317d1bd0531b} executeQuery: Read 1 rows, 40.00 B in 0.003239 sec., 308.73726458783574 rows/sec., 12.06 KiB/sec. 2025.12.23 09:29:41.843818 [ 287 ] {16a78ea9-0682-41ac-9485-317d1bd0531b} TCPHandler: Processed in 0.004187717 sec. 2025.12.23 09:29:41.843981 [ 287 ] {} TCPHandler: Done processing connection. 2025.12.23 09:29:41.844008 [ 287 ] {} TCP-Session: 49dd82ad-e3cd-4713-8bcd-f762a5b2f163 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:41.844017 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.23 09:29:41.844039 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.23 09:29:41.844059 [ 289 ] {} TCP-Session: 704f9d20-6fb9-45b0-a8a7-bc14713f99d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:41.844059 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.23 09:29:41.844081 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.23 09:29:41.844103 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.23 09:29:41.844141 [ 290 ] {} TCP-Session: 31ee3d80-75eb-46fb-a692-1b7496991e86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:41.844138 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.23 09:29:41.844160 [ 259 ] {} TCPHandler: Done processing connection. 2025.12.23 09:29:41.844195 [ 293 ] {} TCP-Session: cce80f1a-e04e-40b7-a77a-c1aefb606f78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:41.844166 [ 291 ] {} TCP-Session: 017a5258-b82f-449c-8e8c-d8d61a93f016 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:41.844218 [ 259 ] {} TCP-Session: 61e70cf8-9f17-42b8-ad57-957f619f2d1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:41.844123 [ 292 ] {} TCP-Session: 0ca4b883-9501-4d77-9059-52c5d5fa9b51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:41.844086 [ 286 ] {} TCP-Session: 304a3961-6b6d-4aba-993b-5f0d06ce4322 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:41.844121 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.23 09:29:41.844334 [ 294 ] {} TCP-Session: 69e8365a-b827-48d4-871c-e74faaa27ab3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:42.066386 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46506 2025.12.23 09:29:42.066484 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:29:42.066510 [ 287 ] {} TCP-Session: ce3ce6bb-1dc1-44c1-b16e-8e5e6126daa0 Authenticating user 'default' from [fd00:1122:3344:101::e]:46506 2025.12.23 09:29:42.066531 [ 287 ] {} TCP-Session: ce3ce6bb-1dc1-44c1-b16e-8e5e6126daa0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:42.066544 [ 287 ] {} TCP-Session: ce3ce6bb-1dc1-44c1-b16e-8e5e6126daa0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:42.066698 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60721 2025.12.23 09:29:42.066764 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44632 2025.12.23 09:29:42.066779 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57608 2025.12.23 09:29:42.066798 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63629 2025.12.23 09:29:42.066826 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42233 2025.12.23 09:29:42.066852 [ 287 ] {} TCP-Session: ce3ce6bb-1dc1-44c1-b16e-8e5e6126daa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:42.066869 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:29:42.066890 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:29:42.066909 [ 291 ] {} TCP-Session: 3ca23b54-6010-4f0f-9637-f03d7ad66732 Authenticating user 'default' from [fd00:1122:3344:101::e]:57608 2025.12.23 09:29:42.066875 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:29:42.066933 [ 293 ] {} TCP-Session: 84ffa486-12be-4935-aa4e-519781b4f302 Authenticating user 'default' from [fd00:1122:3344:101::e]:63629 2025.12.23 09:29:42.066942 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:29:42.066967 [ 290 ] {} TCP-Session: e299ebb3-5e07-4c47-8d83-613dd0d47688 Authenticating user 'default' from [fd00:1122:3344:101::e]:44632 2025.12.23 09:29:42.066978 [ 293 ] {} TCP-Session: 84ffa486-12be-4935-aa4e-519781b4f302 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:42.066992 [ 259 ] {} TCP-Session: 0a4f1c6b-bfd3-43f3-aded-5b36fbef5e1e Authenticating user 'default' from [fd00:1122:3344:101::e]:42233 2025.12.23 09:29:42.067009 [ 293 ] {} TCP-Session: 84ffa486-12be-4935-aa4e-519781b4f302 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:42.067027 [ 287 ] {bf963d3d-35a4-42cc-8a59-bfa663a34253} executeQuery: (from [fd00:1122:3344:101::e]:46506) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.23 09:29:42.067032 [ 259 ] {} TCP-Session: 0a4f1c6b-bfd3-43f3-aded-5b36fbef5e1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:42.067003 [ 290 ] {} TCP-Session: e299ebb3-5e07-4c47-8d83-613dd0d47688 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:42.067071 [ 259 ] {} TCP-Session: 0a4f1c6b-bfd3-43f3-aded-5b36fbef5e1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:42.067090 [ 290 ] {} TCP-Session: e299ebb3-5e07-4c47-8d83-613dd0d47688 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:42.066938 [ 291 ] {} TCP-Session: 3ca23b54-6010-4f0f-9637-f03d7ad66732 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:42.066834 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45368 2025.12.23 09:29:42.067136 [ 291 ] {} TCP-Session: 3ca23b54-6010-4f0f-9637-f03d7ad66732 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:42.066815 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61811 2025.12.23 09:29:42.066804 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64649 2025.12.23 09:29:42.067199 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:29:42.066803 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:29:42.067234 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:29:42.067242 [ 286 ] {} TCP-Session: c512aa31-0c0e-43c1-b115-582f35b4cb20 Authenticating user 'default' from [fd00:1122:3344:101::e]:45368 2025.12.23 09:29:42.067267 [ 289 ] {} TCP-Session: eb7d256f-0c90-431b-9c8c-ed20af5f5f51 Authenticating user 'default' from [fd00:1122:3344:101::e]:60721 2025.12.23 09:29:42.067265 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.23 09:29:42.067296 [ 289 ] {} TCP-Session: eb7d256f-0c90-431b-9c8c-ed20af5f5f51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:42.067313 [ 292 ] {} TCP-Session: 4ab82b19-806b-4030-a076-f4646d42b8b0 Authenticating user 'default' from [fd00:1122:3344:101::e]:64649 2025.12.23 09:29:42.067322 [ 289 ] {} TCP-Session: eb7d256f-0c90-431b-9c8c-ed20af5f5f51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:42.067338 [ 292 ] {} TCP-Session: 4ab82b19-806b-4030-a076-f4646d42b8b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:42.067275 [ 294 ] {} TCP-Session: 54a95f80-0b03-435e-9d25-e62376241341 Authenticating user 'default' from [fd00:1122:3344:101::e]:61811 2025.12.23 09:29:42.067363 [ 292 ] {} TCP-Session: 4ab82b19-806b-4030-a076-f4646d42b8b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:42.067386 [ 294 ] {} TCP-Session: 54a95f80-0b03-435e-9d25-e62376241341 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:42.067282 [ 286 ] {} TCP-Session: c512aa31-0c0e-43c1-b115-582f35b4cb20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:42.067409 [ 294 ] {} TCP-Session: 54a95f80-0b03-435e-9d25-e62376241341 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:42.067421 [ 286 ] {} TCP-Session: c512aa31-0c0e-43c1-b115-582f35b4cb20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:42.067285 [ 287 ] {bf963d3d-35a4-42cc-8a59-bfa663a34253} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.23 09:29:42.067494 [ 287 ] {bf963d3d-35a4-42cc-8a59-bfa663a34253} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.23 09:29:42.067762 [ 287 ] {bf963d3d-35a4-42cc-8a59-bfa663a34253} oximeter.version (368d8028-bea8-4627-aca6-2bb5877aaad5) (SelectExecutor): Key condition: unknown 2025.12.23 09:29:42.068725 [ 313 ] {bf963d3d-35a4-42cc-8a59-bfa663a34253} AggregatingTransform: Aggregating 2025.12.23 09:29:42.068771 [ 313 ] {bf963d3d-35a4-42cc-8a59-bfa663a34253} Aggregator: Aggregation method: without_key 2025.12.23 09:29:42.068813 [ 313 ] {bf963d3d-35a4-42cc-8a59-bfa663a34253} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000952614 sec. (1049.743 rows/sec., 41.01 KiB/sec.) 2025.12.23 09:29:42.068836 [ 313 ] {bf963d3d-35a4-42cc-8a59-bfa663a34253} Aggregator: Merging aggregated data 2025.12.23 09:29:42.069990 [ 287 ] {bf963d3d-35a4-42cc-8a59-bfa663a34253} executeQuery: Read 1 rows, 40.00 B in 0.003015 sec., 331.6749585406302 rows/sec., 12.96 KiB/sec. 2025.12.23 09:29:42.070118 [ 287 ] {bf963d3d-35a4-42cc-8a59-bfa663a34253} TCPHandler: Processed in 0.003380397 sec. 2025.12.23 09:29:42.070212 [ 287 ] {} TCPHandler: Done processing connection. 2025.12.23 09:29:42.070239 [ 287 ] {} TCP-Session: ce3ce6bb-1dc1-44c1-b16e-8e5e6126daa0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:42.070240 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.23 09:29:42.070263 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.23 09:29:42.070283 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.23 09:29:42.070292 [ 289 ] {} TCP-Session: eb7d256f-0c90-431b-9c8c-ed20af5f5f51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:42.070303 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.23 09:29:42.070321 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.23 09:29:42.070340 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.23 09:29:42.070370 [ 259 ] {} TCPHandler: Done processing connection. 2025.12.23 09:29:42.070379 [ 293 ] {} TCP-Session: 84ffa486-12be-4935-aa4e-519781b4f302 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:42.070396 [ 292 ] {} TCP-Session: 4ab82b19-806b-4030-a076-f4646d42b8b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:42.070411 [ 259 ] {} TCP-Session: 0a4f1c6b-bfd3-43f3-aded-5b36fbef5e1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:42.070364 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.23 09:29:42.070358 [ 290 ] {} TCP-Session: e299ebb3-5e07-4c47-8d83-613dd0d47688 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:42.070473 [ 294 ] {} TCP-Session: 54a95f80-0b03-435e-9d25-e62376241341 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:42.070330 [ 291 ] {} TCP-Session: 3ca23b54-6010-4f0f-9637-f03d7ad66732 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:42.070309 [ 286 ] {} TCP-Session: c512aa31-0c0e-43c1-b115-582f35b4cb20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.23 09:29:44.035424 [ 45 ] {} oximeter.fields_u32 (d4478a7b-5e34-44bf-90e4-f163ea7d0fe4) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 2025.12.23 09:29:44.035492 [ 45 ] {} oximeter.fields_u32 (d4478a7b-5e34-44bf-90e4-f163ea7d0fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:44.035514 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:44.035610 [ 189 ] {d4478a7b-5e34-44bf-90e4-f163ea7d0fe4::all_1_15_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full 2025.12.23 09:29:44.035725 [ 189 ] {d4478a7b-5e34-44bf-90e4-f163ea7d0fe4::all_1_15_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:29:44.035760 [ 189 ] {d4478a7b-5e34-44bf-90e4-f163ea7d0fe4::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 237 rows starting from the beginning of the part 2025.12.23 09:29:44.035822 [ 189 ] {d4478a7b-5e34-44bf-90e4-f163ea7d0fe4::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 212 rows starting from the beginning of the part 2025.12.23 09:29:44.035868 [ 189 ] {d4478a7b-5e34-44bf-90e4-f163ea7d0fe4::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 212 rows starting from the beginning of the part 2025.12.23 09:29:44.035909 [ 189 ] {d4478a7b-5e34-44bf-90e4-f163ea7d0fe4::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 212 rows starting from the beginning of the part 2025.12.23 09:29:44.035950 [ 189 ] {d4478a7b-5e34-44bf-90e4-f163ea7d0fe4::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 440 rows starting from the beginning of the part 2025.12.23 09:29:44.036882 [ 189 ] {d4478a7b-5e34-44bf-90e4-f163ea7d0fe4::all_1_15_3} MergeTask::MergeProjectionsStage: Merge sorted 1313 rows, containing 5 columns (5 merged, 0 gathered) in 0.001314793 sec., 998636.2872330473 rows/sec., 69.11 MiB/sec. 2025.12.23 09:29:44.037055 [ 193 ] {d4478a7b-5e34-44bf-90e4-f163ea7d0fe4::all_1_15_3} MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) 2025.12.23 09:29:44.037320 [ 193 ] {d4478a7b-5e34-44bf-90e4-f163ea7d0fe4::all_1_15_3} oximeter.fields_u32 (d4478a7b-5e34-44bf-90e4-f163ea7d0fe4): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:44.037397 [ 193 ] {d4478a7b-5e34-44bf-90e4-f163ea7d0fe4::all_1_15_3} oximeter.fields_u32 (d4478a7b-5e34-44bf-90e4-f163ea7d0fe4) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 2025.12.23 09:29:44.037468 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.12.23 09:29:45.975988 [ 42 ] {} DNSResolver: Updating DNS cache 2025.12.23 09:29:45.976042 [ 42 ] {} DNSResolver: Updated DNS cache 2025.12.23 09:29:46.074905 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 11566 2025.12.23 09:29:46.075480 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:46.075533 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:46.076049 [ 245 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.12.23 09:29:46.076294 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:46.076438 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11566 2025.12.23 09:29:46.107901 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 758 2025.12.23 09:29:46.110061 [ 243 ] {} system.query_log (93b58756-c7c4-4dd5-8f38-c0e6c44c4a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:46.110119 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:46.111305 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.23 09:29:46.111571 [ 243 ] {} system.query_log (93b58756-c7c4-4dd5-8f38-c0e6c44c4a94): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:46.111847 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 758 2025.12.23 09:29:46.600763 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:46.600957 [ 262 ] {7ea0e3e9-5f04-483a-8426-da45d084cb17} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.23 09:29:46.601026 [ 262 ] {7ea0e3e9-5f04-483a-8426-da45d084cb17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.23 09:29:46.601926 [ 262 ] {7ea0e3e9-5f04-483a-8426-da45d084cb17} oximeter.fields_i16 (8d7fe79b-86f4-4d5a-b54c-2b26224a25e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:46.601961 [ 262 ] {7ea0e3e9-5f04-483a-8426-da45d084cb17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:46.602370 [ 262 ] {7ea0e3e9-5f04-483a-8426-da45d084cb17} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.23 09:29:46.602601 [ 262 ] {7ea0e3e9-5f04-483a-8426-da45d084cb17} oximeter.fields_i16 (8d7fe79b-86f4-4d5a-b54c-2b26224a25e1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:46.602745 [ 262 ] {7ea0e3e9-5f04-483a-8426-da45d084cb17} executeQuery: Read 410 rows, 26.63 KiB in 0.001842 sec., 222584.14766558088 rows/sec., 14.12 MiB/sec. 2025.12.23 09:29:46.602785 [ 262 ] {7ea0e3e9-5f04-483a-8426-da45d084cb17} TCPHandler: Processed in 0.002153155 sec. 2025.12.23 09:29:46.602930 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:46.603061 [ 262 ] {fe4bb96a-dd6b-461d-bb1a-3302567544ea} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.23 09:29:46.603110 [ 262 ] {fe4bb96a-dd6b-461d-bb1a-3302567544ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.23 09:29:46.604107 [ 262 ] {fe4bb96a-dd6b-461d-bb1a-3302567544ea} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:46.604142 [ 262 ] {fe4bb96a-dd6b-461d-bb1a-3302567544ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:46.604550 [ 262 ] {fe4bb96a-dd6b-461d-bb1a-3302567544ea} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.12.23 09:29:46.604768 [ 262 ] {fe4bb96a-dd6b-461d-bb1a-3302567544ea} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:46.604893 [ 262 ] {fe4bb96a-dd6b-461d-bb1a-3302567544ea} executeQuery: Read 1182 rows, 96.55 KiB in 0.001856 sec., 636853.448275862 rows/sec., 50.80 MiB/sec. 2025.12.23 09:29:46.604929 [ 262 ] {fe4bb96a-dd6b-461d-bb1a-3302567544ea} TCPHandler: Processed in 0.002061613 sec. 2025.12.23 09:29:46.605049 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:46.605143 [ 262 ] {9362c9dc-2b77-48db-bf15-23dbcf02a5c7} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.23 09:29:46.605182 [ 262 ] {9362c9dc-2b77-48db-bf15-23dbcf02a5c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.23 09:29:46.605665 [ 262 ] {9362c9dc-2b77-48db-bf15-23dbcf02a5c7} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:46.605699 [ 262 ] {9362c9dc-2b77-48db-bf15-23dbcf02a5c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:46.606009 [ 262 ] {9362c9dc-2b77-48db-bf15-23dbcf02a5c7} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.12.23 09:29:46.606214 [ 262 ] {9362c9dc-2b77-48db-bf15-23dbcf02a5c7} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:46.606336 [ 262 ] {9362c9dc-2b77-48db-bf15-23dbcf02a5c7} executeQuery: Read 240 rows, 14.95 KiB in 0.001211 sec., 198183.3195706028 rows/sec., 12.05 MiB/sec. 2025.12.23 09:29:46.606371 [ 262 ] {9362c9dc-2b77-48db-bf15-23dbcf02a5c7} TCPHandler: Processed in 0.001372855 sec. 2025.12.23 09:29:46.606484 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:46.606579 [ 262 ] {8db7b4b4-fa44-4f19-9c77-1637f7600d34} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.23 09:29:46.606619 [ 262 ] {8db7b4b4-fa44-4f19-9c77-1637f7600d34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.23 09:29:46.607085 [ 262 ] {8db7b4b4-fa44-4f19-9c77-1637f7600d34} oximeter.fields_u32 (d4478a7b-5e34-44bf-90e4-f163ea7d0fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:46.607118 [ 262 ] {8db7b4b4-fa44-4f19-9c77-1637f7600d34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:46.607421 [ 262 ] {8db7b4b4-fa44-4f19-9c77-1637f7600d34} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.23 09:29:46.607638 [ 262 ] {8db7b4b4-fa44-4f19-9c77-1637f7600d34} oximeter.fields_u32 (d4478a7b-5e34-44bf-90e4-f163ea7d0fe4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:46.607763 [ 262 ] {8db7b4b4-fa44-4f19-9c77-1637f7600d34} executeQuery: Read 212 rows, 14.00 KiB in 0.001203 sec., 176226.10141313382 rows/sec., 11.36 MiB/sec. 2025.12.23 09:29:46.607799 [ 262 ] {8db7b4b4-fa44-4f19-9c77-1637f7600d34} TCPHandler: Processed in 0.001365284 sec. 2025.12.23 09:29:46.607910 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:46.608003 [ 262 ] {ab4fdd8e-44bf-4204-ae4e-f6b896dcd1d4} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.23 09:29:46.608041 [ 262 ] {ab4fdd8e-44bf-4204-ae4e-f6b896dcd1d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.23 09:29:46.608511 [ 262 ] {ab4fdd8e-44bf-4204-ae4e-f6b896dcd1d4} oximeter.fields_u8 (aafc8dfa-6e62-4213-a992-39e4280a19a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:46.608545 [ 262 ] {ab4fdd8e-44bf-4204-ae4e-f6b896dcd1d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:46.608846 [ 262 ] {ab4fdd8e-44bf-4204-ae4e-f6b896dcd1d4} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.23 09:29:46.609048 [ 262 ] {ab4fdd8e-44bf-4204-ae4e-f6b896dcd1d4} oximeter.fields_u8 (aafc8dfa-6e62-4213-a992-39e4280a19a6): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:46.609171 [ 262 ] {ab4fdd8e-44bf-4204-ae4e-f6b896dcd1d4} executeQuery: Read 211 rows, 12.27 KiB in 0.001186 sec., 177908.9376053963 rows/sec., 10.10 MiB/sec. 2025.12.23 09:29:46.609208 [ 262 ] {ab4fdd8e-44bf-4204-ae4e-f6b896dcd1d4} TCPHandler: Processed in 0.001348994 sec. 2025.12.23 09:29:46.609321 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:46.609435 [ 262 ] {28abb765-f97b-4277-a129-d53b674b9f98} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.23 09:29:46.609481 [ 262 ] {28abb765-f97b-4277-a129-d53b674b9f98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.23 09:29:46.610144 [ 262 ] {28abb765-f97b-4277-a129-d53b674b9f98} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:46.610179 [ 262 ] {28abb765-f97b-4277-a129-d53b674b9f98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:46.610506 [ 262 ] {28abb765-f97b-4277-a129-d53b674b9f98} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.12.23 09:29:46.610718 [ 262 ] {28abb765-f97b-4277-a129-d53b674b9f98} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:46.610840 [ 262 ] {28abb765-f97b-4277-a129-d53b674b9f98} executeQuery: Read 714 rows, 51.27 KiB in 0.00143 sec., 499300.6993006993 rows/sec., 35.01 MiB/sec. 2025.12.23 09:29:46.610875 [ 262 ] {28abb765-f97b-4277-a129-d53b674b9f98} TCPHandler: Processed in 0.001611821 sec. 2025.12.23 09:29:46.610986 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:46.611079 [ 262 ] {c5fbf511-a35b-4e12-89b7-aec7a26abb70} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.12.23 09:29:46.611119 [ 262 ] {c5fbf511-a35b-4e12-89b7-aec7a26abb70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.12.23 09:29:46.611442 [ 262 ] {c5fbf511-a35b-4e12-89b7-aec7a26abb70} oximeter.measurements_bool (ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:46.611475 [ 262 ] {c5fbf511-a35b-4e12-89b7-aec7a26abb70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:46.611767 [ 262 ] {c5fbf511-a35b-4e12-89b7-aec7a26abb70} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.23 09:29:46.611990 [ 262 ] {c5fbf511-a35b-4e12-89b7-aec7a26abb70} oximeter.measurements_bool (ab0ab2f6-49a9-4bcf-8fbb-59b2cdc209a4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:46.612110 [ 262 ] {c5fbf511-a35b-4e12-89b7-aec7a26abb70} executeQuery: Read 6 rows, 321.00 B in 0.001048 sec., 5725.190839694656 rows/sec., 299.12 KiB/sec. 2025.12.23 09:29:46.612144 [ 262 ] {c5fbf511-a35b-4e12-89b7-aec7a26abb70} TCPHandler: Processed in 0.00120494 sec. 2025.12.23 09:29:46.612247 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:46.612348 [ 262 ] {e5b1c493-91b2-47c7-a696-1ecfcc25069d} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.23 09:29:46.612391 [ 262 ] {e5b1c493-91b2-47c7-a696-1ecfcc25069d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.23 09:29:46.612841 [ 262 ] {e5b1c493-91b2-47c7-a696-1ecfcc25069d} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:46.612875 [ 262 ] {e5b1c493-91b2-47c7-a696-1ecfcc25069d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:46.613223 [ 262 ] {e5b1c493-91b2-47c7-a696-1ecfcc25069d} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.12.23 09:29:46.613435 [ 262 ] {e5b1c493-91b2-47c7-a696-1ecfcc25069d} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:46.613562 [ 262 ] {e5b1c493-91b2-47c7-a696-1ecfcc25069d} executeQuery: Read 314 rows, 21.12 KiB in 0.001233 sec., 254663.42254663425 rows/sec., 16.73 MiB/sec. 2025.12.23 09:29:46.613599 [ 262 ] {e5b1c493-91b2-47c7-a696-1ecfcc25069d} TCPHandler: Processed in 0.001400896 sec. 2025.12.23 09:29:46.613708 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:46.613801 [ 262 ] {ef1b3e24-8f34-4a87-869a-dfa8d63c2a47} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.12.23 09:29:46.613842 [ 262 ] {ef1b3e24-8f34-4a87-869a-dfa8d63c2a47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.12.23 09:29:46.614153 [ 262 ] {ef1b3e24-8f34-4a87-869a-dfa8d63c2a47} oximeter.measurements_f64 (b7995074-f324-489b-8a3e-e8ccb953a5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:46.614187 [ 262 ] {ef1b3e24-8f34-4a87-869a-dfa8d63c2a47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:46.614473 [ 262 ] {ef1b3e24-8f34-4a87-869a-dfa8d63c2a47} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.23 09:29:46.614678 [ 262 ] {ef1b3e24-8f34-4a87-869a-dfa8d63c2a47} oximeter.measurements_f64 (b7995074-f324-489b-8a3e-e8ccb953a5a6): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:46.614801 [ 262 ] {ef1b3e24-8f34-4a87-869a-dfa8d63c2a47} executeQuery: Read 1 rows, 69.00 B in 0.001018 sec., 982.3182711198428 rows/sec., 66.19 KiB/sec. 2025.12.23 09:29:46.614836 [ 262 ] {ef1b3e24-8f34-4a87-869a-dfa8d63c2a47} TCPHandler: Processed in 0.00117613 sec. 2025.12.23 09:29:46.614941 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:46.615040 [ 262 ] {19b448d7-2751-4004-8aeb-241106513c79} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.23 09:29:46.615095 [ 262 ] {19b448d7-2751-4004-8aeb-241106513c79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.23 09:29:46.615920 [ 262 ] {19b448d7-2751-4004-8aeb-241106513c79} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:46.615954 [ 262 ] {19b448d7-2751-4004-8aeb-241106513c79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:46.616502 [ 262 ] {19b448d7-2751-4004-8aeb-241106513c79} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.12.23 09:29:46.616731 [ 262 ] {19b448d7-2751-4004-8aeb-241106513c79} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:46.616863 [ 262 ] {19b448d7-2751-4004-8aeb-241106513c79} executeQuery: Read 35 rows, 64.22 KiB in 0.001842 sec., 19001.085776330074 rows/sec., 34.05 MiB/sec. 2025.12.23 09:29:46.616914 [ 262 ] {19b448d7-2751-4004-8aeb-241106513c79} TCPHandler: Processed in 0.002023381 sec. 2025.12.23 09:29:46.617030 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:46.617125 [ 262 ] {ed761f14-e351-49ac-909a-3c225f067b6a} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.23 09:29:46.617166 [ 262 ] {ed761f14-e351-49ac-909a-3c225f067b6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.23 09:29:46.617498 [ 262 ] {ed761f14-e351-49ac-909a-3c225f067b6a} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:46.617533 [ 262 ] {ed761f14-e351-49ac-909a-3c225f067b6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:46.617839 [ 262 ] {ed761f14-e351-49ac-909a-3c225f067b6a} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.12.23 09:29:46.618045 [ 262 ] {ed761f14-e351-49ac-909a-3c225f067b6a} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:46.618166 [ 262 ] {ed761f14-e351-49ac-909a-3c225f067b6a} executeQuery: Read 104 rows, 6.53 KiB in 0.00106 sec., 98113.20754716982 rows/sec., 6.01 MiB/sec. 2025.12.23 09:29:46.618200 [ 262 ] {ed761f14-e351-49ac-909a-3c225f067b6a} TCPHandler: Processed in 0.001220991 sec. 2025.12.23 09:29:46.658008 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 2025.12.23 09:29:46.674296 [ 244 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:46.674335 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:46.680223 [ 244 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.12.23 09:29:46.680948 [ 244 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:46.684461 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 181 2025.12.23 09:29:47.000173 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 261.67 MiB, peak 269.29 MiB, free memory in arenas 0.00 B, will set to 260.38 MiB (RSS), difference: -1.30 MiB 2025.12.23 09:29:51.595818 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:51.596123 [ 262 ] {8a119cd3-435d-4817-85df-a99bf4a0c882} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.23 09:29:51.596225 [ 262 ] {8a119cd3-435d-4817-85df-a99bf4a0c882} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.23 09:29:51.597078 [ 262 ] {8a119cd3-435d-4817-85df-a99bf4a0c882} oximeter.fields_i16 (8d7fe79b-86f4-4d5a-b54c-2b26224a25e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:51.597117 [ 262 ] {8a119cd3-435d-4817-85df-a99bf4a0c882} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:51.597519 [ 262 ] {8a119cd3-435d-4817-85df-a99bf4a0c882} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.23 09:29:51.597749 [ 262 ] {8a119cd3-435d-4817-85df-a99bf4a0c882} oximeter.fields_i16 (8d7fe79b-86f4-4d5a-b54c-2b26224a25e1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:51.597873 [ 36 ] {} oximeter.fields_i16 (8d7fe79b-86f4-4d5a-b54c-2b26224a25e1) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.23 09:29:51.597899 [ 262 ] {8a119cd3-435d-4817-85df-a99bf4a0c882} executeQuery: Read 24 rows, 2.04 KiB in 0.001853 sec., 12951.969778737182 rows/sec., 1.07 MiB/sec. 2025.12.23 09:29:51.597915 [ 36 ] {} oximeter.fields_i16 (8d7fe79b-86f4-4d5a-b54c-2b26224a25e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:51.597938 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:51.597941 [ 262 ] {8a119cd3-435d-4817-85df-a99bf4a0c882} TCPHandler: Processed in 0.002307519 sec. 2025.12.23 09:29:51.598072 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:51.598069 [ 197 ] {8d7fe79b-86f4-4d5a-b54c-2b26224a25e1::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.12.23 09:29:51.598169 [ 262 ] {677aa5a3-a91e-4541-9009-201013a651f8} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.23 09:29:51.598216 [ 262 ] {677aa5a3-a91e-4541-9009-201013a651f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.23 09:29:51.598250 [ 197 ] {8d7fe79b-86f4-4d5a-b54c-2b26224a25e1::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:29:51.598293 [ 197 ] {8d7fe79b-86f4-4d5a-b54c-2b26224a25e1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 434 rows starting from the beginning of the part 2025.12.23 09:29:51.598367 [ 197 ] {8d7fe79b-86f4-4d5a-b54c-2b26224a25e1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 410 rows starting from the beginning of the part 2025.12.23 09:29:51.598422 [ 197 ] {8d7fe79b-86f4-4d5a-b54c-2b26224a25e1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 410 rows starting from the beginning of the part 2025.12.23 09:29:51.598471 [ 197 ] {8d7fe79b-86f4-4d5a-b54c-2b26224a25e1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 410 rows starting from the beginning of the part 2025.12.23 09:29:51.598521 [ 197 ] {8d7fe79b-86f4-4d5a-b54c-2b26224a25e1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 410 rows starting from the beginning of the part 2025.12.23 09:29:51.598569 [ 197 ] {8d7fe79b-86f4-4d5a-b54c-2b26224a25e1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part 2025.12.23 09:29:51.598608 [ 262 ] {677aa5a3-a91e-4541-9009-201013a651f8} oximeter.fields_ipaddr (d154834d-033d-4c99-ba0c-394bcbfa5713): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:51.598650 [ 262 ] {677aa5a3-a91e-4541-9009-201013a651f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:51.598987 [ 262 ] {677aa5a3-a91e-4541-9009-201013a651f8} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.23 09:29:51.599216 [ 262 ] {677aa5a3-a91e-4541-9009-201013a651f8} oximeter.fields_ipaddr (d154834d-033d-4c99-ba0c-394bcbfa5713): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:51.599353 [ 262 ] {677aa5a3-a91e-4541-9009-201013a651f8} executeQuery: Read 4 rows, 334.00 B in 0.001202 sec., 3327.787021630616 rows/sec., 271.36 KiB/sec. 2025.12.23 09:29:51.599391 [ 262 ] {677aa5a3-a91e-4541-9009-201013a651f8} TCPHandler: Processed in 0.001369244 sec. 2025.12.23 09:29:51.599496 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:51.599589 [ 262 ] {99da2c6b-c2cb-4313-9e87-a295d4cdb44d} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.23 09:29:51.599628 [ 262 ] {99da2c6b-c2cb-4313-9e87-a295d4cdb44d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.23 09:29:51.599771 [ 189 ] {8d7fe79b-86f4-4d5a-b54c-2b26224a25e1::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2098 rows, containing 5 columns (5 merged, 0 gathered) in 0.001762765 sec., 1190175.6615317415 rows/sec., 80.57 MiB/sec. 2025.12.23 09:29:51.599945 [ 189 ] {8d7fe79b-86f4-4d5a-b54c-2b26224a25e1::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.23 09:29:51.600111 [ 262 ] {99da2c6b-c2cb-4313-9e87-a295d4cdb44d} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:51.600155 [ 262 ] {99da2c6b-c2cb-4313-9e87-a295d4cdb44d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:51.600266 [ 189 ] {8d7fe79b-86f4-4d5a-b54c-2b26224a25e1::all_1_16_3} oximeter.fields_i16 (8d7fe79b-86f4-4d5a-b54c-2b26224a25e1): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:51.600364 [ 189 ] {8d7fe79b-86f4-4d5a-b54c-2b26224a25e1::all_1_16_3} oximeter.fields_i16 (8d7fe79b-86f4-4d5a-b54c-2b26224a25e1) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.23 09:29:51.600449 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. 2025.12.23 09:29:51.600533 [ 262 ] {99da2c6b-c2cb-4313-9e87-a295d4cdb44d} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.12.23 09:29:51.600752 [ 262 ] {99da2c6b-c2cb-4313-9e87-a295d4cdb44d} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:51.600882 [ 262 ] {99da2c6b-c2cb-4313-9e87-a295d4cdb44d} executeQuery: Read 190 rows, 17.17 KiB in 0.001313 sec., 144706.77837014472 rows/sec., 12.77 MiB/sec. 2025.12.23 09:29:51.600920 [ 262 ] {99da2c6b-c2cb-4313-9e87-a295d4cdb44d} TCPHandler: Processed in 0.001474138 sec. 2025.12.23 09:29:51.601033 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:51.601127 [ 262 ] {1243c2a8-3909-4af9-8e7d-8a35e74cad79} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.23 09:29:51.601167 [ 262 ] {1243c2a8-3909-4af9-8e7d-8a35e74cad79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.23 09:29:51.601560 [ 262 ] {1243c2a8-3909-4af9-8e7d-8a35e74cad79} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:51.601597 [ 262 ] {1243c2a8-3909-4af9-8e7d-8a35e74cad79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:51.601899 [ 262 ] {1243c2a8-3909-4af9-8e7d-8a35e74cad79} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.12.23 09:29:51.602110 [ 262 ] {1243c2a8-3909-4af9-8e7d-8a35e74cad79} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:51.602216 [ 35 ] {} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.12.23 09:29:51.602235 [ 262 ] {1243c2a8-3909-4af9-8e7d-8a35e74cad79} executeQuery: Read 22 rows, 1.69 KiB in 0.001126 sec., 19538.188277087032 rows/sec., 1.47 MiB/sec. 2025.12.23 09:29:51.602283 [ 35 ] {} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:51.602291 [ 262 ] {1243c2a8-3909-4af9-8e7d-8a35e74cad79} TCPHandler: Processed in 0.001307883 sec. 2025.12.23 09:29:51.602313 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:51.602397 [ 193 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.12.23 09:29:51.602424 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:51.602499 [ 193 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:29:51.602532 [ 193 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 276 rows starting from the beginning of the part 2025.12.23 09:29:51.602548 [ 262 ] {155995a6-fee1-49c2-90d7-441b6577428e} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.23 09:29:51.602586 [ 193 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part 2025.12.23 09:29:51.602604 [ 262 ] {155995a6-fee1-49c2-90d7-441b6577428e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.23 09:29:51.602638 [ 193 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 244 rows starting from the beginning of the part 2025.12.23 09:29:51.602685 [ 193 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part 2025.12.23 09:29:51.602724 [ 193 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 240 rows starting from the beginning of the part 2025.12.23 09:29:51.602765 [ 193 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 22 rows starting from the beginning of the part 2025.12.23 09:29:51.603048 [ 262 ] {155995a6-fee1-49c2-90d7-441b6577428e} oximeter.fields_u32 (d4478a7b-5e34-44bf-90e4-f163ea7d0fe4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:51.603090 [ 262 ] {155995a6-fee1-49c2-90d7-441b6577428e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:51.603421 [ 262 ] {155995a6-fee1-49c2-90d7-441b6577428e} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.23 09:29:51.603637 [ 189 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 794 rows, containing 5 columns (5 merged, 0 gathered) in 0.001274293 sec., 623090.6078900222 rows/sec., 40.99 MiB/sec. 2025.12.23 09:29:51.603688 [ 262 ] {155995a6-fee1-49c2-90d7-441b6577428e} oximeter.fields_u32 (d4478a7b-5e34-44bf-90e4-f163ea7d0fe4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:51.603780 [ 189 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.12.23 09:29:51.603842 [ 262 ] {155995a6-fee1-49c2-90d7-441b6577428e} executeQuery: Read 24 rows, 2.04 KiB in 0.001318 sec., 18209.40819423369 rows/sec., 1.51 MiB/sec. 2025.12.23 09:29:51.603886 [ 262 ] {155995a6-fee1-49c2-90d7-441b6577428e} TCPHandler: Processed in 0.001521339 sec. 2025.12.23 09:29:51.603993 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:51.604067 [ 189 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_31_6} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:51.604096 [ 262 ] {28c5f536-b45b-45ca-839c-a63f0b32b199} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.23 09:29:51.604142 [ 262 ] {28c5f536-b45b-45ca-839c-a63f0b32b199} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.23 09:29:51.604143 [ 189 ] {480a2a34-2907-4a81-be0e-ba3304206cf2::all_1_31_6} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.12.23 09:29:51.604222 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.12.23 09:29:51.604539 [ 262 ] {28c5f536-b45b-45ca-839c-a63f0b32b199} oximeter.fields_u8 (aafc8dfa-6e62-4213-a992-39e4280a19a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:51.604580 [ 262 ] {28c5f536-b45b-45ca-839c-a63f0b32b199} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:51.604883 [ 262 ] {28c5f536-b45b-45ca-839c-a63f0b32b199} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.23 09:29:51.605094 [ 262 ] {28c5f536-b45b-45ca-839c-a63f0b32b199} oximeter.fields_u8 (aafc8dfa-6e62-4213-a992-39e4280a19a6): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:51.605193 [ 35 ] {} oximeter.fields_u8 (aafc8dfa-6e62-4213-a992-39e4280a19a6) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.23 09:29:51.605219 [ 262 ] {28c5f536-b45b-45ca-839c-a63f0b32b199} executeQuery: Read 12 rows, 960.00 B in 0.00114 sec., 10526.315789473685 rows/sec., 822.37 KiB/sec. 2025.12.23 09:29:51.605225 [ 35 ] {} oximeter.fields_u8 (aafc8dfa-6e62-4213-a992-39e4280a19a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:51.605259 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:51.605263 [ 262 ] {28c5f536-b45b-45ca-839c-a63f0b32b199} TCPHandler: Processed in 0.001318923 sec. 2025.12.23 09:29:51.605333 [ 193 ] {aafc8dfa-6e62-4213-a992-39e4280a19a6::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.12.23 09:29:51.605381 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:51.605425 [ 193 ] {aafc8dfa-6e62-4213-a992-39e4280a19a6::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:29:51.605454 [ 193 ] {aafc8dfa-6e62-4213-a992-39e4280a19a6::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 223 rows starting from the beginning of the part 2025.12.23 09:29:51.605478 [ 262 ] {0e6d7e67-9ec3-4656-b174-0b11201d8c39} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.23 09:29:51.605499 [ 193 ] {aafc8dfa-6e62-4213-a992-39e4280a19a6::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 211 rows starting from the beginning of the part 2025.12.23 09:29:51.605521 [ 262 ] {0e6d7e67-9ec3-4656-b174-0b11201d8c39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.23 09:29:51.605540 [ 193 ] {aafc8dfa-6e62-4213-a992-39e4280a19a6::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 211 rows starting from the beginning of the part 2025.12.23 09:29:51.605580 [ 193 ] {aafc8dfa-6e62-4213-a992-39e4280a19a6::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 211 rows starting from the beginning of the part 2025.12.23 09:29:51.605616 [ 193 ] {aafc8dfa-6e62-4213-a992-39e4280a19a6::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 211 rows starting from the beginning of the part 2025.12.23 09:29:51.605656 [ 193 ] {aafc8dfa-6e62-4213-a992-39e4280a19a6::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 12 rows starting from the beginning of the part 2025.12.23 09:29:51.605957 [ 262 ] {0e6d7e67-9ec3-4656-b174-0b11201d8c39} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:51.605998 [ 262 ] {0e6d7e67-9ec3-4656-b174-0b11201d8c39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:51.606328 [ 262 ] {0e6d7e67-9ec3-4656-b174-0b11201d8c39} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.12.23 09:29:51.606496 [ 194 ] {aafc8dfa-6e62-4213-a992-39e4280a19a6::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1079 rows, containing 5 columns (5 merged, 0 gathered) in 0.001183751 sec., 911509.2616606026 rows/sec., 55.63 MiB/sec. 2025.12.23 09:29:51.606540 [ 262 ] {0e6d7e67-9ec3-4656-b174-0b11201d8c39} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:51.606657 [ 201 ] {aafc8dfa-6e62-4213-a992-39e4280a19a6::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.23 09:29:51.606673 [ 262 ] {0e6d7e67-9ec3-4656-b174-0b11201d8c39} executeQuery: Read 110 rows, 9.18 KiB in 0.001212 sec., 90759.07590759076 rows/sec., 7.40 MiB/sec. 2025.12.23 09:29:51.606715 [ 262 ] {0e6d7e67-9ec3-4656-b174-0b11201d8c39} TCPHandler: Processed in 0.001381056 sec. 2025.12.23 09:29:51.606827 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:51.606922 [ 262 ] {c0c00437-cb88-4676-b71f-1ce507d85dee} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.23 09:29:51.606925 [ 201 ] {aafc8dfa-6e62-4213-a992-39e4280a19a6::all_1_16_3} oximeter.fields_u8 (aafc8dfa-6e62-4213-a992-39e4280a19a6): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:51.606967 [ 262 ] {c0c00437-cb88-4676-b71f-1ce507d85dee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.23 09:29:51.607005 [ 201 ] {aafc8dfa-6e62-4213-a992-39e4280a19a6::all_1_16_3} oximeter.fields_u8 (aafc8dfa-6e62-4213-a992-39e4280a19a6) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.23 09:29:51.607069 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2025.12.23 09:29:51.607420 [ 262 ] {c0c00437-cb88-4676-b71f-1ce507d85dee} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:51.607461 [ 262 ] {c0c00437-cb88-4676-b71f-1ce507d85dee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:51.607820 [ 262 ] {c0c00437-cb88-4676-b71f-1ce507d85dee} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.12.23 09:29:51.608023 [ 262 ] {c0c00437-cb88-4676-b71f-1ce507d85dee} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:51.608145 [ 262 ] {c0c00437-cb88-4676-b71f-1ce507d85dee} executeQuery: Read 342 rows, 26.49 KiB in 0.001241 sec., 275584.20628525387 rows/sec., 20.85 MiB/sec. 2025.12.23 09:29:51.608182 [ 262 ] {c0c00437-cb88-4676-b71f-1ce507d85dee} TCPHandler: Processed in 0.001401906 sec. 2025.12.23 09:29:51.608292 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:51.608383 [ 262 ] {f38e3517-8fda-42f0-8642-e167c0969e54} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.23 09:29:51.608436 [ 262 ] {f38e3517-8fda-42f0-8642-e167c0969e54} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.23 09:29:51.609165 [ 262 ] {f38e3517-8fda-42f0-8642-e167c0969e54} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:51.609201 [ 262 ] {f38e3517-8fda-42f0-8642-e167c0969e54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:51.609682 [ 262 ] {f38e3517-8fda-42f0-8642-e167c0969e54} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.12.23 09:29:51.609897 [ 262 ] {f38e3517-8fda-42f0-8642-e167c0969e54} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:51.610027 [ 262 ] {f38e3517-8fda-42f0-8642-e167c0969e54} executeQuery: Read 6 rows, 11.01 KiB in 0.00166 sec., 3614.457831325301 rows/sec., 6.48 MiB/sec. 2025.12.23 09:29:51.610077 [ 262 ] {f38e3517-8fda-42f0-8642-e167c0969e54} TCPHandler: Processed in 0.001832776 sec. 2025.12.23 09:29:51.610183 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:51.610275 [ 262 ] {695ec6fc-d671-4db3-91cb-f92ac8bb6e7d} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.23 09:29:51.610314 [ 262 ] {695ec6fc-d671-4db3-91cb-f92ac8bb6e7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.23 09:29:51.610640 [ 262 ] {695ec6fc-d671-4db3-91cb-f92ac8bb6e7d} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:51.610675 [ 262 ] {695ec6fc-d671-4db3-91cb-f92ac8bb6e7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:51.610964 [ 262 ] {695ec6fc-d671-4db3-91cb-f92ac8bb6e7d} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.12.23 09:29:51.611168 [ 262 ] {695ec6fc-d671-4db3-91cb-f92ac8bb6e7d} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:51.611292 [ 262 ] {695ec6fc-d671-4db3-91cb-f92ac8bb6e7d} executeQuery: Read 60 rows, 4.14 KiB in 0.001035 sec., 57971.01449275363 rows/sec., 3.91 MiB/sec. 2025.12.23 09:29:51.611327 [ 262 ] {695ec6fc-d671-4db3-91cb-f92ac8bb6e7d} TCPHandler: Processed in 0.00119113 sec. 2025.12.23 09:29:53.576520 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 12014 2025.12.23 09:29:53.577071 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:53.577123 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:53.577633 [ 245 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.12.23 09:29:53.577871 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:53.578025 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12014 2025.12.23 09:29:54.184523 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 2025.12.23 09:29:54.203810 [ 244 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:54.203875 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:54.209425 [ 244 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.12.23 09:29:54.210253 [ 244 ] {} system.metric_log (9b749f39-3056-4cae-b572-88b0142995e2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:54.213517 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 189 2025.12.23 09:29:56.111983 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 800 2025.12.23 09:29:56.114638 [ 243 ] {} system.query_log (93b58756-c7c4-4dd5-8f38-c0e6c44c4a94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:56.114697 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:56.115942 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.23 09:29:56.116225 [ 243 ] {} system.query_log (93b58756-c7c4-4dd5-8f38-c0e6c44c4a94): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:56.116594 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 800 2025.12.23 09:29:56.588934 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:56.589131 [ 262 ] {e5687379-a16b-4e98-915e-f7e9156f778f} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.23 09:29:56.589201 [ 262 ] {e5687379-a16b-4e98-915e-f7e9156f778f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.23 09:29:56.589962 [ 262 ] {e5687379-a16b-4e98-915e-f7e9156f778f} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:56.590010 [ 262 ] {e5687379-a16b-4e98-915e-f7e9156f778f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:56.590414 [ 262 ] {e5687379-a16b-4e98-915e-f7e9156f778f} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.12.23 09:29:56.590639 [ 262 ] {e5687379-a16b-4e98-915e-f7e9156f778f} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:56.590788 [ 262 ] {e5687379-a16b-4e98-915e-f7e9156f778f} executeQuery: Read 126 rows, 11.11 KiB in 0.001711 sec., 73641.14552893044 rows/sec., 6.34 MiB/sec. 2025.12.23 09:29:56.590788 [ 26 ] {} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.12.23 09:29:56.590830 [ 262 ] {e5687379-a16b-4e98-915e-f7e9156f778f} TCPHandler: Processed in 0.002031362 sec. 2025.12.23 09:29:56.590869 [ 26 ] {} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:56.590899 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:56.590973 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:56.591042 [ 193 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.12.23 09:29:56.591071 [ 262 ] {0c20195a-5a69-4e55-b414-bbefe4ddd350} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.23 09:29:56.591132 [ 262 ] {0c20195a-5a69-4e55-b414-bbefe4ddd350} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.23 09:29:56.591211 [ 193 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:29:56.591253 [ 193 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2466 rows starting from the beginning of the part 2025.12.23 09:29:56.591333 [ 193 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 56 rows starting from the beginning of the part 2025.12.23 09:29:56.591389 [ 193 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 68 rows starting from the beginning of the part 2025.12.23 09:29:56.591440 [ 193 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1182 rows starting from the beginning of the part 2025.12.23 09:29:56.591487 [ 193 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 190 rows starting from the beginning of the part 2025.12.23 09:29:56.591537 [ 193 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 126 rows starting from the beginning of the part 2025.12.23 09:29:56.591638 [ 262 ] {0c20195a-5a69-4e55-b414-bbefe4ddd350} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:56.591691 [ 262 ] {0c20195a-5a69-4e55-b414-bbefe4ddd350} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:56.592081 [ 262 ] {0c20195a-5a69-4e55-b414-bbefe4ddd350} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.12.23 09:29:56.592310 [ 262 ] {0c20195a-5a69-4e55-b414-bbefe4ddd350} oximeter.fields_u16 (480a2a34-2907-4a81-be0e-ba3304206cf2): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:56.592445 [ 262 ] {0c20195a-5a69-4e55-b414-bbefe4ddd350} executeQuery: Read 35 rows, 2.63 KiB in 0.001392 sec., 25143.67816091954 rows/sec., 1.85 MiB/sec. 2025.12.23 09:29:56.592482 [ 262 ] {0c20195a-5a69-4e55-b414-bbefe4ddd350} TCPHandler: Processed in 0.00156173 sec. 2025.12.23 09:29:56.592584 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:56.592691 [ 262 ] {40598a22-9403-447f-91c2-133e97dafd5c} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.23 09:29:56.592732 [ 262 ] {40598a22-9403-447f-91c2-133e97dafd5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.23 09:29:56.593161 [ 262 ] {40598a22-9403-447f-91c2-133e97dafd5c} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:56.593196 [ 262 ] {40598a22-9403-447f-91c2-133e97dafd5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:56.593451 [ 186 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 4088 rows, containing 5 columns (5 merged, 0 gathered) in 0.002477383 sec., 1650128.3814412223 rows/sec., 140.88 MiB/sec. 2025.12.23 09:29:56.593507 [ 262 ] {40598a22-9403-447f-91c2-133e97dafd5c} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.12.23 09:29:56.593740 [ 262 ] {40598a22-9403-447f-91c2-133e97dafd5c} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:56.593750 [ 194 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.12.23 09:29:56.593842 [ 72 ] {} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.12.23 09:29:56.593871 [ 262 ] {40598a22-9403-447f-91c2-133e97dafd5c} executeQuery: Read 99 rows, 7.92 KiB in 0.001197 sec., 82706.76691729324 rows/sec., 6.46 MiB/sec. 2025.12.23 09:29:56.593886 [ 72 ] {} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:56.593910 [ 262 ] {40598a22-9403-447f-91c2-133e97dafd5c} TCPHandler: Processed in 0.001373275 sec. 2025.12.23 09:29:56.593910 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:56.593994 [ 193 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.12.23 09:29:56.594025 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:56.594078 [ 194 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_36_7} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:56.594099 [ 193 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:29:56.594127 [ 262 ] {8884b623-bb31-42d7-82f5-0c4034fce07c} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.23 09:29:56.594129 [ 193 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1250 rows starting from the beginning of the part 2025.12.23 09:29:56.594164 [ 194 ] {e4716a37-9a41-4ebd-bd8e-990565ad69ff::all_1_36_7} oximeter.fields_string (e4716a37-9a41-4ebd-bd8e-990565ad69ff) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.12.23 09:29:56.594180 [ 262 ] {8884b623-bb31-42d7-82f5-0c4034fce07c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.23 09:29:56.594202 [ 193 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 64 rows starting from the beginning of the part 2025.12.23 09:29:56.594266 [ 193 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 70 rows starting from the beginning of the part 2025.12.23 09:29:56.594275 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.03 MiB. 2025.12.23 09:29:56.594305 [ 193 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 714 rows starting from the beginning of the part 2025.12.23 09:29:56.594345 [ 193 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 110 rows starting from the beginning of the part 2025.12.23 09:29:56.594382 [ 193 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 99 rows starting from the beginning of the part 2025.12.23 09:29:56.594623 [ 262 ] {8884b623-bb31-42d7-82f5-0c4034fce07c} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:56.594665 [ 262 ] {8884b623-bb31-42d7-82f5-0c4034fce07c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:56.595038 [ 262 ] {8884b623-bb31-42d7-82f5-0c4034fce07c} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.12.23 09:29:56.595253 [ 262 ] {8884b623-bb31-42d7-82f5-0c4034fce07c} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:56.595349 [ 72 ] {} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.12.23 09:29:56.595377 [ 72 ] {} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:56.595380 [ 262 ] {8884b623-bb31-42d7-82f5-0c4034fce07c} executeQuery: Read 160 rows, 11.41 KiB in 0.001271 sec., 125885.12981904013 rows/sec., 8.77 MiB/sec. 2025.12.23 09:29:56.595394 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:56.595419 [ 262 ] {8884b623-bb31-42d7-82f5-0c4034fce07c} TCPHandler: Processed in 0.001445397 sec. 2025.12.23 09:29:56.595425 [ 194 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2307 rows, containing 5 columns (5 merged, 0 gathered) in 0.001463417 sec., 1576447.4514099534 rows/sec., 120.43 MiB/sec. 2025.12.23 09:29:56.595464 [ 193 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.12.23 09:29:56.595526 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:56.595565 [ 193 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:29:56.595597 [ 193 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 11647 rows starting from the beginning of the part 2025.12.23 09:29:56.595630 [ 262 ] {827245ab-ec01-41aa-82bc-8008227f2fa4} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.23 09:29:56.595646 [ 193 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 128 rows starting from the beginning of the part 2025.12.23 09:29:56.595689 [ 193 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part 2025.12.23 09:29:56.595694 [ 262 ] {827245ab-ec01-41aa-82bc-8008227f2fa4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.23 09:29:56.595699 [ 199 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.12.23 09:29:56.595728 [ 193 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 314 rows starting from the beginning of the part 2025.12.23 09:29:56.595774 [ 193 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 342 rows starting from the beginning of the part 2025.12.23 09:29:56.595810 [ 193 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part 2025.12.23 09:29:56.596092 [ 199 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_36_7} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:56.596180 [ 199 ] {4bff50b2-bb1b-4651-bbd0-37a723cf68fc::all_1_36_7} oximeter.fields_uuid (4bff50b2-bb1b-4651-bbd0-37a723cf68fc) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.12.23 09:29:56.596286 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2025.12.23 09:29:56.596590 [ 262 ] {827245ab-ec01-41aa-82bc-8008227f2fa4} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:56.596638 [ 262 ] {827245ab-ec01-41aa-82bc-8008227f2fa4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:56.597206 [ 262 ] {827245ab-ec01-41aa-82bc-8008227f2fa4} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.12.23 09:29:56.597451 [ 262 ] {827245ab-ec01-41aa-82bc-8008227f2fa4} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:56.597563 [ 72 ] {} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.12.23 09:29:56.597587 [ 262 ] {827245ab-ec01-41aa-82bc-8008227f2fa4} executeQuery: Read 35 rows, 64.22 KiB in 0.001976 sec., 17712.55060728745 rows/sec., 31.74 MiB/sec. 2025.12.23 09:29:56.597593 [ 72 ] {} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:56.597620 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:56.597645 [ 262 ] {827245ab-ec01-41aa-82bc-8008227f2fa4} TCPHandler: Processed in 0.002169416 sec. 2025.12.23 09:29:56.597713 [ 191 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.12.23 09:29:56.597764 [ 262 ] {} TCP-Session: eda88cb6-f850-4d6f-a949-7305292e7894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.23 09:29:56.597866 [ 262 ] {ba16952a-a1dd-4db9-bba4-a9f1c202f4e5} executeQuery: (from [fd00:1122:3344:101::d]:44074) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.23 09:29:56.597908 [ 262 ] {ba16952a-a1dd-4db9-bba4-a9f1c202f4e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.23 09:29:56.597913 [ 191 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:29:56.597977 [ 191 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 591 rows starting from the beginning of the part 2025.12.23 09:29:56.598092 [ 191 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 35 rows starting from the beginning of the part 2025.12.23 09:29:56.598190 [ 191 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part 2025.12.23 09:29:56.598252 [ 262 ] {ba16952a-a1dd-4db9-bba4-a9f1c202f4e5} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:56.598283 [ 191 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 35 rows starting from the beginning of the part 2025.12.23 09:29:56.598292 [ 262 ] {ba16952a-a1dd-4db9-bba4-a9f1c202f4e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:56.598380 [ 191 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part 2025.12.23 09:29:56.598477 [ 191 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 35 rows starting from the beginning of the part 2025.12.23 09:29:56.598655 [ 262 ] {ba16952a-a1dd-4db9-bba4-a9f1c202f4e5} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.12.23 09:29:56.598914 [ 262 ] {ba16952a-a1dd-4db9-bba4-a9f1c202f4e5} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:56.599011 [ 72 ] {} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.12.23 09:29:56.599037 [ 72 ] {} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:56.599043 [ 262 ] {ba16952a-a1dd-4db9-bba4-a9f1c202f4e5} executeQuery: Read 60 rows, 4.14 KiB in 0.001196 sec., 50167.22408026756 rows/sec., 3.38 MiB/sec. 2025.12.23 09:29:56.599056 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:56.599080 [ 262 ] {ba16952a-a1dd-4db9-bba4-a9f1c202f4e5} TCPHandler: Processed in 0.001367525 sec. 2025.12.23 09:29:56.599132 [ 199 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.12.23 09:29:56.599219 [ 199 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:29:56.599245 [ 199 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2324 rows starting from the beginning of the part 2025.12.23 09:29:56.599293 [ 199 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 48 rows starting from the beginning of the part 2025.12.23 09:29:56.599333 [ 199 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part 2025.12.23 09:29:56.599370 [ 199 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 104 rows starting from the beginning of the part 2025.12.23 09:29:56.599405 [ 199 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part 2025.12.23 09:29:56.599442 [ 199 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part 2025.12.23 09:29:56.599473 [ 196 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 12751 rows, containing 5 columns (5 merged, 0 gathered) in 0.004038193 sec., 3157600.4415836493 rows/sec., 213.30 MiB/sec. 2025.12.23 09:29:56.599876 [ 194 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.12.23 09:29:56.600172 [ 194 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_36_7} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:56.600241 [ 194 ] {7ea04080-26b1-4d68-a106-e01b0a71fbd7::all_1_36_7} oximeter.measurements_cumulativeu64 (7ea04080-26b1-4d68-a106-e01b0a71fbd7) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.12.23 09:29:56.600333 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.36 MiB. 2025.12.23 09:29:56.600629 [ 195 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2656 rows, containing 4 columns (4 merged, 0 gathered) in 0.001527059 sec., 1739291.0162606682 rows/sec., 111.61 MiB/sec. 2025.12.23 09:29:56.600944 [ 194 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.12.23 09:29:56.601195 [ 194 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_36_7} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:56.601262 [ 194 ] {d553cb02-1e62-4f16-9ae9-0ef7dd101def::all_1_36_7} oximeter.measurements_u64 (d553cb02-1e62-4f16-9ae9-0ef7dd101def) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.12.23 09:29:56.601345 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2025.12.23 09:29:56.604970 [ 194 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 708 rows, containing 19 columns (19 merged, 0 gathered) in 0.007297727 sec., 97016.50938710093 rows/sec., 173.85 MiB/sec. 2025.12.23 09:29:56.605884 [ 195 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.12.23 09:29:56.606208 [ 195 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_31_6} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:56.606280 [ 195 ] {1ecdfe62-98d7-457d-898e-8d5f58205642::all_1_31_6} oximeter.measurements_histogramu64 (1ecdfe62-98d7-457d-898e-8d5f58205642) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.12.23 09:29:56.606374 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.56 MiB. 2025.12.23 09:29:57.000165 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 260.96 MiB, peak 271.45 MiB, free memory in arenas 0.00 B, will set to 263.55 MiB (RSS), difference: 2.59 MiB 2025.12.23 09:29:57.600616 [ 88 ] {} oximeter.measurements_f64 (b7995074-f324-489b-8a3e-e8ccb953a5a6) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 2025.12.23 09:29:57.600718 [ 88 ] {} oximeter.measurements_f64 (b7995074-f324-489b-8a3e-e8ccb953a5a6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:29:57.600757 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:29:57.600945 [ 191 ] {b7995074-f324-489b-8a3e-e8ccb953a5a6::all_1_15_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full 2025.12.23 09:29:57.601169 [ 191 ] {b7995074-f324-489b-8a3e-e8ccb953a5a6::all_1_15_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:29:57.601227 [ 191 ] {b7995074-f324-489b-8a3e-e8ccb953a5a6::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 11 rows starting from the beginning of the part 2025.12.23 09:29:57.601329 [ 191 ] {b7995074-f324-489b-8a3e-e8ccb953a5a6::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part 2025.12.23 09:29:57.601405 [ 191 ] {b7995074-f324-489b-8a3e-e8ccb953a5a6::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part 2025.12.23 09:29:57.601470 [ 191 ] {b7995074-f324-489b-8a3e-e8ccb953a5a6::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part 2025.12.23 09:29:57.601536 [ 191 ] {b7995074-f324-489b-8a3e-e8ccb953a5a6::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part 2025.12.23 09:29:57.602501 [ 194 ] {b7995074-f324-489b-8a3e-e8ccb953a5a6::all_1_15_3} MergeTask::MergeProjectionsStage: Merge sorted 15 rows, containing 4 columns (4 merged, 0 gathered) in 0.001635462 sec., 9171.72028454345 rows/sec., 615.63 KiB/sec. 2025.12.23 09:29:57.602706 [ 192 ] {b7995074-f324-489b-8a3e-e8ccb953a5a6::all_1_15_3} MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) 2025.12.23 09:29:57.603032 [ 192 ] {b7995074-f324-489b-8a3e-e8ccb953a5a6::all_1_15_3} oximeter.measurements_f64 (b7995074-f324-489b-8a3e-e8ccb953a5a6): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:29:57.603109 [ 192 ] {b7995074-f324-489b-8a3e-e8ccb953a5a6::all_1_15_3} oximeter.measurements_f64 (b7995074-f324-489b-8a3e-e8ccb953a5a6) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 2025.12.23 09:29:57.603200 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.12.23 09:30:00.976087 [ 123 ] {} DNSResolver: Updating DNS cache 2025.12.23 09:30:00.976143 [ 123 ] {} DNSResolver: Updated DNS cache 2025.12.23 09:30:01.078115 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 12526 2025.12.23 09:30:01.078822 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:30:01.078883 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:30:01.079421 [ 245 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.12.23 09:30:01.079675 [ 245 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:30:01.079834 [ 123 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.12.23 09:30:01.079843 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12526 2025.12.23 09:30:01.079935 [ 123 ] {} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.23 09:30:01.079970 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.49 GiB. 2025.12.23 09:30:01.080091 [ 191 ] {12227934-2706-467c-b85c-1b0658473971::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.12.23 09:30:01.080218 [ 191 ] {12227934-2706-467c-b85c-1b0658473971::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.23 09:30:01.080259 [ 191 ] {12227934-2706-467c-b85c-1b0658473971::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 10094 rows starting from the beginning of the part 2025.12.23 09:30:01.080325 [ 191 ] {12227934-2706-467c-b85c-1b0658473971::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 512 rows starting from the beginning of the part 2025.12.23 09:30:01.080370 [ 191 ] {12227934-2706-467c-b85c-1b0658473971::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 448 rows starting from the beginning of the part 2025.12.23 09:30:01.080414 [ 191 ] {12227934-2706-467c-b85c-1b0658473971::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 512 rows starting from the beginning of the part 2025.12.23 09:30:01.080454 [ 191 ] {12227934-2706-467c-b85c-1b0658473971::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 448 rows starting from the beginning of the part 2025.12.23 09:30:01.080500 [ 191 ] {12227934-2706-467c-b85c-1b0658473971::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 512 rows starting from the beginning of the part 2025.12.23 09:30:01.085085 [ 194 ] {12227934-2706-467c-b85c-1b0658473971::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 12526 rows, containing 4 columns (4 merged, 0 gathered) in 0.005033708 sec., 2488424.040488642 rows/sec., 35.60 MiB/sec. 2025.12.23 09:30:01.085440 [ 187 ] {12227934-2706-467c-b85c-1b0658473971::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.12.23 09:30:01.085770 [ 187 ] {12227934-2706-467c-b85c-1b0658473971::all_1_26_5} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.23 09:30:01.085848 [ 187 ] {12227934-2706-467c-b85c-1b0658473971::all_1_26_5} system.asynchronous_metric_log (12227934-2706-467c-b85c-1b0658473971) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.12.23 09:30:01.085935 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB.