[ Jan 19 03:26:27 Enabled. ] [ Jan 19 03:26:27 Rereading configuration. ] [ Jan 19 03:26:29 Rereading configuration. ] [ Jan 19 03:26:34 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 [ Jan 19 03:26:34 Method "start" exited with status 0. ] Processing configuration file '/opt/oxide/clickhouse/config.xml'. Logging trace to /var/tmp/clickhouse-server.log Logging errors to /var/tmp/clickhouse-server.errlog 2026.01.19 03:26:38.562579 [ 1 ] {} Application: Will watch for the process with pid 24257 2026.01.19 03:26:38.562997 [ 1 ] {} Application: Forked a child process to watch 2026.01.19 03:26:38.787593 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 24257 2026.01.19 03:26:38.793528 [ 1 ] {} Application: starting up 2026.01.19 03:26:38.793685 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.01.19 03:26:39.058373 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2026.01.19 03:26:39.103883 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.01.19 03:26:39.103969 [ 1 ] {} Application: Initializing DateLUT. 2026.01.19 03:26:39.103991 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.01.19 03:26:39.104052 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.01.19 03:26:39.104751 [ 1 ] {} Application: Initializing interserver credentials. 2026.01.19 03:26:39.109208 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2026.01.19 03:26:39.110078 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.01.19 03:26:39.110971 [ 1 ] {} Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) 2026.01.19 03:26:39.111022 [ 1 ] {} Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) 2026.01.19 03:26:39.111065 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2026.01.19 03:26:39.113176 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.01.19 03:26:39.114362 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.01.19 03:26:39.121123 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.01.19 03:26:39.121929 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.01.19 03:26:39.123395 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.01.19 03:26:39.123513 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.01.19 03:26:39.124604 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2026.01.19 03:26:39.125081 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.01.19 03:26:39.135048 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.01.19 03:26:39.135985 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.01.19 03:26:39.143801 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.01.19 03:26:39.144157 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.01.19 03:26:39.144566 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.01.19 03:26:39.144964 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.01.19 03:26:39.147945 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.01.19 03:26:39.147973 [ 1 ] {} Application: Loading metadata from /data/ 2026.01.19 03:26:39.148072 [ 152 ] {} DNSResolver: Updating DNS cache 2026.01.19 03:26:39.148169 [ 152 ] {} DNSResolver: Updated DNS cache 2026.01.19 03:26:39.169356 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.01.19 03:26:39.169386 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000180575 sec 2026.01.19 03:26:39.169458 [ 1 ] {} ReferentialDeps: No tables 2026.01.19 03:26:39.169516 [ 1 ] {} LoadingDeps: No tables 2026.01.19 03:26:39.171567 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.01.19 03:26:39.173485 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.01.19 03:26:39.195569 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.01.19 03:26:39.195614 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.01.19 03:26:39.195717 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.01.19 03:26:39.195729 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.01.19 03:26:39.195761 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.01.19 03:26:39.195833 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.01.19 03:26:39.200160 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.01.19 03:26:39.200211 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.01.19 03:26:39.200265 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.01.19 03:26:39.200447 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.01.19 03:26:39.200491 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.01.19 03:26:39.200502 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.01.19 03:26:39.200586 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.01.19 03:26:39.200599 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.01.19 03:26:39.200629 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.01.19 03:26:39.200710 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.01.19 03:26:39.240252 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.01.19 03:26:39.251251 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.01.19 03:26:39.251348 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000124353 sec 2026.01.19 03:26:39.251366 [ 1 ] {} ReferentialDeps: No tables 2026.01.19 03:26:39.251379 [ 1 ] {} LoadingDeps: No tables 2026.01.19 03:26:39.251412 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.01.19 03:26:39.251681 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.01.19 03:26:39.251791 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.01.19 03:26:39.251809 [ 1 ] {} Application: Loaded metadata. 2026.01.19 03:26:39.251822 [ 1 ] {} Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). 2026.01.19 03:26:39.251836 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.01.19 03:26:39.257526 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.01.19 03:26:39.257750 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.72 MiB (RSS), difference: 91.95 MiB 2026.01.19 03:26:39.259298 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.3291e-05 sec. 2026.01.19 03:26:39.259730 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.01.19 03:26:39.260492 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.01.19 03:26:39.260511 [ 1 ] {} Application: Ready for connections. 2026.01.19 03:26:39.545328 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51533 2026.01.19 03:26:39.548146 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:26:39.548234 [ 3 ] {} TCP-Session: 82a3863f-afe2-4ab1-b08c-e81877021630 Authenticating user 'default' from [fd00:1122:3344:101::c]:51533 2026.01.19 03:26:39.548269 [ 3 ] {} TCP-Session: 82a3863f-afe2-4ab1-b08c-e81877021630 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:39.548388 [ 3 ] {} TCP-Session: 82a3863f-afe2-4ab1-b08c-e81877021630 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:39.548524 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.01.19 03:26:39.548561 [ 3 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.01.19 03:26:39.548707 [ 3 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.01.19 03:26:39.551976 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49373 2026.01.19 03:26:39.552147 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:26:39.552178 [ 4 ] {} TCP-Session: bde00b04-bb1b-4287-a545-00d04ed2a40a Authenticating user 'default' from [fd00:1122:3344:101::c]:49373 2026.01.19 03:26:39.552201 [ 4 ] {} TCP-Session: bde00b04-bb1b-4287-a545-00d04ed2a40a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:39.552304 [ 4 ] {} TCP-Session: bde00b04-bb1b-4287-a545-00d04ed2a40a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:39.552785 [ 253 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51994 2026.01.19 03:26:39.552806 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:63127 2026.01.19 03:26:39.554203 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:60070 2026.01.19 03:26:39.553566 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40294 2026.01.19 03:26:39.553403 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:33360 2026.01.19 03:26:39.553315 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:47811 2026.01.19 03:26:39.553008 [ 253 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:26:39.554549 [ 253 ] {} TCP-Session: 4aa4e308-4919-4727-83c7-0cf9ae79804f Authenticating user 'default' from [fd00:1122:3344:101::c]:51994 2026.01.19 03:26:39.554562 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:26:39.554580 [ 253 ] {} TCP-Session: 4aa4e308-4919-4727-83c7-0cf9ae79804f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:39.554579 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:26:39.554607 [ 257 ] {} TCP-Session: b1aa1c39-ea16-4030-b3fd-e4d3d38337f7 Authenticating user 'default' from [fd00:1122:3344:101::c]:40294 2026.01.19 03:26:39.554679 [ 253 ] {} TCP-Session: 4aa4e308-4919-4727-83c7-0cf9ae79804f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:39.554710 [ 5 ] {} TCP-Session: 428e6096-0d9a-41ca-a9e2-6cb82aaf6d43 Authenticating user 'default' from [fd00:1122:3344:101::c]:63127 2026.01.19 03:26:39.554706 [ 257 ] {} TCP-Session: b1aa1c39-ea16-4030-b3fd-e4d3d38337f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:39.554699 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:26:39.554793 [ 257 ] {} TCP-Session: b1aa1c39-ea16-4030-b3fd-e4d3d38337f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:39.554791 [ 5 ] {} TCP-Session: 428e6096-0d9a-41ca-a9e2-6cb82aaf6d43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:39.554684 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:26:39.554873 [ 5 ] {} TCP-Session: 428e6096-0d9a-41ca-a9e2-6cb82aaf6d43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:39.554870 [ 256 ] {} TCP-Session: 780e71d3-412d-4d79-8db7-c6c44a66f9fc Authenticating user 'default' from [fd00:1122:3344:101::c]:33360 2026.01.19 03:26:39.554590 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:26:39.554984 [ 254 ] {} TCP-Session: 57733b89-ff7e-409c-9754-3c48d297ddc2 Authenticating user 'default' from [fd00:1122:3344:101::c]:60070 2026.01.19 03:26:39.555018 [ 256 ] {} TCP-Session: 780e71d3-412d-4d79-8db7-c6c44a66f9fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:39.555014 [ 255 ] {} TCP-Session: 68378c7c-25e8-4266-aab1-59d3c2f02464 Authenticating user 'default' from [fd00:1122:3344:101::c]:47811 2026.01.19 03:26:39.555088 [ 254 ] {} TCP-Session: 57733b89-ff7e-409c-9754-3c48d297ddc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:39.555110 [ 256 ] {} TCP-Session: 780e71d3-412d-4d79-8db7-c6c44a66f9fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:39.555103 [ 255 ] {} TCP-Session: 68378c7c-25e8-4266-aab1-59d3c2f02464 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:39.555196 [ 254 ] {} TCP-Session: 57733b89-ff7e-409c-9754-3c48d297ddc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:39.555207 [ 255 ] {} TCP-Session: 68378c7c-25e8-4266-aab1-59d3c2f02464 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:39.575811 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:45382 2026.01.19 03:26:39.576481 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:26:39.576735 [ 258 ] {} TCP-Session: 9826306e-9221-483c-9b29-17a8ca69ab01 Authenticating user 'default' from [fd00:1122:3344:101::a]:45382 2026.01.19 03:26:39.576759 [ 258 ] {} TCP-Session: 9826306e-9221-483c-9b29-17a8ca69ab01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:39.576771 [ 258 ] {} TCP-Session: 9826306e-9221-483c-9b29-17a8ca69ab01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:39.576897 [ 258 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.01.19 03:26:39.576925 [ 258 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.01.19 03:26:39.576999 [ 258 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.01.19 03:26:39.579551 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:35233 2026.01.19 03:26:39.579796 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57928 2026.01.19 03:26:39.579812 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:26:39.579801 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47555 2026.01.19 03:26:39.579854 [ 259 ] {} TCP-Session: 377b908b-cd14-4110-b46d-45a99f56601b Authenticating user 'default' from [fd00:1122:3344:101::a]:35233 2026.01.19 03:26:39.579920 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:46708 2026.01.19 03:26:39.579969 [ 259 ] {} TCP-Session: 377b908b-cd14-4110-b46d-45a99f56601b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:39.579989 [ 259 ] {} TCP-Session: 377b908b-cd14-4110-b46d-45a99f56601b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:39.580067 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:26:39.580112 [ 260 ] {} TCP-Session: c6336cd3-4872-45e1-b5ca-d5cc49959db9 Authenticating user 'default' from [fd00:1122:3344:101::a]:57928 2026.01.19 03:26:39.580111 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:45514 2026.01.19 03:26:39.580143 [ 260 ] {} TCP-Session: c6336cd3-4872-45e1-b5ca-d5cc49959db9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:39.580280 [ 260 ] {} TCP-Session: c6336cd3-4872-45e1-b5ca-d5cc49959db9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:39.580331 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:58563 2026.01.19 03:26:39.580333 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:26:39.580436 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:26:39.580489 [ 262 ] {} TCP-Session: 43c61f13-0d9b-4de5-a342-395c435d9c89 Authenticating user 'default' from [fd00:1122:3344:101::a]:46708 2026.01.19 03:26:39.580495 [ 261 ] {} TCP-Session: 4aa26f10-49e0-47d4-bdef-4dac66b0cee1 Authenticating user 'default' from [fd00:1122:3344:101::a]:47555 2026.01.19 03:26:39.580508 [ 262 ] {} TCP-Session: 43c61f13-0d9b-4de5-a342-395c435d9c89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:39.580571 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:26:39.580592 [ 261 ] {} TCP-Session: 4aa26f10-49e0-47d4-bdef-4dac66b0cee1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:39.580575 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:26:39.580662 [ 262 ] {} TCP-Session: 43c61f13-0d9b-4de5-a342-395c435d9c89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:39.580684 [ 261 ] {} TCP-Session: 4aa26f10-49e0-47d4-bdef-4dac66b0cee1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:39.580489 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:46973 2026.01.19 03:26:39.580717 [ 263 ] {} TCP-Session: 31140a0d-3f11-429f-a2dc-bffe9ed03bdd Authenticating user 'default' from [fd00:1122:3344:101::a]:45514 2026.01.19 03:26:39.580863 [ 264 ] {} TCP-Session: bdc64f25-b5d6-49b6-a386-74f12e9ad7be Authenticating user 'default' from [fd00:1122:3344:101::a]:58563 2026.01.19 03:26:39.580877 [ 263 ] {} TCP-Session: 31140a0d-3f11-429f-a2dc-bffe9ed03bdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:39.580889 [ 264 ] {} TCP-Session: bdc64f25-b5d6-49b6-a386-74f12e9ad7be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:39.581024 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:26:39.581054 [ 263 ] {} TCP-Session: 31140a0d-3f11-429f-a2dc-bffe9ed03bdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:39.581082 [ 264 ] {} TCP-Session: bdc64f25-b5d6-49b6-a386-74f12e9ad7be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:39.581091 [ 265 ] {} TCP-Session: df842673-34b1-4b3e-bbee-4346fae90497 Authenticating user 'default' from [fd00:1122:3344:101::a]:46973 2026.01.19 03:26:39.581235 [ 265 ] {} TCP-Session: df842673-34b1-4b3e-bbee-4346fae90497 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:39.581331 [ 265 ] {} TCP-Session: df842673-34b1-4b3e-bbee-4346fae90497 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:39.889780 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47389 2026.01.19 03:26:39.892414 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:26:39.892480 [ 266 ] {} TCP-Session: d2cfbacf-5f8d-47fe-99c0-dc7ed2a1ebd5 Authenticating user 'default' from [fd00:1122:3344:101::b]:47389 2026.01.19 03:26:39.892596 [ 266 ] {} TCP-Session: d2cfbacf-5f8d-47fe-99c0-dc7ed2a1ebd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:39.892610 [ 266 ] {} TCP-Session: d2cfbacf-5f8d-47fe-99c0-dc7ed2a1ebd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:39.892675 [ 266 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.01.19 03:26:39.892877 [ 266 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.01.19 03:26:39.892905 [ 266 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.01.19 03:26:39.896041 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:59525 2026.01.19 03:26:39.896198 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62562 2026.01.19 03:26:39.896211 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:26:39.896326 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:35320 2026.01.19 03:26:39.896377 [ 267 ] {} TCP-Session: 6c0d42c7-dd48-430a-9c2d-5c440ebf4b09 Authenticating user 'default' from [fd00:1122:3344:101::b]:59525 2026.01.19 03:26:39.896411 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45617 2026.01.19 03:26:39.896418 [ 267 ] {} TCP-Session: 6c0d42c7-dd48-430a-9c2d-5c440ebf4b09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:39.896557 [ 267 ] {} TCP-Session: 6c0d42c7-dd48-430a-9c2d-5c440ebf4b09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:39.896513 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:38104 2026.01.19 03:26:39.896657 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:26:39.896681 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63644 2026.01.19 03:26:39.896759 [ 268 ] {} TCP-Session: e3f1cf08-efdc-45df-b25a-45b097b1be70 Authenticating user 'default' from [fd00:1122:3344:101::b]:62562 2026.01.19 03:26:39.896763 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:26:39.896785 [ 268 ] {} TCP-Session: e3f1cf08-efdc-45df-b25a-45b097b1be70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:39.896961 [ 268 ] {} TCP-Session: e3f1cf08-efdc-45df-b25a-45b097b1be70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:39.897034 [ 269 ] {} TCP-Session: f3da43ac-8900-435f-ba75-611b73687df1 Authenticating user 'default' from [fd00:1122:3344:101::b]:35320 2026.01.19 03:26:39.897053 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49963 2026.01.19 03:26:39.897107 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:26:39.897038 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:26:39.897039 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:26:39.897190 [ 271 ] {} TCP-Session: cd51e818-6de0-4794-8c4d-ee101d1a1de6 Authenticating user 'default' from [fd00:1122:3344:101::b]:38104 2026.01.19 03:26:39.897173 [ 272 ] {} TCP-Session: 1bd4cb61-89eb-44d6-8bd0-84fc89cd45eb Authenticating user 'default' from [fd00:1122:3344:101::b]:63644 2026.01.19 03:26:39.897158 [ 269 ] {} TCP-Session: f3da43ac-8900-435f-ba75-611b73687df1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:39.897406 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:26:39.897431 [ 272 ] {} TCP-Session: 1bd4cb61-89eb-44d6-8bd0-84fc89cd45eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:39.897443 [ 271 ] {} TCP-Session: cd51e818-6de0-4794-8c4d-ee101d1a1de6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:39.897503 [ 269 ] {} TCP-Session: f3da43ac-8900-435f-ba75-611b73687df1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:39.897519 [ 272 ] {} TCP-Session: 1bd4cb61-89eb-44d6-8bd0-84fc89cd45eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:39.897532 [ 271 ] {} TCP-Session: cd51e818-6de0-4794-8c4d-ee101d1a1de6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:39.897405 [ 270 ] {} TCP-Session: 33501308-a251-4ff5-bf93-85ce56bc2af3 Authenticating user 'default' from [fd00:1122:3344:101::b]:45617 2026.01.19 03:26:39.897679 [ 270 ] {} TCP-Session: 33501308-a251-4ff5-bf93-85ce56bc2af3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:39.897704 [ 270 ] {} TCP-Session: 33501308-a251-4ff5-bf93-85ce56bc2af3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:39.897716 [ 273 ] {} TCP-Session: 04f6b1af-ac44-49f2-b516-e369afacb5d0 Authenticating user 'default' from [fd00:1122:3344:101::b]:49963 2026.01.19 03:26:39.897824 [ 273 ] {} TCP-Session: 04f6b1af-ac44-49f2-b516-e369afacb5d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:39.897837 [ 273 ] {} TCP-Session: 04f6b1af-ac44-49f2-b516-e369afacb5d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:40.000316 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 116.88 MiB, peak 116.88 MiB, free memory in arenas 0.00 B, will set to 119.88 MiB (RSS), difference: 3.01 MiB 2026.01.19 03:26:42.826080 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58929 2026.01.19 03:26:42.830124 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:26:42.830229 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:58929 2026.01.19 03:26:42.830253 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:42.830265 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:42.830411 [ 274 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.01.19 03:26:42.830456 [ 274 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.01.19 03:26:42.830619 [ 274 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.01.19 03:26:42.831156 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38564 2026.01.19 03:26:42.831266 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54233 2026.01.19 03:26:42.831353 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59095 2026.01.19 03:26:42.831470 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51547 2026.01.19 03:26:42.831599 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63717 2026.01.19 03:26:42.831672 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:26:42.831703 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38851 2026.01.19 03:26:42.831802 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:38564 2026.01.19 03:26:42.831814 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:26:42.831860 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:26:42.831832 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:42.831930 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62912 2026.01.19 03:26:42.831958 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:26:42.832017 [ 278 ] {} TCP-Session: f1004dd2-167c-4a9a-b308-6d631acdd323 Authenticating user 'default' from [fd00:1122:3344:101::d]:51547 2026.01.19 03:26:42.832065 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:26:42.831991 [ 277 ] {} TCP-Session: d3d833c4-5b03-43de-a52b-f88978a27eaf Authenticating user 'default' from [fd00:1122:3344:101::d]:59095 2026.01.19 03:26:42.832153 [ 280 ] {} TCP-Session: 51148ba8-7cfb-41c4-817b-b776d06328a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:38851 2026.01.19 03:26:42.832154 [ 276 ] {} TCP-Session: e26a4284-c8fa-4508-9c47-f2823f67e6bc Authenticating user 'default' from [fd00:1122:3344:101::d]:54233 2026.01.19 03:26:42.832161 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34691 2026.01.19 03:26:42.832233 [ 280 ] {} TCP-Session: 51148ba8-7cfb-41c4-817b-b776d06328a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:42.832231 [ 276 ] {} TCP-Session: e26a4284-c8fa-4508-9c47-f2823f67e6bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:42.832209 [ 277 ] {} TCP-Session: d3d833c4-5b03-43de-a52b-f88978a27eaf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:42.832198 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:26:42.832370 [ 277 ] {} TCP-Session: d3d833c4-5b03-43de-a52b-f88978a27eaf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:42.832360 [ 280 ] {} TCP-Session: 51148ba8-7cfb-41c4-817b-b776d06328a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:42.832395 [ 276 ] {} TCP-Session: e26a4284-c8fa-4508-9c47-f2823f67e6bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:42.832404 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:26:42.832164 [ 278 ] {} TCP-Session: f1004dd2-167c-4a9a-b308-6d631acdd323 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:42.832101 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:26:42.832542 [ 281 ] {} TCP-Session: 76f759af-5ff3-49e6-9c13-5549b9b6f287 Authenticating user 'default' from [fd00:1122:3344:101::d]:62912 2026.01.19 03:26:42.832557 [ 278 ] {} TCP-Session: f1004dd2-167c-4a9a-b308-6d631acdd323 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:42.831963 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:42.832673 [ 281 ] {} TCP-Session: 76f759af-5ff3-49e6-9c13-5549b9b6f287 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:42.832655 [ 279 ] {} TCP-Session: e343ab27-003a-49e0-8394-02981af68280 Authenticating user 'default' from [fd00:1122:3344:101::d]:63717 2026.01.19 03:26:42.832558 [ 282 ] {} TCP-Session: 61aa4089-660d-4237-827a-9e5a9589295e Authenticating user 'default' from [fd00:1122:3344:101::d]:34691 2026.01.19 03:26:42.832764 [ 281 ] {} TCP-Session: 76f759af-5ff3-49e6-9c13-5549b9b6f287 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:42.832757 [ 279 ] {} TCP-Session: e343ab27-003a-49e0-8394-02981af68280 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:42.832880 [ 282 ] {} TCP-Session: 61aa4089-660d-4237-827a-9e5a9589295e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:42.832889 [ 279 ] {} TCP-Session: e343ab27-003a-49e0-8394-02981af68280 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:42.832984 [ 282 ] {} TCP-Session: 61aa4089-660d-4237-827a-9e5a9589295e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:26:42.838276 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:26:42.844711 [ 274 ] {844e3478-5c77-4506-93f6-78ef431afca7} executeQuery: (from [fd00:1122:3344:101::d]:58929) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.19 03:26:42.966792 [ 274 ] {844e3478-5c77-4506-93f6-78ef431afca7} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:58929) (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 @ 0x0000000000117057 in /system/lib/amd64/libc.so.1 2026.01.19 03:26:42.967843 [ 274 ] {844e3478-5c77-4506-93f6-78ef431afca7} 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 @ 0x0000000000117057 in /system/lib/amd64/libc.so.1 2026.01.19 03:26:42.968067 [ 274 ] {844e3478-5c77-4506-93f6-78ef431afca7} TCPHandler: Processed in 0.134266271 sec. 2026.01.19 03:26:42.968814 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:26:42.969035 [ 275 ] {0fc0bb7b-a6bd-46c4-98bc-1151303021b0} executeQuery: (from [fd00:1122:3344:101::d]:38564) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.19 03:26:42.969522 [ 275 ] {0fc0bb7b-a6bd-46c4-98bc-1151303021b0} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:38564) (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 @ 0x0000000000117057 in /system/lib/amd64/libc.so.1 2026.01.19 03:26:42.969866 [ 275 ] {0fc0bb7b-a6bd-46c4-98bc-1151303021b0} 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 @ 0x0000000000117057 in /system/lib/amd64/libc.so.1 2026.01.19 03:26:42.970123 [ 275 ] {0fc0bb7b-a6bd-46c4-98bc-1151303021b0} TCPHandler: Processed in 0.001504375 sec. 2026.01.19 03:26:42.970444 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:26:42.972780 [ 274 ] {6283ec22-9ff4-496b-843f-1afbb0c0c8db} executeQuery: (from [fd00:1122:3344:101::d]:58929) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.01.19 03:26:42.974735 [ 274 ] {6283ec22-9ff4-496b-843f-1afbb0c0c8db} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.01.19 03:26:42.989612 [ 274 ] {6283ec22-9ff4-496b-843f-1afbb0c0c8db} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.01.19 03:26:42.989708 [ 274 ] {6283ec22-9ff4-496b-843f-1afbb0c0c8db} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000132203 sec 2026.01.19 03:26:42.989722 [ 274 ] {6283ec22-9ff4-496b-843f-1afbb0c0c8db} ReferentialDeps: No tables 2026.01.19 03:26:42.989733 [ 274 ] {6283ec22-9ff4-496b-843f-1afbb0c0c8db} LoadingDeps: No tables 2026.01.19 03:26:42.989790 [ 274 ] {6283ec22-9ff4-496b-843f-1afbb0c0c8db} DatabaseAtomic (oximeter): Starting up tables. 2026.01.19 03:26:42.990501 [ 274 ] {6283ec22-9ff4-496b-843f-1afbb0c0c8db} TCPHandler: Processed in 0.020177335 sec. 2026.01.19 03:26:42.990651 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:26:42.990816 [ 274 ] {ffce291b-da1c-4678-8286-66e0c5a6d3ba} executeQuery: (from [fd00:1122:3344:101::d]:58929) /* The version table contains metadata about the `oximeter` database */ CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) 2026.01.19 03:26:42.990948 [ 274 ] {ffce291b-da1c-4678-8286-66e0c5a6d3ba} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.01.19 03:26:43.000370 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 124.08 MiB, peak 124.08 MiB, free memory in arenas 0.00 B, will set to 130.23 MiB (RSS), difference: 6.16 MiB 2026.01.19 03:26:43.003539 [ 274 ] {ffce291b-da1c-4678-8286-66e0c5a6d3ba} StoragePolicy (default): Storage policy default created, total volumes 1 2026.01.19 03:26:43.009295 [ 274 ] {ffce291b-da1c-4678-8286-66e0c5a6d3ba} oximeter.version (43867d5a-7066-403d-b977-e0ec7be70aa4): Loading data parts 2026.01.19 03:26:43.013875 [ 274 ] {ffce291b-da1c-4678-8286-66e0c5a6d3ba} oximeter.version (43867d5a-7066-403d-b977-e0ec7be70aa4): There are no data parts 2026.01.19 03:26:43.025387 [ 274 ] {ffce291b-da1c-4678-8286-66e0c5a6d3ba} TCPHandler: Processed in 0.034788021 sec. 2026.01.19 03:26:43.025624 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:26:43.025830 [ 274 ] {78ce7571-b5b0-4004-835b-2487eaf4da01} executeQuery: (from [fd00:1122:3344:101::d]:58929) /* The measurement tables contain all individual samples from each timeseries. * * Each table stores a single datum type, and otherwise contains nearly the same * structure. The primary sorting key is on the timeseries name, key, and then * timestamp, so that all timeseries from the same schema are grouped, followed * by all samples from the same timeseries. * * This reflects that one usually looks up the _key_ in one or more field table, * and then uses that to index quickly into the measurements tables. */ CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.19 03:26:43.025974 [ 274 ] {78ce7571-b5b0-4004-835b-2487eaf4da01} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.01.19 03:26:43.046243 [ 274 ] {78ce7571-b5b0-4004-835b-2487eaf4da01} oximeter.measurements_bool (3496353b-0905-4f88-820b-27a51cb14261): Loading data parts 2026.01.19 03:26:43.046457 [ 274 ] {78ce7571-b5b0-4004-835b-2487eaf4da01} oximeter.measurements_bool (3496353b-0905-4f88-820b-27a51cb14261): There are no data parts 2026.01.19 03:26:43.048901 [ 274 ] {78ce7571-b5b0-4004-835b-2487eaf4da01} TCPHandler: Processed in 0.023353777 sec. 2026.01.19 03:26:43.049150 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:26:43.049329 [ 274 ] {cb2d1a50-678a-4885-b3c4-8c56da66850d} executeQuery: (from [fd00:1122:3344:101::d]:58929) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.19 03:26:43.049444 [ 274 ] {cb2d1a50-678a-4885-b3c4-8c56da66850d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.01.19 03:26:43.051534 [ 274 ] {cb2d1a50-678a-4885-b3c4-8c56da66850d} oximeter.measurements_i8 (05307b91-aad3-42f9-a385-846ddd3cf7a1): Loading data parts 2026.01.19 03:26:43.051742 [ 274 ] {cb2d1a50-678a-4885-b3c4-8c56da66850d} oximeter.measurements_i8 (05307b91-aad3-42f9-a385-846ddd3cf7a1): There are no data parts 2026.01.19 03:26:43.054501 [ 274 ] {cb2d1a50-678a-4885-b3c4-8c56da66850d} TCPHandler: Processed in 0.005411704 sec. 2026.01.19 03:26:43.054659 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:26:43.054826 [ 274 ] {91f4a574-9701-4caa-b1e2-774ea8fe3050} executeQuery: (from [fd00:1122:3344:101::d]:58929) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.19 03:26:43.054938 [ 274 ] {91f4a574-9701-4caa-b1e2-774ea8fe3050} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.01.19 03:26:43.057242 [ 274 ] {91f4a574-9701-4caa-b1e2-774ea8fe3050} oximeter.measurements_u8 (82a17fed-4411-429a-af30-32ffe8c86942): Loading data parts 2026.01.19 03:26:43.057411 [ 274 ] {91f4a574-9701-4caa-b1e2-774ea8fe3050} oximeter.measurements_u8 (82a17fed-4411-429a-af30-32ffe8c86942): There are no data parts 2026.01.19 03:26:43.059646 [ 274 ] {91f4a574-9701-4caa-b1e2-774ea8fe3050} TCPHandler: Processed in 0.005036867 sec. 2026.01.19 03:26:43.059848 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:26:43.060064 [ 274 ] {46564944-6379-4258-b4e8-4f396f5da696} executeQuery: (from [fd00:1122:3344:101::d]:58929) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.19 03:26:43.060184 [ 274 ] {46564944-6379-4258-b4e8-4f396f5da696} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.01.19 03:26:43.062171 [ 274 ] {46564944-6379-4258-b4e8-4f396f5da696} oximeter.measurements_i16 (aefdaaf5-631b-451c-a60b-c84b6a13a674): Loading data parts 2026.01.19 03:26:43.062311 [ 274 ] {46564944-6379-4258-b4e8-4f396f5da696} oximeter.measurements_i16 (aefdaaf5-631b-451c-a60b-c84b6a13a674): There are no data parts 2026.01.19 03:26:43.063691 [ 274 ] {46564944-6379-4258-b4e8-4f396f5da696} TCPHandler: Processed in 0.00389452 sec. 2026.01.19 03:26:43.063842 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:26:43.064022 [ 274 ] {5525542a-c7c5-4c11-acc1-4b82502990ab} executeQuery: (from [fd00:1122:3344:101::d]:58929) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.19 03:26:43.064143 [ 274 ] {5525542a-c7c5-4c11-acc1-4b82502990ab} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.01.19 03:26:43.065775 [ 274 ] {5525542a-c7c5-4c11-acc1-4b82502990ab} oximeter.measurements_u16 (2a7b6864-df54-45bf-8f7d-c5ba191b12fd): Loading data parts 2026.01.19 03:26:43.065936 [ 274 ] {5525542a-c7c5-4c11-acc1-4b82502990ab} oximeter.measurements_u16 (2a7b6864-df54-45bf-8f7d-c5ba191b12fd): There are no data parts 2026.01.19 03:26:43.067506 [ 274 ] {5525542a-c7c5-4c11-acc1-4b82502990ab} TCPHandler: Processed in 0.003714515 sec. 2026.01.19 03:26:43.067646 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:26:43.067890 [ 274 ] {f8bebca4-10a5-4cd5-8806-944ae56d4fdc} executeQuery: (from [fd00:1122:3344:101::d]:58929) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.19 03:26:43.068034 [ 274 ] {f8bebca4-10a5-4cd5-8806-944ae56d4fdc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.01.19 03:26:43.070324 [ 274 ] {f8bebca4-10a5-4cd5-8806-944ae56d4fdc} oximeter.measurements_i32 (938f8868-9d1b-46a6-91f3-4b0b07d43d0d): Loading data parts 2026.01.19 03:26:43.070469 [ 274 ] {f8bebca4-10a5-4cd5-8806-944ae56d4fdc} oximeter.measurements_i32 (938f8868-9d1b-46a6-91f3-4b0b07d43d0d): There are no data parts 2026.01.19 03:26:43.071966 [ 274 ] {f8bebca4-10a5-4cd5-8806-944ae56d4fdc} TCPHandler: Processed in 0.00436815 sec. 2026.01.19 03:26:43.072103 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:26:43.072261 [ 274 ] {df90dc92-85ec-4e5d-af98-444c9b465ba9} executeQuery: (from [fd00:1122:3344:101::d]:58929) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.19 03:26:43.072380 [ 274 ] {df90dc92-85ec-4e5d-af98-444c9b465ba9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.01.19 03:26:43.074101 [ 274 ] {df90dc92-85ec-4e5d-af98-444c9b465ba9} oximeter.measurements_u32 (ba78b3cc-041a-4446-9f8e-7997759b812a): Loading data parts 2026.01.19 03:26:43.074268 [ 274 ] {df90dc92-85ec-4e5d-af98-444c9b465ba9} oximeter.measurements_u32 (ba78b3cc-041a-4446-9f8e-7997759b812a): There are no data parts 2026.01.19 03:26:43.077863 [ 274 ] {df90dc92-85ec-4e5d-af98-444c9b465ba9} TCPHandler: Processed in 0.005810394 sec. 2026.01.19 03:26:43.078004 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:26:43.078244 [ 274 ] {53a8285b-1c2f-4fd7-9101-f1c16c10bb5e} executeQuery: (from [fd00:1122:3344:101::d]:58929) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.19 03:26:43.078352 [ 274 ] {53a8285b-1c2f-4fd7-9101-f1c16c10bb5e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.01.19 03:26:43.082288 [ 274 ] {53a8285b-1c2f-4fd7-9101-f1c16c10bb5e} oximeter.measurements_i64 (47d8365f-8ba4-457c-b436-85eba08d5b0a): Loading data parts 2026.01.19 03:26:43.082428 [ 274 ] {53a8285b-1c2f-4fd7-9101-f1c16c10bb5e} oximeter.measurements_i64 (47d8365f-8ba4-457c-b436-85eba08d5b0a): There are no data parts 2026.01.19 03:26:43.084850 [ 274 ] {53a8285b-1c2f-4fd7-9101-f1c16c10bb5e} TCPHandler: Processed in 0.006898178 sec. 2026.01.19 03:26:43.084988 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:26:43.085143 [ 274 ] {5ed89d18-2f5e-4584-a93c-91263aa4e828} executeQuery: (from [fd00:1122:3344:101::d]:58929) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.19 03:26:43.085255 [ 274 ] {5ed89d18-2f5e-4584-a93c-91263aa4e828} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.01.19 03:26:43.087802 [ 274 ] {5ed89d18-2f5e-4584-a93c-91263aa4e828} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Loading data parts 2026.01.19 03:26:43.087990 [ 274 ] {5ed89d18-2f5e-4584-a93c-91263aa4e828} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): There are no data parts 2026.01.19 03:26:43.090139 [ 274 ] {5ed89d18-2f5e-4584-a93c-91263aa4e828} TCPHandler: Processed in 0.00520127 sec. 2026.01.19 03:26:43.090281 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:26:43.090505 [ 274 ] {fab23ca6-59e7-4eaf-9526-d3d2b6d68802} executeQuery: (from [fd00:1122:3344:101::d]:58929) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.19 03:26:43.090621 [ 274 ] {fab23ca6-59e7-4eaf-9526-d3d2b6d68802} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.01.19 03:26:43.093419 [ 274 ] {fab23ca6-59e7-4eaf-9526-d3d2b6d68802} oximeter.measurements_f32 (7f1f33c7-7783-4228-afac-7ca32338a021): Loading data parts 2026.01.19 03:26:43.093565 [ 274 ] {fab23ca6-59e7-4eaf-9526-d3d2b6d68802} oximeter.measurements_f32 (7f1f33c7-7783-4228-afac-7ca32338a021): There are no data parts 2026.01.19 03:26:43.094973 [ 274 ] {fab23ca6-59e7-4eaf-9526-d3d2b6d68802} TCPHandler: Processed in 0.004742439 sec. 2026.01.19 03:26:43.095114 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:26:43.095274 [ 274 ] {5e29366f-9036-4f83-a24b-a10ad4979fd1} executeQuery: (from [fd00:1122:3344:101::d]:58929) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.19 03:26:43.095395 [ 274 ] {5e29366f-9036-4f83-a24b-a10ad4979fd1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.01.19 03:26:43.098176 [ 274 ] {5e29366f-9036-4f83-a24b-a10ad4979fd1} oximeter.measurements_f64 (550cc589-b723-4014-8413-b1ab62351cd8): Loading data parts 2026.01.19 03:26:43.098357 [ 274 ] {5e29366f-9036-4f83-a24b-a10ad4979fd1} oximeter.measurements_f64 (550cc589-b723-4014-8413-b1ab62351cd8): There are no data parts 2026.01.19 03:26:43.100578 [ 274 ] {5e29366f-9036-4f83-a24b-a10ad4979fd1} TCPHandler: Processed in 0.005515206 sec. 2026.01.19 03:26:43.100722 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:26:43.101000 [ 274 ] {d04b67bf-aab9-441e-a370-cb394edce9db} executeQuery: (from [fd00:1122:3344:101::d]:58929) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.19 03:26:43.101122 [ 274 ] {d04b67bf-aab9-441e-a370-cb394edce9db} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.01.19 03:26:43.103277 [ 274 ] {d04b67bf-aab9-441e-a370-cb394edce9db} oximeter.measurements_string (d0705b3f-f728-40eb-93b6-8dff04b6b84a): Loading data parts 2026.01.19 03:26:43.103563 [ 274 ] {d04b67bf-aab9-441e-a370-cb394edce9db} oximeter.measurements_string (d0705b3f-f728-40eb-93b6-8dff04b6b84a): There are no data parts 2026.01.19 03:26:43.106028 [ 274 ] {d04b67bf-aab9-441e-a370-cb394edce9db} TCPHandler: Processed in 0.005359093 sec. 2026.01.19 03:26:43.106183 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:26:43.106347 [ 274 ] {a5566f43-8a4f-4ead-87ea-f002672f3f7d} executeQuery: (from [fd00:1122:3344:101::d]:58929) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* * NOTE: Right now we can't unambiguously record a nullable byte array. * Arrays cannot be nested in `Nullable()` types, and encoding the array as * a string isn't palatable for a few reasons. * See: https://github.com/oxidecomputer/omicron/issues/4551 for more * details. */ datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.19 03:26:43.106464 [ 274 ] {a5566f43-8a4f-4ead-87ea-f002672f3f7d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.01.19 03:26:43.108639 [ 274 ] {a5566f43-8a4f-4ead-87ea-f002672f3f7d} oximeter.measurements_bytes (dbdff062-54da-4e96-913b-63ace9ce749c): Loading data parts 2026.01.19 03:26:43.108801 [ 274 ] {a5566f43-8a4f-4ead-87ea-f002672f3f7d} oximeter.measurements_bytes (dbdff062-54da-4e96-913b-63ace9ce749c): There are no data parts 2026.01.19 03:26:43.110445 [ 274 ] {a5566f43-8a4f-4ead-87ea-f002672f3f7d} TCPHandler: Processed in 0.00431758 sec. 2026.01.19 03:26:43.110593 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:26:43.110758 [ 274 ] {b76de81b-8018-43c5-bffc-74a27c16ed8a} executeQuery: (from [fd00:1122:3344:101::d]:58929) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.19 03:26:43.110880 [ 274 ] {b76de81b-8018-43c5-bffc-74a27c16ed8a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.01.19 03:26:43.113260 [ 274 ] {b76de81b-8018-43c5-bffc-74a27c16ed8a} oximeter.measurements_cumulativei64 (b36b63df-1b70-4e70-bee8-8e5a46fbb9b6): Loading data parts 2026.01.19 03:26:43.113472 [ 274 ] {b76de81b-8018-43c5-bffc-74a27c16ed8a} oximeter.measurements_cumulativei64 (b36b63df-1b70-4e70-bee8-8e5a46fbb9b6): There are no data parts 2026.01.19 03:26:43.114888 [ 274 ] {b76de81b-8018-43c5-bffc-74a27c16ed8a} TCPHandler: Processed in 0.00434552 sec. 2026.01.19 03:26:43.115091 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:26:43.115255 [ 274 ] {7cc52748-88a1-41f0-a593-783e221ee251} executeQuery: (from [fd00:1122:3344:101::d]:58929) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.19 03:26:43.115382 [ 274 ] {7cc52748-88a1-41f0-a593-783e221ee251} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.01.19 03:26:43.117584 [ 274 ] {7cc52748-88a1-41f0-a593-783e221ee251} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Loading data parts 2026.01.19 03:26:43.117809 [ 274 ] {7cc52748-88a1-41f0-a593-783e221ee251} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): There are no data parts 2026.01.19 03:26:43.120882 [ 274 ] {7cc52748-88a1-41f0-a593-783e221ee251} TCPHandler: Processed in 0.005840754 sec. 2026.01.19 03:26:43.121020 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:26:43.121249 [ 274 ] {3769cc20-6cad-4ee9-8c66-354f53b6e1af} executeQuery: (from [fd00:1122:3344:101::d]:58929) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.19 03:26:43.121360 [ 274 ] {3769cc20-6cad-4ee9-8c66-354f53b6e1af} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.01.19 03:26:43.123882 [ 274 ] {3769cc20-6cad-4ee9-8c66-354f53b6e1af} oximeter.measurements_cumulativef32 (b73ab088-9a77-40b8-9670-d3d0fa0d8793): Loading data parts 2026.01.19 03:26:43.124120 [ 274 ] {3769cc20-6cad-4ee9-8c66-354f53b6e1af} oximeter.measurements_cumulativef32 (b73ab088-9a77-40b8-9670-d3d0fa0d8793): There are no data parts 2026.01.19 03:26:43.126163 [ 274 ] {3769cc20-6cad-4ee9-8c66-354f53b6e1af} TCPHandler: Processed in 0.005192369 sec. 2026.01.19 03:26:43.126311 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:26:43.126478 [ 274 ] {9b5d5f77-93c8-4e97-aebf-bbe8d802300a} executeQuery: (from [fd00:1122:3344:101::d]:58929) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.19 03:26:43.126600 [ 274 ] {9b5d5f77-93c8-4e97-aebf-bbe8d802300a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.01.19 03:26:43.131666 [ 274 ] {9b5d5f77-93c8-4e97-aebf-bbe8d802300a} oximeter.measurements_cumulativef64 (47691300-e759-4e91-8e39-044d7f97830f): Loading data parts 2026.01.19 03:26:43.131859 [ 274 ] {9b5d5f77-93c8-4e97-aebf-bbe8d802300a} oximeter.measurements_cumulativef64 (47691300-e759-4e91-8e39-044d7f97830f): There are no data parts 2026.01.19 03:26:43.134761 [ 274 ] {9b5d5f77-93c8-4e97-aebf-bbe8d802300a} TCPHandler: Processed in 0.008500235 sec. 2026.01.19 03:26:43.135040 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:26:43.135292 [ 274 ] {d2a103db-2229-40fa-9fef-0ff46fc045dc} executeQuery: (from [fd00:1122:3344:101::d]:58929) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* * NOTE: Array types cannot be Nullable, see * https://clickhouse.com/docs/en/sql-reference/data-types/nullable * for more details. * * This means we need to use empty arrays to indicate a missing value. This * is unfortunate, and at this point relies on the fact that an * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need * to figure out another way to represent missing samples here. */ bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.19 03:26:43.135428 [ 274 ] {d2a103db-2229-40fa-9fef-0ff46fc045dc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.01.19 03:26:43.139048 [ 274 ] {d2a103db-2229-40fa-9fef-0ff46fc045dc} oximeter.measurements_histogrami8 (cd963f49-f198-4f54-865d-7a8a714958bd): Loading data parts 2026.01.19 03:26:43.139217 [ 274 ] {d2a103db-2229-40fa-9fef-0ff46fc045dc} oximeter.measurements_histogrami8 (cd963f49-f198-4f54-865d-7a8a714958bd): There are no data parts 2026.01.19 03:26:43.142306 [ 274 ] {d2a103db-2229-40fa-9fef-0ff46fc045dc} TCPHandler: Processed in 0.007318988 sec. 2026.01.19 03:26:43.142468 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:26:43.142690 [ 274 ] {9e8c1ebf-b848-4200-b1a2-b74acb6d1f03} executeQuery: (from [fd00:1122:3344:101::d]:58929) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.19 03:26:43.142900 [ 274 ] {9e8c1ebf-b848-4200-b1a2-b74acb6d1f03} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.01.19 03:26:43.145962 [ 274 ] {9e8c1ebf-b848-4200-b1a2-b74acb6d1f03} oximeter.measurements_histogramu8 (785f6139-848d-44ff-8c6f-187cfe734165): Loading data parts 2026.01.19 03:26:43.146110 [ 274 ] {9e8c1ebf-b848-4200-b1a2-b74acb6d1f03} oximeter.measurements_histogramu8 (785f6139-848d-44ff-8c6f-187cfe734165): There are no data parts 2026.01.19 03:26:43.148525 [ 274 ] {9e8c1ebf-b848-4200-b1a2-b74acb6d1f03} TCPHandler: Processed in 0.006113191 sec. 2026.01.19 03:26:43.148730 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:26:43.148982 [ 274 ] {cd18696b-167d-47cd-8626-2dde718e1425} executeQuery: (from [fd00:1122:3344:101::d]:58929) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.19 03:26:43.149115 [ 274 ] {cd18696b-167d-47cd-8626-2dde718e1425} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.01.19 03:26:43.151284 [ 274 ] {cd18696b-167d-47cd-8626-2dde718e1425} oximeter.measurements_histogrami16 (0eebe925-1706-4c9e-a59d-3e414f3f396a): Loading data parts 2026.01.19 03:26:43.151426 [ 274 ] {cd18696b-167d-47cd-8626-2dde718e1425} oximeter.measurements_histogrami16 (0eebe925-1706-4c9e-a59d-3e414f3f396a): There are no data parts 2026.01.19 03:26:43.154635 [ 274 ] {cd18696b-167d-47cd-8626-2dde718e1425} TCPHandler: Processed in 0.005955917 sec. 2026.01.19 03:26:43.154781 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:26:43.155001 [ 274 ] {917a8afc-a7b4-4abb-95c2-335c898efd91} executeQuery: (from [fd00:1122:3344:101::d]:58929) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.19 03:26:43.155136 [ 274 ] {917a8afc-a7b4-4abb-95c2-335c898efd91} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.01.19 03:26:43.157412 [ 274 ] {917a8afc-a7b4-4abb-95c2-335c898efd91} oximeter.measurements_histogramu16 (eac445a0-5f19-48cd-bb95-478e25a7c0ed): Loading data parts 2026.01.19 03:26:43.157566 [ 274 ] {917a8afc-a7b4-4abb-95c2-335c898efd91} oximeter.measurements_histogramu16 (eac445a0-5f19-48cd-bb95-478e25a7c0ed): There are no data parts 2026.01.19 03:26:43.158999 [ 274 ] {917a8afc-a7b4-4abb-95c2-335c898efd91} TCPHandler: Processed in 0.004269588 sec. 2026.01.19 03:26:43.159201 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:26:43.159471 [ 274 ] {7a61d247-6b2c-492e-8364-f79ab40a403a} executeQuery: (from [fd00:1122:3344:101::d]:58929) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.19 03:26:43.159620 [ 274 ] {7a61d247-6b2c-492e-8364-f79ab40a403a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.01.19 03:26:43.162010 [ 274 ] {7a61d247-6b2c-492e-8364-f79ab40a403a} oximeter.measurements_histogrami32 (ac94c132-0f86-4381-954a-fee641ec72c8): Loading data parts 2026.01.19 03:26:43.162157 [ 274 ] {7a61d247-6b2c-492e-8364-f79ab40a403a} oximeter.measurements_histogrami32 (ac94c132-0f86-4381-954a-fee641ec72c8): There are no data parts 2026.01.19 03:26:43.163536 [ 274 ] {7a61d247-6b2c-492e-8364-f79ab40a403a} TCPHandler: Processed in 0.004399392 sec. 2026.01.19 03:26:43.163681 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:26:43.163906 [ 274 ] {45933240-81fb-4490-9573-32fc5071299d} executeQuery: (from [fd00:1122:3344:101::d]:58929) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.19 03:26:43.164041 [ 274 ] {45933240-81fb-4490-9573-32fc5071299d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.01.19 03:26:43.165989 [ 274 ] {45933240-81fb-4490-9573-32fc5071299d} oximeter.measurements_histogramu32 (e8570d59-cee4-45f3-b53d-46c6b85474d0): Loading data parts 2026.01.19 03:26:43.166144 [ 274 ] {45933240-81fb-4490-9573-32fc5071299d} oximeter.measurements_histogramu32 (e8570d59-cee4-45f3-b53d-46c6b85474d0): There are no data parts 2026.01.19 03:26:43.168046 [ 274 ] {45933240-81fb-4490-9573-32fc5071299d} TCPHandler: Processed in 0.004414741 sec. 2026.01.19 03:26:43.168183 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:26:43.168476 [ 274 ] {a5333abe-a54e-4497-8015-f6c61021bdef} executeQuery: (from [fd00:1122:3344:101::d]:58929) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.19 03:26:43.168621 [ 274 ] {a5333abe-a54e-4497-8015-f6c61021bdef} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.01.19 03:26:43.172318 [ 274 ] {a5333abe-a54e-4497-8015-f6c61021bdef} oximeter.measurements_histogrami64 (2762439e-ba4c-44b4-be24-42693ef24b0b): Loading data parts 2026.01.19 03:26:43.172467 [ 274 ] {a5333abe-a54e-4497-8015-f6c61021bdef} oximeter.measurements_histogrami64 (2762439e-ba4c-44b4-be24-42693ef24b0b): There are no data parts 2026.01.19 03:26:43.174140 [ 274 ] {a5333abe-a54e-4497-8015-f6c61021bdef} TCPHandler: Processed in 0.006007529 sec. 2026.01.19 03:26:43.174288 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:26:43.174502 [ 274 ] {5a104e22-6c53-4042-8ece-cc4688c55bb9} executeQuery: (from [fd00:1122:3344:101::d]:58929) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.19 03:26:43.174699 [ 274 ] {5a104e22-6c53-4042-8ece-cc4688c55bb9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.01.19 03:26:43.176616 [ 274 ] {5a104e22-6c53-4042-8ece-cc4688c55bb9} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Loading data parts 2026.01.19 03:26:43.176820 [ 274 ] {5a104e22-6c53-4042-8ece-cc4688c55bb9} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): There are no data parts 2026.01.19 03:26:43.178278 [ 274 ] {5a104e22-6c53-4042-8ece-cc4688c55bb9} TCPHandler: Processed in 0.004039363 sec. 2026.01.19 03:26:43.178434 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:26:43.178801 [ 274 ] {f00ba2e8-7b02-4225-9981-8bfdd89652f0} executeQuery: (from [fd00:1122:3344:101::d]:58929) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.19 03:26:43.178963 [ 274 ] {f00ba2e8-7b02-4225-9981-8bfdd89652f0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.01.19 03:26:43.181547 [ 274 ] {f00ba2e8-7b02-4225-9981-8bfdd89652f0} oximeter.measurements_histogramf32 (5013db62-2533-41b0-8d5f-57cb304eca2f): Loading data parts 2026.01.19 03:26:43.181693 [ 274 ] {f00ba2e8-7b02-4225-9981-8bfdd89652f0} oximeter.measurements_histogramf32 (5013db62-2533-41b0-8d5f-57cb304eca2f): There are no data parts 2026.01.19 03:26:43.183136 [ 274 ] {f00ba2e8-7b02-4225-9981-8bfdd89652f0} TCPHandler: Processed in 0.00475948 sec. 2026.01.19 03:26:43.183300 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:26:43.183516 [ 274 ] {5ad25132-4e9b-42e1-af61-a92e8cfd4952} executeQuery: (from [fd00:1122:3344:101::d]:58929) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.19 03:26:43.183718 [ 274 ] {5ad25132-4e9b-42e1-af61-a92e8cfd4952} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.01.19 03:26:43.185661 [ 274 ] {5ad25132-4e9b-42e1-af61-a92e8cfd4952} oximeter.measurements_histogramf64 (80eda049-c1de-45c5-9ce3-cfbce08d08a6): Loading data parts 2026.01.19 03:26:43.185818 [ 274 ] {5ad25132-4e9b-42e1-af61-a92e8cfd4952} oximeter.measurements_histogramf64 (80eda049-c1de-45c5-9ce3-cfbce08d08a6): There are no data parts 2026.01.19 03:26:43.188097 [ 274 ] {5ad25132-4e9b-42e1-af61-a92e8cfd4952} TCPHandler: Processed in 0.004858812 sec. 2026.01.19 03:26:43.188287 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:26:43.188580 [ 274 ] {9ebb0a89-410e-409c-b2f3-c0b520911ab2} executeQuery: (from [fd00:1122:3344:101::d]:58929) /* The field tables store named dimensions of each timeseries. * * As with the measurement tables, there is one field table for each field data * type. Fields are deduplicated by using the "replacing merge tree", though * this behavior **must not** be relied upon for query correctness. * * The index for the fields differs from the measurements, however. Rows are * sorted by timeseries name, then field name, field value, and finally * timeseries key. This reflects the most common pattern for looking them up: * by field name and possibly value, within a timeseries. The resulting keys are * usually then used to look up measurements. * * NOTE: We may want to consider a secondary index on these tables, sorting by * timeseries name and then key, since it would improve lookups where one * already has the key. Realistically though, these tables are quite small and * so performance benefits will be low in absolute terms. * * TTL: We use a materialized column to expire old field table records. This * column is generated automatically by the database whenever a new row is * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` * query. Since these tables are `ReplacingMergeTree`s, that means the last * record will remain during a deduplication, which will have the last * timestamp. ClickHouse will then expire old data for us, similar to the * measurement tables. */ CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.01.19 03:26:43.188727 [ 274 ] {9ebb0a89-410e-409c-b2f3-c0b520911ab2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.01.19 03:26:43.193957 [ 274 ] {9ebb0a89-410e-409c-b2f3-c0b520911ab2} oximeter.fields_bool (29df4993-347a-4676-8e43-fb6a75a94614): Loading data parts 2026.01.19 03:26:43.194131 [ 274 ] {9ebb0a89-410e-409c-b2f3-c0b520911ab2} oximeter.fields_bool (29df4993-347a-4676-8e43-fb6a75a94614): There are no data parts 2026.01.19 03:26:43.197219 [ 274 ] {9ebb0a89-410e-409c-b2f3-c0b520911ab2} TCPHandler: Processed in 0.008990287 sec. 2026.01.19 03:26:43.197396 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:26:43.197580 [ 274 ] {910a415c-9268-4415-b5ac-419a24b38c6f} executeQuery: (from [fd00:1122:3344:101::d]:58929) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.01.19 03:26:43.197712 [ 274 ] {910a415c-9268-4415-b5ac-419a24b38c6f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.01.19 03:26:43.199785 [ 274 ] {910a415c-9268-4415-b5ac-419a24b38c6f} oximeter.fields_i8 (c57b1ed8-6044-45d2-bf6f-bd57c579b6b7): Loading data parts 2026.01.19 03:26:43.200162 [ 274 ] {910a415c-9268-4415-b5ac-419a24b38c6f} oximeter.fields_i8 (c57b1ed8-6044-45d2-bf6f-bd57c579b6b7): There are no data parts 2026.01.19 03:26:43.202971 [ 274 ] {910a415c-9268-4415-b5ac-419a24b38c6f} TCPHandler: Processed in 0.00565451 sec. 2026.01.19 03:26:43.203119 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:26:43.203375 [ 274 ] {2d671e81-7b26-45a7-9742-026b523f035a} executeQuery: (from [fd00:1122:3344:101::d]:58929) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.01.19 03:26:43.203495 [ 274 ] {2d671e81-7b26-45a7-9742-026b523f035a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.01.19 03:26:43.206127 [ 274 ] {2d671e81-7b26-45a7-9742-026b523f035a} oximeter.fields_u8 (4a35c6f1-f095-4538-b27e-c16ae26c548d): Loading data parts 2026.01.19 03:26:43.206320 [ 274 ] {2d671e81-7b26-45a7-9742-026b523f035a} oximeter.fields_u8 (4a35c6f1-f095-4538-b27e-c16ae26c548d): There are no data parts 2026.01.19 03:26:43.208426 [ 274 ] {2d671e81-7b26-45a7-9742-026b523f035a} TCPHandler: Processed in 0.005361524 sec. 2026.01.19 03:26:43.208576 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:26:43.208740 [ 274 ] {3a8dbfd1-72d2-46b6-8faf-60b772b07c76} executeQuery: (from [fd00:1122:3344:101::d]:58929) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.01.19 03:26:43.208868 [ 274 ] {3a8dbfd1-72d2-46b6-8faf-60b772b07c76} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.01.19 03:26:43.212569 [ 274 ] {3a8dbfd1-72d2-46b6-8faf-60b772b07c76} oximeter.fields_i16 (4fd12cdf-1352-49d1-8451-49f40f667fda): Loading data parts 2026.01.19 03:26:43.212819 [ 274 ] {3a8dbfd1-72d2-46b6-8faf-60b772b07c76} oximeter.fields_i16 (4fd12cdf-1352-49d1-8451-49f40f667fda): There are no data parts 2026.01.19 03:26:43.214789 [ 274 ] {3a8dbfd1-72d2-46b6-8faf-60b772b07c76} TCPHandler: Processed in 0.006263694 sec. 2026.01.19 03:26:43.214936 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:26:43.215178 [ 274 ] {1c512e92-8bd6-43da-be98-0240482169e7} executeQuery: (from [fd00:1122:3344:101::d]:58929) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.01.19 03:26:43.215298 [ 274 ] {1c512e92-8bd6-43da-be98-0240482169e7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.01.19 03:26:43.217485 [ 274 ] {1c512e92-8bd6-43da-be98-0240482169e7} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Loading data parts 2026.01.19 03:26:43.217640 [ 274 ] {1c512e92-8bd6-43da-be98-0240482169e7} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): There are no data parts 2026.01.19 03:26:43.220830 [ 274 ] {1c512e92-8bd6-43da-be98-0240482169e7} TCPHandler: Processed in 0.005945726 sec. 2026.01.19 03:26:43.220975 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:26:43.221151 [ 274 ] {db5654a0-3291-44da-9f5a-c44a452821a5} executeQuery: (from [fd00:1122:3344:101::d]:58929) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.01.19 03:26:43.221282 [ 274 ] {db5654a0-3291-44da-9f5a-c44a452821a5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.01.19 03:26:43.224113 [ 274 ] {db5654a0-3291-44da-9f5a-c44a452821a5} oximeter.fields_i32 (ef204a73-aedf-4615-8b49-564de09bc8ff): Loading data parts 2026.01.19 03:26:43.224263 [ 274 ] {db5654a0-3291-44da-9f5a-c44a452821a5} oximeter.fields_i32 (ef204a73-aedf-4615-8b49-564de09bc8ff): There are no data parts 2026.01.19 03:26:43.225793 [ 274 ] {db5654a0-3291-44da-9f5a-c44a452821a5} TCPHandler: Processed in 0.004868492 sec. 2026.01.19 03:26:43.225935 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:26:43.226194 [ 274 ] {eff95fbd-933f-4aa0-8f96-598c6f598e75} executeQuery: (from [fd00:1122:3344:101::d]:58929) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.01.19 03:26:43.226317 [ 274 ] {eff95fbd-933f-4aa0-8f96-598c6f598e75} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.01.19 03:26:43.228314 [ 274 ] {eff95fbd-933f-4aa0-8f96-598c6f598e75} oximeter.fields_u32 (92866282-97e1-4271-9838-e523badf2f1f): Loading data parts 2026.01.19 03:26:43.228469 [ 274 ] {eff95fbd-933f-4aa0-8f96-598c6f598e75} oximeter.fields_u32 (92866282-97e1-4271-9838-e523badf2f1f): There are no data parts 2026.01.19 03:26:43.230368 [ 274 ] {eff95fbd-933f-4aa0-8f96-598c6f598e75} TCPHandler: Processed in 0.004483093 sec. 2026.01.19 03:26:43.230513 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:26:43.230674 [ 274 ] {b043e800-3a20-4368-bca7-1004f453eb50} executeQuery: (from [fd00:1122:3344:101::d]:58929) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.01.19 03:26:43.230813 [ 274 ] {b043e800-3a20-4368-bca7-1004f453eb50} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.01.19 03:26:43.233156 [ 274 ] {b043e800-3a20-4368-bca7-1004f453eb50} oximeter.fields_i64 (65fe761f-4ec2-4492-84e7-9dafb3b7fc1f): Loading data parts 2026.01.19 03:26:43.233311 [ 274 ] {b043e800-3a20-4368-bca7-1004f453eb50} oximeter.fields_i64 (65fe761f-4ec2-4492-84e7-9dafb3b7fc1f): There are no data parts 2026.01.19 03:26:43.234481 [ 274 ] {b043e800-3a20-4368-bca7-1004f453eb50} TCPHandler: Processed in 0.004018523 sec. 2026.01.19 03:26:43.234667 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:26:43.234868 [ 274 ] {79282ab1-a739-4adb-a620-314125a0908a} executeQuery: (from [fd00:1122:3344:101::d]:58929) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.01.19 03:26:43.235046 [ 274 ] {79282ab1-a739-4adb-a620-314125a0908a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.01.19 03:26:43.236912 [ 274 ] {79282ab1-a739-4adb-a620-314125a0908a} oximeter.fields_u64 (bb6d3ed8-e5e5-40c5-b1fd-6a8e400017e5): Loading data parts 2026.01.19 03:26:43.237066 [ 274 ] {79282ab1-a739-4adb-a620-314125a0908a} oximeter.fields_u64 (bb6d3ed8-e5e5-40c5-b1fd-6a8e400017e5): There are no data parts 2026.01.19 03:26:43.238648 [ 274 ] {79282ab1-a739-4adb-a620-314125a0908a} TCPHandler: Processed in 0.004032683 sec. 2026.01.19 03:26:43.238803 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:26:43.238964 [ 274 ] {82f70ad9-e9fb-44fa-aef4-cf75c7e992d2} executeQuery: (from [fd00:1122:3344:101::d]:58929) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.01.19 03:26:43.239097 [ 274 ] {82f70ad9-e9fb-44fa-aef4-cf75c7e992d2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.01.19 03:26:43.241040 [ 274 ] {82f70ad9-e9fb-44fa-aef4-cf75c7e992d2} oximeter.fields_ipaddr (86613280-dab1-43b0-bc7b-5853c4835035): Loading data parts 2026.01.19 03:26:43.241195 [ 274 ] {82f70ad9-e9fb-44fa-aef4-cf75c7e992d2} oximeter.fields_ipaddr (86613280-dab1-43b0-bc7b-5853c4835035): There are no data parts 2026.01.19 03:26:43.244157 [ 274 ] {82f70ad9-e9fb-44fa-aef4-cf75c7e992d2} TCPHandler: Processed in 0.005403794 sec. 2026.01.19 03:26:43.244418 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:26:43.244605 [ 274 ] {50b151b7-bdc0-49d5-8d79-7b5a135ef7ca} executeQuery: (from [fd00:1122:3344:101::d]:58929) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.01.19 03:26:43.244753 [ 274 ] {50b151b7-bdc0-49d5-8d79-7b5a135ef7ca} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.01.19 03:26:43.247160 [ 274 ] {50b151b7-bdc0-49d5-8d79-7b5a135ef7ca} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Loading data parts 2026.01.19 03:26:43.247498 [ 274 ] {50b151b7-bdc0-49d5-8d79-7b5a135ef7ca} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): There are no data parts 2026.01.19 03:26:43.250234 [ 274 ] {50b151b7-bdc0-49d5-8d79-7b5a135ef7ca} TCPHandler: Processed in 0.005877235 sec. 2026.01.19 03:26:43.250376 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:26:43.250656 [ 274 ] {67d83b71-46a5-4976-9d24-db2754d4b803} executeQuery: (from [fd00:1122:3344:101::d]:58929) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.01.19 03:26:43.250707 [ 274 ] {67d83b71-46a5-4976-9d24-db2754d4b803} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.01.19 03:26:43.252800 [ 274 ] {67d83b71-46a5-4976-9d24-db2754d4b803} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Loading data parts 2026.01.19 03:26:43.252965 [ 274 ] {67d83b71-46a5-4976-9d24-db2754d4b803} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): There are no data parts 2026.01.19 03:26:43.254285 [ 274 ] {67d83b71-46a5-4976-9d24-db2754d4b803} TCPHandler: Processed in 0.003960121 sec. 2026.01.19 03:26:43.254581 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:26:43.254876 [ 274 ] {8b51784f-0663-4190-a011-b5b8c17b690e} executeQuery: (from [fd00:1122:3344:101::d]:58929) /* The timeseries schema table stores the extracted schema for the samples * oximeter collects. */ CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) 2026.01.19 03:26:43.255061 [ 274 ] {8b51784f-0663-4190-a011-b5b8c17b690e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.01.19 03:26:43.257057 [ 274 ] {8b51784f-0663-4190-a011-b5b8c17b690e} oximeter.timeseries_schema (3aa646a1-78af-4808-bd1d-4a0d2ff65d9e): Loading data parts 2026.01.19 03:26:43.257227 [ 274 ] {8b51784f-0663-4190-a011-b5b8c17b690e} oximeter.timeseries_schema (3aa646a1-78af-4808-bd1d-4a0d2ff65d9e): There are no data parts 2026.01.19 03:26:43.258949 [ 274 ] {8b51784f-0663-4190-a011-b5b8c17b690e} TCPHandler: Processed in 0.004421352 sec. 2026.01.19 03:26:43.259237 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:26:43.259597 [ 275 ] {ee6157ed-5b7c-4faf-923e-7ff857a5a839} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.01.19 03:26:43.264047 [ 275 ] {ee6157ed-5b7c-4faf-923e-7ff857a5a839} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.01.19 03:26:43.285971 [ 284 ] {ee6157ed-5b7c-4faf-923e-7ff857a5a839} oximeter.version (43867d5a-7066-403d-b977-e0ec7be70aa4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:26:43.286041 [ 284 ] {ee6157ed-5b7c-4faf-923e-7ff857a5a839} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.19 03:26:43.292769 [ 284 ] {ee6157ed-5b7c-4faf-923e-7ff857a5a839} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.19 03:26:43.293596 [ 284 ] {ee6157ed-5b7c-4faf-923e-7ff857a5a839} oximeter.version (43867d5a-7066-403d-b977-e0ec7be70aa4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:26:43.293960 [ 275 ] {ee6157ed-5b7c-4faf-923e-7ff857a5a839} executeQuery: Read 1 rows, 16.00 B in 0.034503 sec., 28.982986986638846 rows/sec., 463.73 B/sec. 2026.01.19 03:26:43.294319 [ 275 ] {ee6157ed-5b7c-4faf-923e-7ff857a5a839} TCPHandler: Processed in 0.035210951 sec. 2026.01.19 03:26:44.000243 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 133.43 MiB, peak 133.43 MiB, free memory in arenas 0.00 B, will set to 139.58 MiB (RSS), difference: 6.15 MiB 2026.01.19 03:26:46.701098 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.01.19 03:26:46.701189 [ 243 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.01.19 03:26:46.701347 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 2026.01.19 03:26:46.701436 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.01.19 03:26:46.704405 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Loading data parts 2026.01.19 03:26:46.704613 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): There are no data parts 2026.01.19 03:26:46.708676 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:26:46.708724 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.19 03:26:46.717262 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.19 03:26:46.717908 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:26:46.718065 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 2026.01.19 03:26:46.721219 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Loading data parts 2026.01.19 03:26:46.721534 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): There are no data parts 2026.01.19 03:26:46.747573 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:26:46.747631 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.19 03:26:46.754005 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.19 03:26:46.755215 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:26:46.758496 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2026.01.19 03:26:47.001073 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 144.63 MiB, peak 148.63 MiB, free memory in arenas 0.00 B, will set to 153.71 MiB (RSS), difference: 9.09 MiB 2026.01.19 03:26:49.201927 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2026.01.19 03:26:49.202021 [ 242 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2026.01.19 03:26:49.206425 [ 242 ] {} system.query_log (11fc8e4a-c498-452c-9b91-f39c54690b92): Loading data parts 2026.01.19 03:26:49.206638 [ 242 ] {} system.query_log (11fc8e4a-c498-452c-9b91-f39c54690b92): There are no data parts 2026.01.19 03:26:49.214602 [ 242 ] {} system.query_log (11fc8e4a-c498-452c-9b91-f39c54690b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:26:49.214643 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.19 03:26:49.220664 [ 242 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.19 03:26:49.221506 [ 242 ] {} system.query_log (11fc8e4a-c498-452c-9b91-f39c54690b92): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:26:49.222068 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2026.01.19 03:26:50.001131 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 157.97 MiB, peak 157.97 MiB, free memory in arenas 0.00 B, will set to 155.08 MiB (RSS), difference: -2.89 MiB 2026.01.19 03:26:54.148407 [ 129 ] {} DNSResolver: Updating DNS cache 2026.01.19 03:26:54.148519 [ 129 ] {} DNSResolver: Updated DNS cache 2026.01.19 03:26:54.219003 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 2026.01.19 03:26:54.222089 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:26:54.222142 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.19 03:26:54.222915 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.19 03:26:54.223433 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:26:54.223603 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2026.01.19 03:26:54.259440 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2026.01.19 03:26:54.277648 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:26:54.277717 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.19 03:26:54.284330 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.19 03:26:54.285461 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:26:54.289015 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2026.01.19 03:26:55.000152 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 155.76 MiB, peak 159.76 MiB, free memory in arenas 0.00 B, will set to 157.75 MiB (RSS), difference: 1.99 MiB 2026.01.19 03:27:00.000208 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 153.80 MiB, peak 159.76 MiB, free memory in arenas 0.00 B, will set to 157.82 MiB (RSS), difference: 4.02 MiB 2026.01.19 03:27:01.723954 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 2026.01.19 03:27:01.724709 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:01.724880 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.19 03:27:01.725618 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.19 03:27:01.726183 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:01.726369 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 2026.01.19 03:27:01.789261 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2026.01.19 03:27:01.806538 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:01.806593 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.19 03:27:01.812859 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.19 03:27:01.814079 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:01.817368 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2026.01.19 03:27:03.315600 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:03.315879 [ 274 ] {4b01e358-1d8e-423a-804e-c7af1790965a} executeQuery: (from [fd00:1122:3344:101::d]:58929) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2026.01.19 03:27:03.320524 [ 274 ] {4b01e358-1d8e-423a-804e-c7af1790965a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.19 03:27:03.324168 [ 274 ] {4b01e358-1d8e-423a-804e-c7af1790965a} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.19 03:27:03.338685 [ 274 ] {4b01e358-1d8e-423a-804e-c7af1790965a} TCPHandler: Processed in 0.023253235 sec. 2026.01.19 03:27:03.363967 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:03.364140 [ 274 ] {1d476b66-39a4-4e88-ae14-d61cec83f0bc} executeQuery: (from [fd00:1122:3344:101::d]:58929) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.19 03:27:03.382396 [ 274 ] {1d476b66-39a4-4e88-ae14-d61cec83f0bc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.19 03:27:03.382452 [ 274 ] {1d476b66-39a4-4e88-ae14-d61cec83f0bc} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.19 03:27:03.384782 [ 274 ] {1d476b66-39a4-4e88-ae14-d61cec83f0bc} TCPHandler: Processed in 0.020886121 sec. 2026.01.19 03:27:03.385053 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:03.385182 [ 274 ] {fcfe1c5e-bf8b-4343-9ad7-fbf4f9c2a6c1} executeQuery: (from [fd00:1122:3344:101::d]:58929) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.19 03:27:03.393579 [ 274 ] {fcfe1c5e-bf8b-4343-9ad7-fbf4f9c2a6c1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.19 03:27:03.393637 [ 274 ] {fcfe1c5e-bf8b-4343-9ad7-fbf4f9c2a6c1} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.19 03:27:03.394024 [ 274 ] {fcfe1c5e-bf8b-4343-9ad7-fbf4f9c2a6c1} TCPHandler: Processed in 0.009023518 sec. 2026.01.19 03:27:03.394268 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:03.394386 [ 274 ] {7d5a5721-ae9b-4d12-be9a-57b80a287243} executeQuery: (from [fd00:1122:3344:101::d]:58929) 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) 2026.01.19 03:27:03.394630 [ 274 ] {7d5a5721-ae9b-4d12-be9a-57b80a287243} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.19 03:27:03.394673 [ 274 ] {7d5a5721-ae9b-4d12-be9a-57b80a287243} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.19 03:27:03.394995 [ 274 ] {7d5a5721-ae9b-4d12-be9a-57b80a287243} TCPHandler: Processed in 0.000779218 sec. 2026.01.19 03:27:03.395194 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:03.395309 [ 274 ] {8b73601e-6de2-4e50-bc1e-a37e0eb8b9f4} executeQuery: (from [fd00:1122:3344:101::d]:58929) 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) 2026.01.19 03:27:03.395544 [ 274 ] {8b73601e-6de2-4e50-bc1e-a37e0eb8b9f4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.19 03:27:03.395588 [ 274 ] {8b73601e-6de2-4e50-bc1e-a37e0eb8b9f4} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.19 03:27:03.395919 [ 274 ] {8b73601e-6de2-4e50-bc1e-a37e0eb8b9f4} TCPHandler: Processed in 0.000774237 sec. 2026.01.19 03:27:03.396135 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:03.396250 [ 274 ] {a13a2878-ab22-4a1f-a6da-600870f6b168} executeQuery: (from [fd00:1122:3344:101::d]:58929) 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) 2026.01.19 03:27:03.396489 [ 274 ] {a13a2878-ab22-4a1f-a6da-600870f6b168} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.19 03:27:03.396531 [ 274 ] {a13a2878-ab22-4a1f-a6da-600870f6b168} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.19 03:27:03.396870 [ 274 ] {a13a2878-ab22-4a1f-a6da-600870f6b168} TCPHandler: Processed in 0.000784298 sec. 2026.01.19 03:27:03.397066 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:03.397180 [ 274 ] {a122f1db-1bdb-4feb-b231-6fef53f6d100} executeQuery: (from [fd00:1122:3344:101::d]:58929) 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) 2026.01.19 03:27:03.397414 [ 274 ] {a122f1db-1bdb-4feb-b231-6fef53f6d100} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.19 03:27:03.397456 [ 274 ] {a122f1db-1bdb-4feb-b231-6fef53f6d100} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.19 03:27:03.397774 [ 274 ] {a122f1db-1bdb-4feb-b231-6fef53f6d100} TCPHandler: Processed in 0.000756197 sec. 2026.01.19 03:27:03.397975 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:03.398090 [ 274 ] {caafe631-28b8-43cf-8880-14036b16ce42} executeQuery: (from [fd00:1122:3344:101::d]:58929) 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) 2026.01.19 03:27:03.398329 [ 274 ] {caafe631-28b8-43cf-8880-14036b16ce42} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.19 03:27:03.398371 [ 274 ] {caafe631-28b8-43cf-8880-14036b16ce42} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.19 03:27:03.398688 [ 274 ] {caafe631-28b8-43cf-8880-14036b16ce42} TCPHandler: Processed in 0.000761518 sec. 2026.01.19 03:27:03.398900 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:03.399016 [ 274 ] {7f5d6fd5-8ad7-4d70-babf-3bfe58064baf} executeQuery: (from [fd00:1122:3344:101::d]:58929) 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) 2026.01.19 03:27:03.399252 [ 274 ] {7f5d6fd5-8ad7-4d70-babf-3bfe58064baf} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.19 03:27:03.399294 [ 274 ] {7f5d6fd5-8ad7-4d70-babf-3bfe58064baf} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.19 03:27:03.399629 [ 274 ] {7f5d6fd5-8ad7-4d70-babf-3bfe58064baf} TCPHandler: Processed in 0.000778628 sec. 2026.01.19 03:27:03.399838 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:03.399954 [ 274 ] {e1734a2f-0e65-4bbb-a00f-11e18c1b83c8} executeQuery: (from [fd00:1122:3344:101::d]:58929) 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) 2026.01.19 03:27:03.400192 [ 274 ] {e1734a2f-0e65-4bbb-a00f-11e18c1b83c8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.19 03:27:03.400234 [ 274 ] {e1734a2f-0e65-4bbb-a00f-11e18c1b83c8} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.19 03:27:03.400545 [ 274 ] {e1734a2f-0e65-4bbb-a00f-11e18c1b83c8} TCPHandler: Processed in 0.000756408 sec. 2026.01.19 03:27:03.400748 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:03.400866 [ 274 ] {6f868cb4-4898-43a5-998f-d009a74f10b2} executeQuery: (from [fd00:1122:3344:101::d]:58929) 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) 2026.01.19 03:27:03.401104 [ 274 ] {6f868cb4-4898-43a5-998f-d009a74f10b2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.19 03:27:03.401147 [ 274 ] {6f868cb4-4898-43a5-998f-d009a74f10b2} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.19 03:27:03.401463 [ 274 ] {6f868cb4-4898-43a5-998f-d009a74f10b2} TCPHandler: Processed in 0.000764688 sec. 2026.01.19 03:27:03.401667 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:03.401782 [ 274 ] {b1be5cbe-5526-4026-a32f-780c9617d944} executeQuery: (from [fd00:1122:3344:101::d]:58929) 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) 2026.01.19 03:27:03.402023 [ 274 ] {b1be5cbe-5526-4026-a32f-780c9617d944} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.19 03:27:03.402066 [ 274 ] {b1be5cbe-5526-4026-a32f-780c9617d944} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.19 03:27:03.402393 [ 274 ] {b1be5cbe-5526-4026-a32f-780c9617d944} TCPHandler: Processed in 0.000774988 sec. 2026.01.19 03:27:03.402603 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:03.402721 [ 274 ] {ce8462e7-84f3-43ae-8f0c-62f4a2d831fe} executeQuery: (from [fd00:1122:3344:101::d]:58929) 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) 2026.01.19 03:27:03.402965 [ 274 ] {ce8462e7-84f3-43ae-8f0c-62f4a2d831fe} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.19 03:27:03.403007 [ 274 ] {ce8462e7-84f3-43ae-8f0c-62f4a2d831fe} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.19 03:27:03.403326 [ 274 ] {ce8462e7-84f3-43ae-8f0c-62f4a2d831fe} TCPHandler: Processed in 0.000772148 sec. 2026.01.19 03:27:03.403537 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:03.403654 [ 274 ] {4132c5d5-df4b-45c3-9030-459f120cd354} executeQuery: (from [fd00:1122:3344:101::d]:58929) 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) 2026.01.19 03:27:03.403901 [ 274 ] {4132c5d5-df4b-45c3-9030-459f120cd354} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.19 03:27:03.403943 [ 274 ] {4132c5d5-df4b-45c3-9030-459f120cd354} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.19 03:27:03.404257 [ 274 ] {4132c5d5-df4b-45c3-9030-459f120cd354} TCPHandler: Processed in 0.000767967 sec. 2026.01.19 03:27:03.404459 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:03.404575 [ 274 ] {947443f5-49ec-4f8f-b870-ee6ba5006696} executeQuery: (from [fd00:1122:3344:101::d]:58929) 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) 2026.01.19 03:27:03.404823 [ 274 ] {947443f5-49ec-4f8f-b870-ee6ba5006696} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.19 03:27:03.404865 [ 274 ] {947443f5-49ec-4f8f-b870-ee6ba5006696} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.19 03:27:03.405202 [ 274 ] {947443f5-49ec-4f8f-b870-ee6ba5006696} TCPHandler: Processed in 0.000790588 sec. 2026.01.19 03:27:03.405425 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:03.405548 [ 274 ] {9b1f5889-1fcf-449c-9922-627563692e3a} executeQuery: (from [fd00:1122:3344:101::d]:58929) 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) 2026.01.19 03:27:03.405804 [ 274 ] {9b1f5889-1fcf-449c-9922-627563692e3a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.19 03:27:03.405847 [ 274 ] {9b1f5889-1fcf-449c-9922-627563692e3a} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.19 03:27:03.406187 [ 274 ] {9b1f5889-1fcf-449c-9922-627563692e3a} TCPHandler: Processed in 0.000811879 sec. 2026.01.19 03:27:03.407017 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:03.407137 [ 274 ] {f7008f46-dd0b-4d05-b5ce-520714f59358} executeQuery: (from [fd00:1122:3344:101::d]:58929) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.19 03:27:03.407391 [ 274 ] {f7008f46-dd0b-4d05-b5ce-520714f59358} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.19 03:27:03.407433 [ 274 ] {f7008f46-dd0b-4d05-b5ce-520714f59358} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.19 03:27:03.407749 [ 274 ] {f7008f46-dd0b-4d05-b5ce-520714f59358} TCPHandler: Processed in 0.000779178 sec. 2026.01.19 03:27:03.407947 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:03.408067 [ 274 ] {716552f3-eae3-403c-9bf8-1a0cd3a3662d} executeQuery: (from [fd00:1122:3344:101::d]:58929) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2026.01.19 03:27:03.408354 [ 274 ] {716552f3-eae3-403c-9bf8-1a0cd3a3662d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.19 03:27:03.408402 [ 274 ] {716552f3-eae3-403c-9bf8-1a0cd3a3662d} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.19 03:27:03.408748 [ 274 ] {716552f3-eae3-403c-9bf8-1a0cd3a3662d} TCPHandler: Processed in 0.00084829 sec. 2026.01.19 03:27:03.408960 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:03.409081 [ 274 ] {d4938444-94c1-4d90-be60-d8859b51a3e6} executeQuery: (from [fd00:1122:3344:101::d]:58929) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2026.01.19 03:27:03.409337 [ 274 ] {d4938444-94c1-4d90-be60-d8859b51a3e6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.19 03:27:03.409379 [ 274 ] {d4938444-94c1-4d90-be60-d8859b51a3e6} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.19 03:27:03.409697 [ 274 ] {d4938444-94c1-4d90-be60-d8859b51a3e6} TCPHandler: Processed in 0.000785109 sec. 2026.01.19 03:27:03.409903 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:03.410023 [ 274 ] {1fa10265-3209-4d1c-9de4-58dcc1b39b69} executeQuery: (from [fd00:1122:3344:101::d]:58929) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.19 03:27:03.410279 [ 274 ] {1fa10265-3209-4d1c-9de4-58dcc1b39b69} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.19 03:27:03.410322 [ 274 ] {1fa10265-3209-4d1c-9de4-58dcc1b39b69} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.19 03:27:03.410641 [ 274 ] {1fa10265-3209-4d1c-9de4-58dcc1b39b69} TCPHandler: Processed in 0.000784248 sec. 2026.01.19 03:27:03.410872 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:03.410995 [ 274 ] {90ca0670-b5ad-4257-bb17-a537af552e68} executeQuery: (from [fd00:1122:3344:101::d]:58929) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.19 03:27:03.411255 [ 274 ] {90ca0670-b5ad-4257-bb17-a537af552e68} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.19 03:27:03.411298 [ 274 ] {90ca0670-b5ad-4257-bb17-a537af552e68} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.19 03:27:03.411615 [ 274 ] {90ca0670-b5ad-4257-bb17-a537af552e68} TCPHandler: Processed in 0.000792649 sec. 2026.01.19 03:27:03.411901 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:03.412021 [ 274 ] {4684be16-eae0-4c60-8bf2-c011ff105c9a} executeQuery: (from [fd00:1122:3344:101::d]:58929) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.19 03:27:03.412282 [ 274 ] {4684be16-eae0-4c60-8bf2-c011ff105c9a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.19 03:27:03.412324 [ 274 ] {4684be16-eae0-4c60-8bf2-c011ff105c9a} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.19 03:27:03.412635 [ 274 ] {4684be16-eae0-4c60-8bf2-c011ff105c9a} TCPHandler: Processed in 0.000781908 sec. 2026.01.19 03:27:03.412901 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:03.413022 [ 274 ] {dc12d25d-bbd7-4056-9a53-0d94c120e14f} executeQuery: (from [fd00:1122:3344:101::d]:58929) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.19 03:27:03.413284 [ 274 ] {dc12d25d-bbd7-4056-9a53-0d94c120e14f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.19 03:27:03.413326 [ 274 ] {dc12d25d-bbd7-4056-9a53-0d94c120e14f} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.19 03:27:03.413647 [ 274 ] {dc12d25d-bbd7-4056-9a53-0d94c120e14f} TCPHandler: Processed in 0.000797119 sec. 2026.01.19 03:27:03.413894 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:03.414016 [ 274 ] {092ff0d0-5350-432c-bf44-de2e2a5f0ec7} executeQuery: (from [fd00:1122:3344:101::d]:58929) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.19 03:27:03.414281 [ 274 ] {092ff0d0-5350-432c-bf44-de2e2a5f0ec7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.19 03:27:03.414323 [ 274 ] {092ff0d0-5350-432c-bf44-de2e2a5f0ec7} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.19 03:27:03.414635 [ 274 ] {092ff0d0-5350-432c-bf44-de2e2a5f0ec7} TCPHandler: Processed in 0.000788938 sec. 2026.01.19 03:27:03.414885 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:03.415007 [ 274 ] {cd4e84bd-b777-4bc5-b6c9-25056af23d67} executeQuery: (from [fd00:1122:3344:101::d]:58929) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.19 03:27:03.415272 [ 274 ] {cd4e84bd-b777-4bc5-b6c9-25056af23d67} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.19 03:27:03.415314 [ 274 ] {cd4e84bd-b777-4bc5-b6c9-25056af23d67} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.19 03:27:03.415631 [ 274 ] {cd4e84bd-b777-4bc5-b6c9-25056af23d67} TCPHandler: Processed in 0.000795188 sec. 2026.01.19 03:27:03.415884 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:03.416007 [ 274 ] {d523c6d2-3e24-4e24-8172-7490b9c35181} executeQuery: (from [fd00:1122:3344:101::d]:58929) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.19 03:27:03.416275 [ 274 ] {d523c6d2-3e24-4e24-8172-7490b9c35181} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.19 03:27:03.416317 [ 274 ] {d523c6d2-3e24-4e24-8172-7490b9c35181} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.19 03:27:03.416629 [ 274 ] {d523c6d2-3e24-4e24-8172-7490b9c35181} TCPHandler: Processed in 0.000793678 sec. 2026.01.19 03:27:03.427524 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:03.427650 [ 274 ] {21ae0d81-a8df-4d01-8fda-667897af95e9} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.01.19 03:27:03.427700 [ 274 ] {21ae0d81-a8df-4d01-8fda-667897af95e9} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.19 03:27:03.428297 [ 274 ] {21ae0d81-a8df-4d01-8fda-667897af95e9} oximeter.timeseries_schema (3aa646a1-78af-4808-bd1d-4a0d2ff65d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:03.428338 [ 274 ] {21ae0d81-a8df-4d01-8fda-667897af95e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.19 03:27:03.429000 [ 274 ] {21ae0d81-a8df-4d01-8fda-667897af95e9} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.19 03:27:03.429372 [ 274 ] {21ae0d81-a8df-4d01-8fda-667897af95e9} oximeter.timeseries_schema (3aa646a1-78af-4808-bd1d-4a0d2ff65d9e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:03.429523 [ 274 ] {21ae0d81-a8df-4d01-8fda-667897af95e9} executeQuery: Read 26 rows, 5.74 KiB in 0.001909 sec., 13619.696176008381 rows/sec., 2.93 MiB/sec. 2026.01.19 03:27:03.429560 [ 274 ] {21ae0d81-a8df-4d01-8fda-667897af95e9} TCPHandler: Processed in 0.002096899 sec. 2026.01.19 03:27:03.429691 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:03.429788 [ 274 ] {23319d80-17cd-4bfa-9294-02bcf83343ec} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.19 03:27:03.429827 [ 274 ] {23319d80-17cd-4bfa-9294-02bcf83343ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.19 03:27:03.439057 [ 274 ] {23319d80-17cd-4bfa-9294-02bcf83343ec} oximeter.fields_i16 (4fd12cdf-1352-49d1-8451-49f40f667fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:03.439094 [ 274 ] {23319d80-17cd-4bfa-9294-02bcf83343ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.19 03:27:03.441814 [ 274 ] {23319d80-17cd-4bfa-9294-02bcf83343ec} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.19 03:27:03.442295 [ 274 ] {23319d80-17cd-4bfa-9294-02bcf83343ec} oximeter.fields_i16 (4fd12cdf-1352-49d1-8451-49f40f667fda): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:03.442442 [ 274 ] {23319d80-17cd-4bfa-9294-02bcf83343ec} executeQuery: Read 24 rows, 2.04 KiB in 0.012676 sec., 1893.3417481855474 rows/sec., 160.86 KiB/sec. 2026.01.19 03:27:03.442480 [ 274 ] {23319d80-17cd-4bfa-9294-02bcf83343ec} TCPHandler: Processed in 0.012839866 sec. 2026.01.19 03:27:03.442680 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:03.442777 [ 274 ] {e843166f-df45-4b15-ad04-2ec691c44632} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.19 03:27:03.442819 [ 274 ] {e843166f-df45-4b15-ad04-2ec691c44632} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.19 03:27:03.443229 [ 274 ] {e843166f-df45-4b15-ad04-2ec691c44632} oximeter.fields_ipaddr (86613280-dab1-43b0-bc7b-5853c4835035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:03.443267 [ 274 ] {e843166f-df45-4b15-ad04-2ec691c44632} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.19 03:27:03.443751 [ 274 ] {e843166f-df45-4b15-ad04-2ec691c44632} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.19 03:27:03.444185 [ 274 ] {e843166f-df45-4b15-ad04-2ec691c44632} oximeter.fields_ipaddr (86613280-dab1-43b0-bc7b-5853c4835035): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:03.444318 [ 274 ] {e843166f-df45-4b15-ad04-2ec691c44632} executeQuery: Read 8 rows, 668.00 B in 0.001561 sec., 5124.919923126201 rows/sec., 417.90 KiB/sec. 2026.01.19 03:27:03.444355 [ 274 ] {e843166f-df45-4b15-ad04-2ec691c44632} TCPHandler: Processed in 0.00172511 sec. 2026.01.19 03:27:03.444470 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:03.444566 [ 274 ] {8a8680a3-01db-4b42-8e94-913224d7122d} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.19 03:27:03.444607 [ 274 ] {8a8680a3-01db-4b42-8e94-913224d7122d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.19 03:27:03.445111 [ 274 ] {8a8680a3-01db-4b42-8e94-913224d7122d} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:03.445149 [ 274 ] {8a8680a3-01db-4b42-8e94-913224d7122d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.19 03:27:03.445560 [ 274 ] {8a8680a3-01db-4b42-8e94-913224d7122d} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.19 03:27:03.446044 [ 274 ] {8a8680a3-01db-4b42-8e94-913224d7122d} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:03.446176 [ 274 ] {8a8680a3-01db-4b42-8e94-913224d7122d} executeQuery: Read 174 rows, 16.14 KiB in 0.001629 sec., 106813.99631675874 rows/sec., 9.67 MiB/sec. 2026.01.19 03:27:03.446213 [ 274 ] {8a8680a3-01db-4b42-8e94-913224d7122d} TCPHandler: Processed in 0.001794771 sec. 2026.01.19 03:27:03.446324 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:03.446419 [ 274 ] {9b162c5f-a6bc-4020-988f-d8c1a8240647} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.19 03:27:03.446459 [ 274 ] {9b162c5f-a6bc-4020-988f-d8c1a8240647} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.19 03:27:03.446861 [ 274 ] {9b162c5f-a6bc-4020-988f-d8c1a8240647} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:03.446899 [ 274 ] {9b162c5f-a6bc-4020-988f-d8c1a8240647} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.19 03:27:03.447339 [ 274 ] {9b162c5f-a6bc-4020-988f-d8c1a8240647} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.19 03:27:03.447995 [ 274 ] {9b162c5f-a6bc-4020-988f-d8c1a8240647} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:03.448163 [ 274 ] {9b162c5f-a6bc-4020-988f-d8c1a8240647} executeQuery: Read 30 rows, 2.27 KiB in 0.00176 sec., 17045.454545454544 rows/sec., 1.26 MiB/sec. 2026.01.19 03:27:03.448208 [ 274 ] {9b162c5f-a6bc-4020-988f-d8c1a8240647} TCPHandler: Processed in 0.001934115 sec. 2026.01.19 03:27:03.448379 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:03.448483 [ 274 ] {d5c4e444-71a8-4dfe-b0d0-81d96f8b0279} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.19 03:27:03.448524 [ 274 ] {d5c4e444-71a8-4dfe-b0d0-81d96f8b0279} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.19 03:27:03.448973 [ 274 ] {d5c4e444-71a8-4dfe-b0d0-81d96f8b0279} oximeter.fields_u32 (92866282-97e1-4271-9838-e523badf2f1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:03.449008 [ 274 ] {d5c4e444-71a8-4dfe-b0d0-81d96f8b0279} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.19 03:27:03.449444 [ 274 ] {d5c4e444-71a8-4dfe-b0d0-81d96f8b0279} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.19 03:27:03.449871 [ 274 ] {d5c4e444-71a8-4dfe-b0d0-81d96f8b0279} oximeter.fields_u32 (92866282-97e1-4271-9838-e523badf2f1f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:03.450005 [ 274 ] {d5c4e444-71a8-4dfe-b0d0-81d96f8b0279} executeQuery: Read 24 rows, 2.04 KiB in 0.001542 sec., 15564.20233463035 rows/sec., 1.29 MiB/sec. 2026.01.19 03:27:03.450044 [ 274 ] {d5c4e444-71a8-4dfe-b0d0-81d96f8b0279} TCPHandler: Processed in 0.00175152 sec. 2026.01.19 03:27:03.450153 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:03.450250 [ 274 ] {f8ce50b1-e1ae-4137-8982-b19dd98ec3c4} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.19 03:27:03.450290 [ 274 ] {f8ce50b1-e1ae-4137-8982-b19dd98ec3c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.19 03:27:03.450684 [ 274 ] {f8ce50b1-e1ae-4137-8982-b19dd98ec3c4} oximeter.fields_u8 (4a35c6f1-f095-4538-b27e-c16ae26c548d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:03.450723 [ 274 ] {f8ce50b1-e1ae-4137-8982-b19dd98ec3c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.19 03:27:03.451146 [ 274 ] {f8ce50b1-e1ae-4137-8982-b19dd98ec3c4} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.19 03:27:03.451680 [ 274 ] {f8ce50b1-e1ae-4137-8982-b19dd98ec3c4} oximeter.fields_u8 (4a35c6f1-f095-4538-b27e-c16ae26c548d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:03.451821 [ 274 ] {f8ce50b1-e1ae-4137-8982-b19dd98ec3c4} executeQuery: Read 12 rows, 960.00 B in 0.001588 sec., 7556.675062972292 rows/sec., 590.37 KiB/sec. 2026.01.19 03:27:03.451857 [ 274 ] {f8ce50b1-e1ae-4137-8982-b19dd98ec3c4} TCPHandler: Processed in 0.00175488 sec. 2026.01.19 03:27:03.451965 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:03.452061 [ 274 ] {0040fc1f-e66b-4dd9-8362-84b9873529ed} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.19 03:27:03.452102 [ 274 ] {0040fc1f-e66b-4dd9-8362-84b9873529ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.19 03:27:03.452516 [ 274 ] {0040fc1f-e66b-4dd9-8362-84b9873529ed} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:03.452554 [ 274 ] {0040fc1f-e66b-4dd9-8362-84b9873529ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.19 03:27:03.452965 [ 274 ] {0040fc1f-e66b-4dd9-8362-84b9873529ed} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.19 03:27:03.453436 [ 274 ] {0040fc1f-e66b-4dd9-8362-84b9873529ed} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:03.453569 [ 274 ] {0040fc1f-e66b-4dd9-8362-84b9873529ed} executeQuery: Read 90 rows, 7.59 KiB in 0.001526 sec., 58977.71952817824 rows/sec., 4.86 MiB/sec. 2026.01.19 03:27:03.453605 [ 274 ] {0040fc1f-e66b-4dd9-8362-84b9873529ed} TCPHandler: Processed in 0.001690659 sec. 2026.01.19 03:27:03.453721 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:03.453818 [ 274 ] {a33c033a-43d2-424e-a1c7-5b0fb3dc412f} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.19 03:27:03.453861 [ 274 ] {a33c033a-43d2-424e-a1c7-5b0fb3dc412f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.19 03:27:03.454355 [ 274 ] {a33c033a-43d2-424e-a1c7-5b0fb3dc412f} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:03.454388 [ 274 ] {a33c033a-43d2-424e-a1c7-5b0fb3dc412f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.19 03:27:03.457295 [ 274 ] {a33c033a-43d2-424e-a1c7-5b0fb3dc412f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.19 03:27:03.457763 [ 274 ] {a33c033a-43d2-424e-a1c7-5b0fb3dc412f} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:03.457899 [ 274 ] {a33c033a-43d2-424e-a1c7-5b0fb3dc412f} executeQuery: Read 232 rows, 18.54 KiB in 0.004101 sec., 56571.567910265796 rows/sec., 4.41 MiB/sec. 2026.01.19 03:27:03.457936 [ 274 ] {a33c033a-43d2-424e-a1c7-5b0fb3dc412f} TCPHandler: Processed in 0.004266178 sec. 2026.01.19 03:27:03.458061 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:03.458158 [ 274 ] {f2373cb6-d360-4680-a3dd-3c9b03f34327} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.19 03:27:03.458212 [ 274 ] {f2373cb6-d360-4680-a3dd-3c9b03f34327} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.19 03:27:03.458986 [ 274 ] {f2373cb6-d360-4680-a3dd-3c9b03f34327} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:03.459023 [ 274 ] {f2373cb6-d360-4680-a3dd-3c9b03f34327} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.19 03:27:03.466919 [ 274 ] {f2373cb6-d360-4680-a3dd-3c9b03f34327} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.19 03:27:03.467334 [ 274 ] {f2373cb6-d360-4680-a3dd-3c9b03f34327} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:03.467479 [ 274 ] {f2373cb6-d360-4680-a3dd-3c9b03f34327} executeQuery: Read 10 rows, 18.35 KiB in 0.009339 sec., 1070.7784559374666 rows/sec., 1.92 MiB/sec. 2026.01.19 03:27:03.467545 [ 274 ] {f2373cb6-d360-4680-a3dd-3c9b03f34327} TCPHandler: Processed in 0.00953573 sec. 2026.01.19 03:27:03.467666 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:03.467761 [ 274 ] {7f018c52-68f3-4b71-9776-88a92bc448b0} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.19 03:27:03.467803 [ 274 ] {7f018c52-68f3-4b71-9776-88a92bc448b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.19 03:27:03.468130 [ 274 ] {7f018c52-68f3-4b71-9776-88a92bc448b0} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:03.468165 [ 274 ] {7f018c52-68f3-4b71-9776-88a92bc448b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.19 03:27:03.468558 [ 274 ] {7f018c52-68f3-4b71-9776-88a92bc448b0} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.19 03:27:03.468976 [ 274 ] {7f018c52-68f3-4b71-9776-88a92bc448b0} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:03.469103 [ 274 ] {7f018c52-68f3-4b71-9776-88a92bc448b0} executeQuery: Read 30 rows, 2.04 KiB in 0.001361 sec., 22042.61572373255 rows/sec., 1.46 MiB/sec. 2026.01.19 03:27:03.469139 [ 274 ] {7f018c52-68f3-4b71-9776-88a92bc448b0} TCPHandler: Processed in 0.001525245 sec. 2026.01.19 03:27:06.388140 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45143 2026.01.19 03:27:06.389963 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:27:06.390005 [ 286 ] {} TCP-Session: 1637e920-b5e8-4b3a-834c-ea75efcef791 Authenticating user 'default' from [fd00:1122:3344:101::e]:45143 2026.01.19 03:27:06.390026 [ 286 ] {} TCP-Session: 1637e920-b5e8-4b3a-834c-ea75efcef791 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:06.390038 [ 286 ] {} TCP-Session: 1637e920-b5e8-4b3a-834c-ea75efcef791 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:06.390089 [ 286 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.01.19 03:27:06.390112 [ 286 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.01.19 03:27:06.390127 [ 286 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.01.19 03:27:06.390591 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51832 2026.01.19 03:27:06.390652 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34750 2026.01.19 03:27:06.390758 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:27:06.390802 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:27:06.390804 [ 287 ] {} TCP-Session: 50733cf1-5cd8-42bf-a5e7-71bf62fcb72c Authenticating user 'default' from [fd00:1122:3344:101::e]:51832 2026.01.19 03:27:06.390834 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54914 2026.01.19 03:27:06.390854 [ 287 ] {} TCP-Session: 50733cf1-5cd8-42bf-a5e7-71bf62fcb72c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:06.390847 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61793 2026.01.19 03:27:06.390873 [ 287 ] {} TCP-Session: 50733cf1-5cd8-42bf-a5e7-71bf62fcb72c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:06.390905 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44887 2026.01.19 03:27:06.390925 [ 286 ] {} TCP-Session: 1637e920-b5e8-4b3a-834c-ea75efcef791 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:06.390840 [ 288 ] {} TCP-Session: e3a3caf1-4db1-4757-882b-c9d6bfa19877 Authenticating user 'default' from [fd00:1122:3344:101::e]:34750 2026.01.19 03:27:06.390982 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52046 2026.01.19 03:27:06.390988 [ 288 ] {} TCP-Session: e3a3caf1-4db1-4757-882b-c9d6bfa19877 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:06.391022 [ 288 ] {} TCP-Session: e3a3caf1-4db1-4757-882b-c9d6bfa19877 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:06.391050 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:27:06.391199 [ 290 ] {} TCP-Session: 60e86693-89ae-4f34-91d2-3799466439f9 Authenticating user 'default' from [fd00:1122:3344:101::e]:54914 2026.01.19 03:27:06.391220 [ 290 ] {} TCP-Session: 60e86693-89ae-4f34-91d2-3799466439f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:06.391233 [ 290 ] {} TCP-Session: 60e86693-89ae-4f34-91d2-3799466439f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:06.391235 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54282 2026.01.19 03:27:06.391268 [ 286 ] {47cc8853-51cc-4fd6-a19b-fc8f46c4403b} executeQuery: (from [fd00:1122:3344:101::e]:45143) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.19 03:27:06.391288 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:27:06.391332 [ 289 ] {} TCP-Session: 34d7cabd-e732-45fa-81ea-5c54aec1d023 Authenticating user 'default' from [fd00:1122:3344:101::e]:61793 2026.01.19 03:27:06.391356 [ 289 ] {} TCP-Session: 34d7cabd-e732-45fa-81ea-5c54aec1d023 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:06.391369 [ 289 ] {} TCP-Session: 34d7cabd-e732-45fa-81ea-5c54aec1d023 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:06.391375 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:27:06.391428 [ 291 ] {} TCP-Session: 38b7ed37-8aa1-4b13-8c3a-883b335c4cf4 Authenticating user 'default' from [fd00:1122:3344:101::e]:44887 2026.01.19 03:27:06.391457 [ 291 ] {} TCP-Session: 38b7ed37-8aa1-4b13-8c3a-883b335c4cf4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:06.391477 [ 291 ] {} TCP-Session: 38b7ed37-8aa1-4b13-8c3a-883b335c4cf4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:06.391497 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:27:06.391533 [ 292 ] {} TCP-Session: 9c72400f-b3b5-48d4-b4b7-b7fcfc9096e6 Authenticating user 'default' from [fd00:1122:3344:101::e]:52046 2026.01.19 03:27:06.391551 [ 292 ] {} TCP-Session: 9c72400f-b3b5-48d4-b4b7-b7fcfc9096e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:06.391564 [ 292 ] {} TCP-Session: 9c72400f-b3b5-48d4-b4b7-b7fcfc9096e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:06.391593 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33040 2026.01.19 03:27:06.391611 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:27:06.391652 [ 293 ] {} TCP-Session: 67ffc27d-ff4c-49ce-a600-1d283358eabc Authenticating user 'default' from [fd00:1122:3344:101::e]:54282 2026.01.19 03:27:06.391673 [ 293 ] {} TCP-Session: 67ffc27d-ff4c-49ce-a600-1d283358eabc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:06.391683 [ 286 ] {47cc8853-51cc-4fd6-a19b-fc8f46c4403b} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.19 03:27:06.391686 [ 293 ] {} TCP-Session: 67ffc27d-ff4c-49ce-a600-1d283358eabc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:06.391819 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:27:06.391883 [ 294 ] {} TCP-Session: b05268db-6112-4e84-ab1b-1d72120be491 Authenticating user 'default' from [fd00:1122:3344:101::e]:33040 2026.01.19 03:27:06.391915 [ 294 ] {} TCP-Session: b05268db-6112-4e84-ab1b-1d72120be491 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:06.391938 [ 294 ] {} TCP-Session: b05268db-6112-4e84-ab1b-1d72120be491 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:06.401621 [ 286 ] {47cc8853-51cc-4fd6-a19b-fc8f46c4403b} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.19 03:27:06.416285 [ 286 ] {47cc8853-51cc-4fd6-a19b-fc8f46c4403b} oximeter.version (43867d5a-7066-403d-b977-e0ec7be70aa4) (SelectExecutor): Key condition: unknown 2026.01.19 03:27:06.472264 [ 295 ] {47cc8853-51cc-4fd6-a19b-fc8f46c4403b} AggregatingTransform: Aggregating 2026.01.19 03:27:06.472531 [ 295 ] {47cc8853-51cc-4fd6-a19b-fc8f46c4403b} Aggregator: Aggregation method: without_key 2026.01.19 03:27:06.474912 [ 295 ] {47cc8853-51cc-4fd6-a19b-fc8f46c4403b} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.006141071 sec. (162.838 rows/sec., 6.36 KiB/sec.) 2026.01.19 03:27:06.474941 [ 295 ] {47cc8853-51cc-4fd6-a19b-fc8f46c4403b} Aggregator: Merging aggregated data 2026.01.19 03:27:06.474972 [ 295 ] {47cc8853-51cc-4fd6-a19b-fc8f46c4403b} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2026.01.19 03:27:06.476091 [ 286 ] {47cc8853-51cc-4fd6-a19b-fc8f46c4403b} executeQuery: Read 1 rows, 40.00 B in 0.085033 sec., 11.760140180870957 rows/sec., 470.41 B/sec. 2026.01.19 03:27:06.476257 [ 286 ] {47cc8853-51cc-4fd6-a19b-fc8f46c4403b} TCPHandler: Processed in 0.085469917 sec. 2026.01.19 03:27:06.479504 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.19 03:27:06.479546 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.19 03:27:06.479567 [ 286 ] {} TCP-Session: 1637e920-b5e8-4b3a-834c-ea75efcef791 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:06.479576 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.19 03:27:06.479605 [ 288 ] {} TCP-Session: e3a3caf1-4db1-4757-882b-c9d6bfa19877 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:06.479614 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.19 03:27:06.479631 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.19 03:27:06.479657 [ 293 ] {} TCP-Session: 67ffc27d-ff4c-49ce-a600-1d283358eabc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:06.479672 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.19 03:27:06.479688 [ 291 ] {} TCP-Session: 38b7ed37-8aa1-4b13-8c3a-883b335c4cf4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:06.479696 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.19 03:27:06.479721 [ 289 ] {} TCP-Session: 34d7cabd-e732-45fa-81ea-5c54aec1d023 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:06.479675 [ 292 ] {} TCP-Session: 9c72400f-b3b5-48d4-b4b7-b7fcfc9096e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:06.479657 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.19 03:27:06.479775 [ 294 ] {} TCP-Session: b05268db-6112-4e84-ab1b-1d72120be491 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:06.479600 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.19 03:27:06.479822 [ 290 ] {} TCP-Session: 60e86693-89ae-4f34-91d2-3799466439f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:06.479866 [ 287 ] {} TCP-Session: 50733cf1-5cd8-42bf-a5e7-71bf62fcb72c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:06.697067 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55345 2026.01.19 03:27:06.697163 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:27:06.697201 [ 286 ] {} TCP-Session: 62c2ac71-14a5-4f09-a168-3be0e827f5d3 Authenticating user 'default' from [fd00:1122:3344:101::e]:55345 2026.01.19 03:27:06.697227 [ 286 ] {} TCP-Session: 62c2ac71-14a5-4f09-a168-3be0e827f5d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:06.697239 [ 286 ] {} TCP-Session: 62c2ac71-14a5-4f09-a168-3be0e827f5d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:06.697454 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48638 2026.01.19 03:27:06.697488 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42292 2026.01.19 03:27:06.697509 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42137 2026.01.19 03:27:06.697519 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42184 2026.01.19 03:27:06.697552 [ 286 ] {} TCP-Session: 62c2ac71-14a5-4f09-a168-3be0e827f5d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:06.697572 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:27:06.697549 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60608 2026.01.19 03:27:06.697617 [ 287 ] {} TCP-Session: f118bb43-594d-4230-a35e-75492f3ddbd7 Authenticating user 'default' from [fd00:1122:3344:101::e]:48638 2026.01.19 03:27:06.697608 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:27:06.697646 [ 287 ] {} TCP-Session: f118bb43-594d-4230-a35e-75492f3ddbd7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:06.697618 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:27:06.697667 [ 288 ] {} TCP-Session: 389d5a4f-b6f3-4a1b-b216-675910eef291 Authenticating user 'default' from [fd00:1122:3344:101::e]:42292 2026.01.19 03:27:06.697672 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:27:06.697698 [ 292 ] {} TCP-Session: 4ac588f4-f19f-4524-bee3-33fa4f90563a Authenticating user 'default' from [fd00:1122:3344:101::e]:42184 2026.01.19 03:27:06.697713 [ 288 ] {} TCP-Session: 389d5a4f-b6f3-4a1b-b216-675910eef291 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:06.697727 [ 286 ] {4aa94fed-861c-41cd-92dc-5311310b415e} executeQuery: (from [fd00:1122:3344:101::e]:55345) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.19 03:27:06.697741 [ 292 ] {} TCP-Session: 4ac588f4-f19f-4524-bee3-33fa4f90563a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:06.697748 [ 288 ] {} TCP-Session: 389d5a4f-b6f3-4a1b-b216-675910eef291 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:06.697773 [ 292 ] {} TCP-Session: 4ac588f4-f19f-4524-bee3-33fa4f90563a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:06.697728 [ 294 ] {} TCP-Session: 0f216955-b7d3-4b51-94b2-17318230fa00 Authenticating user 'default' from [fd00:1122:3344:101::e]:60608 2026.01.19 03:27:06.697670 [ 287 ] {} TCP-Session: f118bb43-594d-4230-a35e-75492f3ddbd7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:06.697824 [ 294 ] {} TCP-Session: 0f216955-b7d3-4b51-94b2-17318230fa00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:06.697608 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:27:06.697842 [ 294 ] {} TCP-Session: 0f216955-b7d3-4b51-94b2-17318230fa00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:06.697876 [ 291 ] {} TCP-Session: 1dfd99a8-6f16-41a9-854f-4fee66291163 Authenticating user 'default' from [fd00:1122:3344:101::e]:42137 2026.01.19 03:27:06.697516 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38629 2026.01.19 03:27:06.697901 [ 291 ] {} TCP-Session: 1dfd99a8-6f16-41a9-854f-4fee66291163 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:06.697502 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40778 2026.01.19 03:27:06.697957 [ 291 ] {} TCP-Session: 1dfd99a8-6f16-41a9-854f-4fee66291163 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:06.697544 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35611 2026.01.19 03:27:06.698009 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:27:06.698009 [ 286 ] {4aa94fed-861c-41cd-92dc-5311310b415e} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.19 03:27:06.698027 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:27:06.698037 [ 289 ] {} TCP-Session: b9bd757b-b90c-4baf-9900-29e2112cf0ff Authenticating user 'default' from [fd00:1122:3344:101::e]:38629 2026.01.19 03:27:06.698067 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:27:06.698069 [ 290 ] {} TCP-Session: 985a1df7-9793-4c2b-b3a5-dc2d36682d14 Authenticating user 'default' from [fd00:1122:3344:101::e]:40778 2026.01.19 03:27:06.698083 [ 286 ] {4aa94fed-861c-41cd-92dc-5311310b415e} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.19 03:27:06.698094 [ 293 ] {} TCP-Session: 447cfa4b-b983-4e92-8833-1f26ef2fe500 Authenticating user 'default' from [fd00:1122:3344:101::e]:35611 2026.01.19 03:27:06.698108 [ 290 ] {} TCP-Session: 985a1df7-9793-4c2b-b3a5-dc2d36682d14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:06.698137 [ 293 ] {} TCP-Session: 447cfa4b-b983-4e92-8833-1f26ef2fe500 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:06.698149 [ 290 ] {} TCP-Session: 985a1df7-9793-4c2b-b3a5-dc2d36682d14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:06.698163 [ 293 ] {} TCP-Session: 447cfa4b-b983-4e92-8833-1f26ef2fe500 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:06.698084 [ 289 ] {} TCP-Session: b9bd757b-b90c-4baf-9900-29e2112cf0ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:06.698196 [ 289 ] {} TCP-Session: b9bd757b-b90c-4baf-9900-29e2112cf0ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:06.698438 [ 286 ] {4aa94fed-861c-41cd-92dc-5311310b415e} oximeter.version (43867d5a-7066-403d-b977-e0ec7be70aa4) (SelectExecutor): Key condition: unknown 2026.01.19 03:27:06.699363 [ 322 ] {4aa94fed-861c-41cd-92dc-5311310b415e} AggregatingTransform: Aggregating 2026.01.19 03:27:06.699416 [ 322 ] {4aa94fed-861c-41cd-92dc-5311310b415e} Aggregator: Aggregation method: without_key 2026.01.19 03:27:06.699455 [ 322 ] {4aa94fed-861c-41cd-92dc-5311310b415e} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000906801 sec. (1102.778 rows/sec., 43.08 KiB/sec.) 2026.01.19 03:27:06.699475 [ 322 ] {4aa94fed-861c-41cd-92dc-5311310b415e} Aggregator: Merging aggregated data 2026.01.19 03:27:06.700826 [ 286 ] {4aa94fed-861c-41cd-92dc-5311310b415e} executeQuery: Read 1 rows, 40.00 B in 0.003139 sec., 318.57279388340237 rows/sec., 12.44 KiB/sec. 2026.01.19 03:27:06.701029 [ 286 ] {4aa94fed-861c-41cd-92dc-5311310b415e} TCPHandler: Processed in 0.003593083 sec. 2026.01.19 03:27:06.701201 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.19 03:27:06.701246 [ 286 ] {} TCP-Session: 62c2ac71-14a5-4f09-a168-3be0e827f5d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:06.701245 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.19 03:27:06.701269 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.19 03:27:06.701295 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.19 03:27:06.701316 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.19 03:27:06.701329 [ 294 ] {} TCP-Session: 0f216955-b7d3-4b51-94b2-17318230fa00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:06.701341 [ 290 ] {} TCP-Session: 985a1df7-9793-4c2b-b3a5-dc2d36682d14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:06.701341 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.19 03:27:06.701382 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.19 03:27:06.701402 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.19 03:27:06.701413 [ 289 ] {} TCP-Session: b9bd757b-b90c-4baf-9900-29e2112cf0ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:06.701359 [ 287 ] {} TCP-Session: f118bb43-594d-4230-a35e-75492f3ddbd7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:06.701439 [ 291 ] {} TCP-Session: 1dfd99a8-6f16-41a9-854f-4fee66291163 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:06.701445 [ 293 ] {} TCP-Session: 447cfa4b-b983-4e92-8833-1f26ef2fe500 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:06.701358 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.19 03:27:06.701318 [ 288 ] {} TCP-Session: 389d5a4f-b6f3-4a1b-b216-675910eef291 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:06.701581 [ 292 ] {} TCP-Session: 4ac588f4-f19f-4524-bee3-33fa4f90563a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:07.000180 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 161.16 MiB, peak 171.02 MiB, free memory in arenas 0.00 B, will set to 164.01 MiB (RSS), difference: 2.84 MiB 2026.01.19 03:27:08.319319 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:08.319503 [ 274 ] {5f6c747d-c969-4b06-9814-397f211e00c4} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.19 03:27:08.319575 [ 274 ] {5f6c747d-c969-4b06-9814-397f211e00c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.19 03:27:08.320224 [ 274 ] {5f6c747d-c969-4b06-9814-397f211e00c4} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:08.320276 [ 274 ] {5f6c747d-c969-4b06-9814-397f211e00c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:08.320843 [ 274 ] {5f6c747d-c969-4b06-9814-397f211e00c4} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.19 03:27:08.321339 [ 274 ] {5f6c747d-c969-4b06-9814-397f211e00c4} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:08.321536 [ 274 ] {5f6c747d-c969-4b06-9814-397f211e00c4} executeQuery: Read 30 rows, 2.40 KiB in 0.002083 sec., 14402.30436869899 rows/sec., 1.12 MiB/sec. 2026.01.19 03:27:08.321601 [ 274 ] {5f6c747d-c969-4b06-9814-397f211e00c4} TCPHandler: Processed in 0.002419106 sec. 2026.01.19 03:27:08.321739 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:08.321845 [ 274 ] {ed3efafb-7686-4788-ac66-b64f847b937b} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.19 03:27:08.321891 [ 274 ] {ed3efafb-7686-4788-ac66-b64f847b937b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.19 03:27:08.322338 [ 274 ] {ed3efafb-7686-4788-ac66-b64f847b937b} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:08.322376 [ 274 ] {ed3efafb-7686-4788-ac66-b64f847b937b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:08.322807 [ 274 ] {ed3efafb-7686-4788-ac66-b64f847b937b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.19 03:27:08.323255 [ 274 ] {ed3efafb-7686-4788-ac66-b64f847b937b} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:08.323408 [ 274 ] {ed3efafb-7686-4788-ac66-b64f847b937b} executeQuery: Read 36 rows, 2.88 KiB in 0.001588 sec., 22670.025188916876 rows/sec., 1.77 MiB/sec. 2026.01.19 03:27:08.323448 [ 274 ] {ed3efafb-7686-4788-ac66-b64f847b937b} TCPHandler: Processed in 0.00176402 sec. 2026.01.19 03:27:08.323562 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:08.323659 [ 274 ] {312632ff-4bea-4211-b71a-7de20628b625} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.19 03:27:08.323704 [ 274 ] {312632ff-4bea-4211-b71a-7de20628b625} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.19 03:27:08.324083 [ 274 ] {312632ff-4bea-4211-b71a-7de20628b625} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:08.324120 [ 274 ] {312632ff-4bea-4211-b71a-7de20628b625} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:08.324618 [ 274 ] {312632ff-4bea-4211-b71a-7de20628b625} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.19 03:27:08.325119 [ 274 ] {312632ff-4bea-4211-b71a-7de20628b625} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:08.325278 [ 274 ] {312632ff-4bea-4211-b71a-7de20628b625} executeQuery: Read 60 rows, 4.31 KiB in 0.001639 sec., 36607.68761439902 rows/sec., 2.57 MiB/sec. 2026.01.19 03:27:08.325317 [ 274 ] {312632ff-4bea-4211-b71a-7de20628b625} TCPHandler: Processed in 0.001806991 sec. 2026.01.19 03:27:08.325545 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:08.325662 [ 274 ] {30b505a6-ad9c-4334-aad4-335067ca1fe1} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.19 03:27:08.325714 [ 274 ] {30b505a6-ad9c-4334-aad4-335067ca1fe1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.19 03:27:08.326141 [ 274 ] {30b505a6-ad9c-4334-aad4-335067ca1fe1} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:08.326184 [ 274 ] {30b505a6-ad9c-4334-aad4-335067ca1fe1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:08.326728 [ 274 ] {30b505a6-ad9c-4334-aad4-335067ca1fe1} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.19 03:27:08.327242 [ 274 ] {30b505a6-ad9c-4334-aad4-335067ca1fe1} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:08.327436 [ 274 ] {30b505a6-ad9c-4334-aad4-335067ca1fe1} executeQuery: Read 30 rows, 2.04 KiB in 0.001796 sec., 16703.786191536747 rows/sec., 1.11 MiB/sec. 2026.01.19 03:27:08.327528 [ 274 ] {30b505a6-ad9c-4334-aad4-335067ca1fe1} TCPHandler: Processed in 0.002043857 sec. 2026.01.19 03:27:09.148571 [ 92 ] {} DNSResolver: Updating DNS cache 2026.01.19 03:27:09.148639 [ 92 ] {} DNSResolver: Updated DNS cache 2026.01.19 03:27:09.223403 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 86 entries to flush up to offset 174 2026.01.19 03:27:09.227206 [ 242 ] {} system.query_log (11fc8e4a-c498-452c-9b91-f39c54690b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:09.227263 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:09.227331 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 497 entries to flush up to offset 1900 2026.01.19 03:27:09.227863 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:09.227917 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:09.228622 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.19 03:27:09.228730 [ 242 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.19 03:27:09.229167 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:09.229308 [ 242 ] {} system.query_log (11fc8e4a-c498-452c-9b91-f39c54690b92): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:09.229339 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1900 2026.01.19 03:27:09.229671 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 174 2026.01.19 03:27:09.318322 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2026.01.19 03:27:09.336694 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:09.336769 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:09.343460 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.19 03:27:09.344727 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:09.348764 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2026.01.19 03:27:10.000165 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 164.63 MiB, peak 171.02 MiB, free memory in arenas 0.00 B, will set to 166.49 MiB (RSS), difference: 1.86 MiB 2026.01.19 03:27:13.319027 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:13.319229 [ 274 ] {83bbf63a-bd64-4f3f-8c69-b955cc80f136} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.19 03:27:13.319302 [ 274 ] {83bbf63a-bd64-4f3f-8c69-b955cc80f136} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.19 03:27:13.320296 [ 274 ] {83bbf63a-bd64-4f3f-8c69-b955cc80f136} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:13.320342 [ 274 ] {83bbf63a-bd64-4f3f-8c69-b955cc80f136} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:13.320935 [ 274 ] {83bbf63a-bd64-4f3f-8c69-b955cc80f136} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.19 03:27:13.321456 [ 274 ] {83bbf63a-bd64-4f3f-8c69-b955cc80f136} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:13.321618 [ 274 ] {83bbf63a-bd64-4f3f-8c69-b955cc80f136} executeQuery: Read 50 rows, 4.41 KiB in 0.00244 sec., 20491.803278688527 rows/sec., 1.76 MiB/sec. 2026.01.19 03:27:13.321668 [ 274 ] {83bbf63a-bd64-4f3f-8c69-b955cc80f136} TCPHandler: Processed in 0.002776324 sec. 2026.01.19 03:27:13.321786 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:13.321889 [ 274 ] {6bcd80fb-4b64-4051-a1d8-ff536082bfef} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.19 03:27:13.321934 [ 274 ] {6bcd80fb-4b64-4051-a1d8-ff536082bfef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.19 03:27:13.322403 [ 274 ] {6bcd80fb-4b64-4051-a1d8-ff536082bfef} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:13.322442 [ 274 ] {6bcd80fb-4b64-4051-a1d8-ff536082bfef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:13.322853 [ 274 ] {6bcd80fb-4b64-4051-a1d8-ff536082bfef} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.19 03:27:13.323297 [ 274 ] {6bcd80fb-4b64-4051-a1d8-ff536082bfef} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:13.323431 [ 274 ] {6bcd80fb-4b64-4051-a1d8-ff536082bfef} executeQuery: Read 10 rows, 770.00 B in 0.001565 sec., 6389.776357827476 rows/sec., 480.48 KiB/sec. 2026.01.19 03:27:13.323468 [ 274 ] {6bcd80fb-4b64-4051-a1d8-ff536082bfef} TCPHandler: Processed in 0.00173391 sec. 2026.01.19 03:27:13.323583 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:13.323679 [ 274 ] {26b6a489-0a2e-43d8-b376-e2b103027edc} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.19 03:27:13.323720 [ 274 ] {26b6a489-0a2e-43d8-b376-e2b103027edc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.19 03:27:13.324149 [ 274 ] {26b6a489-0a2e-43d8-b376-e2b103027edc} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:13.324187 [ 274 ] {26b6a489-0a2e-43d8-b376-e2b103027edc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:13.324633 [ 274 ] {26b6a489-0a2e-43d8-b376-e2b103027edc} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.19 03:27:13.325083 [ 274 ] {26b6a489-0a2e-43d8-b376-e2b103027edc} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:13.325225 [ 274 ] {26b6a489-0a2e-43d8-b376-e2b103027edc} executeQuery: Read 46 rows, 3.68 KiB in 0.001565 sec., 29392.97124600639 rows/sec., 2.30 MiB/sec. 2026.01.19 03:27:13.325262 [ 274 ] {26b6a489-0a2e-43d8-b376-e2b103027edc} TCPHandler: Processed in 0.00172961 sec. 2026.01.19 03:27:13.325381 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:13.325495 [ 274 ] {a3c156d2-6f7e-4e91-b4c4-67c36348e920} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.19 03:27:13.325541 [ 274 ] {a3c156d2-6f7e-4e91-b4c4-67c36348e920} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.19 03:27:13.325936 [ 274 ] {a3c156d2-6f7e-4e91-b4c4-67c36348e920} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:13.325972 [ 274 ] {a3c156d2-6f7e-4e91-b4c4-67c36348e920} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:13.326401 [ 274 ] {a3c156d2-6f7e-4e91-b4c4-67c36348e920} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.19 03:27:13.326873 [ 274 ] {a3c156d2-6f7e-4e91-b4c4-67c36348e920} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:13.327005 [ 274 ] {a3c156d2-6f7e-4e91-b4c4-67c36348e920} executeQuery: Read 60 rows, 4.31 KiB in 0.001528 sec., 39267.01570680628 rows/sec., 2.76 MiB/sec. 2026.01.19 03:27:13.327051 [ 274 ] {a3c156d2-6f7e-4e91-b4c4-67c36348e920} TCPHandler: Processed in 0.001719769 sec. 2026.01.19 03:27:13.327171 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:13.327267 [ 274 ] {ce7337ba-20c4-4b82-b78d-fd8e4412f106} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.19 03:27:13.327323 [ 274 ] {ce7337ba-20c4-4b82-b78d-fd8e4412f106} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.19 03:27:13.328112 [ 274 ] {ce7337ba-20c4-4b82-b78d-fd8e4412f106} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:13.328149 [ 274 ] {ce7337ba-20c4-4b82-b78d-fd8e4412f106} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:13.328785 [ 274 ] {ce7337ba-20c4-4b82-b78d-fd8e4412f106} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.19 03:27:13.329225 [ 274 ] {ce7337ba-20c4-4b82-b78d-fd8e4412f106} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:13.329364 [ 274 ] {ce7337ba-20c4-4b82-b78d-fd8e4412f106} executeQuery: Read 10 rows, 18.35 KiB in 0.002115 sec., 4728.132387706855 rows/sec., 8.47 MiB/sec. 2026.01.19 03:27:13.329424 [ 274 ] {ce7337ba-20c4-4b82-b78d-fd8e4412f106} TCPHandler: Processed in 0.002302343 sec. 2026.01.19 03:27:13.329535 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:13.329632 [ 274 ] {ca436613-c971-4bde-9b98-152ff2681deb} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.19 03:27:13.329674 [ 274 ] {ca436613-c971-4bde-9b98-152ff2681deb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.19 03:27:13.329984 [ 274 ] {ca436613-c971-4bde-9b98-152ff2681deb} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:13.330022 [ 274 ] {ca436613-c971-4bde-9b98-152ff2681deb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:13.330465 [ 274 ] {ca436613-c971-4bde-9b98-152ff2681deb} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.19 03:27:13.330913 [ 274 ] {ca436613-c971-4bde-9b98-152ff2681deb} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:13.331043 [ 274 ] {ca436613-c971-4bde-9b98-152ff2681deb} executeQuery: Read 30 rows, 2.04 KiB in 0.001431 sec., 20964.3605870021 rows/sec., 1.39 MiB/sec. 2026.01.19 03:27:13.331078 [ 274 ] {ca436613-c971-4bde-9b98-152ff2681deb} TCPHandler: Processed in 0.001592647 sec. 2026.01.19 03:27:13.781368 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:13.781629 [ 274 ] {1c587298-9ae1-4406-b7b1-4c17e7ec6c6a} executeQuery: (from [fd00:1122:3344:101::d]:58929) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.19 03:27:13.782012 [ 274 ] {1c587298-9ae1-4406-b7b1-4c17e7ec6c6a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.19 03:27:13.791912 [ 274 ] {1c587298-9ae1-4406-b7b1-4c17e7ec6c6a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.01.19 03:27:13.792356 [ 274 ] {1c587298-9ae1-4406-b7b1-4c17e7ec6c6a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.19 03:27:13.792427 [ 274 ] {1c587298-9ae1-4406-b7b1-4c17e7ec6c6a} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.19 03:27:13.792613 [ 274 ] {1c587298-9ae1-4406-b7b1-4c17e7ec6c6a} oximeter.timeseries_schema (3aa646a1-78af-4808-bd1d-4a0d2ff65d9e) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2026.01.19 03:27:13.795223 [ 274 ] {1c587298-9ae1-4406-b7b1-4c17e7ec6c6a} oximeter.timeseries_schema (3aa646a1-78af-4808-bd1d-4a0d2ff65d9e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.19 03:27:13.797370 [ 274 ] {1c587298-9ae1-4406-b7b1-4c17e7ec6c6a} oximeter.timeseries_schema (3aa646a1-78af-4808-bd1d-4a0d2ff65d9e) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.01.19 03:27:13.797400 [ 274 ] {1c587298-9ae1-4406-b7b1-4c17e7ec6c6a} oximeter.timeseries_schema (3aa646a1-78af-4808-bd1d-4a0d2ff65d9e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.19 03:27:13.799836 [ 274 ] {1c587298-9ae1-4406-b7b1-4c17e7ec6c6a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.01.19 03:27:13.799869 [ 274 ] {1c587298-9ae1-4406-b7b1-4c17e7ec6c6a} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2026.01.19 03:27:13.822370 [ 274 ] {1c587298-9ae1-4406-b7b1-4c17e7ec6c6a} executeQuery: Read 26 rows, 1.13 KiB in 0.040848 sec., 636.5060712886799 rows/sec., 27.54 KiB/sec. 2026.01.19 03:27:13.822484 [ 274 ] {1c587298-9ae1-4406-b7b1-4c17e7ec6c6a} TCPHandler: Processed in 0.041258259 sec. 2026.01.19 03:27:13.822827 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:13.822991 [ 274 ] {6fada5ca-782c-422b-ac4b-b8561c145533} executeQuery: (from [fd00:1122:3344:101::d]:58929) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.19 03:27:13.823279 [ 274 ] {6fada5ca-782c-422b-ac4b-b8561c145533} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.19 03:27:13.823316 [ 274 ] {6fada5ca-782c-422b-ac4b-b8561c145533} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.01.19 03:27:13.823513 [ 274 ] {6fada5ca-782c-422b-ac4b-b8561c145533} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.19 03:27:13.823568 [ 274 ] {6fada5ca-782c-422b-ac4b-b8561c145533} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.19 03:27:13.823670 [ 274 ] {6fada5ca-782c-422b-ac4b-b8561c145533} oximeter.timeseries_schema (3aa646a1-78af-4808-bd1d-4a0d2ff65d9e) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2026.01.19 03:27:13.823699 [ 274 ] {6fada5ca-782c-422b-ac4b-b8561c145533} oximeter.timeseries_schema (3aa646a1-78af-4808-bd1d-4a0d2ff65d9e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.19 03:27:13.823717 [ 274 ] {6fada5ca-782c-422b-ac4b-b8561c145533} oximeter.timeseries_schema (3aa646a1-78af-4808-bd1d-4a0d2ff65d9e) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.01.19 03:27:13.823731 [ 274 ] {6fada5ca-782c-422b-ac4b-b8561c145533} oximeter.timeseries_schema (3aa646a1-78af-4808-bd1d-4a0d2ff65d9e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.19 03:27:13.823766 [ 274 ] {6fada5ca-782c-422b-ac4b-b8561c145533} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.01.19 03:27:13.823784 [ 274 ] {6fada5ca-782c-422b-ac4b-b8561c145533} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2026.01.19 03:27:13.824259 [ 274 ] {6fada5ca-782c-422b-ac4b-b8561c145533} executeQuery: Read 26 rows, 1.13 KiB in 0.001335 sec., 19475.65543071161 rows/sec., 842.70 KiB/sec. 2026.01.19 03:27:13.824343 [ 274 ] {6fada5ca-782c-422b-ac4b-b8561c145533} TCPHandler: Processed in 0.001577966 sec. 2026.01.19 03:27:13.824553 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:13.824685 [ 274 ] {bc3dbd4f-04cd-483b-a333-76647cc92847} executeQuery: (from [fd00:1122:3344:101::d]:58929) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.19 03:27:13.824904 [ 274 ] {bc3dbd4f-04cd-483b-a333-76647cc92847} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.19 03:27:13.824938 [ 274 ] {bc3dbd4f-04cd-483b-a333-76647cc92847} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.01.19 03:27:13.825126 [ 274 ] {bc3dbd4f-04cd-483b-a333-76647cc92847} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.19 03:27:13.825177 [ 274 ] {bc3dbd4f-04cd-483b-a333-76647cc92847} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.19 03:27:13.825276 [ 274 ] {bc3dbd4f-04cd-483b-a333-76647cc92847} oximeter.timeseries_schema (3aa646a1-78af-4808-bd1d-4a0d2ff65d9e) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2026.01.19 03:27:13.825304 [ 274 ] {bc3dbd4f-04cd-483b-a333-76647cc92847} oximeter.timeseries_schema (3aa646a1-78af-4808-bd1d-4a0d2ff65d9e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.19 03:27:13.825321 [ 274 ] {bc3dbd4f-04cd-483b-a333-76647cc92847} oximeter.timeseries_schema (3aa646a1-78af-4808-bd1d-4a0d2ff65d9e) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.01.19 03:27:13.825335 [ 274 ] {bc3dbd4f-04cd-483b-a333-76647cc92847} oximeter.timeseries_schema (3aa646a1-78af-4808-bd1d-4a0d2ff65d9e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.19 03:27:13.825369 [ 274 ] {bc3dbd4f-04cd-483b-a333-76647cc92847} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.01.19 03:27:13.825387 [ 274 ] {bc3dbd4f-04cd-483b-a333-76647cc92847} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2026.01.19 03:27:13.825872 [ 274 ] {bc3dbd4f-04cd-483b-a333-76647cc92847} executeQuery: Read 26 rows, 1.13 KiB in 0.001239 sec., 20984.66505246166 rows/sec., 907.99 KiB/sec. 2026.01.19 03:27:13.825954 [ 274 ] {bc3dbd4f-04cd-483b-a333-76647cc92847} TCPHandler: Processed in 0.001451473 sec. 2026.01.19 03:27:13.826279 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:13.826409 [ 274 ] {22678fc1-5869-4517-95bf-2ec37b697cab} executeQuery: (from [fd00:1122:3344:101::d]:58929) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.19 03:27:13.826633 [ 274 ] {22678fc1-5869-4517-95bf-2ec37b697cab} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.19 03:27:13.826668 [ 274 ] {22678fc1-5869-4517-95bf-2ec37b697cab} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.01.19 03:27:13.826870 [ 274 ] {22678fc1-5869-4517-95bf-2ec37b697cab} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.19 03:27:13.826923 [ 274 ] {22678fc1-5869-4517-95bf-2ec37b697cab} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.19 03:27:13.827021 [ 274 ] {22678fc1-5869-4517-95bf-2ec37b697cab} oximeter.timeseries_schema (3aa646a1-78af-4808-bd1d-4a0d2ff65d9e) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2026.01.19 03:27:13.827049 [ 274 ] {22678fc1-5869-4517-95bf-2ec37b697cab} oximeter.timeseries_schema (3aa646a1-78af-4808-bd1d-4a0d2ff65d9e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.19 03:27:13.827067 [ 274 ] {22678fc1-5869-4517-95bf-2ec37b697cab} oximeter.timeseries_schema (3aa646a1-78af-4808-bd1d-4a0d2ff65d9e) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.01.19 03:27:13.827081 [ 274 ] {22678fc1-5869-4517-95bf-2ec37b697cab} oximeter.timeseries_schema (3aa646a1-78af-4808-bd1d-4a0d2ff65d9e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.19 03:27:13.827115 [ 274 ] {22678fc1-5869-4517-95bf-2ec37b697cab} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.01.19 03:27:13.827132 [ 274 ] {22678fc1-5869-4517-95bf-2ec37b697cab} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2026.01.19 03:27:13.827584 [ 274 ] {22678fc1-5869-4517-95bf-2ec37b697cab} executeQuery: Read 26 rows, 1.13 KiB in 0.001225 sec., 21224.48979591837 rows/sec., 918.37 KiB/sec. 2026.01.19 03:27:13.827666 [ 274 ] {22678fc1-5869-4517-95bf-2ec37b697cab} TCPHandler: Processed in 0.001439603 sec. 2026.01.19 03:27:13.827883 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:13.828014 [ 274 ] {c31ad1fb-78dd-4bde-a6ac-8e2cc5739495} executeQuery: (from [fd00:1122:3344:101::d]:58929) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.19 03:27:13.828233 [ 274 ] {c31ad1fb-78dd-4bde-a6ac-8e2cc5739495} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.19 03:27:13.828268 [ 274 ] {c31ad1fb-78dd-4bde-a6ac-8e2cc5739495} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.01.19 03:27:13.828457 [ 274 ] {c31ad1fb-78dd-4bde-a6ac-8e2cc5739495} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.19 03:27:13.828509 [ 274 ] {c31ad1fb-78dd-4bde-a6ac-8e2cc5739495} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.19 03:27:13.828606 [ 274 ] {c31ad1fb-78dd-4bde-a6ac-8e2cc5739495} oximeter.timeseries_schema (3aa646a1-78af-4808-bd1d-4a0d2ff65d9e) (SelectExecutor): Key condition: (column 0 notIn 30-element set) 2026.01.19 03:27:13.828635 [ 274 ] {c31ad1fb-78dd-4bde-a6ac-8e2cc5739495} oximeter.timeseries_schema (3aa646a1-78af-4808-bd1d-4a0d2ff65d9e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.19 03:27:13.828652 [ 274 ] {c31ad1fb-78dd-4bde-a6ac-8e2cc5739495} oximeter.timeseries_schema (3aa646a1-78af-4808-bd1d-4a0d2ff65d9e) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.01.19 03:27:13.828754 [ 274 ] {c31ad1fb-78dd-4bde-a6ac-8e2cc5739495} oximeter.timeseries_schema (3aa646a1-78af-4808-bd1d-4a0d2ff65d9e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.19 03:27:13.828791 [ 274 ] {c31ad1fb-78dd-4bde-a6ac-8e2cc5739495} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.01.19 03:27:13.828883 [ 274 ] {c31ad1fb-78dd-4bde-a6ac-8e2cc5739495} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2026.01.19 03:27:13.829606 [ 274 ] {c31ad1fb-78dd-4bde-a6ac-8e2cc5739495} executeQuery: Read 26 rows, 1.13 KiB in 0.001643 sec., 15824.71089470481 rows/sec., 684.72 KiB/sec. 2026.01.19 03:27:13.829689 [ 274 ] {c31ad1fb-78dd-4bde-a6ac-8e2cc5739495} TCPHandler: Processed in 0.001855713 sec. 2026.01.19 03:27:13.829893 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:13.830025 [ 274 ] {a893cd4c-37d3-4413-b80e-96deace6c44d} executeQuery: (from [fd00:1122:3344:101::d]:58929) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.19 03:27:13.830244 [ 274 ] {a893cd4c-37d3-4413-b80e-96deace6c44d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.19 03:27:13.830278 [ 274 ] {a893cd4c-37d3-4413-b80e-96deace6c44d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.01.19 03:27:13.830467 [ 274 ] {a893cd4c-37d3-4413-b80e-96deace6c44d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.19 03:27:13.830520 [ 274 ] {a893cd4c-37d3-4413-b80e-96deace6c44d} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.19 03:27:13.830628 [ 274 ] {a893cd4c-37d3-4413-b80e-96deace6c44d} oximeter.timeseries_schema (3aa646a1-78af-4808-bd1d-4a0d2ff65d9e) (SelectExecutor): Key condition: (column 0 notIn 31-element set) 2026.01.19 03:27:13.830656 [ 274 ] {a893cd4c-37d3-4413-b80e-96deace6c44d} oximeter.timeseries_schema (3aa646a1-78af-4808-bd1d-4a0d2ff65d9e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.19 03:27:13.830674 [ 274 ] {a893cd4c-37d3-4413-b80e-96deace6c44d} oximeter.timeseries_schema (3aa646a1-78af-4808-bd1d-4a0d2ff65d9e) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.01.19 03:27:13.830688 [ 274 ] {a893cd4c-37d3-4413-b80e-96deace6c44d} oximeter.timeseries_schema (3aa646a1-78af-4808-bd1d-4a0d2ff65d9e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.19 03:27:13.830720 [ 274 ] {a893cd4c-37d3-4413-b80e-96deace6c44d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.01.19 03:27:13.830738 [ 274 ] {a893cd4c-37d3-4413-b80e-96deace6c44d} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2026.01.19 03:27:13.831215 [ 274 ] {a893cd4c-37d3-4413-b80e-96deace6c44d} executeQuery: Read 26 rows, 1.13 KiB in 0.001243 sec., 20917.13596138375 rows/sec., 905.07 KiB/sec. 2026.01.19 03:27:13.831298 [ 274 ] {a893cd4c-37d3-4413-b80e-96deace6c44d} TCPHandler: Processed in 0.001454833 sec. 2026.01.19 03:27:13.831507 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:13.831637 [ 274 ] {4680a96f-0051-45b5-9e16-bc963da8c9d8} executeQuery: (from [fd00:1122:3344:101::d]:58929) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.19 03:27:13.831864 [ 274 ] {4680a96f-0051-45b5-9e16-bc963da8c9d8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.19 03:27:13.831899 [ 274 ] {4680a96f-0051-45b5-9e16-bc963da8c9d8} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.01.19 03:27:13.832089 [ 274 ] {4680a96f-0051-45b5-9e16-bc963da8c9d8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.19 03:27:13.832140 [ 274 ] {4680a96f-0051-45b5-9e16-bc963da8c9d8} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.19 03:27:13.832236 [ 274 ] {4680a96f-0051-45b5-9e16-bc963da8c9d8} oximeter.timeseries_schema (3aa646a1-78af-4808-bd1d-4a0d2ff65d9e) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2026.01.19 03:27:13.832264 [ 274 ] {4680a96f-0051-45b5-9e16-bc963da8c9d8} oximeter.timeseries_schema (3aa646a1-78af-4808-bd1d-4a0d2ff65d9e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.19 03:27:13.832282 [ 274 ] {4680a96f-0051-45b5-9e16-bc963da8c9d8} oximeter.timeseries_schema (3aa646a1-78af-4808-bd1d-4a0d2ff65d9e) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.01.19 03:27:13.832296 [ 274 ] {4680a96f-0051-45b5-9e16-bc963da8c9d8} oximeter.timeseries_schema (3aa646a1-78af-4808-bd1d-4a0d2ff65d9e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.19 03:27:13.832328 [ 274 ] {4680a96f-0051-45b5-9e16-bc963da8c9d8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.01.19 03:27:13.832346 [ 274 ] {4680a96f-0051-45b5-9e16-bc963da8c9d8} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2026.01.19 03:27:13.832804 [ 274 ] {4680a96f-0051-45b5-9e16-bc963da8c9d8} executeQuery: Read 26 rows, 1.13 KiB in 0.001219 sec., 21328.95816242822 rows/sec., 922.89 KiB/sec. 2026.01.19 03:27:13.832886 [ 274 ] {4680a96f-0051-45b5-9e16-bc963da8c9d8} TCPHandler: Processed in 0.001428853 sec. 2026.01.19 03:27:13.833081 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:13.833213 [ 274 ] {494bd594-eba3-4872-a948-7afb4832d57f} executeQuery: (from [fd00:1122:3344:101::d]:58929) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.19 03:27:13.833431 [ 274 ] {494bd594-eba3-4872-a948-7afb4832d57f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.19 03:27:13.833466 [ 274 ] {494bd594-eba3-4872-a948-7afb4832d57f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.01.19 03:27:13.833657 [ 274 ] {494bd594-eba3-4872-a948-7afb4832d57f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.19 03:27:13.833709 [ 274 ] {494bd594-eba3-4872-a948-7afb4832d57f} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.19 03:27:13.833804 [ 274 ] {494bd594-eba3-4872-a948-7afb4832d57f} oximeter.timeseries_schema (3aa646a1-78af-4808-bd1d-4a0d2ff65d9e) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2026.01.19 03:27:13.833831 [ 274 ] {494bd594-eba3-4872-a948-7afb4832d57f} oximeter.timeseries_schema (3aa646a1-78af-4808-bd1d-4a0d2ff65d9e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.19 03:27:13.833850 [ 274 ] {494bd594-eba3-4872-a948-7afb4832d57f} oximeter.timeseries_schema (3aa646a1-78af-4808-bd1d-4a0d2ff65d9e) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.01.19 03:27:13.833863 [ 274 ] {494bd594-eba3-4872-a948-7afb4832d57f} oximeter.timeseries_schema (3aa646a1-78af-4808-bd1d-4a0d2ff65d9e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.19 03:27:13.833896 [ 274 ] {494bd594-eba3-4872-a948-7afb4832d57f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.01.19 03:27:13.833914 [ 274 ] {494bd594-eba3-4872-a948-7afb4832d57f} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2026.01.19 03:27:13.834444 [ 274 ] {494bd594-eba3-4872-a948-7afb4832d57f} executeQuery: Read 26 rows, 1.13 KiB in 0.001286 sec., 20217.72939346812 rows/sec., 874.81 KiB/sec. 2026.01.19 03:27:13.834502 [ 274 ] {494bd594-eba3-4872-a948-7afb4832d57f} TCPHandler: Processed in 0.001469734 sec. 2026.01.19 03:27:13.834746 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:13.834876 [ 274 ] {751f10a2-dd63-413a-88d9-015c749d3f1b} executeQuery: (from [fd00:1122:3344:101::d]:58929) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.19 03:27:13.835091 [ 274 ] {751f10a2-dd63-413a-88d9-015c749d3f1b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.19 03:27:13.835126 [ 274 ] {751f10a2-dd63-413a-88d9-015c749d3f1b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.01.19 03:27:13.835351 [ 274 ] {751f10a2-dd63-413a-88d9-015c749d3f1b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.19 03:27:13.835409 [ 274 ] {751f10a2-dd63-413a-88d9-015c749d3f1b} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.19 03:27:13.835507 [ 274 ] {751f10a2-dd63-413a-88d9-015c749d3f1b} oximeter.timeseries_schema (3aa646a1-78af-4808-bd1d-4a0d2ff65d9e) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2026.01.19 03:27:13.835535 [ 274 ] {751f10a2-dd63-413a-88d9-015c749d3f1b} oximeter.timeseries_schema (3aa646a1-78af-4808-bd1d-4a0d2ff65d9e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.19 03:27:13.835552 [ 274 ] {751f10a2-dd63-413a-88d9-015c749d3f1b} oximeter.timeseries_schema (3aa646a1-78af-4808-bd1d-4a0d2ff65d9e) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.01.19 03:27:13.835566 [ 274 ] {751f10a2-dd63-413a-88d9-015c749d3f1b} oximeter.timeseries_schema (3aa646a1-78af-4808-bd1d-4a0d2ff65d9e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.19 03:27:13.835598 [ 274 ] {751f10a2-dd63-413a-88d9-015c749d3f1b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.01.19 03:27:13.835616 [ 274 ] {751f10a2-dd63-413a-88d9-015c749d3f1b} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2026.01.19 03:27:13.836015 [ 274 ] {751f10a2-dd63-413a-88d9-015c749d3f1b} executeQuery: Read 26 rows, 1.13 KiB in 0.001192 sec., 21812.080536912752 rows/sec., 943.79 KiB/sec. 2026.01.19 03:27:13.836070 [ 274 ] {751f10a2-dd63-413a-88d9-015c749d3f1b} TCPHandler: Processed in 0.001373282 sec. 2026.01.19 03:27:13.899339 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:13.899552 [ 274 ] {a7b0b131-49aa-45ba-be7a-2fe0b44818dc} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.01.19 03:27:13.899633 [ 274 ] {a7b0b131-49aa-45ba-be7a-2fe0b44818dc} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.19 03:27:13.900445 [ 274 ] {a7b0b131-49aa-45ba-be7a-2fe0b44818dc} oximeter.timeseries_schema (3aa646a1-78af-4808-bd1d-4a0d2ff65d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:13.900488 [ 274 ] {a7b0b131-49aa-45ba-be7a-2fe0b44818dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:13.901025 [ 274 ] {a7b0b131-49aa-45ba-be7a-2fe0b44818dc} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.19 03:27:13.901402 [ 274 ] {a7b0b131-49aa-45ba-be7a-2fe0b44818dc} oximeter.timeseries_schema (3aa646a1-78af-4808-bd1d-4a0d2ff65d9e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:13.901563 [ 274 ] {a7b0b131-49aa-45ba-be7a-2fe0b44818dc} executeQuery: Read 9 rows, 1.61 KiB in 0.002071 sec., 4345.726702076292 rows/sec., 777.10 KiB/sec. 2026.01.19 03:27:13.901602 [ 274 ] {a7b0b131-49aa-45ba-be7a-2fe0b44818dc} TCPHandler: Processed in 0.002350934 sec. 2026.01.19 03:27:13.901721 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:13.901816 [ 274 ] {00dc38e1-bb07-4612-9aee-581251abbfcf} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.19 03:27:13.901857 [ 274 ] {00dc38e1-bb07-4612-9aee-581251abbfcf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.19 03:27:13.902389 [ 274 ] {00dc38e1-bb07-4612-9aee-581251abbfcf} oximeter.fields_ipaddr (86613280-dab1-43b0-bc7b-5853c4835035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:13.902428 [ 274 ] {00dc38e1-bb07-4612-9aee-581251abbfcf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:13.902829 [ 274 ] {00dc38e1-bb07-4612-9aee-581251abbfcf} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.19 03:27:13.903263 [ 274 ] {00dc38e1-bb07-4612-9aee-581251abbfcf} oximeter.fields_ipaddr (86613280-dab1-43b0-bc7b-5853c4835035): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:13.903405 [ 274 ] {00dc38e1-bb07-4612-9aee-581251abbfcf} executeQuery: Read 6 rows, 501.00 B in 0.001607 sec., 3733.66521468575 rows/sec., 304.45 KiB/sec. 2026.01.19 03:27:13.903444 [ 274 ] {00dc38e1-bb07-4612-9aee-581251abbfcf} TCPHandler: Processed in 0.00177413 sec. 2026.01.19 03:27:13.903555 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:13.903650 [ 274 ] {a33fadb7-4247-4c6f-8223-b421b8a5111b} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.19 03:27:13.903689 [ 274 ] {a33fadb7-4247-4c6f-8223-b421b8a5111b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.19 03:27:13.904847 [ 274 ] {a33fadb7-4247-4c6f-8223-b421b8a5111b} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:13.904884 [ 274 ] {a33fadb7-4247-4c6f-8223-b421b8a5111b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:13.905485 [ 274 ] {a33fadb7-4247-4c6f-8223-b421b8a5111b} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.19 03:27:13.906046 [ 274 ] {a33fadb7-4247-4c6f-8223-b421b8a5111b} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:13.906188 [ 274 ] {a33fadb7-4247-4c6f-8223-b421b8a5111b} executeQuery: Read 1211 rows, 101.86 KiB in 0.002555 sec., 473972.602739726 rows/sec., 38.93 MiB/sec. 2026.01.19 03:27:13.906224 [ 274 ] {a33fadb7-4247-4c6f-8223-b421b8a5111b} TCPHandler: Processed in 0.002720082 sec. 2026.01.19 03:27:13.906341 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:13.906437 [ 274 ] {e485b19f-3a3b-4674-b445-37dc7647c660} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.19 03:27:13.906478 [ 274 ] {e485b19f-3a3b-4674-b445-37dc7647c660} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.19 03:27:13.906870 [ 274 ] {e485b19f-3a3b-4674-b445-37dc7647c660} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:13.906906 [ 274 ] {e485b19f-3a3b-4674-b445-37dc7647c660} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:13.907370 [ 274 ] {e485b19f-3a3b-4674-b445-37dc7647c660} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.19 03:27:13.907884 [ 274 ] {e485b19f-3a3b-4674-b445-37dc7647c660} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:13.908024 [ 274 ] {e485b19f-3a3b-4674-b445-37dc7647c660} executeQuery: Read 12 rows, 891.00 B in 0.001605 sec., 7476.6355140186915 rows/sec., 542.13 KiB/sec. 2026.01.19 03:27:13.908062 [ 274 ] {e485b19f-3a3b-4674-b445-37dc7647c660} TCPHandler: Processed in 0.001771091 sec. 2026.01.19 03:27:13.908173 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:13.908267 [ 274 ] {738ef006-e497-4574-ae5d-01e4092165f2} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.19 03:27:13.908307 [ 274 ] {738ef006-e497-4574-ae5d-01e4092165f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.19 03:27:13.908766 [ 274 ] {738ef006-e497-4574-ae5d-01e4092165f2} oximeter.fields_u32 (92866282-97e1-4271-9838-e523badf2f1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:13.908802 [ 274 ] {738ef006-e497-4574-ae5d-01e4092165f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:13.909259 [ 274 ] {738ef006-e497-4574-ae5d-01e4092165f2} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.19 03:27:13.909756 [ 274 ] {738ef006-e497-4574-ae5d-01e4092165f2} oximeter.fields_u32 (92866282-97e1-4271-9838-e523badf2f1f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:13.909895 [ 274 ] {738ef006-e497-4574-ae5d-01e4092165f2} executeQuery: Read 228 rows, 15.81 KiB in 0.001645 sec., 138601.82370820668 rows/sec., 9.38 MiB/sec. 2026.01.19 03:27:13.909937 [ 274 ] {738ef006-e497-4574-ae5d-01e4092165f2} TCPHandler: Processed in 0.001813262 sec. 2026.01.19 03:27:13.910042 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:13.910136 [ 274 ] {9e7752b1-e355-464f-a1a7-409ddbbe4610} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.19 03:27:13.910175 [ 274 ] {9e7752b1-e355-464f-a1a7-409ddbbe4610} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.19 03:27:13.910726 [ 274 ] {9e7752b1-e355-464f-a1a7-409ddbbe4610} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:13.910762 [ 274 ] {9e7752b1-e355-464f-a1a7-409ddbbe4610} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:13.911180 [ 274 ] {9e7752b1-e355-464f-a1a7-409ddbbe4610} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.19 03:27:13.911638 [ 274 ] {9e7752b1-e355-464f-a1a7-409ddbbe4610} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:13.911777 [ 274 ] {9e7752b1-e355-464f-a1a7-409ddbbe4610} executeQuery: Read 538 rows, 40.86 KiB in 0.001657 sec., 324683.16234158113 rows/sec., 24.08 MiB/sec. 2026.01.19 03:27:13.911820 [ 274 ] {9e7752b1-e355-464f-a1a7-409ddbbe4610} TCPHandler: Processed in 0.001827362 sec. 2026.01.19 03:27:13.911933 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:13.912027 [ 274 ] {b581221a-73f2-4faa-bc21-1206efac3893} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.19 03:27:13.912070 [ 274 ] {b581221a-73f2-4faa-bc21-1206efac3893} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.19 03:27:13.912818 [ 274 ] {b581221a-73f2-4faa-bc21-1206efac3893} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:13.912855 [ 274 ] {b581221a-73f2-4faa-bc21-1206efac3893} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:13.913461 [ 274 ] {b581221a-73f2-4faa-bc21-1206efac3893} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.19 03:27:13.913903 [ 274 ] {b581221a-73f2-4faa-bc21-1206efac3893} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:13.914043 [ 274 ] {b581221a-73f2-4faa-bc21-1206efac3893} executeQuery: Read 1721 rows, 117.75 KiB in 0.002034 sec., 846116.0275319568 rows/sec., 56.53 MiB/sec. 2026.01.19 03:27:13.914085 [ 274 ] {b581221a-73f2-4faa-bc21-1206efac3893} TCPHandler: Processed in 0.00220282 sec. 2026.01.19 03:27:13.914203 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:13.914297 [ 274 ] {6db17bb4-d408-4dd6-b9dd-8f5d78426742} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.19 03:27:13.914350 [ 274 ] {6db17bb4-d408-4dd6-b9dd-8f5d78426742} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.19 03:27:13.915008 [ 274 ] {6db17bb4-d408-4dd6-b9dd-8f5d78426742} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:13.915045 [ 274 ] {6db17bb4-d408-4dd6-b9dd-8f5d78426742} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:13.915679 [ 274 ] {6db17bb4-d408-4dd6-b9dd-8f5d78426742} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.19 03:27:13.916141 [ 274 ] {6db17bb4-d408-4dd6-b9dd-8f5d78426742} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:13.916294 [ 274 ] {6db17bb4-d408-4dd6-b9dd-8f5d78426742} executeQuery: Read 6 rows, 11.01 KiB in 0.002015 sec., 2977.6674937965263 rows/sec., 5.34 MiB/sec. 2026.01.19 03:27:13.916351 [ 274 ] {6db17bb4-d408-4dd6-b9dd-8f5d78426742} TCPHandler: Processed in 0.00219813 sec. 2026.01.19 03:27:13.916467 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:13.916562 [ 274 ] {fdec4ef0-590c-4a1e-9485-50466ab307ca} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.01.19 03:27:13.916605 [ 274 ] {fdec4ef0-590c-4a1e-9485-50466ab307ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.01.19 03:27:13.916946 [ 274 ] {fdec4ef0-590c-4a1e-9485-50466ab307ca} oximeter.measurements_i64 (47d8365f-8ba4-457c-b436-85eba08d5b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:13.916986 [ 274 ] {fdec4ef0-590c-4a1e-9485-50466ab307ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:13.917436 [ 274 ] {fdec4ef0-590c-4a1e-9485-50466ab307ca} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.19 03:27:13.917871 [ 274 ] {fdec4ef0-590c-4a1e-9485-50466ab307ca} oximeter.measurements_i64 (47d8365f-8ba4-457c-b436-85eba08d5b0a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:13.918000 [ 274 ] {fdec4ef0-590c-4a1e-9485-50466ab307ca} executeQuery: Read 6 rows, 434.00 B in 0.001456 sec., 4120.879120879121 rows/sec., 291.09 KiB/sec. 2026.01.19 03:27:13.918042 [ 274 ] {fdec4ef0-590c-4a1e-9485-50466ab307ca} TCPHandler: Processed in 0.001624828 sec. 2026.01.19 03:27:13.918150 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:13.918243 [ 274 ] {a6ddb92b-9696-445d-84fc-a25224224eb9} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.19 03:27:13.918284 [ 274 ] {a6ddb92b-9696-445d-84fc-a25224224eb9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.19 03:27:13.918606 [ 274 ] {a6ddb92b-9696-445d-84fc-a25224224eb9} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:13.918642 [ 274 ] {a6ddb92b-9696-445d-84fc-a25224224eb9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:13.919142 [ 274 ] {a6ddb92b-9696-445d-84fc-a25224224eb9} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.19 03:27:13.919628 [ 274 ] {a6ddb92b-9696-445d-84fc-a25224224eb9} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:13.919783 [ 274 ] {a6ddb92b-9696-445d-84fc-a25224224eb9} executeQuery: Read 12 rows, 848.00 B in 0.001556 sec., 7712.082262210796 rows/sec., 532.21 KiB/sec. 2026.01.19 03:27:13.919827 [ 274 ] {a6ddb92b-9696-445d-84fc-a25224224eb9} TCPHandler: Processed in 0.001727129 sec. 2026.01.19 03:27:16.730343 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 2348 2026.01.19 03:27:16.730848 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:16.730894 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:16.731553 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.19 03:27:16.732033 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:16.732217 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2348 2026.01.19 03:27:16.849746 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2026.01.19 03:27:16.869702 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:16.869788 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:16.876900 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.19 03:27:16.878055 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:16.881456 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2026.01.19 03:27:17.001161 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 168.92 MiB, peak 172.92 MiB, free memory in arenas 0.00 B, will set to 170.39 MiB (RSS), difference: 1.47 MiB 2026.01.19 03:27:18.321010 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:18.321217 [ 274 ] {b67e873b-ae66-4fd2-a875-2f085b29e4c2} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.19 03:27:18.321287 [ 274 ] {b67e873b-ae66-4fd2-a875-2f085b29e4c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.19 03:27:18.321937 [ 274 ] {b67e873b-ae66-4fd2-a875-2f085b29e4c2} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:18.321985 [ 274 ] {b67e873b-ae66-4fd2-a875-2f085b29e4c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:18.322535 [ 274 ] {b67e873b-ae66-4fd2-a875-2f085b29e4c2} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.19 03:27:18.322977 [ 274 ] {b67e873b-ae66-4fd2-a875-2f085b29e4c2} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:18.323164 [ 274 ] {b67e873b-ae66-4fd2-a875-2f085b29e4c2} executeQuery: Read 56 rows, 4.38 KiB in 0.002004 sec., 27944.111776447106 rows/sec., 2.13 MiB/sec. 2026.01.19 03:27:18.323216 [ 274 ] {b67e873b-ae66-4fd2-a875-2f085b29e4c2} TCPHandler: Processed in 0.002351134 sec. 2026.01.19 03:27:18.323348 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:18.323453 [ 274 ] {9f1fd308-a10a-4b6b-a110-1b3b9b6315d5} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.19 03:27:18.323497 [ 274 ] {9f1fd308-a10a-4b6b-a110-1b3b9b6315d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.19 03:27:18.323977 [ 274 ] {9f1fd308-a10a-4b6b-a110-1b3b9b6315d5} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:18.324023 [ 274 ] {9f1fd308-a10a-4b6b-a110-1b3b9b6315d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:18.324449 [ 274 ] {9f1fd308-a10a-4b6b-a110-1b3b9b6315d5} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.19 03:27:18.324913 [ 274 ] {9f1fd308-a10a-4b6b-a110-1b3b9b6315d5} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:18.325077 [ 274 ] {9f1fd308-a10a-4b6b-a110-1b3b9b6315d5} executeQuery: Read 64 rows, 5.12 KiB in 0.001649 sec., 38811.400848999394 rows/sec., 3.03 MiB/sec. 2026.01.19 03:27:18.325118 [ 274 ] {9f1fd308-a10a-4b6b-a110-1b3b9b6315d5} TCPHandler: Processed in 0.001822322 sec. 2026.01.19 03:27:18.325232 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:18.325329 [ 274 ] {8298dad8-8e84-4273-babe-c5a315a5a476} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.19 03:27:18.325375 [ 274 ] {8298dad8-8e84-4273-babe-c5a315a5a476} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.19 03:27:18.325772 [ 274 ] {8298dad8-8e84-4273-babe-c5a315a5a476} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:18.325810 [ 274 ] {8298dad8-8e84-4273-babe-c5a315a5a476} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:18.326268 [ 274 ] {8298dad8-8e84-4273-babe-c5a315a5a476} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.19 03:27:18.326715 [ 274 ] {8298dad8-8e84-4273-babe-c5a315a5a476} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:18.326892 [ 274 ] {8298dad8-8e84-4273-babe-c5a315a5a476} executeQuery: Read 128 rows, 9.13 KiB in 0.001583 sec., 80859.12823752369 rows/sec., 5.63 MiB/sec. 2026.01.19 03:27:18.326932 [ 274 ] {8298dad8-8e84-4273-babe-c5a315a5a476} TCPHandler: Processed in 0.001751401 sec. 2026.01.19 03:27:18.327045 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:18.327147 [ 274 ] {2aa434d6-7232-4caf-a9d6-abd3b6815f7b} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.19 03:27:18.327192 [ 274 ] {2aa434d6-7232-4caf-a9d6-abd3b6815f7b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.19 03:27:18.327524 [ 274 ] {2aa434d6-7232-4caf-a9d6-abd3b6815f7b} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:18.327565 [ 274 ] {2aa434d6-7232-4caf-a9d6-abd3b6815f7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:18.327958 [ 274 ] {2aa434d6-7232-4caf-a9d6-abd3b6815f7b} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.19 03:27:18.328410 [ 274 ] {2aa434d6-7232-4caf-a9d6-abd3b6815f7b} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:18.328565 [ 274 ] {2aa434d6-7232-4caf-a9d6-abd3b6815f7b} executeQuery: Read 48 rows, 3.31 KiB in 0.001438 sec., 33379.694019471484 rows/sec., 2.25 MiB/sec. 2026.01.19 03:27:18.328602 [ 274 ] {2aa434d6-7232-4caf-a9d6-abd3b6815f7b} TCPHandler: Processed in 0.001608957 sec. 2026.01.19 03:27:19.230781 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 232 2026.01.19 03:27:19.233415 [ 242 ] {} system.query_log (11fc8e4a-c498-452c-9b91-f39c54690b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:19.233466 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:19.234914 [ 242 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.19 03:27:19.235397 [ 242 ] {} system.query_log (11fc8e4a-c498-452c-9b91-f39c54690b92): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:19.235710 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 232 2026.01.19 03:27:23.323863 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:23.324052 [ 274 ] {533a5941-ea86-480c-8f0d-62f10c86adec} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.19 03:27:23.324119 [ 274 ] {533a5941-ea86-480c-8f0d-62f10c86adec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.19 03:27:23.324769 [ 274 ] {533a5941-ea86-480c-8f0d-62f10c86adec} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:23.324813 [ 274 ] {533a5941-ea86-480c-8f0d-62f10c86adec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:23.325353 [ 274 ] {533a5941-ea86-480c-8f0d-62f10c86adec} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.19 03:27:23.325805 [ 274 ] {533a5941-ea86-480c-8f0d-62f10c86adec} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:23.325932 [ 73 ] {} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.19 03:27:23.325963 [ 274 ] {533a5941-ea86-480c-8f0d-62f10c86adec} executeQuery: Read 76 rows, 6.39 KiB in 0.001961 sec., 38755.73686894441 rows/sec., 3.18 MiB/sec. 2026.01.19 03:27:23.326005 [ 73 ] {} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:23.326020 [ 274 ] {533a5941-ea86-480c-8f0d-62f10c86adec} TCPHandler: Processed in 0.002295603 sec. 2026.01.19 03:27:23.326031 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:23.326159 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:23.326267 [ 274 ] {e9a221e6-2e0c-4c87-a360-7541101e85bc} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.19 03:27:23.326313 [ 274 ] {e9a221e6-2e0c-4c87-a360-7541101e85bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.19 03:27:23.326745 [ 274 ] {e9a221e6-2e0c-4c87-a360-7541101e85bc} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:23.326783 [ 274 ] {e9a221e6-2e0c-4c87-a360-7541101e85bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:23.327217 [ 274 ] {e9a221e6-2e0c-4c87-a360-7541101e85bc} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.19 03:27:23.327735 [ 274 ] {e9a221e6-2e0c-4c87-a360-7541101e85bc} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:23.327872 [ 274 ] {e9a221e6-2e0c-4c87-a360-7541101e85bc} executeQuery: Read 10 rows, 770.00 B in 0.001628 sec., 6142.506142506142 rows/sec., 461.89 KiB/sec. 2026.01.19 03:27:23.327910 [ 274 ] {e9a221e6-2e0c-4c87-a360-7541101e85bc} TCPHandler: Processed in 0.001805561 sec. 2026.01.19 03:27:23.328022 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:23.328118 [ 274 ] {c21e89f4-65d9-44ac-835e-4b11219a7f59} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.19 03:27:23.328159 [ 274 ] {c21e89f4-65d9-44ac-835e-4b11219a7f59} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.19 03:27:23.328497 [ 202 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.19 03:27:23.328580 [ 274 ] {c21e89f4-65d9-44ac-835e-4b11219a7f59} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:23.328621 [ 274 ] {c21e89f4-65d9-44ac-835e-4b11219a7f59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:23.329053 [ 274 ] {c21e89f4-65d9-44ac-835e-4b11219a7f59} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.19 03:27:23.329561 [ 274 ] {c21e89f4-65d9-44ac-835e-4b11219a7f59} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:23.329670 [ 73 ] {} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.19 03:27:23.329691 [ 274 ] {c21e89f4-65d9-44ac-835e-4b11219a7f59} executeQuery: Read 74 rows, 5.92 KiB in 0.001593 sec., 46453.23289391086 rows/sec., 3.63 MiB/sec. 2026.01.19 03:27:23.329722 [ 73 ] {} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:23.329736 [ 274 ] {c21e89f4-65d9-44ac-835e-4b11219a7f59} TCPHandler: Processed in 0.001764961 sec. 2026.01.19 03:27:23.329753 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:23.329870 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:23.329912 [ 196 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.19 03:27:23.329969 [ 274 ] {f255c6a0-e1e1-4112-a759-e082d66ca5d8} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.19 03:27:23.330019 [ 274 ] {f255c6a0-e1e1-4112-a759-e082d66ca5d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.19 03:27:23.330440 [ 274 ] {f255c6a0-e1e1-4112-a759-e082d66ca5d8} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:23.330476 [ 274 ] {f255c6a0-e1e1-4112-a759-e082d66ca5d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:23.330944 [ 274 ] {f255c6a0-e1e1-4112-a759-e082d66ca5d8} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.19 03:27:23.331423 [ 274 ] {f255c6a0-e1e1-4112-a759-e082d66ca5d8} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:23.331556 [ 72 ] {} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.19 03:27:23.331562 [ 274 ] {f255c6a0-e1e1-4112-a759-e082d66ca5d8} executeQuery: Read 160 rows, 11.41 KiB in 0.001611 sec., 99317.19428926133 rows/sec., 6.92 MiB/sec. 2026.01.19 03:27:23.331610 [ 72 ] {} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:23.331621 [ 274 ] {f255c6a0-e1e1-4112-a759-e082d66ca5d8} TCPHandler: Processed in 0.001800581 sec. 2026.01.19 03:27:23.331643 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:23.331747 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:23.331766 [ 192 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.19 03:27:23.331845 [ 274 ] {f5b35193-907a-4dd2-a563-92fde007e62c} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.19 03:27:23.331905 [ 274 ] {f5b35193-907a-4dd2-a563-92fde007e62c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.19 03:27:23.332647 [ 274 ] {f5b35193-907a-4dd2-a563-92fde007e62c} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:23.332684 [ 274 ] {f5b35193-907a-4dd2-a563-92fde007e62c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:23.333233 [ 196 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:27:23.333233 [ 192 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:27:23.333237 [ 202 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:27:23.333327 [ 274 ] {f5b35193-907a-4dd2-a563-92fde007e62c} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.19 03:27:23.333353 [ 192 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 232 rows starting from the beginning of the part 2026.01.19 03:27:23.333353 [ 196 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 90 rows starting from the beginning of the part 2026.01.19 03:27:23.333360 [ 202 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 174 rows starting from the beginning of the part 2026.01.19 03:27:23.333499 [ 192 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part 2026.01.19 03:27:23.333500 [ 196 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 36 rows starting from the beginning of the part 2026.01.19 03:27:23.333517 [ 202 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part 2026.01.19 03:27:23.333573 [ 192 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 60 rows starting from the beginning of the part 2026.01.19 03:27:23.333583 [ 196 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 46 rows starting from the beginning of the part 2026.01.19 03:27:23.333611 [ 202 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 50 rows starting from the beginning of the part 2026.01.19 03:27:23.333643 [ 192 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1721 rows starting from the beginning of the part 2026.01.19 03:27:23.333644 [ 196 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 538 rows starting from the beginning of the part 2026.01.19 03:27:23.333675 [ 202 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1211 rows starting from the beginning of the part 2026.01.19 03:27:23.333725 [ 196 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 64 rows starting from the beginning of the part 2026.01.19 03:27:23.333731 [ 192 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 128 rows starting from the beginning of the part 2026.01.19 03:27:23.333741 [ 202 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 56 rows starting from the beginning of the part 2026.01.19 03:27:23.333800 [ 196 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 74 rows starting from the beginning of the part 2026.01.19 03:27:23.333808 [ 192 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part 2026.01.19 03:27:23.333830 [ 202 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 76 rows starting from the beginning of the part 2026.01.19 03:27:23.333862 [ 274 ] {f5b35193-907a-4dd2-a563-92fde007e62c} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:23.334036 [ 274 ] {f5b35193-907a-4dd2-a563-92fde007e62c} executeQuery: Read 10 rows, 18.35 KiB in 0.002209 sec., 4526.935264825713 rows/sec., 8.11 MiB/sec. 2026.01.19 03:27:23.334100 [ 274 ] {f5b35193-907a-4dd2-a563-92fde007e62c} TCPHandler: Processed in 0.002403715 sec. 2026.01.19 03:27:23.334212 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:23.334308 [ 274 ] {44a36969-0e07-4a8c-af3d-38b64714e6c5} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.19 03:27:23.334351 [ 274 ] {44a36969-0e07-4a8c-af3d-38b64714e6c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.19 03:27:23.334681 [ 274 ] {44a36969-0e07-4a8c-af3d-38b64714e6c5} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:23.334718 [ 274 ] {44a36969-0e07-4a8c-af3d-38b64714e6c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:23.335145 [ 190 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 848 rows, containing 5 columns (5 merged, 0 gathered) in 0.005306632 sec., 159800.03889472643 rows/sec., 12.76 MiB/sec. 2026.01.19 03:27:23.335225 [ 274 ] {44a36969-0e07-4a8c-af3d-38b64714e6c5} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.19 03:27:23.335426 [ 196 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1597 rows, containing 5 columns (5 merged, 0 gathered) in 0.009277054 sec., 172145.16591150596 rows/sec., 14.93 MiB/sec. 2026.01.19 03:27:23.335530 [ 189 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.19 03:27:23.335730 [ 274 ] {44a36969-0e07-4a8c-af3d-38b64714e6c5} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:23.335788 [ 202 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.19 03:27:23.335849 [ 72 ] {} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.19 03:27:23.335881 [ 274 ] {44a36969-0e07-4a8c-af3d-38b64714e6c5} executeQuery: Read 60 rows, 4.14 KiB in 0.001592 sec., 37688.44221105528 rows/sec., 2.54 MiB/sec. 2026.01.19 03:27:23.335886 [ 72 ] {} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:23.335927 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:23.335928 [ 274 ] {44a36969-0e07-4a8c-af3d-38b64714e6c5} TCPHandler: Processed in 0.001767771 sec. 2026.01.19 03:27:23.336058 [ 188 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.19 03:27:23.336202 [ 188 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:27:23.336214 [ 189 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_6_1} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:23.336252 [ 188 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part 2026.01.19 03:27:23.336293 [ 202 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_6_1} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:23.336324 [ 189 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_6_1} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.19 03:27:23.336350 [ 188 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part 2026.01.19 03:27:23.336378 [ 202 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_6_1} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.19 03:27:23.336414 [ 188 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part 2026.01.19 03:27:23.336458 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. 2026.01.19 03:27:23.336474 [ 188 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part 2026.01.19 03:27:23.336514 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2026.01.19 03:27:23.336520 [ 188 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 48 rows starting from the beginning of the part 2026.01.19 03:27:23.336577 [ 188 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part 2026.01.19 03:27:23.343107 [ 202 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 210 rows, containing 4 columns (4 merged, 0 gathered) in 0.007105733 sec., 29553.60129630539 rows/sec., 1.98 MiB/sec. 2026.01.19 03:27:23.343347 [ 188 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.19 03:27:23.343403 [ 202 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2361 rows, containing 5 columns (5 merged, 0 gathered) in 0.011689469 sec., 201976.66805908806 rows/sec., 13.82 MiB/sec. 2026.01.19 03:27:23.343761 [ 196 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.19 03:27:23.343894 [ 188 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_6_1} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:23.343968 [ 188 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_6_1} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.19 03:27:23.344045 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.01.19 03:27:23.344352 [ 196 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_6_1} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:23.344426 [ 196 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_6_1} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.19 03:27:23.344481 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. 2026.01.19 03:27:24.148683 [ 71 ] {} DNSResolver: Updating DNS cache 2026.01.19 03:27:24.148735 [ 71 ] {} DNSResolver: Updated DNS cache 2026.01.19 03:27:24.233219 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 2860 2026.01.19 03:27:24.233752 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:24.233809 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:24.234522 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.19 03:27:24.234999 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:24.235160 [ 71 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.19 03:27:24.235170 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2860 2026.01.19 03:27:24.235225 [ 71 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:24.235252 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:24.235392 [ 192 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.19 03:27:24.235527 [ 192 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:27:24.235565 [ 192 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 488 rows starting from the beginning of the part 2026.01.19 03:27:24.235657 [ 192 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 488 rows starting from the beginning of the part 2026.01.19 03:27:24.235721 [ 192 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 427 rows starting from the beginning of the part 2026.01.19 03:27:24.235772 [ 192 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 497 rows starting from the beginning of the part 2026.01.19 03:27:24.235835 [ 192 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 448 rows starting from the beginning of the part 2026.01.19 03:27:24.235887 [ 192 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 512 rows starting from the beginning of the part 2026.01.19 03:27:24.267865 [ 188 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2860 rows, containing 4 columns (4 merged, 0 gathered) in 0.032536789 sec., 87900.49933937857 rows/sec., 1.26 MiB/sec. 2026.01.19 03:27:24.268770 [ 192 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.19 03:27:24.269299 [ 192 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_6_1} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:24.269367 [ 192 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_6_1} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.19 03:27:24.269436 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.35 MiB. 2026.01.19 03:27:24.382451 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2026.01.19 03:27:24.401120 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:24.401190 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:24.407921 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.19 03:27:24.409116 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:24.409414 [ 71 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.19 03:27:24.409457 [ 71 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:24.409481 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:24.409615 [ 192 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.19 03:27:24.412602 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2026.01.19 03:27:24.413906 [ 192 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:27:24.415359 [ 192 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2026.01.19 03:27:24.419894 [ 192 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part 2026.01.19 03:27:24.424143 [ 192 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part 2026.01.19 03:27:24.428481 [ 192 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part 2026.01.19 03:27:24.437996 [ 192 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part 2026.01.19 03:27:24.442468 [ 192 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part 2026.01.19 03:27:24.500224 [ 188 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.090670757 sec., 507.3300535033583 rows/sec., 2.62 MiB/sec. 2026.01.19 03:27:24.502676 [ 187 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.19 03:27:24.505234 [ 187 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_6_1} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:24.505311 [ 187 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_6_1} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.19 03:27:24.507143 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2026.01.19 03:27:25.000232 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 172.88 MiB, peak 182.42 MiB, free memory in arenas 0.00 B, will set to 183.03 MiB (RSS), difference: 10.15 MiB 2026.01.19 03:27:28.323897 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:28.324143 [ 274 ] {49a5a481-73f7-4ef6-870c-0c1c351481b1} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.19 03:27:28.324230 [ 274 ] {49a5a481-73f7-4ef6-870c-0c1c351481b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.19 03:27:28.324990 [ 274 ] {49a5a481-73f7-4ef6-870c-0c1c351481b1} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:28.325029 [ 274 ] {49a5a481-73f7-4ef6-870c-0c1c351481b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:28.325565 [ 274 ] {49a5a481-73f7-4ef6-870c-0c1c351481b1} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.19 03:27:28.326059 [ 274 ] {49a5a481-73f7-4ef6-870c-0c1c351481b1} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:28.326218 [ 274 ] {49a5a481-73f7-4ef6-870c-0c1c351481b1} executeQuery: Read 104 rows, 8.86 KiB in 0.00214 sec., 48598.13084112149 rows/sec., 4.05 MiB/sec. 2026.01.19 03:27:28.326265 [ 274 ] {49a5a481-73f7-4ef6-870c-0c1c351481b1} TCPHandler: Processed in 0.002531938 sec. 2026.01.19 03:27:28.326392 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:28.326494 [ 274 ] {db8f07ea-7be6-49a5-bb41-c1b547ad7ff7} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.19 03:27:28.326546 [ 274 ] {db8f07ea-7be6-49a5-bb41-c1b547ad7ff7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.19 03:27:28.326952 [ 274 ] {db8f07ea-7be6-49a5-bb41-c1b547ad7ff7} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:28.326986 [ 274 ] {db8f07ea-7be6-49a5-bb41-c1b547ad7ff7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:28.327411 [ 274 ] {db8f07ea-7be6-49a5-bb41-c1b547ad7ff7} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.19 03:27:28.327914 [ 274 ] {db8f07ea-7be6-49a5-bb41-c1b547ad7ff7} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:28.328076 [ 274 ] {db8f07ea-7be6-49a5-bb41-c1b547ad7ff7} executeQuery: Read 24 rows, 1.80 KiB in 0.001605 sec., 14953.271028037383 rows/sec., 1.10 MiB/sec. 2026.01.19 03:27:28.328116 [ 274 ] {db8f07ea-7be6-49a5-bb41-c1b547ad7ff7} TCPHandler: Processed in 0.001778951 sec. 2026.01.19 03:27:28.328222 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:28.328318 [ 274 ] {829beeac-92ec-47f6-af58-c4327d54e9b6} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.19 03:27:28.328360 [ 274 ] {829beeac-92ec-47f6-af58-c4327d54e9b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.19 03:27:28.328778 [ 274 ] {829beeac-92ec-47f6-af58-c4327d54e9b6} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:28.328812 [ 274 ] {829beeac-92ec-47f6-af58-c4327d54e9b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:28.329218 [ 274 ] {829beeac-92ec-47f6-af58-c4327d54e9b6} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.19 03:27:28.329659 [ 274 ] {829beeac-92ec-47f6-af58-c4327d54e9b6} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:28.329784 [ 274 ] {829beeac-92ec-47f6-af58-c4327d54e9b6} executeQuery: Read 96 rows, 7.70 KiB in 0.001528 sec., 62827.22513089005 rows/sec., 4.92 MiB/sec. 2026.01.19 03:27:28.329819 [ 274 ] {829beeac-92ec-47f6-af58-c4327d54e9b6} TCPHandler: Processed in 0.001692349 sec. 2026.01.19 03:27:28.329922 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:28.330012 [ 274 ] {64ef4b5d-cb6d-440e-a8b8-652c5b99bb45} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.19 03:27:28.330053 [ 274 ] {64ef4b5d-cb6d-440e-a8b8-652c5b99bb45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.19 03:27:28.330510 [ 274 ] {64ef4b5d-cb6d-440e-a8b8-652c5b99bb45} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:28.330546 [ 274 ] {64ef4b5d-cb6d-440e-a8b8-652c5b99bb45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:28.331010 [ 274 ] {64ef4b5d-cb6d-440e-a8b8-652c5b99bb45} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.19 03:27:28.331482 [ 274 ] {64ef4b5d-cb6d-440e-a8b8-652c5b99bb45} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:28.331614 [ 274 ] {64ef4b5d-cb6d-440e-a8b8-652c5b99bb45} executeQuery: Read 160 rows, 11.41 KiB in 0.001564 sec., 102301.79028132992 rows/sec., 7.13 MiB/sec. 2026.01.19 03:27:28.331650 [ 274 ] {64ef4b5d-cb6d-440e-a8b8-652c5b99bb45} TCPHandler: Processed in 0.001727079 sec. 2026.01.19 03:27:28.331750 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:28.331844 [ 274 ] {3f5bf40d-7e42-4d87-b908-fbe041558e0e} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.19 03:27:28.331897 [ 274 ] {3f5bf40d-7e42-4d87-b908-fbe041558e0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.19 03:27:28.332638 [ 274 ] {3f5bf40d-7e42-4d87-b908-fbe041558e0e} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:28.332676 [ 274 ] {3f5bf40d-7e42-4d87-b908-fbe041558e0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:28.333334 [ 274 ] {3f5bf40d-7e42-4d87-b908-fbe041558e0e} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.19 03:27:28.333868 [ 274 ] {3f5bf40d-7e42-4d87-b908-fbe041558e0e} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:28.334045 [ 274 ] {3f5bf40d-7e42-4d87-b908-fbe041558e0e} executeQuery: Read 24 rows, 44.04 KiB in 0.002219 sec., 10815.682739972961 rows/sec., 19.38 MiB/sec. 2026.01.19 03:27:28.334108 [ 274 ] {3f5bf40d-7e42-4d87-b908-fbe041558e0e} TCPHandler: Processed in 0.002408366 sec. 2026.01.19 03:27:28.334218 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:28.334313 [ 274 ] {635d2828-2d6b-4e8a-90c4-7ff72b46c943} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.01.19 03:27:28.334355 [ 274 ] {635d2828-2d6b-4e8a-90c4-7ff72b46c943} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.01.19 03:27:28.334660 [ 274 ] {635d2828-2d6b-4e8a-90c4-7ff72b46c943} oximeter.measurements_i64 (47d8365f-8ba4-457c-b436-85eba08d5b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:28.334696 [ 274 ] {635d2828-2d6b-4e8a-90c4-7ff72b46c943} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:28.335136 [ 274 ] {635d2828-2d6b-4e8a-90c4-7ff72b46c943} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.19 03:27:28.335612 [ 274 ] {635d2828-2d6b-4e8a-90c4-7ff72b46c943} oximeter.measurements_i64 (47d8365f-8ba4-457c-b436-85eba08d5b0a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:28.335742 [ 274 ] {635d2828-2d6b-4e8a-90c4-7ff72b46c943} executeQuery: Read 15 rows, 1.14 KiB in 0.001447 sec., 10366.275051831375 rows/sec., 790.97 KiB/sec. 2026.01.19 03:27:28.335777 [ 274 ] {635d2828-2d6b-4e8a-90c4-7ff72b46c943} TCPHandler: Processed in 0.001610057 sec. 2026.01.19 03:27:28.335879 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:28.335972 [ 274 ] {97de68b7-7eab-40e5-b501-4b9b0d447cdf} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.19 03:27:28.336011 [ 274 ] {97de68b7-7eab-40e5-b501-4b9b0d447cdf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.19 03:27:28.336316 [ 274 ] {97de68b7-7eab-40e5-b501-4b9b0d447cdf} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:28.336352 [ 274 ] {97de68b7-7eab-40e5-b501-4b9b0d447cdf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:28.336741 [ 274 ] {97de68b7-7eab-40e5-b501-4b9b0d447cdf} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.19 03:27:28.337156 [ 274 ] {97de68b7-7eab-40e5-b501-4b9b0d447cdf} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:28.337289 [ 274 ] {97de68b7-7eab-40e5-b501-4b9b0d447cdf} executeQuery: Read 60 rows, 4.14 KiB in 0.001336 sec., 44910.17964071856 rows/sec., 3.03 MiB/sec. 2026.01.19 03:27:28.337324 [ 274 ] {97de68b7-7eab-40e5-b501-4b9b0d447cdf} TCPHandler: Processed in 0.001496264 sec. 2026.01.19 03:27:29.236006 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 258 2026.01.19 03:27:29.238462 [ 242 ] {} system.query_log (11fc8e4a-c498-452c-9b91-f39c54690b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:29.238508 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:29.239790 [ 242 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.19 03:27:29.240268 [ 242 ] {} system.query_log (11fc8e4a-c498-452c-9b91-f39c54690b92): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:29.240590 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 258 2026.01.19 03:27:31.736219 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3308 2026.01.19 03:27:31.736715 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:31.736751 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:31.737317 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.19 03:27:31.737554 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:31.737692 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3308 2026.01.19 03:27:31.913615 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2026.01.19 03:27:31.931475 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:31.931537 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:31.937245 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.19 03:27:31.937936 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:31.941169 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2026.01.19 03:27:33.325441 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:33.325651 [ 274 ] {597a77db-a414-46c4-84ad-aab29c4cd2f0} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.19 03:27:33.325726 [ 274 ] {597a77db-a414-46c4-84ad-aab29c4cd2f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.19 03:27:33.326407 [ 274 ] {597a77db-a414-46c4-84ad-aab29c4cd2f0} oximeter.fields_i16 (4fd12cdf-1352-49d1-8451-49f40f667fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:33.326459 [ 274 ] {597a77db-a414-46c4-84ad-aab29c4cd2f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:33.326851 [ 274 ] {597a77db-a414-46c4-84ad-aab29c4cd2f0} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.19 03:27:33.327079 [ 274 ] {597a77db-a414-46c4-84ad-aab29c4cd2f0} oximeter.fields_i16 (4fd12cdf-1352-49d1-8451-49f40f667fda): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:33.327233 [ 274 ] {597a77db-a414-46c4-84ad-aab29c4cd2f0} executeQuery: Read 24 rows, 2.04 KiB in 0.001636 sec., 14669.926650366748 rows/sec., 1.22 MiB/sec. 2026.01.19 03:27:33.327279 [ 274 ] {597a77db-a414-46c4-84ad-aab29c4cd2f0} TCPHandler: Processed in 0.001979586 sec. 2026.01.19 03:27:33.327396 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:33.327496 [ 274 ] {195f61aa-e8ee-4f2e-a394-f7e1e53994cb} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.19 03:27:33.327540 [ 274 ] {195f61aa-e8ee-4f2e-a394-f7e1e53994cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.19 03:27:33.328000 [ 274 ] {195f61aa-e8ee-4f2e-a394-f7e1e53994cb} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:33.328041 [ 274 ] {195f61aa-e8ee-4f2e-a394-f7e1e53994cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:33.328362 [ 274 ] {195f61aa-e8ee-4f2e-a394-f7e1e53994cb} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.19 03:27:33.328577 [ 274 ] {195f61aa-e8ee-4f2e-a394-f7e1e53994cb} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:33.328709 [ 274 ] {195f61aa-e8ee-4f2e-a394-f7e1e53994cb} executeQuery: Read 196 rows, 17.82 KiB in 0.001234 sec., 158833.06320907618 rows/sec., 14.10 MiB/sec. 2026.01.19 03:27:33.328747 [ 274 ] {195f61aa-e8ee-4f2e-a394-f7e1e53994cb} TCPHandler: Processed in 0.001401882 sec. 2026.01.19 03:27:33.328867 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:33.328962 [ 274 ] {11c0f717-78b9-4673-9ec6-1db7163eebc9} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.19 03:27:33.329004 [ 274 ] {11c0f717-78b9-4673-9ec6-1db7163eebc9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.19 03:27:33.329409 [ 274 ] {11c0f717-78b9-4673-9ec6-1db7163eebc9} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:33.329446 [ 274 ] {11c0f717-78b9-4673-9ec6-1db7163eebc9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:33.329735 [ 274 ] {11c0f717-78b9-4673-9ec6-1db7163eebc9} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.19 03:27:33.329936 [ 274 ] {11c0f717-78b9-4673-9ec6-1db7163eebc9} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:33.330043 [ 57 ] {} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.19 03:27:33.330064 [ 274 ] {11c0f717-78b9-4673-9ec6-1db7163eebc9} executeQuery: Read 22 rows, 1.71 KiB in 0.001121 sec., 19625.334522747547 rows/sec., 1.49 MiB/sec. 2026.01.19 03:27:33.330109 [ 57 ] {} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:33.330117 [ 274 ] {11c0f717-78b9-4673-9ec6-1db7163eebc9} TCPHandler: Processed in 0.00130109 sec. 2026.01.19 03:27:33.330138 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:33.330243 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:33.330315 [ 200 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.19 03:27:33.330341 [ 274 ] {1891ba50-fddc-465d-a129-079ec52af8b9} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.19 03:27:33.330419 [ 274 ] {1891ba50-fddc-465d-a129-079ec52af8b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.19 03:27:33.330482 [ 200 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:27:33.330548 [ 200 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part 2026.01.19 03:27:33.330648 [ 200 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part 2026.01.19 03:27:33.330716 [ 200 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part 2026.01.19 03:27:33.330766 [ 200 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part 2026.01.19 03:27:33.330807 [ 200 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part 2026.01.19 03:27:33.330827 [ 274 ] {1891ba50-fddc-465d-a129-079ec52af8b9} oximeter.fields_u32 (92866282-97e1-4271-9838-e523badf2f1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:33.330867 [ 274 ] {1891ba50-fddc-465d-a129-079ec52af8b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.19 03:27:33.330874 [ 200 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 22 rows starting from the beginning of the part 2026.01.19 03:27:33.331194 [ 274 ] {1891ba50-fddc-465d-a129-079ec52af8b9} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.19 03:27:33.331444 [ 274 ] {1891ba50-fddc-465d-a129-079ec52af8b9} oximeter.fields_u32 (92866282-97e1-4271-9838-e523badf2f1f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:33.331582 [ 274 ] {1891ba50-fddc-465d-a129-079ec52af8b9} executeQuery: Read 24 rows, 2.04 KiB in 0.001258 sec., 19077.90143084261 rows/sec., 1.58 MiB/sec. 2026.01.19 03:27:33.331620 [ 274 ] {1891ba50-fddc-465d-a129-079ec52af8b9} TCPHandler: Processed in 0.001427683 sec. 2026.01.19 03:27:33.331738 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:33.331831 [ 274 ] {94a80a16-82d0-4f93-aba1-0dfb2fb16a6d} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.19 03:27:33.331869 [ 274 ] {94a80a16-82d0-4f93-aba1-0dfb2fb16a6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.19 03:27:33.331881 [ 188 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 108 rows, containing 5 columns (5 merged, 0 gathered) in 0.001641888 sec., 65777.93369584283 rows/sec., 5.11 MiB/sec. 2026.01.19 03:27:33.332090 [ 198 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.19 03:27:33.332268 [ 274 ] {94a80a16-82d0-4f93-aba1-0dfb2fb16a6d} oximeter.fields_u8 (4a35c6f1-f095-4538-b27e-c16ae26c548d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:33.332310 [ 274 ] {94a80a16-82d0-4f93-aba1-0dfb2fb16a6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:33.332413 [ 198 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_6_1} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:33.332496 [ 198 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_6_1} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.19 03:27:33.332596 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.01.19 03:27:33.332630 [ 274 ] {94a80a16-82d0-4f93-aba1-0dfb2fb16a6d} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.19 03:27:33.332852 [ 274 ] {94a80a16-82d0-4f93-aba1-0dfb2fb16a6d} oximeter.fields_u8 (4a35c6f1-f095-4538-b27e-c16ae26c548d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:33.332986 [ 274 ] {94a80a16-82d0-4f93-aba1-0dfb2fb16a6d} executeQuery: Read 12 rows, 960.00 B in 0.001173 sec., 10230.179028132992 rows/sec., 799.23 KiB/sec. 2026.01.19 03:27:33.333025 [ 274 ] {94a80a16-82d0-4f93-aba1-0dfb2fb16a6d} TCPHandler: Processed in 0.00133582 sec. 2026.01.19 03:27:33.333142 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:33.333234 [ 274 ] {37a38d44-98c6-4a4c-a445-54d86e6ad219} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.19 03:27:33.333274 [ 274 ] {37a38d44-98c6-4a4c-a445-54d86e6ad219} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.19 03:27:33.333689 [ 274 ] {37a38d44-98c6-4a4c-a445-54d86e6ad219} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:33.333727 [ 274 ] {37a38d44-98c6-4a4c-a445-54d86e6ad219} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:33.334037 [ 274 ] {37a38d44-98c6-4a4c-a445-54d86e6ad219} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.19 03:27:33.334262 [ 274 ] {37a38d44-98c6-4a4c-a445-54d86e6ad219} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:33.334393 [ 274 ] {37a38d44-98c6-4a4c-a445-54d86e6ad219} executeQuery: Read 110 rows, 9.17 KiB in 0.001175 sec., 93617.02127659574 rows/sec., 7.62 MiB/sec. 2026.01.19 03:27:33.334429 [ 274 ] {37a38d44-98c6-4a4c-a445-54d86e6ad219} TCPHandler: Processed in 0.001336801 sec. 2026.01.19 03:27:33.334542 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:33.334635 [ 274 ] {1d5dd49d-0fb5-40f6-b788-e8e5bffcaee1} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.19 03:27:33.334679 [ 274 ] {1d5dd49d-0fb5-40f6-b788-e8e5bffcaee1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.19 03:27:33.335068 [ 274 ] {1d5dd49d-0fb5-40f6-b788-e8e5bffcaee1} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:33.335104 [ 274 ] {1d5dd49d-0fb5-40f6-b788-e8e5bffcaee1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:33.335439 [ 274 ] {1d5dd49d-0fb5-40f6-b788-e8e5bffcaee1} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.19 03:27:33.335650 [ 274 ] {1d5dd49d-0fb5-40f6-b788-e8e5bffcaee1} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:33.335779 [ 274 ] {1d5dd49d-0fb5-40f6-b788-e8e5bffcaee1} executeQuery: Read 196 rows, 14.40 KiB in 0.00116 sec., 168965.5172413793 rows/sec., 12.12 MiB/sec. 2026.01.19 03:27:33.335814 [ 274 ] {1d5dd49d-0fb5-40f6-b788-e8e5bffcaee1} TCPHandler: Processed in 0.001321991 sec. 2026.01.19 03:27:33.335926 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:33.336019 [ 274 ] {62a0f802-0405-4101-8c87-a36b4af22a4b} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.19 03:27:33.336075 [ 274 ] {62a0f802-0405-4101-8c87-a36b4af22a4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.19 03:27:33.336790 [ 274 ] {62a0f802-0405-4101-8c87-a36b4af22a4b} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:33.336826 [ 274 ] {62a0f802-0405-4101-8c87-a36b4af22a4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:33.337320 [ 274 ] {62a0f802-0405-4101-8c87-a36b4af22a4b} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.19 03:27:33.337538 [ 274 ] {62a0f802-0405-4101-8c87-a36b4af22a4b} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:33.337642 [ 57 ] {} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.19 03:27:33.337680 [ 274 ] {62a0f802-0405-4101-8c87-a36b4af22a4b} executeQuery: Read 10 rows, 18.35 KiB in 0.001677 sec., 5963.029218843172 rows/sec., 10.69 MiB/sec. 2026.01.19 03:27:33.337697 [ 57 ] {} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:33.337726 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.19 03:27:33.337741 [ 274 ] {62a0f802-0405-4101-8c87-a36b4af22a4b} TCPHandler: Processed in 0.001863893 sec. 2026.01.19 03:27:33.337815 [ 200 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.19 03:27:33.337858 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:33.337957 [ 274 ] {41d5adc3-914e-45bd-8e1e-07f94a8c741f} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.19 03:27:33.337998 [ 274 ] {41d5adc3-914e-45bd-8e1e-07f94a8c741f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.19 03:27:33.338039 [ 200 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:27:33.338100 [ 200 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part 2026.01.19 03:27:33.338213 [ 200 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part 2026.01.19 03:27:33.338315 [ 274 ] {41d5adc3-914e-45bd-8e1e-07f94a8c741f} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:33.338318 [ 200 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part 2026.01.19 03:27:33.338359 [ 274 ] {41d5adc3-914e-45bd-8e1e-07f94a8c741f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.19 03:27:33.338443 [ 200 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part 2026.01.19 03:27:33.338552 [ 200 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part 2026.01.19 03:27:33.338660 [ 200 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 10 rows starting from the beginning of the part 2026.01.19 03:27:33.338679 [ 274 ] {41d5adc3-914e-45bd-8e1e-07f94a8c741f} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.19 03:27:33.338898 [ 274 ] {41d5adc3-914e-45bd-8e1e-07f94a8c741f} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:33.339036 [ 274 ] {41d5adc3-914e-45bd-8e1e-07f94a8c741f} executeQuery: Read 60 rows, 4.14 KiB in 0.001097 sec., 54694.62169553327 rows/sec., 3.69 MiB/sec. 2026.01.19 03:27:33.339075 [ 274 ] {41d5adc3-914e-45bd-8e1e-07f94a8c741f} TCPHandler: Processed in 0.00126912 sec. 2026.01.19 03:27:33.340433 [ 188 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 19 columns (19 merged, 0 gathered) in 0.002657441 sec., 26341.13043337557 rows/sec., 47.20 MiB/sec. 2026.01.19 03:27:33.340763 [ 188 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.19 03:27:33.341144 [ 188 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_6_1} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:33.341227 [ 188 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_6_1} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.19 03:27:33.341319 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.01.19 03:27:38.323371 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:38.323640 [ 274 ] {af3be62c-9e43-417b-a82d-f31667209eb5} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.19 03:27:38.323708 [ 274 ] {af3be62c-9e43-417b-a82d-f31667209eb5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.19 03:27:38.324386 [ 274 ] {af3be62c-9e43-417b-a82d-f31667209eb5} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:38.324434 [ 274 ] {af3be62c-9e43-417b-a82d-f31667209eb5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.19 03:27:38.324837 [ 274 ] {af3be62c-9e43-417b-a82d-f31667209eb5} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.19 03:27:38.325074 [ 274 ] {af3be62c-9e43-417b-a82d-f31667209eb5} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:38.325241 [ 274 ] {af3be62c-9e43-417b-a82d-f31667209eb5} executeQuery: Read 108 rows, 9.26 KiB in 0.001656 sec., 65217.39130434783 rows/sec., 5.46 MiB/sec. 2026.01.19 03:27:38.325284 [ 274 ] {af3be62c-9e43-417b-a82d-f31667209eb5} TCPHandler: Processed in 0.002096978 sec. 2026.01.19 03:27:38.325408 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:38.325503 [ 274 ] {638d89a8-f660-4c88-b2fc-15741b2978c9} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.19 03:27:38.325546 [ 274 ] {638d89a8-f660-4c88-b2fc-15741b2978c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.19 03:27:38.325954 [ 274 ] {638d89a8-f660-4c88-b2fc-15741b2978c9} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:38.325991 [ 274 ] {638d89a8-f660-4c88-b2fc-15741b2978c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.19 03:27:38.326289 [ 274 ] {638d89a8-f660-4c88-b2fc-15741b2978c9} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.19 03:27:38.326503 [ 274 ] {638d89a8-f660-4c88-b2fc-15741b2978c9} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:38.326631 [ 274 ] {638d89a8-f660-4c88-b2fc-15741b2978c9} executeQuery: Read 26 rows, 1.96 KiB in 0.001147 sec., 22667.829119442024 rows/sec., 1.66 MiB/sec. 2026.01.19 03:27:38.326669 [ 274 ] {638d89a8-f660-4c88-b2fc-15741b2978c9} TCPHandler: Processed in 0.00131141 sec. 2026.01.19 03:27:38.326793 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:38.326919 [ 274 ] {f7b58d7d-d323-4c80-9f36-ada8a8ae5154} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.19 03:27:38.326967 [ 274 ] {f7b58d7d-d323-4c80-9f36-ada8a8ae5154} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.19 03:27:38.327484 [ 274 ] {f7b58d7d-d323-4c80-9f36-ada8a8ae5154} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:38.327528 [ 274 ] {f7b58d7d-d323-4c80-9f36-ada8a8ae5154} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.19 03:27:38.327852 [ 274 ] {f7b58d7d-d323-4c80-9f36-ada8a8ae5154} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.19 03:27:38.328069 [ 274 ] {f7b58d7d-d323-4c80-9f36-ada8a8ae5154} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:38.328199 [ 274 ] {f7b58d7d-d323-4c80-9f36-ada8a8ae5154} executeQuery: Read 90 rows, 7.20 KiB in 0.001304 sec., 69018.40490797546 rows/sec., 5.39 MiB/sec. 2026.01.19 03:27:38.328236 [ 274 ] {f7b58d7d-d323-4c80-9f36-ada8a8ae5154} TCPHandler: Processed in 0.001505584 sec. 2026.01.19 03:27:38.328346 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:38.328442 [ 274 ] {d695edfe-9088-4839-bb79-07781adc451d} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.19 03:27:38.328486 [ 274 ] {d695edfe-9088-4839-bb79-07781adc451d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.19 03:27:38.328912 [ 274 ] {d695edfe-9088-4839-bb79-07781adc451d} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:38.328950 [ 274 ] {d695edfe-9088-4839-bb79-07781adc451d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.19 03:27:38.329286 [ 274 ] {d695edfe-9088-4839-bb79-07781adc451d} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.19 03:27:38.329494 [ 274 ] {d695edfe-9088-4839-bb79-07781adc451d} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:38.329625 [ 274 ] {d695edfe-9088-4839-bb79-07781adc451d} executeQuery: Read 160 rows, 11.41 KiB in 0.001202 sec., 133111.48086522464 rows/sec., 9.27 MiB/sec. 2026.01.19 03:27:38.329661 [ 274 ] {d695edfe-9088-4839-bb79-07781adc451d} TCPHandler: Processed in 0.001364811 sec. 2026.01.19 03:27:38.329783 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:38.329937 [ 274 ] {7734fe06-738a-41a1-8f98-466e06c619e3} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.19 03:27:38.330004 [ 274 ] {7734fe06-738a-41a1-8f98-466e06c619e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.19 03:27:38.330860 [ 274 ] {7734fe06-738a-41a1-8f98-466e06c619e3} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:38.330897 [ 274 ] {7734fe06-738a-41a1-8f98-466e06c619e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.19 03:27:38.331426 [ 274 ] {7734fe06-738a-41a1-8f98-466e06c619e3} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.19 03:27:38.331659 [ 274 ] {7734fe06-738a-41a1-8f98-466e06c619e3} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:38.331794 [ 274 ] {7734fe06-738a-41a1-8f98-466e06c619e3} executeQuery: Read 26 rows, 47.71 KiB in 0.001882 sec., 13815.090329436769 rows/sec., 24.76 MiB/sec. 2026.01.19 03:27:38.331851 [ 274 ] {7734fe06-738a-41a1-8f98-466e06c619e3} TCPHandler: Processed in 0.002130069 sec. 2026.01.19 03:27:38.331967 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:38.332063 [ 274 ] {47e647f0-3902-4698-9587-294c238d032c} executeQuery: (from [fd00:1122:3344:101::d]:58929) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.19 03:27:38.332106 [ 274 ] {47e647f0-3902-4698-9587-294c238d032c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.19 03:27:38.332435 [ 274 ] {47e647f0-3902-4698-9587-294c238d032c} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:38.332470 [ 274 ] {47e647f0-3902-4698-9587-294c238d032c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.19 03:27:38.332770 [ 274 ] {47e647f0-3902-4698-9587-294c238d032c} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.19 03:27:38.332991 [ 274 ] {47e647f0-3902-4698-9587-294c238d032c} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:38.333117 [ 274 ] {47e647f0-3902-4698-9587-294c238d032c} executeQuery: Read 60 rows, 4.14 KiB in 0.001073 sec., 55917.98695246971 rows/sec., 3.77 MiB/sec. 2026.01.19 03:27:38.333151 [ 274 ] {47e647f0-3902-4698-9587-294c238d032c} TCPHandler: Processed in 0.001234679 sec. 2026.01.19 03:27:39.148778 [ 49 ] {} DNSResolver: Updating DNS cache 2026.01.19 03:27:39.148841 [ 49 ] {} DNSResolver: Updated DNS cache 2026.01.19 03:27:39.238553 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3820 2026.01.19 03:27:39.239091 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:39.239136 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.19 03:27:39.239645 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.19 03:27:39.239902 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:39.240067 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3820 2026.01.19 03:27:39.241442 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 288 2026.01.19 03:27:39.243544 [ 242 ] {} system.query_log (11fc8e4a-c498-452c-9b91-f39c54690b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:39.243585 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.19 03:27:39.244855 [ 242 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.19 03:27:39.245112 [ 242 ] {} system.query_log (11fc8e4a-c498-452c-9b91-f39c54690b92): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:39.245349 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 288 2026.01.19 03:27:39.442039 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2026.01.19 03:27:39.461559 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:39.461629 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.19 03:27:39.467604 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.19 03:27:39.468388 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:39.472186 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2026.01.19 03:27:42.833656 [ 274 ] {} TCPHandler: Done processing connection. 2026.01.19 03:27:42.833737 [ 274 ] {} TCP-Session: c51e85fa-9704-440a-8d91-8d83c9b166b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:43.000242 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 182.50 MiB, peak 188.28 MiB, free memory in arenas 0.00 B, will set to 184.55 MiB (RSS), difference: 2.04 MiB 2026.01.19 03:27:43.322905 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:43.323102 [ 275 ] {843e0af1-6b6e-433d-ae1a-02a5a42c7857} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.19 03:27:43.323172 [ 275 ] {843e0af1-6b6e-433d-ae1a-02a5a42c7857} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.19 03:27:43.323899 [ 275 ] {843e0af1-6b6e-433d-ae1a-02a5a42c7857} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:43.323946 [ 275 ] {843e0af1-6b6e-433d-ae1a-02a5a42c7857} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.19 03:27:43.324347 [ 275 ] {843e0af1-6b6e-433d-ae1a-02a5a42c7857} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.19 03:27:43.324582 [ 275 ] {843e0af1-6b6e-433d-ae1a-02a5a42c7857} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:43.324752 [ 275 ] {843e0af1-6b6e-433d-ae1a-02a5a42c7857} executeQuery: Read 76 rows, 6.39 KiB in 0.001701 sec., 44679.60023515579 rows/sec., 3.67 MiB/sec. 2026.01.19 03:27:43.324797 [ 275 ] {843e0af1-6b6e-433d-ae1a-02a5a42c7857} TCPHandler: Processed in 0.002016376 sec. 2026.01.19 03:27:43.324920 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:43.325019 [ 275 ] {e89c2fb0-7cb4-4966-8a0b-fb61edbb49c7} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.19 03:27:43.325061 [ 275 ] {e89c2fb0-7cb4-4966-8a0b-fb61edbb49c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.19 03:27:43.325445 [ 275 ] {e89c2fb0-7cb4-4966-8a0b-fb61edbb49c7} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:43.325481 [ 275 ] {e89c2fb0-7cb4-4966-8a0b-fb61edbb49c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.19 03:27:43.325770 [ 275 ] {e89c2fb0-7cb4-4966-8a0b-fb61edbb49c7} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.19 03:27:43.325974 [ 275 ] {e89c2fb0-7cb4-4966-8a0b-fb61edbb49c7} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:43.326111 [ 275 ] {e89c2fb0-7cb4-4966-8a0b-fb61edbb49c7} executeQuery: Read 10 rows, 770.00 B in 0.001114 sec., 8976.660682226213 rows/sec., 675.00 KiB/sec. 2026.01.19 03:27:43.326148 [ 275 ] {e89c2fb0-7cb4-4966-8a0b-fb61edbb49c7} TCPHandler: Processed in 0.001280879 sec. 2026.01.19 03:27:43.326255 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:43.326359 [ 275 ] {7a16da2a-f745-41c8-9916-6b5fd1fc9596} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.19 03:27:43.326402 [ 275 ] {7a16da2a-f745-41c8-9916-6b5fd1fc9596} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.19 03:27:43.326822 [ 275 ] {7a16da2a-f745-41c8-9916-6b5fd1fc9596} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:43.326862 [ 275 ] {7a16da2a-f745-41c8-9916-6b5fd1fc9596} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.19 03:27:43.327203 [ 275 ] {7a16da2a-f745-41c8-9916-6b5fd1fc9596} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.19 03:27:43.327424 [ 275 ] {7a16da2a-f745-41c8-9916-6b5fd1fc9596} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:43.327565 [ 275 ] {7a16da2a-f745-41c8-9916-6b5fd1fc9596} executeQuery: Read 74 rows, 5.92 KiB in 0.001227 sec., 60309.69845150774 rows/sec., 4.71 MiB/sec. 2026.01.19 03:27:43.327604 [ 275 ] {7a16da2a-f745-41c8-9916-6b5fd1fc9596} TCPHandler: Processed in 0.001401583 sec. 2026.01.19 03:27:43.327720 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:43.327817 [ 275 ] {e9d9551d-5c9e-464d-b832-fa0a4135b5d5} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.19 03:27:43.327861 [ 275 ] {e9d9551d-5c9e-464d-b832-fa0a4135b5d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.19 03:27:43.328283 [ 275 ] {e9d9551d-5c9e-464d-b832-fa0a4135b5d5} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:43.328321 [ 275 ] {e9d9551d-5c9e-464d-b832-fa0a4135b5d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.19 03:27:43.328657 [ 275 ] {e9d9551d-5c9e-464d-b832-fa0a4135b5d5} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.19 03:27:43.328884 [ 275 ] {e9d9551d-5c9e-464d-b832-fa0a4135b5d5} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:43.329025 [ 275 ] {e9d9551d-5c9e-464d-b832-fa0a4135b5d5} executeQuery: Read 160 rows, 11.41 KiB in 0.001227 sec., 130399.34800325998 rows/sec., 9.08 MiB/sec. 2026.01.19 03:27:43.329063 [ 275 ] {e9d9551d-5c9e-464d-b832-fa0a4135b5d5} TCPHandler: Processed in 0.001396852 sec. 2026.01.19 03:27:43.329188 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:43.329308 [ 275 ] {21dd1c43-72d3-421c-a96a-19d6bf187638} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.19 03:27:43.329375 [ 275 ] {21dd1c43-72d3-421c-a96a-19d6bf187638} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.19 03:27:43.330216 [ 275 ] {21dd1c43-72d3-421c-a96a-19d6bf187638} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:43.330254 [ 275 ] {21dd1c43-72d3-421c-a96a-19d6bf187638} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.19 03:27:43.330772 [ 275 ] {21dd1c43-72d3-421c-a96a-19d6bf187638} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.19 03:27:43.330989 [ 275 ] {21dd1c43-72d3-421c-a96a-19d6bf187638} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:43.331130 [ 275 ] {21dd1c43-72d3-421c-a96a-19d6bf187638} executeQuery: Read 10 rows, 18.35 KiB in 0.001847 sec., 5414.185165132648 rows/sec., 9.70 MiB/sec. 2026.01.19 03:27:43.331180 [ 275 ] {21dd1c43-72d3-421c-a96a-19d6bf187638} TCPHandler: Processed in 0.002055887 sec. 2026.01.19 03:27:43.331295 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:43.331390 [ 275 ] {9c5f5e1f-8901-4ab5-8a59-0854e4c590ec} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.19 03:27:43.331432 [ 275 ] {9c5f5e1f-8901-4ab5-8a59-0854e4c590ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.19 03:27:43.331762 [ 275 ] {9c5f5e1f-8901-4ab5-8a59-0854e4c590ec} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:43.331799 [ 275 ] {9c5f5e1f-8901-4ab5-8a59-0854e4c590ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.19 03:27:43.332104 [ 275 ] {9c5f5e1f-8901-4ab5-8a59-0854e4c590ec} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.19 03:27:43.332315 [ 275 ] {9c5f5e1f-8901-4ab5-8a59-0854e4c590ec} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:43.332439 [ 275 ] {9c5f5e1f-8901-4ab5-8a59-0854e4c590ec} executeQuery: Read 60 rows, 4.14 KiB in 0.001067 sec., 56232.427366447984 rows/sec., 3.79 MiB/sec. 2026.01.19 03:27:43.332475 [ 275 ] {9c5f5e1f-8901-4ab5-8a59-0854e4c590ec} TCPHandler: Processed in 0.001231948 sec. 2026.01.19 03:27:45.700520 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58941 2026.01.19 03:27:45.700632 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:27:45.700658 [ 274 ] {} TCP-Session: 7550ee65-d28f-4c0d-8c7e-830d6aa1a84c Authenticating user 'default' from [fd00:1122:3344:101::e]:58941 2026.01.19 03:27:45.700689 [ 274 ] {} TCP-Session: 7550ee65-d28f-4c0d-8c7e-830d6aa1a84c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:45.700709 [ 274 ] {} TCP-Session: 7550ee65-d28f-4c0d-8c7e-830d6aa1a84c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:45.700942 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61503 2026.01.19 03:27:45.700955 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38488 2026.01.19 03:27:45.700985 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53961 2026.01.19 03:27:45.701038 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46320 2026.01.19 03:27:45.701021 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44192 2026.01.19 03:27:45.701089 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:27:45.701014 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45104 2026.01.19 03:27:45.701132 [ 274 ] {} TCP-Session: 7550ee65-d28f-4c0d-8c7e-830d6aa1a84c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:45.701145 [ 286 ] {} TCP-Session: a6c1e5ba-2fe4-4215-a461-543fb49112f7 Authenticating user 'default' from [fd00:1122:3344:101::e]:61503 2026.01.19 03:27:45.701126 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:27:45.701205 [ 286 ] {} TCP-Session: a6c1e5ba-2fe4-4215-a461-543fb49112f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:45.701221 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:27:45.701253 [ 286 ] {} TCP-Session: a6c1e5ba-2fe4-4215-a461-543fb49112f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:45.701254 [ 287 ] {} TCP-Session: 1b91a5bf-5a3a-4d9e-9b8c-e516e577c16a Authenticating user 'default' from [fd00:1122:3344:101::e]:38488 2026.01.19 03:27:45.701283 [ 293 ] {} TCP-Session: e5fd19d2-4202-42e6-aaf2-877e85c9003f Authenticating user 'default' from [fd00:1122:3344:101::e]:46320 2026.01.19 03:27:45.701005 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37569 2026.01.19 03:27:45.701323 [ 287 ] {} TCP-Session: 1b91a5bf-5a3a-4d9e-9b8c-e516e577c16a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:45.701331 [ 274 ] {174e3f18-2975-49a4-970a-8207f45babde} executeQuery: (from [fd00:1122:3344:101::e]:58941) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.19 03:27:45.701373 [ 287 ] {} TCP-Session: 1b91a5bf-5a3a-4d9e-9b8c-e516e577c16a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:45.701326 [ 293 ] {} TCP-Session: e5fd19d2-4202-42e6-aaf2-877e85c9003f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:45.701434 [ 293 ] {} TCP-Session: e5fd19d2-4202-42e6-aaf2-877e85c9003f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:45.700987 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37303 2026.01.19 03:27:45.701454 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:27:45.701508 [ 291 ] {} TCP-Session: 38fff189-5042-4545-b813-d31eb913d7fa Authenticating user 'default' from [fd00:1122:3344:101::e]:45104 2026.01.19 03:27:45.701530 [ 291 ] {} TCP-Session: 38fff189-5042-4545-b813-d31eb913d7fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:45.701543 [ 291 ] {} TCP-Session: 38fff189-5042-4545-b813-d31eb913d7fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:45.701574 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:27:45.701611 [ 292 ] {} TCP-Session: 694f5cef-54be-4e53-9927-0a598c5d961f Authenticating user 'default' from [fd00:1122:3344:101::e]:44192 2026.01.19 03:27:45.701629 [ 292 ] {} TCP-Session: 694f5cef-54be-4e53-9927-0a598c5d961f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:45.701641 [ 292 ] {} TCP-Session: 694f5cef-54be-4e53-9927-0a598c5d961f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:45.701654 [ 274 ] {174e3f18-2975-49a4-970a-8207f45babde} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.19 03:27:45.701727 [ 274 ] {174e3f18-2975-49a4-970a-8207f45babde} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.19 03:27:45.701815 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:27:45.701825 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:27:45.701850 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:27:45.701846 [ 289 ] {} TCP-Session: eb9b196b-41b7-430d-91d4-f3b6dbb5112e Authenticating user 'default' from [fd00:1122:3344:101::e]:37303 2026.01.19 03:27:45.701880 [ 288 ] {} TCP-Session: 9cbcb826-cf1c-4b45-af8e-5e47b3a267a7 Authenticating user 'default' from [fd00:1122:3344:101::e]:53961 2026.01.19 03:27:45.701912 [ 289 ] {} TCP-Session: eb9b196b-41b7-430d-91d4-f3b6dbb5112e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:45.701899 [ 290 ] {} TCP-Session: 62bc06fa-cf4f-477c-b366-69d4a407e923 Authenticating user 'default' from [fd00:1122:3344:101::e]:37569 2026.01.19 03:27:45.701943 [ 288 ] {} TCP-Session: 9cbcb826-cf1c-4b45-af8e-5e47b3a267a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:45.701972 [ 290 ] {} TCP-Session: 62bc06fa-cf4f-477c-b366-69d4a407e923 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:45.701986 [ 288 ] {} TCP-Session: 9cbcb826-cf1c-4b45-af8e-5e47b3a267a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:45.701997 [ 290 ] {} TCP-Session: 62bc06fa-cf4f-477c-b366-69d4a407e923 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:45.702007 [ 274 ] {174e3f18-2975-49a4-970a-8207f45babde} oximeter.version (43867d5a-7066-403d-b977-e0ec7be70aa4) (SelectExecutor): Key condition: unknown 2026.01.19 03:27:45.701947 [ 289 ] {} TCP-Session: eb9b196b-41b7-430d-91d4-f3b6dbb5112e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:45.703511 [ 328 ] {174e3f18-2975-49a4-970a-8207f45babde} AggregatingTransform: Aggregating 2026.01.19 03:27:45.703554 [ 328 ] {174e3f18-2975-49a4-970a-8207f45babde} Aggregator: Aggregation method: without_key 2026.01.19 03:27:45.703585 [ 328 ] {174e3f18-2975-49a4-970a-8207f45babde} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001452563 sec. (688.438 rows/sec., 26.89 KiB/sec.) 2026.01.19 03:27:45.703600 [ 328 ] {174e3f18-2975-49a4-970a-8207f45babde} Aggregator: Merging aggregated data 2026.01.19 03:27:45.704694 [ 274 ] {174e3f18-2975-49a4-970a-8207f45babde} executeQuery: Read 1 rows, 40.00 B in 0.003423 sec., 292.141396435875 rows/sec., 11.41 KiB/sec. 2026.01.19 03:27:45.704816 [ 274 ] {174e3f18-2975-49a4-970a-8207f45babde} TCPHandler: Processed in 0.003801488 sec. 2026.01.19 03:27:45.704936 [ 274 ] {} TCPHandler: Done processing connection. 2026.01.19 03:27:45.704964 [ 274 ] {} TCP-Session: 7550ee65-d28f-4c0d-8c7e-830d6aa1a84c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:45.704969 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.19 03:27:45.704987 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.19 03:27:45.705008 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.19 03:27:45.705022 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.19 03:27:45.705037 [ 289 ] {} TCP-Session: eb9b196b-41b7-430d-91d4-f3b6dbb5112e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:45.705042 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.19 03:27:45.705075 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.19 03:27:45.705092 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.19 03:27:45.705128 [ 291 ] {} TCP-Session: 38fff189-5042-4545-b813-d31eb913d7fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:45.705103 [ 293 ] {} TCP-Session: e5fd19d2-4202-42e6-aaf2-877e85c9003f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:45.705160 [ 292 ] {} TCP-Session: 694f5cef-54be-4e53-9927-0a598c5d961f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:45.705057 [ 287 ] {} TCP-Session: 1b91a5bf-5a3a-4d9e-9b8c-e516e577c16a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:45.705060 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.19 03:27:45.705070 [ 290 ] {} TCP-Session: 62bc06fa-cf4f-477c-b366-69d4a407e923 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:45.705246 [ 286 ] {} TCP-Session: a6c1e5ba-2fe4-4215-a461-543fb49112f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:45.705024 [ 288 ] {} TCP-Session: 9cbcb826-cf1c-4b45-af8e-5e47b3a267a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:45.812560 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49164 2026.01.19 03:27:45.812673 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:27:45.812700 [ 274 ] {} TCP-Session: 15b286c0-fc88-4f22-85c6-e04bd8908891 Authenticating user 'default' from [fd00:1122:3344:101::e]:49164 2026.01.19 03:27:45.812723 [ 274 ] {} TCP-Session: 15b286c0-fc88-4f22-85c6-e04bd8908891 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:45.812737 [ 274 ] {} TCP-Session: 15b286c0-fc88-4f22-85c6-e04bd8908891 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:45.813020 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62585 2026.01.19 03:27:45.813054 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48298 2026.01.19 03:27:45.813076 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34802 2026.01.19 03:27:45.813099 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46200 2026.01.19 03:27:45.813143 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:27:45.813105 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55385 2026.01.19 03:27:45.813180 [ 286 ] {} TCP-Session: 7da4ceb6-8159-4744-b797-8ae3f0242c5c Authenticating user 'default' from [fd00:1122:3344:101::e]:62585 2026.01.19 03:27:45.813195 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:27:45.813173 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:27:45.813225 [ 292 ] {} TCP-Session: 41fbd531-faa6-47cb-82d0-7377dfb86c61 Authenticating user 'default' from [fd00:1122:3344:101::e]:46200 2026.01.19 03:27:45.813245 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:27:45.813255 [ 287 ] {} TCP-Session: 080b0f8a-0db1-43df-8a77-dfa18f5e6a61 Authenticating user 'default' from [fd00:1122:3344:101::e]:48298 2026.01.19 03:27:45.813261 [ 292 ] {} TCP-Session: 41fbd531-faa6-47cb-82d0-7377dfb86c61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:45.813278 [ 293 ] {} TCP-Session: 37733a25-1e72-4597-a6fc-c06e592a02fe Authenticating user 'default' from [fd00:1122:3344:101::e]:55385 2026.01.19 03:27:45.813301 [ 292 ] {} TCP-Session: 41fbd531-faa6-47cb-82d0-7377dfb86c61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:45.813296 [ 287 ] {} TCP-Session: 080b0f8a-0db1-43df-8a77-dfa18f5e6a61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:45.813318 [ 293 ] {} TCP-Session: 37733a25-1e72-4597-a6fc-c06e592a02fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:45.813346 [ 287 ] {} TCP-Session: 080b0f8a-0db1-43df-8a77-dfa18f5e6a61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:45.813362 [ 293 ] {} TCP-Session: 37733a25-1e72-4597-a6fc-c06e592a02fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:45.813221 [ 286 ] {} TCP-Session: 7da4ceb6-8159-4744-b797-8ae3f0242c5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:45.813086 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53502 2026.01.19 03:27:45.813424 [ 286 ] {} TCP-Session: 7da4ceb6-8159-4744-b797-8ae3f0242c5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:45.813081 [ 274 ] {} TCP-Session: 15b286c0-fc88-4f22-85c6-e04bd8908891 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:45.813174 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:27:45.813537 [ 290 ] {} TCP-Session: 886d6bb0-bea4-49a3-a70d-282b55396330 Authenticating user 'default' from [fd00:1122:3344:101::e]:34802 2026.01.19 03:27:45.813539 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:27:45.813555 [ 290 ] {} TCP-Session: 886d6bb0-bea4-49a3-a70d-282b55396330 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:45.813064 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39805 2026.01.19 03:27:45.813592 [ 291 ] {} TCP-Session: 887ad9f2-8678-4922-9089-4d13fe111248 Authenticating user 'default' from [fd00:1122:3344:101::e]:53502 2026.01.19 03:27:45.813590 [ 290 ] {} TCP-Session: 886d6bb0-bea4-49a3-a70d-282b55396330 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:45.813653 [ 291 ] {} TCP-Session: 887ad9f2-8678-4922-9089-4d13fe111248 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:45.813063 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44455 2026.01.19 03:27:45.813680 [ 291 ] {} TCP-Session: 887ad9f2-8678-4922-9089-4d13fe111248 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:45.813682 [ 274 ] {f3bece24-d5b9-464a-9280-8bf15b8c56ea} executeQuery: (from [fd00:1122:3344:101::e]:49164) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.19 03:27:45.813682 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:27:45.813761 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:27:45.813764 [ 289 ] {} TCP-Session: fdd13e83-b378-4cf0-8f33-585dc9b9cd10 Authenticating user 'default' from [fd00:1122:3344:101::e]:39805 2026.01.19 03:27:45.813799 [ 288 ] {} TCP-Session: fab67723-a7c9-4a9a-ab50-66c1b785612f Authenticating user 'default' from [fd00:1122:3344:101::e]:44455 2026.01.19 03:27:45.813814 [ 289 ] {} TCP-Session: fdd13e83-b378-4cf0-8f33-585dc9b9cd10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:45.813835 [ 288 ] {} TCP-Session: fab67723-a7c9-4a9a-ab50-66c1b785612f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:45.813851 [ 289 ] {} TCP-Session: fdd13e83-b378-4cf0-8f33-585dc9b9cd10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:45.813870 [ 288 ] {} TCP-Session: fab67723-a7c9-4a9a-ab50-66c1b785612f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:45.814044 [ 274 ] {f3bece24-d5b9-464a-9280-8bf15b8c56ea} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.19 03:27:45.814124 [ 274 ] {f3bece24-d5b9-464a-9280-8bf15b8c56ea} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.19 03:27:45.814511 [ 274 ] {f3bece24-d5b9-464a-9280-8bf15b8c56ea} oximeter.version (43867d5a-7066-403d-b977-e0ec7be70aa4) (SelectExecutor): Key condition: unknown 2026.01.19 03:27:45.814634 [ 274 ] {f3bece24-d5b9-464a-9280-8bf15b8c56ea} Aggregator: Compile expression max()(UInt64) 0 2026.01.19 03:27:46.000182 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 184.97 MiB, peak 193.03 MiB, free memory in arenas 0.00 B, will set to 190.23 MiB (RSS), difference: 5.26 MiB 2026.01.19 03:27:46.374309 [ 321 ] {f3bece24-d5b9-464a-9280-8bf15b8c56ea} AggregatingTransform: Aggregating 2026.01.19 03:27:46.374399 [ 321 ] {f3bece24-d5b9-464a-9280-8bf15b8c56ea} Aggregator: Aggregation method: without_key 2026.01.19 03:27:46.374438 [ 321 ] {f3bece24-d5b9-464a-9280-8bf15b8c56ea} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001049615 sec. (952.730 rows/sec., 37.22 KiB/sec.) 2026.01.19 03:27:46.374457 [ 321 ] {f3bece24-d5b9-464a-9280-8bf15b8c56ea} Aggregator: Merging aggregated data 2026.01.19 03:27:46.375648 [ 274 ] {f3bece24-d5b9-464a-9280-8bf15b8c56ea} executeQuery: Read 1 rows, 40.00 B in 0.562053 sec., 1.779191642069342 rows/sec., 71.17 B/sec. 2026.01.19 03:27:46.375813 [ 274 ] {f3bece24-d5b9-464a-9280-8bf15b8c56ea} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2026.01.19 03:27:46.375831 [ 274 ] {f3bece24-d5b9-464a-9280-8bf15b8c56ea} TCPHandler: Processed in 0.562885616 sec. 2026.01.19 03:27:46.375962 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.19 03:27:46.375981 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.19 03:27:46.375987 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.19 03:27:46.376005 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.19 03:27:46.376027 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.19 03:27:46.376055 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.19 03:27:46.376070 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.19 03:27:46.376108 [ 290 ] {} TCP-Session: 886d6bb0-bea4-49a3-a70d-282b55396330 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:46.376108 [ 287 ] {} TCP-Session: 080b0f8a-0db1-43df-8a77-dfa18f5e6a61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:46.376068 [ 293 ] {} TCP-Session: 37733a25-1e72-4597-a6fc-c06e592a02fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:46.376151 [ 291 ] {} TCP-Session: 887ad9f2-8678-4922-9089-4d13fe111248 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:46.376048 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.19 03:27:46.376047 [ 286 ] {} TCP-Session: 7da4ceb6-8159-4744-b797-8ae3f0242c5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:46.376040 [ 292 ] {} TCP-Session: 41fbd531-faa6-47cb-82d0-7377dfb86c61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:46.376215 [ 288 ] {} TCP-Session: fab67723-a7c9-4a9a-ab50-66c1b785612f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:46.375998 [ 289 ] {} TCP-Session: fdd13e83-b378-4cf0-8f33-585dc9b9cd10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:46.376078 [ 274 ] {} TCPHandler: Done processing connection. 2026.01.19 03:27:46.376294 [ 274 ] {} TCP-Session: 15b286c0-fc88-4f22-85c6-e04bd8908891 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:27:46.741106 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4268 2026.01.19 03:27:46.741597 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:46.741642 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.19 03:27:46.742138 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.19 03:27:46.742374 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:46.742510 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4268 2026.01.19 03:27:46.973201 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2026.01.19 03:27:46.991867 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:46.991940 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.19 03:27:46.997728 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.19 03:27:46.998494 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:47.001169 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 192.13 MiB, peak 201.76 MiB, free memory in arenas 0.00 B, will set to 205.52 MiB (RSS), difference: 13.39 MiB 2026.01.19 03:27:47.002120 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2026.01.19 03:27:48.350123 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:48.350289 [ 275 ] {206ed455-ac80-4fe5-b174-d99591c794a3} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.19 03:27:48.350352 [ 275 ] {206ed455-ac80-4fe5-b174-d99591c794a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.19 03:27:48.351774 [ 275 ] {206ed455-ac80-4fe5-b174-d99591c794a3} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:48.351820 [ 275 ] {206ed455-ac80-4fe5-b174-d99591c794a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.19 03:27:48.352307 [ 275 ] {206ed455-ac80-4fe5-b174-d99591c794a3} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.19 03:27:48.352554 [ 275 ] {206ed455-ac80-4fe5-b174-d99591c794a3} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:48.352711 [ 40 ] {} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.19 03:27:48.352730 [ 275 ] {206ed455-ac80-4fe5-b174-d99591c794a3} executeQuery: Read 1248 rows, 105.37 KiB in 0.002485 sec., 502213.2796780685 rows/sec., 41.41 MiB/sec. 2026.01.19 03:27:48.352772 [ 40 ] {} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:48.352794 [ 275 ] {206ed455-ac80-4fe5-b174-d99591c794a3} TCPHandler: Processed in 0.002791964 sec. 2026.01.19 03:27:48.352801 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.19 03:27:48.352914 [ 200 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.01.19 03:27:48.352941 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:48.353037 [ 200 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:27:48.353053 [ 275 ] {f63eb4a4-6adf-45d0-b56a-202f911a23b7} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.19 03:27:48.353074 [ 200 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1355 rows starting from the beginning of the part 2026.01.19 03:27:48.353103 [ 275 ] {f63eb4a4-6adf-45d0-b56a-202f911a23b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.19 03:27:48.353144 [ 200 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 104 rows starting from the beginning of the part 2026.01.19 03:27:48.353194 [ 200 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 196 rows starting from the beginning of the part 2026.01.19 03:27:48.353237 [ 200 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 108 rows starting from the beginning of the part 2026.01.19 03:27:48.353273 [ 200 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 76 rows starting from the beginning of the part 2026.01.19 03:27:48.353313 [ 200 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1248 rows starting from the beginning of the part 2026.01.19 03:27:48.353559 [ 275 ] {f63eb4a4-6adf-45d0-b56a-202f911a23b7} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:48.353605 [ 275 ] {f63eb4a4-6adf-45d0-b56a-202f911a23b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.19 03:27:48.353950 [ 275 ] {f63eb4a4-6adf-45d0-b56a-202f911a23b7} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.19 03:27:48.354183 [ 275 ] {f63eb4a4-6adf-45d0-b56a-202f911a23b7} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:48.354328 [ 275 ] {f63eb4a4-6adf-45d0-b56a-202f911a23b7} executeQuery: Read 26 rows, 1.96 KiB in 0.0013 sec., 20000 rows/sec., 1.47 MiB/sec. 2026.01.19 03:27:48.354369 [ 275 ] {f63eb4a4-6adf-45d0-b56a-202f911a23b7} TCPHandler: Processed in 0.001484174 sec. 2026.01.19 03:27:48.354489 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:48.354591 [ 275 ] {eeb23585-f10d-4256-a36d-e6a2bed50ce2} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.19 03:27:48.354632 [ 275 ] {eeb23585-f10d-4256-a36d-e6a2bed50ce2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.19 03:27:48.354895 [ 188 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 3087 rows, containing 5 columns (5 merged, 0 gathered) in 0.002022836 sec., 1526075.2725381593 rows/sec., 132.93 MiB/sec. 2026.01.19 03:27:48.355133 [ 275 ] {eeb23585-f10d-4256-a36d-e6a2bed50ce2} oximeter.fields_u32 (92866282-97e1-4271-9838-e523badf2f1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:48.355176 [ 275 ] {eeb23585-f10d-4256-a36d-e6a2bed50ce2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.19 03:27:48.355202 [ 199 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.19 03:27:48.355546 [ 275 ] {eeb23585-f10d-4256-a36d-e6a2bed50ce2} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.19 03:27:48.355593 [ 199 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_11_2} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:48.355705 [ 199 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_11_2} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.19 03:27:48.355814 [ 275 ] {eeb23585-f10d-4256-a36d-e6a2bed50ce2} oximeter.fields_u32 (92866282-97e1-4271-9838-e523badf2f1f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:48.355828 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2026.01.19 03:27:48.355991 [ 275 ] {eeb23585-f10d-4256-a36d-e6a2bed50ce2} executeQuery: Read 228 rows, 15.81 KiB in 0.001422 sec., 160337.552742616 rows/sec., 10.86 MiB/sec. 2026.01.19 03:27:48.356042 [ 275 ] {eeb23585-f10d-4256-a36d-e6a2bed50ce2} TCPHandler: Processed in 0.001605667 sec. 2026.01.19 03:27:48.356163 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:48.356260 [ 275 ] {b3ccf7cc-dc24-4ee0-9200-1e0798d6896a} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.19 03:27:48.356302 [ 275 ] {b3ccf7cc-dc24-4ee0-9200-1e0798d6896a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.19 03:27:48.356912 [ 275 ] {b3ccf7cc-dc24-4ee0-9200-1e0798d6896a} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:48.356950 [ 275 ] {b3ccf7cc-dc24-4ee0-9200-1e0798d6896a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.19 03:27:48.357291 [ 275 ] {b3ccf7cc-dc24-4ee0-9200-1e0798d6896a} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.19 03:27:48.357515 [ 275 ] {b3ccf7cc-dc24-4ee0-9200-1e0798d6896a} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:48.357646 [ 39 ] {} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.19 03:27:48.357652 [ 275 ] {b3ccf7cc-dc24-4ee0-9200-1e0798d6896a} executeQuery: Read 546 rows, 41.49 KiB in 0.00141 sec., 387234.0425531915 rows/sec., 28.73 MiB/sec. 2026.01.19 03:27:48.357696 [ 39 ] {} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:48.357711 [ 275 ] {b3ccf7cc-dc24-4ee0-9200-1e0798d6896a} TCPHandler: Processed in 0.001606007 sec. 2026.01.19 03:27:48.357722 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.19 03:27:48.357838 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:48.357857 [ 197 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.01.19 03:27:48.357939 [ 275 ] {6d4aea91-1436-402d-98f4-c0efb322fcfa} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.19 03:27:48.357989 [ 275 ] {6d4aea91-1436-402d-98f4-c0efb322fcfa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.19 03:27:48.358024 [ 197 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:27:48.358074 [ 197 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 592 rows starting from the beginning of the part 2026.01.19 03:27:48.358178 [ 197 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 96 rows starting from the beginning of the part 2026.01.19 03:27:48.358236 [ 197 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 110 rows starting from the beginning of the part 2026.01.19 03:27:48.358307 [ 197 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 90 rows starting from the beginning of the part 2026.01.19 03:27:48.358361 [ 197 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 74 rows starting from the beginning of the part 2026.01.19 03:27:48.358422 [ 197 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 546 rows starting from the beginning of the part 2026.01.19 03:27:48.358551 [ 275 ] {6d4aea91-1436-402d-98f4-c0efb322fcfa} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:48.358592 [ 275 ] {6d4aea91-1436-402d-98f4-c0efb322fcfa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.19 03:27:48.359015 [ 275 ] {6d4aea91-1436-402d-98f4-c0efb322fcfa} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.19 03:27:48.359257 [ 275 ] {6d4aea91-1436-402d-98f4-c0efb322fcfa} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:48.359363 [ 39 ] {} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.19 03:27:48.359396 [ 39 ] {} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:48.359395 [ 275 ] {6d4aea91-1436-402d-98f4-c0efb322fcfa} executeQuery: Read 838 rows, 57.76 KiB in 0.001476 sec., 567750.677506775 rows/sec., 38.21 MiB/sec. 2026.01.19 03:27:48.359415 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.19 03:27:48.359448 [ 275 ] {6d4aea91-1436-402d-98f4-c0efb322fcfa} TCPHandler: Processed in 0.001662838 sec. 2026.01.19 03:27:48.359520 [ 199 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.01.19 03:27:48.359569 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:48.359643 [ 199 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:27:48.359649 [ 195 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1508 rows, containing 5 columns (5 merged, 0 gathered) in 0.001859203 sec., 811100.2402642423 rows/sec., 64.57 MiB/sec. 2026.01.19 03:27:48.359669 [ 275 ] {5719467c-0203-4649-8779-f8d4245bb7e6} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.19 03:27:48.359681 [ 199 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2361 rows starting from the beginning of the part 2026.01.19 03:27:48.359738 [ 275 ] {5719467c-0203-4649-8779-f8d4245bb7e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.19 03:27:48.359782 [ 199 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 160 rows starting from the beginning of the part 2026.01.19 03:27:48.359822 [ 197 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.19 03:27:48.359835 [ 199 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 196 rows starting from the beginning of the part 2026.01.19 03:27:48.359915 [ 199 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part 2026.01.19 03:27:48.359964 [ 199 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part 2026.01.19 03:27:48.360018 [ 199 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 838 rows starting from the beginning of the part 2026.01.19 03:27:48.360100 [ 197 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_11_2} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:48.360183 [ 197 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_11_2} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.19 03:27:48.360277 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.01.19 03:27:48.360553 [ 275 ] {5719467c-0203-4649-8779-f8d4245bb7e6} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:48.360595 [ 275 ] {5719467c-0203-4649-8779-f8d4245bb7e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.19 03:27:48.361227 [ 275 ] {5719467c-0203-4649-8779-f8d4245bb7e6} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.19 03:27:48.361474 [ 275 ] {5719467c-0203-4649-8779-f8d4245bb7e6} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:48.361620 [ 275 ] {5719467c-0203-4649-8779-f8d4245bb7e6} executeQuery: Read 26 rows, 47.71 KiB in 0.001969 sec., 13204.672422549518 rows/sec., 23.66 MiB/sec. 2026.01.19 03:27:48.361672 [ 275 ] {5719467c-0203-4649-8779-f8d4245bb7e6} TCPHandler: Processed in 0.002152559 sec. 2026.01.19 03:27:48.361786 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:48.361882 [ 275 ] {252f075b-6607-40ce-8691-e4c3014d3725} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.19 03:27:48.361924 [ 275 ] {252f075b-6607-40ce-8691-e4c3014d3725} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.19 03:27:48.361930 [ 197 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 3875 rows, containing 5 columns (5 merged, 0 gathered) in 0.002445356 sec., 1584636.347427532 rows/sec., 108.56 MiB/sec. 2026.01.19 03:27:48.362269 [ 199 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.19 03:27:48.362278 [ 275 ] {252f075b-6607-40ce-8691-e4c3014d3725} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:48.362333 [ 275 ] {252f075b-6607-40ce-8691-e4c3014d3725} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.19 03:27:48.362585 [ 199 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_11_2} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:48.362666 [ 199 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_11_2} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.19 03:27:48.362706 [ 275 ] {252f075b-6607-40ce-8691-e4c3014d3725} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.19 03:27:48.362735 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. 2026.01.19 03:27:48.362932 [ 275 ] {252f075b-6607-40ce-8691-e4c3014d3725} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:48.363037 [ 39 ] {} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.19 03:27:48.363067 [ 275 ] {252f075b-6607-40ce-8691-e4c3014d3725} executeQuery: Read 60 rows, 4.14 KiB in 0.001202 sec., 49916.80532445924 rows/sec., 3.36 MiB/sec. 2026.01.19 03:27:48.363070 [ 39 ] {} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:48.363107 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.19 03:27:48.363109 [ 275 ] {252f075b-6607-40ce-8691-e4c3014d3725} TCPHandler: Processed in 0.001374051 sec. 2026.01.19 03:27:48.363205 [ 195 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.01.19 03:27:48.363329 [ 195 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:27:48.363366 [ 195 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 210 rows starting from the beginning of the part 2026.01.19 03:27:48.363442 [ 195 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part 2026.01.19 03:27:48.363493 [ 195 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part 2026.01.19 03:27:48.363534 [ 195 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part 2026.01.19 03:27:48.363575 [ 195 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part 2026.01.19 03:27:48.363615 [ 195 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part 2026.01.19 03:27:48.364429 [ 194 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 510 rows, containing 4 columns (4 merged, 0 gathered) in 0.001259279 sec., 404993.65112893964 rows/sec., 27.21 MiB/sec. 2026.01.19 03:27:48.364575 [ 195 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.19 03:27:48.364825 [ 195 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_11_2} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:48.364891 [ 195 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_11_2} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.19 03:27:48.364955 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.01.19 03:27:49.246352 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 318 2026.01.19 03:27:49.248507 [ 242 ] {} system.query_log (11fc8e4a-c498-452c-9b91-f39c54690b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:49.248556 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.19 03:27:49.249733 [ 242 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.19 03:27:49.250012 [ 242 ] {} system.query_log (11fc8e4a-c498-452c-9b91-f39c54690b92): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:49.250155 [ 38 ] {} system.query_log (11fc8e4a-c498-452c-9b91-f39c54690b92) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.19 03:27:49.250203 [ 38 ] {} system.query_log (11fc8e4a-c498-452c-9b91-f39c54690b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:49.250227 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.19 03:27:49.250341 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 318 2026.01.19 03:27:49.250386 [ 197 ] {11fc8e4a-c498-452c-9b91-f39c54690b92::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.19 03:27:49.251119 [ 197 ] {11fc8e4a-c498-452c-9b91-f39c54690b92::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:27:49.251290 [ 197 ] {11fc8e4a-c498-452c-9b91-f39c54690b92::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 88 rows starting from the beginning of the part 2026.01.19 03:27:49.251705 [ 197 ] {11fc8e4a-c498-452c-9b91-f39c54690b92::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 86 rows starting from the beginning of the part 2026.01.19 03:27:49.252096 [ 197 ] {11fc8e4a-c498-452c-9b91-f39c54690b92::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 58 rows starting from the beginning of the part 2026.01.19 03:27:49.252462 [ 197 ] {11fc8e4a-c498-452c-9b91-f39c54690b92::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 26 rows starting from the beginning of the part 2026.01.19 03:27:49.252833 [ 197 ] {11fc8e4a-c498-452c-9b91-f39c54690b92::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part 2026.01.19 03:27:49.253205 [ 197 ] {11fc8e4a-c498-452c-9b91-f39c54690b92::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part 2026.01.19 03:27:49.259817 [ 194 ] {11fc8e4a-c498-452c-9b91-f39c54690b92::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 318 rows, containing 72 columns (72 merged, 0 gathered) in 0.009510739 sec., 33435.88757929326 rows/sec., 32.87 MiB/sec. 2026.01.19 03:27:49.260742 [ 186 ] {11fc8e4a-c498-452c-9b91-f39c54690b92::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.19 03:27:49.261331 [ 186 ] {11fc8e4a-c498-452c-9b91-f39c54690b92::all_1_6_1} system.query_log (11fc8e4a-c498-452c-9b91-f39c54690b92): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:49.261397 [ 186 ] {11fc8e4a-c498-452c-9b91-f39c54690b92::all_1_6_1} system.query_log (11fc8e4a-c498-452c-9b91-f39c54690b92) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.19 03:27:49.261589 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.69 MiB. 2026.01.19 03:27:53.322855 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:53.323038 [ 275 ] {a72eb0b4-9aef-4833-881f-f3719db6dd47} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.19 03:27:53.323100 [ 275 ] {a72eb0b4-9aef-4833-881f-f3719db6dd47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.19 03:27:53.323704 [ 275 ] {a72eb0b4-9aef-4833-881f-f3719db6dd47} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:53.323745 [ 275 ] {a72eb0b4-9aef-4833-881f-f3719db6dd47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.19 03:27:53.324142 [ 275 ] {a72eb0b4-9aef-4833-881f-f3719db6dd47} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.19 03:27:53.324365 [ 275 ] {a72eb0b4-9aef-4833-881f-f3719db6dd47} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:53.324514 [ 275 ] {a72eb0b4-9aef-4833-881f-f3719db6dd47} executeQuery: Read 76 rows, 6.39 KiB in 0.001522 sec., 49934.296977660975 rows/sec., 4.10 MiB/sec. 2026.01.19 03:27:53.324555 [ 275 ] {a72eb0b4-9aef-4833-881f-f3719db6dd47} TCPHandler: Processed in 0.001820752 sec. 2026.01.19 03:27:53.324680 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:53.324774 [ 275 ] {9fbf3f37-acdd-4e0a-a6d0-d64088a9812b} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.19 03:27:53.324815 [ 275 ] {9fbf3f37-acdd-4e0a-a6d0-d64088a9812b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.19 03:27:53.325204 [ 275 ] {9fbf3f37-acdd-4e0a-a6d0-d64088a9812b} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:53.325239 [ 275 ] {9fbf3f37-acdd-4e0a-a6d0-d64088a9812b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.19 03:27:53.325551 [ 275 ] {9fbf3f37-acdd-4e0a-a6d0-d64088a9812b} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.19 03:27:53.325762 [ 275 ] {9fbf3f37-acdd-4e0a-a6d0-d64088a9812b} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:53.325895 [ 275 ] {9fbf3f37-acdd-4e0a-a6d0-d64088a9812b} executeQuery: Read 10 rows, 770.00 B in 0.001139 sec., 8779.63125548727 rows/sec., 660.19 KiB/sec. 2026.01.19 03:27:53.325932 [ 275 ] {9fbf3f37-acdd-4e0a-a6d0-d64088a9812b} TCPHandler: Processed in 0.00130301 sec. 2026.01.19 03:27:53.326043 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:53.326138 [ 275 ] {7adc6503-aab3-4730-95a4-c96bb687093b} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.19 03:27:53.326178 [ 275 ] {7adc6503-aab3-4730-95a4-c96bb687093b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.19 03:27:53.326574 [ 275 ] {7adc6503-aab3-4730-95a4-c96bb687093b} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:53.326611 [ 275 ] {7adc6503-aab3-4730-95a4-c96bb687093b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.19 03:27:53.326917 [ 275 ] {7adc6503-aab3-4730-95a4-c96bb687093b} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.19 03:27:53.327138 [ 275 ] {7adc6503-aab3-4730-95a4-c96bb687093b} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:53.327271 [ 275 ] {7adc6503-aab3-4730-95a4-c96bb687093b} executeQuery: Read 74 rows, 5.92 KiB in 0.001151 sec., 64291.920069504784 rows/sec., 5.02 MiB/sec. 2026.01.19 03:27:53.327307 [ 275 ] {7adc6503-aab3-4730-95a4-c96bb687093b} TCPHandler: Processed in 0.001315291 sec. 2026.01.19 03:27:53.327415 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:53.327509 [ 275 ] {1cd38649-74da-46bf-8516-04ea01eea31e} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.19 03:27:53.327552 [ 275 ] {1cd38649-74da-46bf-8516-04ea01eea31e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.19 03:27:53.327954 [ 275 ] {1cd38649-74da-46bf-8516-04ea01eea31e} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:53.327990 [ 275 ] {1cd38649-74da-46bf-8516-04ea01eea31e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.19 03:27:53.328342 [ 275 ] {1cd38649-74da-46bf-8516-04ea01eea31e} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.19 03:27:53.328548 [ 275 ] {1cd38649-74da-46bf-8516-04ea01eea31e} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:53.328687 [ 275 ] {1cd38649-74da-46bf-8516-04ea01eea31e} executeQuery: Read 160 rows, 11.41 KiB in 0.001197 sec., 133667.50208855473 rows/sec., 9.31 MiB/sec. 2026.01.19 03:27:53.328724 [ 275 ] {1cd38649-74da-46bf-8516-04ea01eea31e} TCPHandler: Processed in 0.001359201 sec. 2026.01.19 03:27:53.328845 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:53.328965 [ 275 ] {63bdb70a-9606-4370-b26d-3e90b865152d} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.19 03:27:53.329031 [ 275 ] {63bdb70a-9606-4370-b26d-3e90b865152d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.19 03:27:53.329899 [ 275 ] {63bdb70a-9606-4370-b26d-3e90b865152d} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:53.329937 [ 275 ] {63bdb70a-9606-4370-b26d-3e90b865152d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.19 03:27:53.330464 [ 275 ] {63bdb70a-9606-4370-b26d-3e90b865152d} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.19 03:27:53.330684 [ 275 ] {63bdb70a-9606-4370-b26d-3e90b865152d} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:53.330828 [ 275 ] {63bdb70a-9606-4370-b26d-3e90b865152d} executeQuery: Read 10 rows, 18.35 KiB in 0.001886 sec., 5302.226935312831 rows/sec., 9.50 MiB/sec. 2026.01.19 03:27:53.330884 [ 275 ] {63bdb70a-9606-4370-b26d-3e90b865152d} TCPHandler: Processed in 0.002101619 sec. 2026.01.19 03:27:53.330996 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:53.331090 [ 275 ] {5c810c5d-5838-414e-a290-3d68691f1cb1} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.19 03:27:53.331132 [ 275 ] {5c810c5d-5838-414e-a290-3d68691f1cb1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.19 03:27:53.331469 [ 275 ] {5c810c5d-5838-414e-a290-3d68691f1cb1} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:53.331505 [ 275 ] {5c810c5d-5838-414e-a290-3d68691f1cb1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.19 03:27:53.331816 [ 275 ] {5c810c5d-5838-414e-a290-3d68691f1cb1} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.19 03:27:53.332020 [ 275 ] {5c810c5d-5838-414e-a290-3d68691f1cb1} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:53.332145 [ 275 ] {5c810c5d-5838-414e-a290-3d68691f1cb1} executeQuery: Read 60 rows, 4.14 KiB in 0.001072 sec., 55970.14925373134 rows/sec., 3.77 MiB/sec. 2026.01.19 03:27:53.332179 [ 275 ] {5c810c5d-5838-414e-a290-3d68691f1cb1} TCPHandler: Processed in 0.001233699 sec. 2026.01.19 03:27:54.148886 [ 32 ] {} DNSResolver: Updating DNS cache 2026.01.19 03:27:54.148955 [ 32 ] {} DNSResolver: Updated DNS cache 2026.01.19 03:27:54.243383 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4780 2026.01.19 03:27:54.243892 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:54.243937 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.19 03:27:54.244435 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.19 03:27:54.244669 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:54.244812 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4780 2026.01.19 03:27:54.503044 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2026.01.19 03:27:54.521282 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:54.521341 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.19 03:27:54.527633 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.19 03:27:54.528338 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:54.531230 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2026.01.19 03:27:55.000176 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 208.20 MiB, peak 212.20 MiB, free memory in arenas 0.00 B, will set to 211.00 MiB (RSS), difference: 2.81 MiB 2026.01.19 03:27:58.322929 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:58.323134 [ 275 ] {31888aab-76d0-4d31-9f65-e334fc64e1f2} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.19 03:27:58.323206 [ 275 ] {31888aab-76d0-4d31-9f65-e334fc64e1f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.19 03:27:58.323949 [ 275 ] {31888aab-76d0-4d31-9f65-e334fc64e1f2} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:58.324001 [ 275 ] {31888aab-76d0-4d31-9f65-e334fc64e1f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.19 03:27:58.324397 [ 275 ] {31888aab-76d0-4d31-9f65-e334fc64e1f2} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.19 03:27:58.324622 [ 275 ] {31888aab-76d0-4d31-9f65-e334fc64e1f2} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:58.324784 [ 275 ] {31888aab-76d0-4d31-9f65-e334fc64e1f2} executeQuery: Read 108 rows, 9.26 KiB in 0.0017 sec., 63529.41176470589 rows/sec., 5.32 MiB/sec. 2026.01.19 03:27:58.324834 [ 275 ] {31888aab-76d0-4d31-9f65-e334fc64e1f2} TCPHandler: Processed in 0.002036867 sec. 2026.01.19 03:27:58.324966 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:58.325067 [ 275 ] {78225ac8-8bb1-4307-9bfb-a973d9296dee} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.19 03:27:58.325111 [ 275 ] {78225ac8-8bb1-4307-9bfb-a973d9296dee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.19 03:27:58.325516 [ 275 ] {78225ac8-8bb1-4307-9bfb-a973d9296dee} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:58.325556 [ 275 ] {78225ac8-8bb1-4307-9bfb-a973d9296dee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.19 03:27:58.325866 [ 275 ] {78225ac8-8bb1-4307-9bfb-a973d9296dee} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.19 03:27:58.326066 [ 275 ] {78225ac8-8bb1-4307-9bfb-a973d9296dee} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:58.326173 [ 27 ] {} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.19 03:27:58.326197 [ 275 ] {78225ac8-8bb1-4307-9bfb-a973d9296dee} executeQuery: Read 26 rows, 1.96 KiB in 0.001152 sec., 22569.444444444445 rows/sec., 1.66 MiB/sec. 2026.01.19 03:27:58.326245 [ 27 ] {} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:58.326251 [ 275 ] {78225ac8-8bb1-4307-9bfb-a973d9296dee} TCPHandler: Processed in 0.00133962 sec. 2026.01.19 03:27:58.326275 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.19 03:27:58.326377 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:58.326396 [ 197 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.01.19 03:27:58.326476 [ 275 ] {1ea1c090-1cf8-4f19-96d0-778fe90f8a5e} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.19 03:27:58.326524 [ 275 ] {1ea1c090-1cf8-4f19-96d0-778fe90f8a5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.19 03:27:58.326540 [ 197 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:27:58.326581 [ 197 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 60 rows starting from the beginning of the part 2026.01.19 03:27:58.326651 [ 197 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 26 rows starting from the beginning of the part 2026.01.19 03:27:58.326702 [ 197 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 10 rows starting from the beginning of the part 2026.01.19 03:27:58.326748 [ 197 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 26 rows starting from the beginning of the part 2026.01.19 03:27:58.326790 [ 197 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 10 rows starting from the beginning of the part 2026.01.19 03:27:58.326838 [ 197 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 26 rows starting from the beginning of the part 2026.01.19 03:27:58.326931 [ 275 ] {1ea1c090-1cf8-4f19-96d0-778fe90f8a5e} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:58.326973 [ 275 ] {1ea1c090-1cf8-4f19-96d0-778fe90f8a5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:27:58.327322 [ 275 ] {1ea1c090-1cf8-4f19-96d0-778fe90f8a5e} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.19 03:27:58.327557 [ 275 ] {1ea1c090-1cf8-4f19-96d0-778fe90f8a5e} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:58.327653 [ 194 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 158 rows, containing 5 columns (5 merged, 0 gathered) in 0.001315221 sec., 120131.90178684799 rows/sec., 9.27 MiB/sec. 2026.01.19 03:27:58.327689 [ 275 ] {1ea1c090-1cf8-4f19-96d0-778fe90f8a5e} executeQuery: Read 90 rows, 7.20 KiB in 0.00123 sec., 73170.73170731707 rows/sec., 5.71 MiB/sec. 2026.01.19 03:27:58.327725 [ 275 ] {1ea1c090-1cf8-4f19-96d0-778fe90f8a5e} TCPHandler: Processed in 0.001400012 sec. 2026.01.19 03:27:58.327779 [ 186 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.19 03:27:58.327836 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:58.327930 [ 275 ] {f9989ac6-9256-49d8-9434-df8cf5464169} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.19 03:27:58.327975 [ 275 ] {f9989ac6-9256-49d8-9434-df8cf5464169} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.19 03:27:58.328026 [ 186 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_11_2} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:58.328092 [ 186 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_11_2} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.19 03:27:58.328161 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.01.19 03:27:58.328370 [ 275 ] {f9989ac6-9256-49d8-9434-df8cf5464169} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:58.328405 [ 275 ] {f9989ac6-9256-49d8-9434-df8cf5464169} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.19 03:27:58.328732 [ 275 ] {f9989ac6-9256-49d8-9434-df8cf5464169} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.19 03:27:58.328937 [ 275 ] {f9989ac6-9256-49d8-9434-df8cf5464169} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:58.329067 [ 275 ] {f9989ac6-9256-49d8-9434-df8cf5464169} executeQuery: Read 160 rows, 11.41 KiB in 0.001154 sec., 138648.18024263432 rows/sec., 9.66 MiB/sec. 2026.01.19 03:27:58.329104 [ 275 ] {f9989ac6-9256-49d8-9434-df8cf5464169} TCPHandler: Processed in 0.00131789 sec. 2026.01.19 03:27:58.329222 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:58.329342 [ 275 ] {c24d8788-9c67-4ef1-80a4-c4eba236dcfc} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.19 03:27:58.329407 [ 275 ] {c24d8788-9c67-4ef1-80a4-c4eba236dcfc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.19 03:27:58.330265 [ 275 ] {c24d8788-9c67-4ef1-80a4-c4eba236dcfc} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:58.330302 [ 275 ] {c24d8788-9c67-4ef1-80a4-c4eba236dcfc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.19 03:27:58.330819 [ 275 ] {c24d8788-9c67-4ef1-80a4-c4eba236dcfc} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.19 03:27:58.331037 [ 275 ] {c24d8788-9c67-4ef1-80a4-c4eba236dcfc} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:58.331142 [ 27 ] {} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.19 03:27:58.331172 [ 275 ] {c24d8788-9c67-4ef1-80a4-c4eba236dcfc} executeQuery: Read 26 rows, 47.71 KiB in 0.001854 sec., 14023.732470334413 rows/sec., 25.13 MiB/sec. 2026.01.19 03:27:58.331182 [ 27 ] {} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:58.331214 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.19 03:27:58.331227 [ 275 ] {c24d8788-9c67-4ef1-80a4-c4eba236dcfc} TCPHandler: Processed in 0.002065778 sec. 2026.01.19 03:27:58.331343 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:27:58.331342 [ 191 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.01.19 03:27:58.331437 [ 275 ] {2edd57b7-89f1-4226-92ce-3c41e05498ee} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.19 03:27:58.331482 [ 275 ] {2edd57b7-89f1-4226-92ce-3c41e05498ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.19 03:27:58.331625 [ 191 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:27:58.331713 [ 191 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 70 rows starting from the beginning of the part 2026.01.19 03:27:58.331821 [ 275 ] {2edd57b7-89f1-4226-92ce-3c41e05498ee} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:58.331860 [ 275 ] {2edd57b7-89f1-4226-92ce-3c41e05498ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:27:58.331906 [ 191 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 26 rows starting from the beginning of the part 2026.01.19 03:27:58.332047 [ 191 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 10 rows starting from the beginning of the part 2026.01.19 03:27:58.332160 [ 191 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 26 rows starting from the beginning of the part 2026.01.19 03:27:58.332184 [ 275 ] {2edd57b7-89f1-4226-92ce-3c41e05498ee} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.19 03:27:58.332267 [ 191 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 10 rows starting from the beginning of the part 2026.01.19 03:27:58.332374 [ 191 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 26 rows starting from the beginning of the part 2026.01.19 03:27:58.332420 [ 275 ] {2edd57b7-89f1-4226-92ce-3c41e05498ee} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:58.332557 [ 275 ] {2edd57b7-89f1-4226-92ce-3c41e05498ee} executeQuery: Read 60 rows, 4.14 KiB in 0.001138 sec., 52724.07732864675 rows/sec., 3.55 MiB/sec. 2026.01.19 03:27:58.332593 [ 275 ] {2edd57b7-89f1-4226-92ce-3c41e05498ee} TCPHandler: Processed in 0.00129791 sec. 2026.01.19 03:27:58.339904 [ 186 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 168 rows, containing 19 columns (19 merged, 0 gathered) in 0.008618678 sec., 19492.54862520679 rows/sec., 34.93 MiB/sec. 2026.01.19 03:27:58.340232 [ 191 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.19 03:27:58.340553 [ 191 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_11_2} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:58.340627 [ 191 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_11_2} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.19 03:27:58.340716 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB. 2026.01.19 03:27:59.251333 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 342 2026.01.19 03:27:59.253338 [ 242 ] {} system.query_log (11fc8e4a-c498-452c-9b91-f39c54690b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:27:59.253382 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.19 03:27:59.254524 [ 242 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.19 03:27:59.254799 [ 242 ] {} system.query_log (11fc8e4a-c498-452c-9b91-f39c54690b92): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:27:59.255129 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 342 2026.01.19 03:28:01.745879 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5228 2026.01.19 03:28:01.746506 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:01.746551 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:01.747052 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.19 03:28:01.747294 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:01.747427 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5228 2026.01.19 03:28:01.747436 [ 43 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.19 03:28:01.747510 [ 43 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:01.747533 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:01.747681 [ 186 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.01.19 03:28:01.747826 [ 186 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:28:01.747868 [ 186 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2860 rows starting from the beginning of the part 2026.01.19 03:28:01.747964 [ 186 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 448 rows starting from the beginning of the part 2026.01.19 03:28:01.748020 [ 186 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 512 rows starting from the beginning of the part 2026.01.19 03:28:01.748064 [ 186 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 448 rows starting from the beginning of the part 2026.01.19 03:28:01.748103 [ 186 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 512 rows starting from the beginning of the part 2026.01.19 03:28:01.748147 [ 186 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 448 rows starting from the beginning of the part 2026.01.19 03:28:01.749422 [ 191 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5228 rows, containing 4 columns (4 merged, 0 gathered) in 0.001803321 sec., 2899095.6130383885 rows/sec., 41.47 MiB/sec. 2026.01.19 03:28:01.750212 [ 193 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.19 03:28:01.750565 [ 193 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_11_2} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:01.750647 [ 193 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_11_2} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.19 03:28:01.750743 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2026.01.19 03:28:02.032270 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2026.01.19 03:28:02.049670 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:02.049716 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:02.056018 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.19 03:28:02.056726 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:02.057013 [ 43 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.19 03:28:02.057047 [ 43 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:02.057065 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:02.057156 [ 191 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.01.19 03:28:02.059639 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2026.01.19 03:28:02.060145 [ 191 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:28:02.060883 [ 191 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 46 rows starting from the beginning of the part 2026.01.19 03:28:02.064113 [ 191 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 7 rows starting from the beginning of the part 2026.01.19 03:28:02.067457 [ 191 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part 2026.01.19 03:28:02.071297 [ 191 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 7 rows starting from the beginning of the part 2026.01.19 03:28:02.075746 [ 191 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part 2026.01.19 03:28:02.080031 [ 191 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 7 rows starting from the beginning of the part 2026.01.19 03:28:02.130760 [ 193 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.073630955 sec., 1127.2432905426801 rows/sec., 5.83 MiB/sec. 2026.01.19 03:28:02.133472 [ 190 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.19 03:28:02.135781 [ 190 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_11_2} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:02.135898 [ 190 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_11_2} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.19 03:28:02.138073 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2026.01.19 03:28:03.000330 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 213.09 MiB, peak 222.99 MiB, free memory in arenas 0.00 B, will set to 221.77 MiB (RSS), difference: 8.68 MiB 2026.01.19 03:28:03.319635 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:03.319886 [ 275 ] {3c420485-0e7f-4a9a-9bb2-44a4517a7f41} executeQuery: (from [fd00:1122:3344:101::d]:38564) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.19 03:28:03.320280 [ 275 ] {3c420485-0e7f-4a9a-9bb2-44a4517a7f41} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.19 03:28:03.320321 [ 275 ] {3c420485-0e7f-4a9a-9bb2-44a4517a7f41} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.01.19 03:28:03.320581 [ 275 ] {3c420485-0e7f-4a9a-9bb2-44a4517a7f41} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.19 03:28:03.320650 [ 275 ] {3c420485-0e7f-4a9a-9bb2-44a4517a7f41} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.19 03:28:03.320786 [ 275 ] {3c420485-0e7f-4a9a-9bb2-44a4517a7f41} oximeter.timeseries_schema (3aa646a1-78af-4808-bd1d-4a0d2ff65d9e) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2026.01.19 03:28:03.320876 [ 327 ] {3c420485-0e7f-4a9a-9bb2-44a4517a7f41} oximeter.timeseries_schema (3aa646a1-78af-4808-bd1d-4a0d2ff65d9e) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.19 03:28:03.320879 [ 295 ] {3c420485-0e7f-4a9a-9bb2-44a4517a7f41} oximeter.timeseries_schema (3aa646a1-78af-4808-bd1d-4a0d2ff65d9e) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.19 03:28:03.320955 [ 275 ] {3c420485-0e7f-4a9a-9bb2-44a4517a7f41} oximeter.timeseries_schema (3aa646a1-78af-4808-bd1d-4a0d2ff65d9e) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.01.19 03:28:03.320977 [ 275 ] {3c420485-0e7f-4a9a-9bb2-44a4517a7f41} oximeter.timeseries_schema (3aa646a1-78af-4808-bd1d-4a0d2ff65d9e) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.19 03:28:03.323441 [ 275 ] {3c420485-0e7f-4a9a-9bb2-44a4517a7f41} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.19 03:28:03.323468 [ 275 ] {3c420485-0e7f-4a9a-9bb2-44a4517a7f41} oximeter.timeseries_schema (3aa646a1-78af-4808-bd1d-4a0d2ff65d9e) (SelectExecutor): Reading approx. 35 rows with 2 streams 2026.01.19 03:28:03.323520 [ 275 ] {3c420485-0e7f-4a9a-9bb2-44a4517a7f41} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.01.19 03:28:03.323559 [ 275 ] {3c420485-0e7f-4a9a-9bb2-44a4517a7f41} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.01.19 03:28:03.324332 [ 275 ] {3c420485-0e7f-4a9a-9bb2-44a4517a7f41} executeQuery: Read 35 rows, 1.48 KiB in 0.004599 sec., 7610.350076103501 rows/sec., 321.91 KiB/sec. 2026.01.19 03:28:03.324425 [ 275 ] {3c420485-0e7f-4a9a-9bb2-44a4517a7f41} TCPHandler: Processed in 0.004970064 sec. 2026.01.19 03:28:03.331328 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:03.331444 [ 275 ] {f5a1ac15-5991-4fe3-a016-7f5e5d727be8} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.01.19 03:28:03.331491 [ 275 ] {f5a1ac15-5991-4fe3-a016-7f5e5d727be8} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.19 03:28:03.332174 [ 275 ] {f5a1ac15-5991-4fe3-a016-7f5e5d727be8} oximeter.timeseries_schema (3aa646a1-78af-4808-bd1d-4a0d2ff65d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:03.332223 [ 275 ] {f5a1ac15-5991-4fe3-a016-7f5e5d727be8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:03.332765 [ 275 ] {f5a1ac15-5991-4fe3-a016-7f5e5d727be8} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.19 03:28:03.332990 [ 275 ] {f5a1ac15-5991-4fe3-a016-7f5e5d727be8} oximeter.timeseries_schema (3aa646a1-78af-4808-bd1d-4a0d2ff65d9e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:03.333167 [ 275 ] {f5a1ac15-5991-4fe3-a016-7f5e5d727be8} executeQuery: Read 1 rows, 106.00 B in 0.001755 sec., 569.8005698005697 rows/sec., 58.98 KiB/sec. 2026.01.19 03:28:03.333210 [ 275 ] {f5a1ac15-5991-4fe3-a016-7f5e5d727be8} TCPHandler: Processed in 0.001939455 sec. 2026.01.19 03:28:03.333336 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:03.333446 [ 275 ] {40af5483-3844-4848-b314-9eefafbb1060} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.19 03:28:03.333494 [ 275 ] {40af5483-3844-4848-b314-9eefafbb1060} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.19 03:28:03.333934 [ 275 ] {40af5483-3844-4848-b314-9eefafbb1060} oximeter.fields_i16 (4fd12cdf-1352-49d1-8451-49f40f667fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:03.333971 [ 275 ] {40af5483-3844-4848-b314-9eefafbb1060} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:03.334285 [ 275 ] {40af5483-3844-4848-b314-9eefafbb1060} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.19 03:28:03.334503 [ 275 ] {40af5483-3844-4848-b314-9eefafbb1060} oximeter.fields_i16 (4fd12cdf-1352-49d1-8451-49f40f667fda): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:03.334648 [ 275 ] {40af5483-3844-4848-b314-9eefafbb1060} executeQuery: Read 24 rows, 2.04 KiB in 0.001232 sec., 19480.51948051948 rows/sec., 1.62 MiB/sec. 2026.01.19 03:28:03.334687 [ 275 ] {40af5483-3844-4848-b314-9eefafbb1060} TCPHandler: Processed in 0.001404112 sec. 2026.01.19 03:28:03.334808 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:03.334905 [ 275 ] {2cd6ad7e-abb9-41dd-8dbb-64a104defb0b} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.19 03:28:03.334949 [ 275 ] {2cd6ad7e-abb9-41dd-8dbb-64a104defb0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.19 03:28:03.335352 [ 275 ] {2cd6ad7e-abb9-41dd-8dbb-64a104defb0b} oximeter.fields_ipaddr (86613280-dab1-43b0-bc7b-5853c4835035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:03.335390 [ 275 ] {2cd6ad7e-abb9-41dd-8dbb-64a104defb0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:03.335695 [ 275 ] {2cd6ad7e-abb9-41dd-8dbb-64a104defb0b} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.19 03:28:03.335916 [ 275 ] {2cd6ad7e-abb9-41dd-8dbb-64a104defb0b} oximeter.fields_ipaddr (86613280-dab1-43b0-bc7b-5853c4835035): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:03.336052 [ 275 ] {2cd6ad7e-abb9-41dd-8dbb-64a104defb0b} executeQuery: Read 12 rows, 1002.00 B in 0.001167 sec., 10282.776349614396 rows/sec., 838.49 KiB/sec. 2026.01.19 03:28:03.336090 [ 275 ] {2cd6ad7e-abb9-41dd-8dbb-64a104defb0b} TCPHandler: Processed in 0.00133472 sec. 2026.01.19 03:28:03.336204 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:03.336304 [ 275 ] {407ba322-d55d-4e0a-ae54-734c04807ebe} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.19 03:28:03.336344 [ 275 ] {407ba322-d55d-4e0a-ae54-734c04807ebe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.19 03:28:03.336848 [ 275 ] {407ba322-d55d-4e0a-ae54-734c04807ebe} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:03.336884 [ 275 ] {407ba322-d55d-4e0a-ae54-734c04807ebe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:03.337239 [ 275 ] {407ba322-d55d-4e0a-ae54-734c04807ebe} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.19 03:28:03.337448 [ 275 ] {407ba322-d55d-4e0a-ae54-734c04807ebe} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:03.337580 [ 275 ] {407ba322-d55d-4e0a-ae54-734c04807ebe} executeQuery: Read 211 rows, 19.13 KiB in 0.001295 sec., 162934.36293436293 rows/sec., 14.43 MiB/sec. 2026.01.19 03:28:03.337616 [ 275 ] {407ba322-d55d-4e0a-ae54-734c04807ebe} TCPHandler: Processed in 0.001463304 sec. 2026.01.19 03:28:03.337732 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:03.337825 [ 275 ] {b124b434-edd1-4742-842e-fc0d16a0baf3} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.19 03:28:03.337863 [ 275 ] {b124b434-edd1-4742-842e-fc0d16a0baf3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.19 03:28:03.338269 [ 275 ] {b124b434-edd1-4742-842e-fc0d16a0baf3} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:03.338304 [ 275 ] {b124b434-edd1-4742-842e-fc0d16a0baf3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:03.338589 [ 275 ] {b124b434-edd1-4742-842e-fc0d16a0baf3} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.19 03:28:03.338785 [ 275 ] {b124b434-edd1-4742-842e-fc0d16a0baf3} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:03.338918 [ 275 ] {b124b434-edd1-4742-842e-fc0d16a0baf3} executeQuery: Read 38 rows, 2.85 KiB in 0.001112 sec., 34172.6618705036 rows/sec., 2.50 MiB/sec. 2026.01.19 03:28:03.338956 [ 275 ] {b124b434-edd1-4742-842e-fc0d16a0baf3} TCPHandler: Processed in 0.001274419 sec. 2026.01.19 03:28:03.339064 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:03.339156 [ 275 ] {19474549-25b2-470c-85e0-ba28789913a3} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.19 03:28:03.339194 [ 275 ] {19474549-25b2-470c-85e0-ba28789913a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.19 03:28:03.339580 [ 275 ] {19474549-25b2-470c-85e0-ba28789913a3} oximeter.fields_u32 (92866282-97e1-4271-9838-e523badf2f1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:03.339615 [ 275 ] {19474549-25b2-470c-85e0-ba28789913a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:03.339924 [ 275 ] {19474549-25b2-470c-85e0-ba28789913a3} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.19 03:28:03.340152 [ 275 ] {19474549-25b2-470c-85e0-ba28789913a3} oximeter.fields_u32 (92866282-97e1-4271-9838-e523badf2f1f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:03.340300 [ 275 ] {19474549-25b2-470c-85e0-ba28789913a3} executeQuery: Read 25 rows, 2.11 KiB in 0.00116 sec., 21551.724137931033 rows/sec., 1.77 MiB/sec. 2026.01.19 03:28:03.340345 [ 275 ] {19474549-25b2-470c-85e0-ba28789913a3} TCPHandler: Processed in 0.001330121 sec. 2026.01.19 03:28:03.340470 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:03.340595 [ 275 ] {60f26ec8-d413-4f89-bcf4-8870ba8eeb10} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.19 03:28:03.340635 [ 275 ] {60f26ec8-d413-4f89-bcf4-8870ba8eeb10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.19 03:28:03.341031 [ 275 ] {60f26ec8-d413-4f89-bcf4-8870ba8eeb10} oximeter.fields_u8 (4a35c6f1-f095-4538-b27e-c16ae26c548d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:03.341067 [ 275 ] {60f26ec8-d413-4f89-bcf4-8870ba8eeb10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:03.341389 [ 275 ] {60f26ec8-d413-4f89-bcf4-8870ba8eeb10} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.19 03:28:03.341600 [ 275 ] {60f26ec8-d413-4f89-bcf4-8870ba8eeb10} oximeter.fields_u8 (4a35c6f1-f095-4538-b27e-c16ae26c548d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:03.341736 [ 275 ] {60f26ec8-d413-4f89-bcf4-8870ba8eeb10} executeQuery: Read 12 rows, 960.00 B in 0.001159 sec., 10353.753235547885 rows/sec., 808.89 KiB/sec. 2026.01.19 03:28:03.341776 [ 275 ] {60f26ec8-d413-4f89-bcf4-8870ba8eeb10} TCPHandler: Processed in 0.001361791 sec. 2026.01.19 03:28:03.341971 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:03.342067 [ 275 ] {149bbdcb-5c6e-489b-a90a-7a015be0f1e0} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.19 03:28:03.342106 [ 275 ] {149bbdcb-5c6e-489b-a90a-7a015be0f1e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.19 03:28:03.342584 [ 275 ] {149bbdcb-5c6e-489b-a90a-7a015be0f1e0} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:03.342620 [ 275 ] {149bbdcb-5c6e-489b-a90a-7a015be0f1e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:03.343000 [ 275 ] {149bbdcb-5c6e-489b-a90a-7a015be0f1e0} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.19 03:28:03.343222 [ 275 ] {149bbdcb-5c6e-489b-a90a-7a015be0f1e0} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:03.343359 [ 275 ] {149bbdcb-5c6e-489b-a90a-7a015be0f1e0} executeQuery: Read 132 rows, 10.96 KiB in 0.001311 sec., 100686.49885583523 rows/sec., 8.16 MiB/sec. 2026.01.19 03:28:03.343397 [ 275 ] {149bbdcb-5c6e-489b-a90a-7a015be0f1e0} TCPHandler: Processed in 0.001476274 sec. 2026.01.19 03:28:03.343570 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:03.343664 [ 275 ] {063b2c1a-32f5-4639-8302-07227cc0cd5c} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.19 03:28:03.343708 [ 275 ] {063b2c1a-32f5-4639-8302-07227cc0cd5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.19 03:28:03.344127 [ 275 ] {063b2c1a-32f5-4639-8302-07227cc0cd5c} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:03.344163 [ 275 ] {063b2c1a-32f5-4639-8302-07227cc0cd5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:03.344515 [ 275 ] {063b2c1a-32f5-4639-8302-07227cc0cd5c} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.19 03:28:03.344734 [ 275 ] {063b2c1a-32f5-4639-8302-07227cc0cd5c} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:03.344871 [ 275 ] {063b2c1a-32f5-4639-8302-07227cc0cd5c} executeQuery: Read 202 rows, 14.82 KiB in 0.001226 sec., 164763.45840130505 rows/sec., 11.81 MiB/sec. 2026.01.19 03:28:03.344910 [ 275 ] {063b2c1a-32f5-4639-8302-07227cc0cd5c} TCPHandler: Processed in 0.001392892 sec. 2026.01.19 03:28:03.345034 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:03.345129 [ 275 ] {b08d697a-7219-414e-9672-74fbb817829c} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.19 03:28:03.345172 [ 275 ] {b08d697a-7219-414e-9672-74fbb817829c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.19 03:28:03.345505 [ 275 ] {b08d697a-7219-414e-9672-74fbb817829c} oximeter.measurements_f64 (550cc589-b723-4014-8413-b1ab62351cd8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:03.345542 [ 275 ] {b08d697a-7219-414e-9672-74fbb817829c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:03.345852 [ 275 ] {b08d697a-7219-414e-9672-74fbb817829c} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.19 03:28:03.346063 [ 275 ] {b08d697a-7219-414e-9672-74fbb817829c} oximeter.measurements_f64 (550cc589-b723-4014-8413-b1ab62351cd8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:03.346201 [ 275 ] {b08d697a-7219-414e-9672-74fbb817829c} executeQuery: Read 1 rows, 65.00 B in 0.00109 sec., 917.4311926605504 rows/sec., 58.24 KiB/sec. 2026.01.19 03:28:03.346238 [ 275 ] {b08d697a-7219-414e-9672-74fbb817829c} TCPHandler: Processed in 0.001254939 sec. 2026.01.19 03:28:03.346364 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:03.346483 [ 275 ] {17e99384-f702-49fc-8b04-46dd58501ca5} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.19 03:28:03.346543 [ 275 ] {17e99384-f702-49fc-8b04-46dd58501ca5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.19 03:28:03.347353 [ 275 ] {17e99384-f702-49fc-8b04-46dd58501ca5} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:03.347389 [ 275 ] {17e99384-f702-49fc-8b04-46dd58501ca5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:03.347956 [ 275 ] {17e99384-f702-49fc-8b04-46dd58501ca5} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.19 03:28:03.348178 [ 275 ] {17e99384-f702-49fc-8b04-46dd58501ca5} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:03.348319 [ 275 ] {17e99384-f702-49fc-8b04-46dd58501ca5} executeQuery: Read 14 rows, 25.69 KiB in 0.001855 sec., 7547.169811320754 rows/sec., 13.52 MiB/sec. 2026.01.19 03:28:03.348372 [ 275 ] {17e99384-f702-49fc-8b04-46dd58501ca5} TCPHandler: Processed in 0.002059807 sec. 2026.01.19 03:28:03.348490 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:03.348585 [ 275 ] {daf578e6-aa92-4966-a886-1fdc772ba010} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.01.19 03:28:03.348625 [ 275 ] {daf578e6-aa92-4966-a886-1fdc772ba010} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.01.19 03:28:03.348941 [ 275 ] {daf578e6-aa92-4966-a886-1fdc772ba010} oximeter.measurements_i64 (47d8365f-8ba4-457c-b436-85eba08d5b0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:03.348977 [ 275 ] {daf578e6-aa92-4966-a886-1fdc772ba010} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:03.349272 [ 275 ] {daf578e6-aa92-4966-a886-1fdc772ba010} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.19 03:28:03.349480 [ 275 ] {daf578e6-aa92-4966-a886-1fdc772ba010} oximeter.measurements_i64 (47d8365f-8ba4-457c-b436-85eba08d5b0a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:03.349603 [ 275 ] {daf578e6-aa92-4966-a886-1fdc772ba010} executeQuery: Read 6 rows, 434.00 B in 0.001037 sec., 5785.9209257473485 rows/sec., 408.71 KiB/sec. 2026.01.19 03:28:03.349643 [ 275 ] {daf578e6-aa92-4966-a886-1fdc772ba010} TCPHandler: Processed in 0.001205248 sec. 2026.01.19 03:28:03.349758 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:03.349852 [ 275 ] {b4406e84-87ae-41d5-81d3-2b8427fe85e0} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.19 03:28:03.349892 [ 275 ] {b4406e84-87ae-41d5-81d3-2b8427fe85e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.19 03:28:03.350216 [ 275 ] {b4406e84-87ae-41d5-81d3-2b8427fe85e0} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:03.350252 [ 275 ] {b4406e84-87ae-41d5-81d3-2b8427fe85e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:03.350564 [ 275 ] {b4406e84-87ae-41d5-81d3-2b8427fe85e0} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.19 03:28:03.350764 [ 275 ] {b4406e84-87ae-41d5-81d3-2b8427fe85e0} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:03.350896 [ 275 ] {b4406e84-87ae-41d5-81d3-2b8427fe85e0} executeQuery: Read 60 rows, 4.14 KiB in 0.001062 sec., 56497.17514124294 rows/sec., 3.81 MiB/sec. 2026.01.19 03:28:03.350932 [ 275 ] {b4406e84-87ae-41d5-81d3-2b8427fe85e0} TCPHandler: Processed in 0.001226468 sec. 2026.01.19 03:28:08.323251 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:08.323519 [ 275 ] {c5a8df0c-fbe8-42cd-b925-db04bd5b1ca8} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.19 03:28:08.323582 [ 275 ] {c5a8df0c-fbe8-42cd-b925-db04bd5b1ca8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.19 03:28:08.324266 [ 275 ] {c5a8df0c-fbe8-42cd-b925-db04bd5b1ca8} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:08.324312 [ 275 ] {c5a8df0c-fbe8-42cd-b925-db04bd5b1ca8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:08.324728 [ 275 ] {c5a8df0c-fbe8-42cd-b925-db04bd5b1ca8} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.19 03:28:08.324962 [ 275 ] {c5a8df0c-fbe8-42cd-b925-db04bd5b1ca8} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:08.325134 [ 275 ] {c5a8df0c-fbe8-42cd-b925-db04bd5b1ca8} executeQuery: Read 108 rows, 9.26 KiB in 0.001662 sec., 64981.94945848375 rows/sec., 5.44 MiB/sec. 2026.01.19 03:28:08.325182 [ 275 ] {c5a8df0c-fbe8-42cd-b925-db04bd5b1ca8} TCPHandler: Processed in 0.002113019 sec. 2026.01.19 03:28:08.325306 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:08.325408 [ 275 ] {4c102d88-58c8-44f8-bc60-5fcec39a0d25} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.19 03:28:08.325453 [ 275 ] {4c102d88-58c8-44f8-bc60-5fcec39a0d25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.19 03:28:08.325877 [ 275 ] {4c102d88-58c8-44f8-bc60-5fcec39a0d25} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:08.325913 [ 275 ] {4c102d88-58c8-44f8-bc60-5fcec39a0d25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:08.326222 [ 275 ] {4c102d88-58c8-44f8-bc60-5fcec39a0d25} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.19 03:28:08.326429 [ 275 ] {4c102d88-58c8-44f8-bc60-5fcec39a0d25} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:08.326568 [ 275 ] {4c102d88-58c8-44f8-bc60-5fcec39a0d25} executeQuery: Read 26 rows, 1.96 KiB in 0.001183 sec., 21978.021978021978 rows/sec., 1.61 MiB/sec. 2026.01.19 03:28:08.326606 [ 275 ] {4c102d88-58c8-44f8-bc60-5fcec39a0d25} TCPHandler: Processed in 0.001354981 sec. 2026.01.19 03:28:08.326713 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:08.326808 [ 275 ] {5f0296d3-acdb-4453-a62e-2cf04011252d} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.19 03:28:08.326847 [ 275 ] {5f0296d3-acdb-4453-a62e-2cf04011252d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.19 03:28:08.327269 [ 275 ] {5f0296d3-acdb-4453-a62e-2cf04011252d} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:08.327305 [ 275 ] {5f0296d3-acdb-4453-a62e-2cf04011252d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:08.327623 [ 275 ] {5f0296d3-acdb-4453-a62e-2cf04011252d} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.19 03:28:08.327834 [ 275 ] {5f0296d3-acdb-4453-a62e-2cf04011252d} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:08.327970 [ 275 ] {5f0296d3-acdb-4453-a62e-2cf04011252d} executeQuery: Read 90 rows, 7.20 KiB in 0.001182 sec., 76142.13197969542 rows/sec., 5.95 MiB/sec. 2026.01.19 03:28:08.328008 [ 275 ] {5f0296d3-acdb-4453-a62e-2cf04011252d} TCPHandler: Processed in 0.001348051 sec. 2026.01.19 03:28:08.328117 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:08.328212 [ 275 ] {54a34150-e9d2-406e-b7d5-9ec97569fe88} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.19 03:28:08.328255 [ 275 ] {54a34150-e9d2-406e-b7d5-9ec97569fe88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.19 03:28:08.328666 [ 275 ] {54a34150-e9d2-406e-b7d5-9ec97569fe88} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:08.328702 [ 275 ] {54a34150-e9d2-406e-b7d5-9ec97569fe88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:08.329061 [ 275 ] {54a34150-e9d2-406e-b7d5-9ec97569fe88} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.19 03:28:08.329272 [ 275 ] {54a34150-e9d2-406e-b7d5-9ec97569fe88} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:08.329408 [ 275 ] {54a34150-e9d2-406e-b7d5-9ec97569fe88} executeQuery: Read 160 rows, 11.41 KiB in 0.001215 sec., 131687.24279835392 rows/sec., 9.17 MiB/sec. 2026.01.19 03:28:08.329446 [ 275 ] {54a34150-e9d2-406e-b7d5-9ec97569fe88} TCPHandler: Processed in 0.001379492 sec. 2026.01.19 03:28:08.329570 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:08.329663 [ 275 ] {e72844de-a38a-4764-b15a-5fb7abee38e5} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.19 03:28:08.329717 [ 275 ] {e72844de-a38a-4764-b15a-5fb7abee38e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.19 03:28:08.330552 [ 275 ] {e72844de-a38a-4764-b15a-5fb7abee38e5} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:08.330588 [ 275 ] {e72844de-a38a-4764-b15a-5fb7abee38e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:08.331127 [ 275 ] {e72844de-a38a-4764-b15a-5fb7abee38e5} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.19 03:28:08.331344 [ 275 ] {e72844de-a38a-4764-b15a-5fb7abee38e5} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:08.331491 [ 275 ] {e72844de-a38a-4764-b15a-5fb7abee38e5} executeQuery: Read 26 rows, 47.71 KiB in 0.001845 sec., 14092.140921409213 rows/sec., 25.25 MiB/sec. 2026.01.19 03:28:08.331550 [ 275 ] {e72844de-a38a-4764-b15a-5fb7abee38e5} TCPHandler: Processed in 0.002029696 sec. 2026.01.19 03:28:08.331666 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:08.331762 [ 275 ] {c4daff65-2ef8-4750-99d9-9754d0cac022} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.19 03:28:08.331803 [ 275 ] {c4daff65-2ef8-4750-99d9-9754d0cac022} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.19 03:28:08.332134 [ 275 ] {c4daff65-2ef8-4750-99d9-9754d0cac022} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:08.332171 [ 275 ] {c4daff65-2ef8-4750-99d9-9754d0cac022} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:08.332479 [ 275 ] {c4daff65-2ef8-4750-99d9-9754d0cac022} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.19 03:28:08.332683 [ 275 ] {c4daff65-2ef8-4750-99d9-9754d0cac022} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:08.332811 [ 275 ] {c4daff65-2ef8-4750-99d9-9754d0cac022} executeQuery: Read 60 rows, 4.14 KiB in 0.001069 sec., 56127.22170252572 rows/sec., 3.78 MiB/sec. 2026.01.19 03:28:08.332847 [ 275 ] {c4daff65-2ef8-4750-99d9-9754d0cac022} TCPHandler: Processed in 0.001231718 sec. 2026.01.19 03:28:09.149015 [ 148 ] {} DNSResolver: Updating DNS cache 2026.01.19 03:28:09.149073 [ 148 ] {} DNSResolver: Updated DNS cache 2026.01.19 03:28:09.247523 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5740 2026.01.19 03:28:09.248332 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:09.248411 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:09.249255 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.19 03:28:09.249500 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:09.249645 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5740 2026.01.19 03:28:09.255237 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 382 2026.01.19 03:28:09.258158 [ 242 ] {} system.query_log (11fc8e4a-c498-452c-9b91-f39c54690b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:09.258217 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:09.259439 [ 242 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.19 03:28:09.259718 [ 242 ] {} system.query_log (11fc8e4a-c498-452c-9b91-f39c54690b92): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:09.260060 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 382 2026.01.19 03:28:09.559724 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2026.01.19 03:28:09.577757 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:09.577827 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:09.583497 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.19 03:28:09.584226 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:09.588009 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2026.01.19 03:28:13.323076 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:13.323282 [ 275 ] {6188b015-c1b2-4fdd-a2e4-39a081f384b1} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.19 03:28:13.323352 [ 275 ] {6188b015-c1b2-4fdd-a2e4-39a081f384b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.19 03:28:13.324031 [ 275 ] {6188b015-c1b2-4fdd-a2e4-39a081f384b1} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:13.324070 [ 275 ] {6188b015-c1b2-4fdd-a2e4-39a081f384b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:13.324458 [ 275 ] {6188b015-c1b2-4fdd-a2e4-39a081f384b1} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.19 03:28:13.324682 [ 275 ] {6188b015-c1b2-4fdd-a2e4-39a081f384b1} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:13.324802 [ 146 ] {} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.19 03:28:13.324833 [ 275 ] {6188b015-c1b2-4fdd-a2e4-39a081f384b1} executeQuery: Read 84 rows, 7.16 KiB in 0.001603 sec., 52401.74672489083 rows/sec., 4.36 MiB/sec. 2026.01.19 03:28:13.324845 [ 146 ] {} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:13.324870 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:13.324875 [ 275 ] {6188b015-c1b2-4fdd-a2e4-39a081f384b1} TCPHandler: Processed in 0.001932165 sec. 2026.01.19 03:28:13.324985 [ 189 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.01.19 03:28:13.325008 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:13.325116 [ 189 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:28:13.325116 [ 275 ] {3275ad50-6978-4717-8ec5-db5dad54706c} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.19 03:28:13.325156 [ 189 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1395 rows starting from the beginning of the part 2026.01.19 03:28:13.325174 [ 275 ] {3275ad50-6978-4717-8ec5-db5dad54706c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.19 03:28:13.325253 [ 189 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 76 rows starting from the beginning of the part 2026.01.19 03:28:13.325308 [ 189 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 108 rows starting from the beginning of the part 2026.01.19 03:28:13.325353 [ 189 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 211 rows starting from the beginning of the part 2026.01.19 03:28:13.325393 [ 189 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 108 rows starting from the beginning of the part 2026.01.19 03:28:13.325449 [ 189 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 84 rows starting from the beginning of the part 2026.01.19 03:28:13.325592 [ 275 ] {3275ad50-6978-4717-8ec5-db5dad54706c} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:13.325634 [ 275 ] {3275ad50-6978-4717-8ec5-db5dad54706c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:13.325966 [ 275 ] {3275ad50-6978-4717-8ec5-db5dad54706c} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.19 03:28:13.326198 [ 275 ] {3275ad50-6978-4717-8ec5-db5dad54706c} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:13.326336 [ 275 ] {3275ad50-6978-4717-8ec5-db5dad54706c} executeQuery: Read 14 rows, 1.05 KiB in 0.001239 sec., 11299.435028248587 rows/sec., 849.66 KiB/sec. 2026.01.19 03:28:13.326375 [ 275 ] {3275ad50-6978-4717-8ec5-db5dad54706c} TCPHandler: Processed in 0.001418553 sec. 2026.01.19 03:28:13.326487 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:13.326583 [ 275 ] {5efe2cac-26d9-46bc-85fc-76e9ecdaf120} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.19 03:28:13.326623 [ 275 ] {5efe2cac-26d9-46bc-85fc-76e9ecdaf120} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.19 03:28:13.326697 [ 196 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1982 rows, containing 5 columns (5 merged, 0 gathered) in 0.00176263 sec., 1124456.0684885653 rows/sec., 98.77 MiB/sec. 2026.01.19 03:28:13.326968 [ 189 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.19 03:28:13.327043 [ 275 ] {5efe2cac-26d9-46bc-85fc-76e9ecdaf120} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:13.327087 [ 275 ] {5efe2cac-26d9-46bc-85fc-76e9ecdaf120} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:13.327250 [ 189 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_16_3} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:13.327342 [ 189 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_16_3} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.19 03:28:13.327420 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. 2026.01.19 03:28:13.327430 [ 275 ] {5efe2cac-26d9-46bc-85fc-76e9ecdaf120} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.19 03:28:13.327648 [ 275 ] {5efe2cac-26d9-46bc-85fc-76e9ecdaf120} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:13.327742 [ 150 ] {} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.19 03:28:13.327776 [ 150 ] {} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:13.327779 [ 275 ] {5efe2cac-26d9-46bc-85fc-76e9ecdaf120} executeQuery: Read 78 rows, 6.24 KiB in 0.001215 sec., 64197.530864197535 rows/sec., 5.01 MiB/sec. 2026.01.19 03:28:13.327796 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:13.327821 [ 275 ] {5efe2cac-26d9-46bc-85fc-76e9ecdaf120} TCPHandler: Processed in 0.001384791 sec. 2026.01.19 03:28:13.327866 [ 189 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.01.19 03:28:13.327935 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:13.327948 [ 189 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:28:13.327984 [ 189 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 619 rows starting from the beginning of the part 2026.01.19 03:28:13.328027 [ 189 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 74 rows starting from the beginning of the part 2026.01.19 03:28:13.328040 [ 275 ] {427ada13-8fbf-4167-8f76-6013167e013d} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.19 03:28:13.328062 [ 189 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 90 rows starting from the beginning of the part 2026.01.19 03:28:13.328090 [ 275 ] {427ada13-8fbf-4167-8f76-6013167e013d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.19 03:28:13.328098 [ 189 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 132 rows starting from the beginning of the part 2026.01.19 03:28:13.328143 [ 189 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 90 rows starting from the beginning of the part 2026.01.19 03:28:13.328174 [ 189 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 78 rows starting from the beginning of the part 2026.01.19 03:28:13.328512 [ 275 ] {427ada13-8fbf-4167-8f76-6013167e013d} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:13.328553 [ 275 ] {427ada13-8fbf-4167-8f76-6013167e013d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:13.328909 [ 275 ] {427ada13-8fbf-4167-8f76-6013167e013d} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.19 03:28:13.328985 [ 202 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1083 rows, containing 5 columns (5 merged, 0 gathered) in 0.001149526 sec., 942127.4507927614 rows/sec., 76.01 MiB/sec. 2026.01.19 03:28:13.329121 [ 189 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.19 03:28:13.329132 [ 275 ] {427ada13-8fbf-4167-8f76-6013167e013d} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:13.329240 [ 150 ] {} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.19 03:28:13.329265 [ 150 ] {} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:13.329282 [ 275 ] {427ada13-8fbf-4167-8f76-6013167e013d} executeQuery: Read 160 rows, 11.41 KiB in 0.001262 sec., 126782.88431061806 rows/sec., 8.83 MiB/sec. 2026.01.19 03:28:13.329284 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:13.329323 [ 275 ] {427ada13-8fbf-4167-8f76-6013167e013d} TCPHandler: Processed in 0.001438413 sec. 2026.01.19 03:28:13.329378 [ 196 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.01.19 03:28:13.329394 [ 189 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_16_3} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:13.329437 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:13.329468 [ 189 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_16_3} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.19 03:28:13.329505 [ 196 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:28:13.329530 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2026.01.19 03:28:13.329539 [ 275 ] {0cf2b842-a3b7-468f-9fed-6d005fe0be17} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.19 03:28:13.329545 [ 196 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3875 rows starting from the beginning of the part 2026.01.19 03:28:13.329607 [ 275 ] {0cf2b842-a3b7-468f-9fed-6d005fe0be17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.19 03:28:13.329629 [ 196 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part 2026.01.19 03:28:13.329675 [ 196 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part 2026.01.19 03:28:13.329716 [ 196 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 202 rows starting from the beginning of the part 2026.01.19 03:28:13.329755 [ 196 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part 2026.01.19 03:28:13.329793 [ 196 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part 2026.01.19 03:28:13.330425 [ 275 ] {0cf2b842-a3b7-468f-9fed-6d005fe0be17} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:13.330467 [ 275 ] {0cf2b842-a3b7-468f-9fed-6d005fe0be17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:13.331012 [ 275 ] {0cf2b842-a3b7-468f-9fed-6d005fe0be17} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.19 03:28:13.331254 [ 275 ] {0cf2b842-a3b7-468f-9fed-6d005fe0be17} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:13.331398 [ 275 ] {0cf2b842-a3b7-468f-9fed-6d005fe0be17} executeQuery: Read 14 rows, 25.69 KiB in 0.001878 sec., 7454.739084132056 rows/sec., 13.36 MiB/sec. 2026.01.19 03:28:13.331451 [ 275 ] {0cf2b842-a3b7-468f-9fed-6d005fe0be17} TCPHandler: Processed in 0.002065688 sec. 2026.01.19 03:28:13.331485 [ 189 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 4717 rows, containing 5 columns (5 merged, 0 gathered) in 0.00214201 sec., 2202137.2449241597 rows/sec., 151.50 MiB/sec. 2026.01.19 03:28:13.331572 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:13.331670 [ 275 ] {6e7b20b9-4bea-4159-94e0-ba2925ccc78a} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.19 03:28:13.331711 [ 275 ] {6e7b20b9-4bea-4159-94e0-ba2925ccc78a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.19 03:28:13.332038 [ 187 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.19 03:28:13.332060 [ 275 ] {6e7b20b9-4bea-4159-94e0-ba2925ccc78a} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:13.332105 [ 275 ] {6e7b20b9-4bea-4159-94e0-ba2925ccc78a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:13.332460 [ 187 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_16_3} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:13.332481 [ 275 ] {6e7b20b9-4bea-4159-94e0-ba2925ccc78a} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.19 03:28:13.332565 [ 187 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_16_3} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.19 03:28:13.332686 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB. 2026.01.19 03:28:13.332718 [ 275 ] {6e7b20b9-4bea-4159-94e0-ba2925ccc78a} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:13.332814 [ 150 ] {} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.19 03:28:13.332837 [ 150 ] {} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:13.332852 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:13.332856 [ 275 ] {6e7b20b9-4bea-4159-94e0-ba2925ccc78a} executeQuery: Read 60 rows, 4.14 KiB in 0.001203 sec., 49875.31172069825 rows/sec., 3.36 MiB/sec. 2026.01.19 03:28:13.332897 [ 275 ] {6e7b20b9-4bea-4159-94e0-ba2925ccc78a} TCPHandler: Processed in 0.001377501 sec. 2026.01.19 03:28:13.332913 [ 202 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.01.19 03:28:13.332990 [ 202 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:28:13.333018 [ 202 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 510 rows starting from the beginning of the part 2026.01.19 03:28:13.333072 [ 202 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part 2026.01.19 03:28:13.333113 [ 202 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part 2026.01.19 03:28:13.333150 [ 202 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part 2026.01.19 03:28:13.333186 [ 202 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part 2026.01.19 03:28:13.333228 [ 202 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part 2026.01.19 03:28:13.333998 [ 187 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 810 rows, containing 4 columns (4 merged, 0 gathered) in 0.001110366 sec., 729489.1954544717 rows/sec., 49.07 MiB/sec. 2026.01.19 03:28:13.334185 [ 189 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.19 03:28:13.334489 [ 189 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_16_3} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:13.334571 [ 189 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_16_3} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.19 03:28:13.334639 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2026.01.19 03:28:16.441230 [ 149 ] {} oximeter.fields_u32 (92866282-97e1-4271-9838-e523badf2f1f) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.01.19 03:28:16.441327 [ 149 ] {} oximeter.fields_u32 (92866282-97e1-4271-9838-e523badf2f1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:16.441358 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:16.441528 [ 202 ] {92866282-97e1-4271-9838-e523badf2f1f::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.01.19 03:28:16.441780 [ 202 ] {92866282-97e1-4271-9838-e523badf2f1f::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:28:16.441845 [ 202 ] {92866282-97e1-4271-9838-e523badf2f1f::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part 2026.01.19 03:28:16.441967 [ 202 ] {92866282-97e1-4271-9838-e523badf2f1f::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 228 rows starting from the beginning of the part 2026.01.19 03:28:16.442048 [ 202 ] {92866282-97e1-4271-9838-e523badf2f1f::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part 2026.01.19 03:28:16.442102 [ 202 ] {92866282-97e1-4271-9838-e523badf2f1f::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 228 rows starting from the beginning of the part 2026.01.19 03:28:16.442147 [ 202 ] {92866282-97e1-4271-9838-e523badf2f1f::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 25 rows starting from the beginning of the part 2026.01.19 03:28:16.443062 [ 189 ] {92866282-97e1-4271-9838-e523badf2f1f::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 529 rows, containing 5 columns (5 merged, 0 gathered) in 0.001617868 sec., 326973.5231798886 rows/sec., 24.06 MiB/sec. 2026.01.19 03:28:16.443285 [ 192 ] {92866282-97e1-4271-9838-e523badf2f1f::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.01.19 03:28:16.443641 [ 192 ] {92866282-97e1-4271-9838-e523badf2f1f::all_1_5_1} oximeter.fields_u32 (92866282-97e1-4271-9838-e523badf2f1f): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:16.443717 [ 192 ] {92866282-97e1-4271-9838-e523badf2f1f::all_1_5_1} oximeter.fields_u32 (92866282-97e1-4271-9838-e523badf2f1f) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.01.19 03:28:16.443819 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.01.19 03:28:16.749701 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 6188 2026.01.19 03:28:16.750155 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:16.750192 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:16.750639 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.19 03:28:16.750870 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:16.750987 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6188 2026.01.19 03:28:17.089055 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2026.01.19 03:28:17.105186 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:17.105235 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:17.111238 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.19 03:28:17.111922 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:17.114654 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2026.01.19 03:28:18.352084 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:18.352254 [ 275 ] {316d157b-33a7-408b-b176-a3b895bd562f} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.19 03:28:18.352320 [ 275 ] {316d157b-33a7-408b-b176-a3b895bd562f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.19 03:28:18.352943 [ 275 ] {316d157b-33a7-408b-b176-a3b895bd562f} oximeter.fields_ipaddr (86613280-dab1-43b0-bc7b-5853c4835035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:18.352988 [ 275 ] {316d157b-33a7-408b-b176-a3b895bd562f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:18.353396 [ 275 ] {316d157b-33a7-408b-b176-a3b895bd562f} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.19 03:28:18.353637 [ 275 ] {316d157b-33a7-408b-b176-a3b895bd562f} oximeter.fields_ipaddr (86613280-dab1-43b0-bc7b-5853c4835035): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:18.353880 [ 275 ] {316d157b-33a7-408b-b176-a3b895bd562f} executeQuery: Read 6 rows, 501.00 B in 0.001669 sec., 3594.967046135411 rows/sec., 293.14 KiB/sec. 2026.01.19 03:28:18.353944 [ 275 ] {316d157b-33a7-408b-b176-a3b895bd562f} TCPHandler: Processed in 0.001984496 sec. 2026.01.19 03:28:18.354088 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:18.354211 [ 275 ] {9907de34-ea22-413e-a5e0-6c2c37d3dd4e} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.19 03:28:18.354263 [ 275 ] {9907de34-ea22-413e-a5e0-6c2c37d3dd4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.19 03:28:18.355363 [ 275 ] {9907de34-ea22-413e-a5e0-6c2c37d3dd4e} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:18.355400 [ 275 ] {9907de34-ea22-413e-a5e0-6c2c37d3dd4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:18.355851 [ 275 ] {9907de34-ea22-413e-a5e0-6c2c37d3dd4e} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.19 03:28:18.356081 [ 275 ] {9907de34-ea22-413e-a5e0-6c2c37d3dd4e} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:18.356228 [ 275 ] {9907de34-ea22-413e-a5e0-6c2c37d3dd4e} executeQuery: Read 1251 rows, 105.59 KiB in 0.002046 sec., 611436.9501466275 rows/sec., 50.40 MiB/sec. 2026.01.19 03:28:18.356268 [ 275 ] {9907de34-ea22-413e-a5e0-6c2c37d3dd4e} TCPHandler: Processed in 0.002241811 sec. 2026.01.19 03:28:18.356385 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:18.356484 [ 275 ] {27a22290-1f96-41d6-8aa1-4dc01885000d} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.19 03:28:18.356526 [ 275 ] {27a22290-1f96-41d6-8aa1-4dc01885000d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.19 03:28:18.356941 [ 275 ] {27a22290-1f96-41d6-8aa1-4dc01885000d} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:18.356977 [ 275 ] {27a22290-1f96-41d6-8aa1-4dc01885000d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:18.357289 [ 275 ] {27a22290-1f96-41d6-8aa1-4dc01885000d} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.19 03:28:18.357493 [ 275 ] {27a22290-1f96-41d6-8aa1-4dc01885000d} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:18.357632 [ 275 ] {27a22290-1f96-41d6-8aa1-4dc01885000d} executeQuery: Read 32 rows, 2.37 KiB in 0.00117 sec., 27350.427350427348 rows/sec., 1.98 MiB/sec. 2026.01.19 03:28:18.357670 [ 275 ] {27a22290-1f96-41d6-8aa1-4dc01885000d} TCPHandler: Processed in 0.001335821 sec. 2026.01.19 03:28:18.357791 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:18.357909 [ 275 ] {f22d2697-c5bd-4a44-9bda-36e269cc5604} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.19 03:28:18.357957 [ 275 ] {f22d2697-c5bd-4a44-9bda-36e269cc5604} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.19 03:28:18.358503 [ 275 ] {f22d2697-c5bd-4a44-9bda-36e269cc5604} oximeter.fields_u32 (92866282-97e1-4271-9838-e523badf2f1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:18.358545 [ 275 ] {f22d2697-c5bd-4a44-9bda-36e269cc5604} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:18.358895 [ 275 ] {f22d2697-c5bd-4a44-9bda-36e269cc5604} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.19 03:28:18.359109 [ 275 ] {f22d2697-c5bd-4a44-9bda-36e269cc5604} oximeter.fields_u32 (92866282-97e1-4271-9838-e523badf2f1f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:18.359245 [ 275 ] {f22d2697-c5bd-4a44-9bda-36e269cc5604} executeQuery: Read 228 rows, 15.81 KiB in 0.001362 sec., 167400.88105726874 rows/sec., 11.33 MiB/sec. 2026.01.19 03:28:18.359282 [ 275 ] {f22d2697-c5bd-4a44-9bda-36e269cc5604} TCPHandler: Processed in 0.001553646 sec. 2026.01.19 03:28:18.359383 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:18.359480 [ 275 ] {fbfe087f-82d8-4d17-a16e-0cde4f4e7db7} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.19 03:28:18.359518 [ 275 ] {fbfe087f-82d8-4d17-a16e-0cde4f4e7db7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.19 03:28:18.360077 [ 275 ] {fbfe087f-82d8-4d17-a16e-0cde4f4e7db7} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:18.360110 [ 275 ] {fbfe087f-82d8-4d17-a16e-0cde4f4e7db7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:18.360456 [ 275 ] {fbfe087f-82d8-4d17-a16e-0cde4f4e7db7} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.19 03:28:18.360667 [ 275 ] {fbfe087f-82d8-4d17-a16e-0cde4f4e7db7} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:18.360799 [ 275 ] {fbfe087f-82d8-4d17-a16e-0cde4f4e7db7} executeQuery: Read 552 rows, 41.98 KiB in 0.001337 sec., 412864.622288706 rows/sec., 30.66 MiB/sec. 2026.01.19 03:28:18.360835 [ 275 ] {fbfe087f-82d8-4d17-a16e-0cde4f4e7db7} TCPHandler: Processed in 0.001501845 sec. 2026.01.19 03:28:18.360945 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:18.361040 [ 275 ] {2db76e48-cde8-446c-a820-01df94194017} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.19 03:28:18.361082 [ 275 ] {2db76e48-cde8-446c-a820-01df94194017} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.19 03:28:18.361613 [ 275 ] {2db76e48-cde8-446c-a820-01df94194017} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:18.361646 [ 275 ] {2db76e48-cde8-446c-a820-01df94194017} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:18.362003 [ 275 ] {2db76e48-cde8-446c-a820-01df94194017} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.19 03:28:18.362208 [ 275 ] {2db76e48-cde8-446c-a820-01df94194017} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:18.362338 [ 275 ] {2db76e48-cde8-446c-a820-01df94194017} executeQuery: Read 847 rows, 58.38 KiB in 0.001316 sec., 643617.0212765958 rows/sec., 43.32 MiB/sec. 2026.01.19 03:28:18.362374 [ 275 ] {2db76e48-cde8-446c-a820-01df94194017} TCPHandler: Processed in 0.001478504 sec. 2026.01.19 03:28:18.362485 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:18.362578 [ 275 ] {bc027b61-743e-485c-b833-73743b0dd063} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.19 03:28:18.362632 [ 275 ] {bc027b61-743e-485c-b833-73743b0dd063} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.19 03:28:18.363397 [ 275 ] {bc027b61-743e-485c-b833-73743b0dd063} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:18.363431 [ 275 ] {bc027b61-743e-485c-b833-73743b0dd063} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:18.363973 [ 275 ] {bc027b61-743e-485c-b833-73743b0dd063} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.19 03:28:18.364209 [ 275 ] {bc027b61-743e-485c-b833-73743b0dd063} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:18.364349 [ 275 ] {bc027b61-743e-485c-b833-73743b0dd063} executeQuery: Read 26 rows, 47.71 KiB in 0.001789 sec., 14533.258803801005 rows/sec., 26.04 MiB/sec. 2026.01.19 03:28:18.364408 [ 275 ] {bc027b61-743e-485c-b833-73743b0dd063} TCPHandler: Processed in 0.001974155 sec. 2026.01.19 03:28:18.364521 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:18.364614 [ 275 ] {a5adc562-186a-4202-8e5e-13bf94c1be1e} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.19 03:28:18.364654 [ 275 ] {a5adc562-186a-4202-8e5e-13bf94c1be1e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.19 03:28:18.365000 [ 275 ] {a5adc562-186a-4202-8e5e-13bf94c1be1e} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:18.365034 [ 275 ] {a5adc562-186a-4202-8e5e-13bf94c1be1e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:18.365344 [ 275 ] {a5adc562-186a-4202-8e5e-13bf94c1be1e} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.19 03:28:18.365559 [ 275 ] {a5adc562-186a-4202-8e5e-13bf94c1be1e} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:18.365683 [ 275 ] {a5adc562-186a-4202-8e5e-13bf94c1be1e} executeQuery: Read 60 rows, 4.14 KiB in 0.001088 sec., 55147.05882352941 rows/sec., 3.72 MiB/sec. 2026.01.19 03:28:18.365718 [ 275 ] {a5adc562-186a-4202-8e5e-13bf94c1be1e} TCPHandler: Processed in 0.001247999 sec. 2026.01.19 03:28:19.261169 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 410 2026.01.19 03:28:19.263279 [ 242 ] {} system.query_log (11fc8e4a-c498-452c-9b91-f39c54690b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:19.263332 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:19.264542 [ 242 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.19 03:28:19.264815 [ 242 ] {} system.query_log (11fc8e4a-c498-452c-9b91-f39c54690b92): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:19.265141 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 410 2026.01.19 03:28:23.322890 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:23.323106 [ 275 ] {14f366f7-22b4-47e6-9f1d-de13016fd662} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.19 03:28:23.323169 [ 275 ] {14f366f7-22b4-47e6-9f1d-de13016fd662} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.19 03:28:23.323836 [ 275 ] {14f366f7-22b4-47e6-9f1d-de13016fd662} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:23.323875 [ 275 ] {14f366f7-22b4-47e6-9f1d-de13016fd662} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:23.324261 [ 275 ] {14f366f7-22b4-47e6-9f1d-de13016fd662} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.19 03:28:23.324492 [ 275 ] {14f366f7-22b4-47e6-9f1d-de13016fd662} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:23.324658 [ 275 ] {14f366f7-22b4-47e6-9f1d-de13016fd662} executeQuery: Read 84 rows, 7.16 KiB in 0.001597 sec., 52598.62241703194 rows/sec., 4.38 MiB/sec. 2026.01.19 03:28:23.324706 [ 275 ] {14f366f7-22b4-47e6-9f1d-de13016fd662} TCPHandler: Processed in 0.002016267 sec. 2026.01.19 03:28:23.324840 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:23.324940 [ 275 ] {2669331d-79a9-486e-8691-2628b6efab7c} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.19 03:28:23.324983 [ 275 ] {2669331d-79a9-486e-8691-2628b6efab7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.19 03:28:23.325383 [ 275 ] {2669331d-79a9-486e-8691-2628b6efab7c} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:23.325417 [ 275 ] {2669331d-79a9-486e-8691-2628b6efab7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:23.325723 [ 275 ] {2669331d-79a9-486e-8691-2628b6efab7c} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.19 03:28:23.325936 [ 275 ] {2669331d-79a9-486e-8691-2628b6efab7c} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:23.326025 [ 114 ] {} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.19 03:28:23.326062 [ 114 ] {} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:23.326068 [ 275 ] {2669331d-79a9-486e-8691-2628b6efab7c} executeQuery: Read 14 rows, 1.05 KiB in 0.00115 sec., 12173.913043478262 rows/sec., 915.42 KiB/sec. 2026.01.19 03:28:23.326080 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:23.326107 [ 275 ] {2669331d-79a9-486e-8691-2628b6efab7c} TCPHandler: Processed in 0.00132113 sec. 2026.01.19 03:28:23.326220 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:23.326240 [ 192 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.01.19 03:28:23.326319 [ 275 ] {67c04524-05ed-4587-ac0f-2ef70fdd4b40} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.19 03:28:23.326369 [ 275 ] {67c04524-05ed-4587-ac0f-2ef70fdd4b40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.19 03:28:23.326454 [ 192 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:28:23.326515 [ 192 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 62 rows starting from the beginning of the part 2026.01.19 03:28:23.326630 [ 192 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 38 rows starting from the beginning of the part 2026.01.19 03:28:23.326715 [ 192 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 26 rows starting from the beginning of the part 2026.01.19 03:28:23.326791 [ 192 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part 2026.01.19 03:28:23.326794 [ 275 ] {67c04524-05ed-4587-ac0f-2ef70fdd4b40} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:23.326850 [ 275 ] {67c04524-05ed-4587-ac0f-2ef70fdd4b40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:23.326860 [ 192 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 32 rows starting from the beginning of the part 2026.01.19 03:28:23.326917 [ 192 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part 2026.01.19 03:28:23.327223 [ 275 ] {67c04524-05ed-4587-ac0f-2ef70fdd4b40} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.19 03:28:23.327460 [ 275 ] {67c04524-05ed-4587-ac0f-2ef70fdd4b40} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:23.327607 [ 275 ] {67c04524-05ed-4587-ac0f-2ef70fdd4b40} executeQuery: Read 78 rows, 6.24 KiB in 0.001307 sec., 59678.65340474369 rows/sec., 4.66 MiB/sec. 2026.01.19 03:28:23.327647 [ 275 ] {67c04524-05ed-4587-ac0f-2ef70fdd4b40} TCPHandler: Processed in 0.001480105 sec. 2026.01.19 03:28:23.327759 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:23.327854 [ 275 ] {ae68e951-4d11-4e08-b6a0-6652022fdf27} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.19 03:28:23.327867 [ 189 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 5 columns (5 merged, 0 gathered) in 0.001707819 sec., 108910.83891208612 rows/sec., 8.38 MiB/sec. 2026.01.19 03:28:23.327898 [ 275 ] {ae68e951-4d11-4e08-b6a0-6652022fdf27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.19 03:28:23.328040 [ 198 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.19 03:28:23.328304 [ 275 ] {ae68e951-4d11-4e08-b6a0-6652022fdf27} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:23.328328 [ 198 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_16_3} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:23.328339 [ 275 ] {ae68e951-4d11-4e08-b6a0-6652022fdf27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:23.328404 [ 198 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_16_3} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.19 03:28:23.328485 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.01.19 03:28:23.328679 [ 275 ] {ae68e951-4d11-4e08-b6a0-6652022fdf27} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.19 03:28:23.328892 [ 275 ] {ae68e951-4d11-4e08-b6a0-6652022fdf27} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:23.329027 [ 275 ] {ae68e951-4d11-4e08-b6a0-6652022fdf27} executeQuery: Read 160 rows, 11.41 KiB in 0.001191 sec., 134340.8900083963 rows/sec., 9.36 MiB/sec. 2026.01.19 03:28:23.329064 [ 275 ] {ae68e951-4d11-4e08-b6a0-6652022fdf27} TCPHandler: Processed in 0.001356501 sec. 2026.01.19 03:28:23.329185 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:23.329307 [ 275 ] {ae576ff1-e71c-484f-ab1c-7be5317e15e9} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.19 03:28:23.329371 [ 275 ] {ae576ff1-e71c-484f-ab1c-7be5317e15e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.19 03:28:23.330178 [ 275 ] {ae576ff1-e71c-484f-ab1c-7be5317e15e9} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:23.330213 [ 275 ] {ae576ff1-e71c-484f-ab1c-7be5317e15e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:23.330731 [ 275 ] {ae576ff1-e71c-484f-ab1c-7be5317e15e9} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.19 03:28:23.330964 [ 275 ] {ae576ff1-e71c-484f-ab1c-7be5317e15e9} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:23.331061 [ 114 ] {} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.19 03:28:23.331092 [ 114 ] {} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:23.331102 [ 275 ] {ae576ff1-e71c-484f-ab1c-7be5317e15e9} executeQuery: Read 14 rows, 25.69 KiB in 0.00182 sec., 7692.307692307692 rows/sec., 13.78 MiB/sec. 2026.01.19 03:28:23.331112 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:23.331160 [ 275 ] {ae576ff1-e71c-484f-ab1c-7be5317e15e9} TCPHandler: Processed in 0.002037647 sec. 2026.01.19 03:28:23.331191 [ 192 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.01.19 03:28:23.331272 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:23.331371 [ 275 ] {f5faa4d3-b3e6-462b-bbed-b47de47aae5c} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.19 03:28:23.331402 [ 192 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:28:23.331411 [ 275 ] {f5faa4d3-b3e6-462b-bbed-b47de47aae5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.19 03:28:23.331461 [ 192 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 168 rows starting from the beginning of the part 2026.01.19 03:28:23.331589 [ 192 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part 2026.01.19 03:28:23.331713 [ 192 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 26 rows starting from the beginning of the part 2026.01.19 03:28:23.331750 [ 275 ] {f5faa4d3-b3e6-462b-bbed-b47de47aae5c} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:23.331790 [ 275 ] {f5faa4d3-b3e6-462b-bbed-b47de47aae5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:23.331828 [ 192 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part 2026.01.19 03:28:23.331929 [ 192 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 26 rows starting from the beginning of the part 2026.01.19 03:28:23.332027 [ 192 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part 2026.01.19 03:28:23.332111 [ 275 ] {f5faa4d3-b3e6-462b-bbed-b47de47aae5c} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.19 03:28:23.332332 [ 275 ] {f5faa4d3-b3e6-462b-bbed-b47de47aae5c} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:23.332476 [ 275 ] {f5faa4d3-b3e6-462b-bbed-b47de47aae5c} executeQuery: Read 60 rows, 4.14 KiB in 0.001123 sec., 53428.317008014244 rows/sec., 3.60 MiB/sec. 2026.01.19 03:28:23.332511 [ 275 ] {f5faa4d3-b3e6-462b-bbed-b47de47aae5c} TCPHandler: Processed in 0.001289799 sec. 2026.01.19 03:28:23.334788 [ 189 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 262 rows, containing 19 columns (19 merged, 0 gathered) in 0.003631594 sec., 72144.62850197461 rows/sec., 129.28 MiB/sec. 2026.01.19 03:28:23.335238 [ 200 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.19 03:28:23.335562 [ 200 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_16_3} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:23.335633 [ 200 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_16_3} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.19 03:28:23.335713 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.52 MiB. 2026.01.19 03:28:24.149112 [ 61 ] {} DNSResolver: Updating DNS cache 2026.01.19 03:28:24.149162 [ 61 ] {} DNSResolver: Updated DNS cache 2026.01.19 03:28:24.252022 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 6700 2026.01.19 03:28:24.252613 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:24.252663 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:24.253155 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.19 03:28:24.253402 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:24.253547 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6700 2026.01.19 03:28:24.615662 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2026.01.19 03:28:24.634724 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:24.634821 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:24.644227 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.19 03:28:24.644987 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:24.648535 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2026.01.19 03:28:25.000183 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 226.18 MiB, peak 230.18 MiB, free memory in arenas 0.00 B, will set to 227.39 MiB (RSS), difference: 1.21 MiB 2026.01.19 03:28:28.323113 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:28.323297 [ 275 ] {6be6a4d7-b1ac-4e5c-b582-ae926ebbcab9} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.19 03:28:28.323360 [ 275 ] {6be6a4d7-b1ac-4e5c-b582-ae926ebbcab9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.19 03:28:28.324058 [ 275 ] {6be6a4d7-b1ac-4e5c-b582-ae926ebbcab9} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:28.324111 [ 275 ] {6be6a4d7-b1ac-4e5c-b582-ae926ebbcab9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:28.324554 [ 275 ] {6be6a4d7-b1ac-4e5c-b582-ae926ebbcab9} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.19 03:28:28.324816 [ 275 ] {6be6a4d7-b1ac-4e5c-b582-ae926ebbcab9} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:28.324979 [ 275 ] {6be6a4d7-b1ac-4e5c-b582-ae926ebbcab9} executeQuery: Read 108 rows, 9.26 KiB in 0.001727 sec., 62536.18992472495 rows/sec., 5.23 MiB/sec. 2026.01.19 03:28:28.325025 [ 275 ] {6be6a4d7-b1ac-4e5c-b582-ae926ebbcab9} TCPHandler: Processed in 0.002032897 sec. 2026.01.19 03:28:28.325147 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:28.325271 [ 275 ] {2794c48d-05d7-4304-a188-acc010e92331} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.19 03:28:28.325317 [ 275 ] {2794c48d-05d7-4304-a188-acc010e92331} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.19 03:28:28.325715 [ 275 ] {2794c48d-05d7-4304-a188-acc010e92331} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:28.325753 [ 275 ] {2794c48d-05d7-4304-a188-acc010e92331} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:28.326058 [ 275 ] {2794c48d-05d7-4304-a188-acc010e92331} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.19 03:28:28.326266 [ 275 ] {2794c48d-05d7-4304-a188-acc010e92331} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:28.326398 [ 275 ] {2794c48d-05d7-4304-a188-acc010e92331} executeQuery: Read 26 rows, 1.96 KiB in 0.001148 sec., 22648.083623693383 rows/sec., 1.66 MiB/sec. 2026.01.19 03:28:28.326435 [ 275 ] {2794c48d-05d7-4304-a188-acc010e92331} TCPHandler: Processed in 0.001340931 sec. 2026.01.19 03:28:28.326543 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:28.326638 [ 275 ] {0db9b569-1d3b-4b48-b5ab-53d1b3b18d0a} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.19 03:28:28.326679 [ 275 ] {0db9b569-1d3b-4b48-b5ab-53d1b3b18d0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.19 03:28:28.327084 [ 275 ] {0db9b569-1d3b-4b48-b5ab-53d1b3b18d0a} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:28.327121 [ 275 ] {0db9b569-1d3b-4b48-b5ab-53d1b3b18d0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:28.327433 [ 275 ] {0db9b569-1d3b-4b48-b5ab-53d1b3b18d0a} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.19 03:28:28.327675 [ 275 ] {0db9b569-1d3b-4b48-b5ab-53d1b3b18d0a} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:28.327825 [ 275 ] {0db9b569-1d3b-4b48-b5ab-53d1b3b18d0a} executeQuery: Read 90 rows, 7.20 KiB in 0.001204 sec., 74750.83056478406 rows/sec., 5.84 MiB/sec. 2026.01.19 03:28:28.327872 [ 275 ] {0db9b569-1d3b-4b48-b5ab-53d1b3b18d0a} TCPHandler: Processed in 0.001380112 sec. 2026.01.19 03:28:28.327989 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:28.328092 [ 275 ] {746d8abe-ef03-4432-9b76-0bad0dcf97a5} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.19 03:28:28.328139 [ 275 ] {746d8abe-ef03-4432-9b76-0bad0dcf97a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.19 03:28:28.328545 [ 275 ] {746d8abe-ef03-4432-9b76-0bad0dcf97a5} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:28.328583 [ 275 ] {746d8abe-ef03-4432-9b76-0bad0dcf97a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:28.328929 [ 275 ] {746d8abe-ef03-4432-9b76-0bad0dcf97a5} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.19 03:28:28.329144 [ 275 ] {746d8abe-ef03-4432-9b76-0bad0dcf97a5} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:28.329275 [ 275 ] {746d8abe-ef03-4432-9b76-0bad0dcf97a5} executeQuery: Read 160 rows, 11.41 KiB in 0.001203 sec., 133000.83125519534 rows/sec., 9.26 MiB/sec. 2026.01.19 03:28:28.329312 [ 275 ] {746d8abe-ef03-4432-9b76-0bad0dcf97a5} TCPHandler: Processed in 0.001382132 sec. 2026.01.19 03:28:28.329418 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:28.329514 [ 275 ] {ff924f63-b6cd-48e8-acfc-7c09c0abcf12} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.19 03:28:28.329569 [ 275 ] {ff924f63-b6cd-48e8-acfc-7c09c0abcf12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.19 03:28:28.330357 [ 275 ] {ff924f63-b6cd-48e8-acfc-7c09c0abcf12} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:28.330395 [ 275 ] {ff924f63-b6cd-48e8-acfc-7c09c0abcf12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:28.330915 [ 275 ] {ff924f63-b6cd-48e8-acfc-7c09c0abcf12} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.19 03:28:28.331154 [ 275 ] {ff924f63-b6cd-48e8-acfc-7c09c0abcf12} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:28.331295 [ 275 ] {ff924f63-b6cd-48e8-acfc-7c09c0abcf12} executeQuery: Read 26 rows, 47.71 KiB in 0.0018 sec., 14444.444444444445 rows/sec., 25.88 MiB/sec. 2026.01.19 03:28:28.331348 [ 275 ] {ff924f63-b6cd-48e8-acfc-7c09c0abcf12} TCPHandler: Processed in 0.001980045 sec. 2026.01.19 03:28:28.331462 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:28.331559 [ 275 ] {91c00bd9-3ebe-4148-97f7-c42051b02547} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.19 03:28:28.331602 [ 275 ] {91c00bd9-3ebe-4148-97f7-c42051b02547} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.19 03:28:28.331918 [ 275 ] {91c00bd9-3ebe-4148-97f7-c42051b02547} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:28.331955 [ 275 ] {91c00bd9-3ebe-4148-97f7-c42051b02547} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:28.332262 [ 275 ] {91c00bd9-3ebe-4148-97f7-c42051b02547} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.19 03:28:28.332474 [ 275 ] {91c00bd9-3ebe-4148-97f7-c42051b02547} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:28.332603 [ 275 ] {91c00bd9-3ebe-4148-97f7-c42051b02547} executeQuery: Read 60 rows, 4.14 KiB in 0.001064 sec., 56390.97744360902 rows/sec., 3.80 MiB/sec. 2026.01.19 03:28:28.332639 [ 275 ] {91c00bd9-3ebe-4148-97f7-c42051b02547} TCPHandler: Processed in 0.001228328 sec. 2026.01.19 03:28:29.266209 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 434 2026.01.19 03:28:29.268219 [ 242 ] {} system.query_log (11fc8e4a-c498-452c-9b91-f39c54690b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:29.268262 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:29.269394 [ 242 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.19 03:28:29.269657 [ 242 ] {} system.query_log (11fc8e4a-c498-452c-9b91-f39c54690b92): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:29.269914 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 434 2026.01.19 03:28:31.754620 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 7148 2026.01.19 03:28:31.755125 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:31.755166 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:31.755695 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.19 03:28:31.755915 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:31.756043 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7148 2026.01.19 03:28:32.149573 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2026.01.19 03:28:32.165845 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:32.165888 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:32.171635 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.19 03:28:32.172366 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:32.175096 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2026.01.19 03:28:33.324676 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:33.324868 [ 275 ] {e52cd483-83ad-4032-a547-e0e86ac06840} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.19 03:28:33.324939 [ 275 ] {e52cd483-83ad-4032-a547-e0e86ac06840} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.19 03:28:33.325596 [ 275 ] {e52cd483-83ad-4032-a547-e0e86ac06840} oximeter.fields_i16 (4fd12cdf-1352-49d1-8451-49f40f667fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:33.325641 [ 275 ] {e52cd483-83ad-4032-a547-e0e86ac06840} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:33.326030 [ 275 ] {e52cd483-83ad-4032-a547-e0e86ac06840} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.19 03:28:33.326275 [ 275 ] {e52cd483-83ad-4032-a547-e0e86ac06840} oximeter.fields_i16 (4fd12cdf-1352-49d1-8451-49f40f667fda): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:33.326457 [ 275 ] {e52cd483-83ad-4032-a547-e0e86ac06840} executeQuery: Read 24 rows, 2.04 KiB in 0.00164 sec., 14634.146341463415 rows/sec., 1.21 MiB/sec. 2026.01.19 03:28:33.326508 [ 275 ] {e52cd483-83ad-4032-a547-e0e86ac06840} TCPHandler: Processed in 0.001963685 sec. 2026.01.19 03:28:33.326639 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:33.326742 [ 275 ] {edd5212a-9848-41a2-8fd0-e3eed825efe1} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.19 03:28:33.326784 [ 275 ] {edd5212a-9848-41a2-8fd0-e3eed825efe1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.19 03:28:33.327295 [ 275 ] {edd5212a-9848-41a2-8fd0-e3eed825efe1} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:33.327334 [ 275 ] {edd5212a-9848-41a2-8fd0-e3eed825efe1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:33.327678 [ 275 ] {edd5212a-9848-41a2-8fd0-e3eed825efe1} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.19 03:28:33.327902 [ 275 ] {edd5212a-9848-41a2-8fd0-e3eed825efe1} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:33.328042 [ 275 ] {edd5212a-9848-41a2-8fd0-e3eed825efe1} executeQuery: Read 204 rows, 18.60 KiB in 0.001326 sec., 153846.15384615384 rows/sec., 13.70 MiB/sec. 2026.01.19 03:28:33.328084 [ 275 ] {edd5212a-9848-41a2-8fd0-e3eed825efe1} TCPHandler: Processed in 0.001501484 sec. 2026.01.19 03:28:33.328205 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:33.328304 [ 275 ] {d94ea035-0b8a-4fc9-a5cd-cb407ca4ccb6} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.19 03:28:33.328346 [ 275 ] {d94ea035-0b8a-4fc9-a5cd-cb407ca4ccb6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.19 03:28:33.328793 [ 275 ] {d94ea035-0b8a-4fc9-a5cd-cb407ca4ccb6} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:33.328839 [ 275 ] {d94ea035-0b8a-4fc9-a5cd-cb407ca4ccb6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:33.329183 [ 275 ] {d94ea035-0b8a-4fc9-a5cd-cb407ca4ccb6} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.19 03:28:33.329387 [ 275 ] {d94ea035-0b8a-4fc9-a5cd-cb407ca4ccb6} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:33.329526 [ 275 ] {d94ea035-0b8a-4fc9-a5cd-cb407ca4ccb6} executeQuery: Read 26 rows, 2.01 KiB in 0.001242 sec., 20933.977455716584 rows/sec., 1.58 MiB/sec. 2026.01.19 03:28:33.329565 [ 275 ] {d94ea035-0b8a-4fc9-a5cd-cb407ca4ccb6} TCPHandler: Processed in 0.001413962 sec. 2026.01.19 03:28:33.329676 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:33.329772 [ 275 ] {edfcf0a3-b16f-426d-bc96-c4773796c699} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.19 03:28:33.329812 [ 275 ] {edfcf0a3-b16f-426d-bc96-c4773796c699} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.19 03:28:33.330206 [ 275 ] {edfcf0a3-b16f-426d-bc96-c4773796c699} oximeter.fields_u32 (92866282-97e1-4271-9838-e523badf2f1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:33.330243 [ 275 ] {edfcf0a3-b16f-426d-bc96-c4773796c699} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:33.330534 [ 275 ] {edfcf0a3-b16f-426d-bc96-c4773796c699} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.19 03:28:33.330752 [ 275 ] {edfcf0a3-b16f-426d-bc96-c4773796c699} oximeter.fields_u32 (92866282-97e1-4271-9838-e523badf2f1f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:33.330880 [ 275 ] {edfcf0a3-b16f-426d-bc96-c4773796c699} executeQuery: Read 24 rows, 2.04 KiB in 0.001127 sec., 21295.47471162378 rows/sec., 1.77 MiB/sec. 2026.01.19 03:28:33.330917 [ 275 ] {edfcf0a3-b16f-426d-bc96-c4773796c699} TCPHandler: Processed in 0.001289419 sec. 2026.01.19 03:28:33.331023 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:33.331128 [ 275 ] {27e5fb28-5378-4123-8ccb-1db7500b14b1} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.19 03:28:33.331175 [ 275 ] {27e5fb28-5378-4123-8ccb-1db7500b14b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.19 03:28:33.331639 [ 275 ] {27e5fb28-5378-4123-8ccb-1db7500b14b1} oximeter.fields_u8 (4a35c6f1-f095-4538-b27e-c16ae26c548d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:33.331683 [ 275 ] {27e5fb28-5378-4123-8ccb-1db7500b14b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:33.332043 [ 275 ] {27e5fb28-5378-4123-8ccb-1db7500b14b1} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.19 03:28:33.332258 [ 275 ] {27e5fb28-5378-4123-8ccb-1db7500b14b1} oximeter.fields_u8 (4a35c6f1-f095-4538-b27e-c16ae26c548d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:33.332395 [ 275 ] {27e5fb28-5378-4123-8ccb-1db7500b14b1} executeQuery: Read 12 rows, 960.00 B in 0.00129 sec., 9302.32558139535 rows/sec., 726.74 KiB/sec. 2026.01.19 03:28:33.332434 [ 275 ] {27e5fb28-5378-4123-8ccb-1db7500b14b1} TCPHandler: Processed in 0.001462493 sec. 2026.01.19 03:28:33.332542 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:33.332636 [ 275 ] {9c4ae085-17e1-49aa-bce7-40f24dc254b3} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.19 03:28:33.332676 [ 275 ] {9c4ae085-17e1-49aa-bce7-40f24dc254b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.19 03:28:33.333099 [ 275 ] {9c4ae085-17e1-49aa-bce7-40f24dc254b3} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:33.333135 [ 275 ] {9c4ae085-17e1-49aa-bce7-40f24dc254b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:33.333429 [ 275 ] {9c4ae085-17e1-49aa-bce7-40f24dc254b3} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.19 03:28:33.333665 [ 275 ] {9c4ae085-17e1-49aa-bce7-40f24dc254b3} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:33.333794 [ 275 ] {9c4ae085-17e1-49aa-bce7-40f24dc254b3} executeQuery: Read 114 rows, 9.49 KiB in 0.001176 sec., 96938.77551020408 rows/sec., 7.88 MiB/sec. 2026.01.19 03:28:33.333832 [ 275 ] {9c4ae085-17e1-49aa-bce7-40f24dc254b3} TCPHandler: Processed in 0.001340071 sec. 2026.01.19 03:28:33.333945 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:33.334043 [ 275 ] {84671b77-ae0a-456a-93a2-98ef16229629} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.19 03:28:33.334086 [ 275 ] {84671b77-ae0a-456a-93a2-98ef16229629} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.19 03:28:33.334477 [ 275 ] {84671b77-ae0a-456a-93a2-98ef16229629} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:33.334514 [ 275 ] {84671b77-ae0a-456a-93a2-98ef16229629} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:33.334845 [ 275 ] {84671b77-ae0a-456a-93a2-98ef16229629} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.19 03:28:33.335049 [ 275 ] {84671b77-ae0a-456a-93a2-98ef16229629} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:33.335174 [ 275 ] {84671b77-ae0a-456a-93a2-98ef16229629} executeQuery: Read 196 rows, 14.40 KiB in 0.001149 sec., 170583.11575282854 rows/sec., 12.24 MiB/sec. 2026.01.19 03:28:33.335210 [ 275 ] {84671b77-ae0a-456a-93a2-98ef16229629} TCPHandler: Processed in 0.00131491 sec. 2026.01.19 03:28:33.335323 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:33.335416 [ 275 ] {cd421204-2c0c-4795-bc96-d93ca7e764a4} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.19 03:28:33.335469 [ 275 ] {cd421204-2c0c-4795-bc96-d93ca7e764a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.19 03:28:33.336229 [ 275 ] {cd421204-2c0c-4795-bc96-d93ca7e764a4} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:33.336267 [ 275 ] {cd421204-2c0c-4795-bc96-d93ca7e764a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:33.336766 [ 275 ] {cd421204-2c0c-4795-bc96-d93ca7e764a4} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.19 03:28:33.336983 [ 275 ] {cd421204-2c0c-4795-bc96-d93ca7e764a4} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:33.337128 [ 275 ] {cd421204-2c0c-4795-bc96-d93ca7e764a4} executeQuery: Read 14 rows, 25.69 KiB in 0.00173 sec., 8092.485549132948 rows/sec., 14.50 MiB/sec. 2026.01.19 03:28:33.337182 [ 275 ] {cd421204-2c0c-4795-bc96-d93ca7e764a4} TCPHandler: Processed in 0.001908704 sec. 2026.01.19 03:28:33.337308 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:33.337402 [ 275 ] {f034b4c2-350e-4b6f-a0d4-1652f6810870} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.19 03:28:33.337445 [ 275 ] {f034b4c2-350e-4b6f-a0d4-1652f6810870} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.19 03:28:33.337777 [ 275 ] {f034b4c2-350e-4b6f-a0d4-1652f6810870} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:33.337815 [ 275 ] {f034b4c2-350e-4b6f-a0d4-1652f6810870} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:33.338125 [ 275 ] {f034b4c2-350e-4b6f-a0d4-1652f6810870} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.19 03:28:33.338331 [ 275 ] {f034b4c2-350e-4b6f-a0d4-1652f6810870} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:33.338458 [ 275 ] {f034b4c2-350e-4b6f-a0d4-1652f6810870} executeQuery: Read 60 rows, 4.14 KiB in 0.001074 sec., 55865.92178770949 rows/sec., 3.76 MiB/sec. 2026.01.19 03:28:33.338494 [ 275 ] {f034b4c2-350e-4b6f-a0d4-1652f6810870} TCPHandler: Processed in 0.001235939 sec. 2026.01.19 03:28:38.323568 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:38.323776 [ 275 ] {6f51bc36-6b4b-40e8-8173-dd7215b0f007} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.19 03:28:38.323849 [ 275 ] {6f51bc36-6b4b-40e8-8173-dd7215b0f007} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.19 03:28:38.324573 [ 275 ] {6f51bc36-6b4b-40e8-8173-dd7215b0f007} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:38.324619 [ 275 ] {6f51bc36-6b4b-40e8-8173-dd7215b0f007} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:38.325020 [ 275 ] {6f51bc36-6b4b-40e8-8173-dd7215b0f007} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.19 03:28:38.325248 [ 275 ] {6f51bc36-6b4b-40e8-8173-dd7215b0f007} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:38.325382 [ 50 ] {} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.19 03:28:38.325418 [ 275 ] {6f51bc36-6b4b-40e8-8173-dd7215b0f007} executeQuery: Read 108 rows, 9.26 KiB in 0.001693 sec., 63792.08505611341 rows/sec., 5.34 MiB/sec. 2026.01.19 03:28:38.325425 [ 50 ] {} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:38.325453 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:38.325466 [ 275 ] {6f51bc36-6b4b-40e8-8173-dd7215b0f007} TCPHandler: Processed in 0.002028797 sec. 2026.01.19 03:28:38.325583 [ 188 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.01.19 03:28:38.325600 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:38.325727 [ 275 ] {c4b3260f-9ab8-475b-ae77-2fff1fd50d69} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.19 03:28:38.325735 [ 188 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:28:38.325778 [ 275 ] {c4b3260f-9ab8-475b-ae77-2fff1fd50d69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.19 03:28:38.325795 [ 188 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1406 rows starting from the beginning of the part 2026.01.19 03:28:38.325874 [ 188 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1251 rows starting from the beginning of the part 2026.01.19 03:28:38.325927 [ 188 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 84 rows starting from the beginning of the part 2026.01.19 03:28:38.325976 [ 188 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 108 rows starting from the beginning of the part 2026.01.19 03:28:38.326023 [ 188 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 204 rows starting from the beginning of the part 2026.01.19 03:28:38.326067 [ 188 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 108 rows starting from the beginning of the part 2026.01.19 03:28:38.326203 [ 275 ] {c4b3260f-9ab8-475b-ae77-2fff1fd50d69} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:38.326245 [ 275 ] {c4b3260f-9ab8-475b-ae77-2fff1fd50d69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:38.326570 [ 275 ] {c4b3260f-9ab8-475b-ae77-2fff1fd50d69} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.19 03:28:38.326789 [ 275 ] {c4b3260f-9ab8-475b-ae77-2fff1fd50d69} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:38.326926 [ 275 ] {c4b3260f-9ab8-475b-ae77-2fff1fd50d69} executeQuery: Read 26 rows, 1.96 KiB in 0.001222 sec., 21276.59574468085 rows/sec., 1.56 MiB/sec. 2026.01.19 03:28:38.326963 [ 275 ] {c4b3260f-9ab8-475b-ae77-2fff1fd50d69} TCPHandler: Processed in 0.001415433 sec. 2026.01.19 03:28:38.327075 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:38.327168 [ 275 ] {6aed19a4-36c1-45db-a989-b729e8009268} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.19 03:28:38.327209 [ 275 ] {6aed19a4-36c1-45db-a989-b729e8009268} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.19 03:28:38.327594 [ 200 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 3161 rows, containing 5 columns (5 merged, 0 gathered) in 0.002071808 sec., 1525720.5300877301 rows/sec., 133.19 MiB/sec. 2026.01.19 03:28:38.327635 [ 275 ] {6aed19a4-36c1-45db-a989-b729e8009268} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:38.327677 [ 275 ] {6aed19a4-36c1-45db-a989-b729e8009268} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:38.327820 [ 188 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.19 03:28:38.328045 [ 275 ] {6aed19a4-36c1-45db-a989-b729e8009268} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.19 03:28:38.328107 [ 188 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_21_4} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:38.328192 [ 188 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_21_4} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.19 03:28:38.328262 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. 2026.01.19 03:28:38.328282 [ 275 ] {6aed19a4-36c1-45db-a989-b729e8009268} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:38.328380 [ 50 ] {} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.19 03:28:38.328408 [ 50 ] {} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:38.328418 [ 275 ] {6aed19a4-36c1-45db-a989-b729e8009268} executeQuery: Read 90 rows, 7.20 KiB in 0.001268 sec., 70977.91798107255 rows/sec., 5.54 MiB/sec. 2026.01.19 03:28:38.328426 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:38.328456 [ 275 ] {6aed19a4-36c1-45db-a989-b729e8009268} TCPHandler: Processed in 0.001431133 sec. 2026.01.19 03:28:38.328528 [ 189 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.01.19 03:28:38.328571 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:38.328663 [ 189 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:28:38.328670 [ 275 ] {1eb1ba22-9140-42bb-a0c5-2aa8fc1f2daf} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.19 03:28:38.328702 [ 189 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 632 rows starting from the beginning of the part 2026.01.19 03:28:38.328725 [ 275 ] {1eb1ba22-9140-42bb-a0c5-2aa8fc1f2daf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.19 03:28:38.328770 [ 189 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 552 rows starting from the beginning of the part 2026.01.19 03:28:38.328817 [ 189 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 78 rows starting from the beginning of the part 2026.01.19 03:28:38.328860 [ 189 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 90 rows starting from the beginning of the part 2026.01.19 03:28:38.328896 [ 189 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 114 rows starting from the beginning of the part 2026.01.19 03:28:38.328935 [ 189 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 90 rows starting from the beginning of the part 2026.01.19 03:28:38.329136 [ 275 ] {1eb1ba22-9140-42bb-a0c5-2aa8fc1f2daf} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:38.329176 [ 275 ] {1eb1ba22-9140-42bb-a0c5-2aa8fc1f2daf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:38.329525 [ 275 ] {1eb1ba22-9140-42bb-a0c5-2aa8fc1f2daf} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.19 03:28:38.329745 [ 275 ] {1eb1ba22-9140-42bb-a0c5-2aa8fc1f2daf} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:38.329839 [ 50 ] {} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.19 03:28:38.329866 [ 50 ] {} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:38.329873 [ 275 ] {1eb1ba22-9140-42bb-a0c5-2aa8fc1f2daf} executeQuery: Read 160 rows, 11.41 KiB in 0.001221 sec., 131040.13104013103 rows/sec., 9.13 MiB/sec. 2026.01.19 03:28:38.329883 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:38.329910 [ 275 ] {1eb1ba22-9140-42bb-a0c5-2aa8fc1f2daf} TCPHandler: Processed in 0.001389422 sec. 2026.01.19 03:28:38.329951 [ 189 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1556 rows, containing 5 columns (5 merged, 0 gathered) in 0.001469354 sec., 1058968.7713103853 rows/sec., 84.38 MiB/sec. 2026.01.19 03:28:38.330019 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:38.329956 [ 188 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.01.19 03:28:38.330182 [ 188 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:28:38.330193 [ 275 ] {d57e6bac-001d-4e70-83a8-1a04e967aa21} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.19 03:28:38.330210 [ 188 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 4717 rows starting from the beginning of the part 2026.01.19 03:28:38.330267 [ 188 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 847 rows starting from the beginning of the part 2026.01.19 03:28:38.330268 [ 275 ] {d57e6bac-001d-4e70-83a8-1a04e967aa21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.19 03:28:38.330271 [ 195 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.19 03:28:38.330309 [ 188 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part 2026.01.19 03:28:38.330402 [ 188 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part 2026.01.19 03:28:38.330442 [ 188 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 196 rows starting from the beginning of the part 2026.01.19 03:28:38.330478 [ 188 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part 2026.01.19 03:28:38.330717 [ 195 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_21_4} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:38.330810 [ 195 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_21_4} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.19 03:28:38.330913 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.01.19 03:28:38.331235 [ 275 ] {d57e6bac-001d-4e70-83a8-1a04e967aa21} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:38.331278 [ 275 ] {d57e6bac-001d-4e70-83a8-1a04e967aa21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:38.331887 [ 275 ] {d57e6bac-001d-4e70-83a8-1a04e967aa21} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.19 03:28:38.332142 [ 275 ] {d57e6bac-001d-4e70-83a8-1a04e967aa21} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:38.332234 [ 189 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 6240 rows, containing 5 columns (5 merged, 0 gathered) in 0.002309643 sec., 2701716.239262951 rows/sec., 185.75 MiB/sec. 2026.01.19 03:28:38.332285 [ 275 ] {d57e6bac-001d-4e70-83a8-1a04e967aa21} executeQuery: Read 26 rows, 47.71 KiB in 0.002116 sec., 12287.33459357278 rows/sec., 22.02 MiB/sec. 2026.01.19 03:28:38.332349 [ 275 ] {d57e6bac-001d-4e70-83a8-1a04e967aa21} TCPHandler: Processed in 0.002382675 sec. 2026.01.19 03:28:38.332463 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:38.332558 [ 275 ] {b8c03e4d-ce52-4aaf-876b-4eca1e3cabcc} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.19 03:28:38.332600 [ 275 ] {b8c03e4d-ce52-4aaf-876b-4eca1e3cabcc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.19 03:28:38.332649 [ 195 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.19 03:28:38.332920 [ 195 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_21_4} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:38.332925 [ 275 ] {b8c03e4d-ce52-4aaf-876b-4eca1e3cabcc} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:38.332973 [ 275 ] {b8c03e4d-ce52-4aaf-876b-4eca1e3cabcc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:38.333001 [ 195 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_21_4} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.19 03:28:38.333086 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.38 MiB. 2026.01.19 03:28:38.333288 [ 275 ] {b8c03e4d-ce52-4aaf-876b-4eca1e3cabcc} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.19 03:28:38.333566 [ 275 ] {b8c03e4d-ce52-4aaf-876b-4eca1e3cabcc} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:38.333661 [ 50 ] {} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.19 03:28:38.333684 [ 50 ] {} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:38.333699 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:38.333704 [ 275 ] {b8c03e4d-ce52-4aaf-876b-4eca1e3cabcc} executeQuery: Read 60 rows, 4.14 KiB in 0.001164 sec., 51546.391752577314 rows/sec., 3.47 MiB/sec. 2026.01.19 03:28:38.333741 [ 275 ] {b8c03e4d-ce52-4aaf-876b-4eca1e3cabcc} TCPHandler: Processed in 0.001327551 sec. 2026.01.19 03:28:38.333764 [ 188 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.01.19 03:28:38.333858 [ 188 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:28:38.333882 [ 188 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 810 rows starting from the beginning of the part 2026.01.19 03:28:38.333923 [ 188 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part 2026.01.19 03:28:38.333957 [ 188 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part 2026.01.19 03:28:38.333988 [ 188 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part 2026.01.19 03:28:38.334020 [ 188 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part 2026.01.19 03:28:38.334050 [ 188 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part 2026.01.19 03:28:38.334835 [ 195 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1110 rows, containing 4 columns (4 merged, 0 gathered) in 0.001096315 sec., 1012482.7262237587 rows/sec., 68.14 MiB/sec. 2026.01.19 03:28:38.335038 [ 189 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.19 03:28:38.335314 [ 189 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_21_4} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:38.335390 [ 189 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_21_4} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.19 03:28:38.335474 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2026.01.19 03:28:39.149207 [ 99 ] {} DNSResolver: Updating DNS cache 2026.01.19 03:28:39.149261 [ 99 ] {} DNSResolver: Updated DNS cache 2026.01.19 03:28:39.256984 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 7660 2026.01.19 03:28:39.257524 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:39.257573 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:39.258085 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.19 03:28:39.258331 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:39.258486 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7660 2026.01.19 03:28:39.258495 [ 99 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.19 03:28:39.258568 [ 99 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:39.258591 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:39.258703 [ 199 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.01.19 03:28:39.258826 [ 199 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:28:39.258866 [ 199 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5228 rows starting from the beginning of the part 2026.01.19 03:28:39.258926 [ 199 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 512 rows starting from the beginning of the part 2026.01.19 03:28:39.258966 [ 199 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 448 rows starting from the beginning of the part 2026.01.19 03:28:39.259005 [ 199 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 512 rows starting from the beginning of the part 2026.01.19 03:28:39.259042 [ 199 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 448 rows starting from the beginning of the part 2026.01.19 03:28:39.259078 [ 199 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 512 rows starting from the beginning of the part 2026.01.19 03:28:39.260452 [ 195 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7660 rows, containing 4 columns (4 merged, 0 gathered) in 0.001793471 sec., 4271047.594301776 rows/sec., 61.10 MiB/sec. 2026.01.19 03:28:39.261202 [ 194 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.19 03:28:39.261551 [ 194 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_16_3} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:39.261630 [ 194 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_16_3} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.19 03:28:39.261735 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.43 MiB. 2026.01.19 03:28:39.270749 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 464 2026.01.19 03:28:39.272916 [ 242 ] {} system.query_log (11fc8e4a-c498-452c-9b91-f39c54690b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:39.272957 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:39.274093 [ 242 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.19 03:28:39.274358 [ 242 ] {} system.query_log (11fc8e4a-c498-452c-9b91-f39c54690b92): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:39.274499 [ 99 ] {} system.query_log (11fc8e4a-c498-452c-9b91-f39c54690b92) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.19 03:28:39.274538 [ 99 ] {} system.query_log (11fc8e4a-c498-452c-9b91-f39c54690b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:39.274557 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:39.274619 [ 199 ] {11fc8e4a-c498-452c-9b91-f39c54690b92::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.01.19 03:28:39.274688 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 464 2026.01.19 03:28:39.275137 [ 199 ] {11fc8e4a-c498-452c-9b91-f39c54690b92::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:28:39.275289 [ 199 ] {11fc8e4a-c498-452c-9b91-f39c54690b92::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 318 rows starting from the beginning of the part 2026.01.19 03:28:39.275672 [ 199 ] {11fc8e4a-c498-452c-9b91-f39c54690b92::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part 2026.01.19 03:28:39.276032 [ 199 ] {11fc8e4a-c498-452c-9b91-f39c54690b92::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 40 rows starting from the beginning of the part 2026.01.19 03:28:39.276385 [ 199 ] {11fc8e4a-c498-452c-9b91-f39c54690b92::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 28 rows starting from the beginning of the part 2026.01.19 03:28:39.276706 [ 199 ] {11fc8e4a-c498-452c-9b91-f39c54690b92::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part 2026.01.19 03:28:39.277020 [ 199 ] {11fc8e4a-c498-452c-9b91-f39c54690b92::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 30 rows starting from the beginning of the part 2026.01.19 03:28:39.282469 [ 195 ] {11fc8e4a-c498-452c-9b91-f39c54690b92::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 464 rows, containing 72 columns (72 merged, 0 gathered) in 0.007876502 sec., 58909.399121589755 rows/sec., 53.15 MiB/sec. 2026.01.19 03:28:39.283335 [ 199 ] {11fc8e4a-c498-452c-9b91-f39c54690b92::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.19 03:28:39.283856 [ 199 ] {11fc8e4a-c498-452c-9b91-f39c54690b92::all_1_11_2} system.query_log (11fc8e4a-c498-452c-9b91-f39c54690b92): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:39.283932 [ 199 ] {11fc8e4a-c498-452c-9b91-f39c54690b92::all_1_11_2} system.query_log (11fc8e4a-c498-452c-9b91-f39c54690b92) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.19 03:28:39.284076 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.79 MiB. 2026.01.19 03:28:39.675935 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2026.01.19 03:28:39.693068 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:39.693131 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:39.699053 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.19 03:28:39.699773 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:39.700066 [ 99 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.19 03:28:39.700099 [ 99 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:39.700118 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.19 03:28:39.700250 [ 186 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.01.19 03:28:39.702996 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2026.01.19 03:28:39.704390 [ 186 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:28:39.705916 [ 186 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 83 rows starting from the beginning of the part 2026.01.19 03:28:39.710497 [ 186 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part 2026.01.19 03:28:39.714756 [ 186 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 7 rows starting from the beginning of the part 2026.01.19 03:28:39.718991 [ 186 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part 2026.01.19 03:28:39.723573 [ 186 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part 2026.01.19 03:28:39.727798 [ 186 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part 2026.01.19 03:28:39.781794 [ 195 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.081604058 sec., 1482.769398551234 rows/sec., 7.67 MiB/sec. 2026.01.19 03:28:39.784334 [ 193 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.19 03:28:39.786508 [ 193 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_16_3} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:39.786619 [ 193 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_16_3} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.19 03:28:39.788671 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2026.01.19 03:28:40.000193 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 229.24 MiB, peak 239.19 MiB, free memory in arenas 0.00 B, will set to 238.53 MiB (RSS), difference: 9.29 MiB 2026.01.19 03:28:40.001198 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000794479 sec. 2026.01.19 03:28:43.322722 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:43.322908 [ 275 ] {6688acb4-3e6b-4008-806e-fa3557ea956e} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.19 03:28:43.322970 [ 275 ] {6688acb4-3e6b-4008-806e-fa3557ea956e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.19 03:28:43.323610 [ 275 ] {6688acb4-3e6b-4008-806e-fa3557ea956e} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:43.323649 [ 275 ] {6688acb4-3e6b-4008-806e-fa3557ea956e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.19 03:28:43.324040 [ 275 ] {6688acb4-3e6b-4008-806e-fa3557ea956e} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.19 03:28:43.324273 [ 275 ] {6688acb4-3e6b-4008-806e-fa3557ea956e} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:43.324423 [ 275 ] {6688acb4-3e6b-4008-806e-fa3557ea956e} executeQuery: Read 84 rows, 7.16 KiB in 0.001562 sec., 53777.20870678617 rows/sec., 4.48 MiB/sec. 2026.01.19 03:28:43.324464 [ 275 ] {6688acb4-3e6b-4008-806e-fa3557ea956e} TCPHandler: Processed in 0.001864992 sec. 2026.01.19 03:28:43.324590 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:43.324685 [ 275 ] {b58fd655-8740-43fc-9f9a-94b0aac7ae2f} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.19 03:28:43.324725 [ 275 ] {b58fd655-8740-43fc-9f9a-94b0aac7ae2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.19 03:28:43.325109 [ 275 ] {b58fd655-8740-43fc-9f9a-94b0aac7ae2f} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:43.325146 [ 275 ] {b58fd655-8740-43fc-9f9a-94b0aac7ae2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.19 03:28:43.325472 [ 275 ] {b58fd655-8740-43fc-9f9a-94b0aac7ae2f} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.19 03:28:43.325682 [ 275 ] {b58fd655-8740-43fc-9f9a-94b0aac7ae2f} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:43.325813 [ 275 ] {b58fd655-8740-43fc-9f9a-94b0aac7ae2f} executeQuery: Read 14 rows, 1.05 KiB in 0.001146 sec., 12216.404886561953 rows/sec., 918.62 KiB/sec. 2026.01.19 03:28:43.325850 [ 275 ] {b58fd655-8740-43fc-9f9a-94b0aac7ae2f} TCPHandler: Processed in 0.00131269 sec. 2026.01.19 03:28:43.325955 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:43.326050 [ 275 ] {e833e264-397e-4515-b60a-ef9b1c555681} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.19 03:28:43.326089 [ 275 ] {e833e264-397e-4515-b60a-ef9b1c555681} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.19 03:28:43.326500 [ 275 ] {e833e264-397e-4515-b60a-ef9b1c555681} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:43.326538 [ 275 ] {e833e264-397e-4515-b60a-ef9b1c555681} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.19 03:28:43.326848 [ 275 ] {e833e264-397e-4515-b60a-ef9b1c555681} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.19 03:28:43.327058 [ 275 ] {e833e264-397e-4515-b60a-ef9b1c555681} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:43.327186 [ 275 ] {e833e264-397e-4515-b60a-ef9b1c555681} executeQuery: Read 78 rows, 6.24 KiB in 0.001155 sec., 67532.46753246753 rows/sec., 5.27 MiB/sec. 2026.01.19 03:28:43.327224 [ 275 ] {e833e264-397e-4515-b60a-ef9b1c555681} TCPHandler: Processed in 0.001320611 sec. 2026.01.19 03:28:43.327335 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:43.327429 [ 275 ] {e6ad904a-262b-4c0b-9f14-c47fbf973a04} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.19 03:28:43.327474 [ 275 ] {e6ad904a-262b-4c0b-9f14-c47fbf973a04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.19 03:28:43.327865 [ 275 ] {e6ad904a-262b-4c0b-9f14-c47fbf973a04} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:43.327902 [ 275 ] {e6ad904a-262b-4c0b-9f14-c47fbf973a04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.19 03:28:43.328241 [ 275 ] {e6ad904a-262b-4c0b-9f14-c47fbf973a04} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.19 03:28:43.328468 [ 275 ] {e6ad904a-262b-4c0b-9f14-c47fbf973a04} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:43.328598 [ 275 ] {e6ad904a-262b-4c0b-9f14-c47fbf973a04} executeQuery: Read 160 rows, 11.41 KiB in 0.001188 sec., 134680.13468013468 rows/sec., 9.38 MiB/sec. 2026.01.19 03:28:43.328638 [ 275 ] {e6ad904a-262b-4c0b-9f14-c47fbf973a04} TCPHandler: Processed in 0.001355372 sec. 2026.01.19 03:28:43.328747 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:43.328841 [ 275 ] {da7e9f9e-e0ec-46d2-b46b-af80c7aea0cb} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.19 03:28:43.328895 [ 275 ] {da7e9f9e-e0ec-46d2-b46b-af80c7aea0cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.19 03:28:43.329650 [ 275 ] {da7e9f9e-e0ec-46d2-b46b-af80c7aea0cb} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:43.329687 [ 275 ] {da7e9f9e-e0ec-46d2-b46b-af80c7aea0cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.19 03:28:43.330218 [ 275 ] {da7e9f9e-e0ec-46d2-b46b-af80c7aea0cb} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.19 03:28:43.330445 [ 275 ] {da7e9f9e-e0ec-46d2-b46b-af80c7aea0cb} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:43.330579 [ 275 ] {da7e9f9e-e0ec-46d2-b46b-af80c7aea0cb} executeQuery: Read 14 rows, 25.69 KiB in 0.001758 sec., 7963.5949943117175 rows/sec., 14.27 MiB/sec. 2026.01.19 03:28:43.330632 [ 275 ] {da7e9f9e-e0ec-46d2-b46b-af80c7aea0cb} TCPHandler: Processed in 0.001936564 sec. 2026.01.19 03:28:43.330744 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:43.330838 [ 275 ] {3dfcda6e-a154-4ada-9ae8-47fe61058ebc} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.19 03:28:43.330879 [ 275 ] {3dfcda6e-a154-4ada-9ae8-47fe61058ebc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.19 03:28:43.331200 [ 275 ] {3dfcda6e-a154-4ada-9ae8-47fe61058ebc} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:43.331236 [ 275 ] {3dfcda6e-a154-4ada-9ae8-47fe61058ebc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.19 03:28:43.331536 [ 275 ] {3dfcda6e-a154-4ada-9ae8-47fe61058ebc} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.19 03:28:43.331745 [ 275 ] {3dfcda6e-a154-4ada-9ae8-47fe61058ebc} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:43.331872 [ 275 ] {3dfcda6e-a154-4ada-9ae8-47fe61058ebc} executeQuery: Read 60 rows, 4.14 KiB in 0.001052 sec., 57034.22053231939 rows/sec., 3.84 MiB/sec. 2026.01.19 03:28:43.331907 [ 275 ] {3dfcda6e-a154-4ada-9ae8-47fe61058ebc} TCPHandler: Processed in 0.001215398 sec. 2026.01.19 03:28:45.581968 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56946 2026.01.19 03:28:45.582070 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:28:45.582096 [ 288 ] {} TCP-Session: 8f0cb3ee-4031-4159-9446-686771f92257 Authenticating user 'default' from [fd00:1122:3344:101::e]:56946 2026.01.19 03:28:45.582117 [ 288 ] {} TCP-Session: 8f0cb3ee-4031-4159-9446-686771f92257 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.582130 [ 288 ] {} TCP-Session: 8f0cb3ee-4031-4159-9446-686771f92257 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.582357 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35937 2026.01.19 03:28:45.582384 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43806 2026.01.19 03:28:45.582405 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60515 2026.01.19 03:28:45.582419 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59843 2026.01.19 03:28:45.582440 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46321 2026.01.19 03:28:45.582475 [ 288 ] {} TCP-Session: 8f0cb3ee-4031-4159-9446-686771f92257 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:45.582432 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59353 2026.01.19 03:28:45.582551 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:28:45.582406 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64355 2026.01.19 03:28:45.582601 [ 289 ] {} TCP-Session: 99f4f0ff-28d2-4d66-a890-12b31b11482b Authenticating user 'default' from [fd00:1122:3344:101::e]:35937 2026.01.19 03:28:45.582366 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48782 2026.01.19 03:28:45.582647 [ 289 ] {} TCP-Session: 99f4f0ff-28d2-4d66-a890-12b31b11482b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.582681 [ 289 ] {} TCP-Session: 99f4f0ff-28d2-4d66-a890-12b31b11482b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.582707 [ 288 ] {2703a265-4782-45a2-92d3-b2f471423464} executeQuery: (from [fd00:1122:3344:101::e]:56946) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.19 03:28:45.582899 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:28:45.582905 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:28:45.582939 [ 292 ] {} TCP-Session: 037ed496-1d89-4fdf-9430-768d7a7d9643 Authenticating user 'default' from [fd00:1122:3344:101::e]:64355 2026.01.19 03:28:45.582961 [ 290 ] {} TCP-Session: de5fa10c-c332-4c6e-b7f9-f07c01f7834b Authenticating user 'default' from [fd00:1122:3344:101::e]:48782 2026.01.19 03:28:45.582970 [ 292 ] {} TCP-Session: 037ed496-1d89-4fdf-9430-768d7a7d9643 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.582973 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:28:45.582997 [ 292 ] {} TCP-Session: 037ed496-1d89-4fdf-9430-768d7a7d9643 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.582995 [ 290 ] {} TCP-Session: de5fa10c-c332-4c6e-b7f9-f07c01f7834b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.583016 [ 286 ] {} TCP-Session: 194cac2c-4e14-4f7a-990e-c78f72614619 Authenticating user 'default' from [fd00:1122:3344:101::e]:46321 2026.01.19 03:28:45.583028 [ 288 ] {2703a265-4782-45a2-92d3-b2f471423464} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.19 03:28:45.583060 [ 286 ] {} TCP-Session: 194cac2c-4e14-4f7a-990e-c78f72614619 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.583051 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:28:45.583090 [ 286 ] {} TCP-Session: 194cac2c-4e14-4f7a-990e-c78f72614619 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.583115 [ 288 ] {2703a265-4782-45a2-92d3-b2f471423464} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.19 03:28:45.583122 [ 293 ] {} TCP-Session: de4697ca-df63-456e-a4f0-36b3d8334000 Authenticating user 'default' from [fd00:1122:3344:101::e]:60515 2026.01.19 03:28:45.583040 [ 290 ] {} TCP-Session: de5fa10c-c332-4c6e-b7f9-f07c01f7834b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.583160 [ 293 ] {} TCP-Session: de4697ca-df63-456e-a4f0-36b3d8334000 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.583187 [ 293 ] {} TCP-Session: de4697ca-df63-456e-a4f0-36b3d8334000 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.583269 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:28:45.583269 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:28:45.583317 [ 291 ] {} TCP-Session: 19db808e-48db-4beb-8ad7-237d270e082b Authenticating user 'default' from [fd00:1122:3344:101::e]:43806 2026.01.19 03:28:45.583332 [ 274 ] {} TCP-Session: cd43c6d8-7ca5-4e5a-a062-79918907fe40 Authenticating user 'default' from [fd00:1122:3344:101::e]:59353 2026.01.19 03:28:45.583343 [ 291 ] {} TCP-Session: 19db808e-48db-4beb-8ad7-237d270e082b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.583360 [ 274 ] {} TCP-Session: cd43c6d8-7ca5-4e5a-a062-79918907fe40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.583366 [ 291 ] {} TCP-Session: 19db808e-48db-4beb-8ad7-237d270e082b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.583374 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:28:45.583384 [ 274 ] {} TCP-Session: cd43c6d8-7ca5-4e5a-a062-79918907fe40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.583423 [ 294 ] {} TCP-Session: 8e897617-277d-4c8c-b6c3-dd066dc3e4e1 Authenticating user 'default' from [fd00:1122:3344:101::e]:59843 2026.01.19 03:28:45.583446 [ 294 ] {} TCP-Session: 8e897617-277d-4c8c-b6c3-dd066dc3e4e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.583460 [ 294 ] {} TCP-Session: 8e897617-277d-4c8c-b6c3-dd066dc3e4e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.583479 [ 288 ] {2703a265-4782-45a2-92d3-b2f471423464} oximeter.version (43867d5a-7066-403d-b977-e0ec7be70aa4) (SelectExecutor): Key condition: unknown 2026.01.19 03:28:45.584481 [ 295 ] {2703a265-4782-45a2-92d3-b2f471423464} AggregatingTransform: Aggregating 2026.01.19 03:28:45.584517 [ 295 ] {2703a265-4782-45a2-92d3-b2f471423464} Aggregator: Aggregation method: without_key 2026.01.19 03:28:45.584550 [ 295 ] {2703a265-4782-45a2-92d3-b2f471423464} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000956902 sec. (1045.039 rows/sec., 40.82 KiB/sec.) 2026.01.19 03:28:45.584568 [ 295 ] {2703a265-4782-45a2-92d3-b2f471423464} Aggregator: Merging aggregated data 2026.01.19 03:28:45.585874 [ 288 ] {2703a265-4782-45a2-92d3-b2f471423464} executeQuery: Read 1 rows, 40.00 B in 0.003231 sec., 309.50170225936245 rows/sec., 12.09 KiB/sec. 2026.01.19 03:28:45.585994 [ 288 ] {2703a265-4782-45a2-92d3-b2f471423464} TCPHandler: Processed in 0.003657604 sec. 2026.01.19 03:28:45.586136 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.19 03:28:45.586165 [ 288 ] {} TCP-Session: 8f0cb3ee-4031-4159-9446-686771f92257 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.586172 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.19 03:28:45.586195 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.19 03:28:45.586219 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.19 03:28:45.586221 [ 286 ] {} TCP-Session: 194cac2c-4e14-4f7a-990e-c78f72614619 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.586248 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.19 03:28:45.586272 [ 289 ] {} TCP-Session: 99f4f0ff-28d2-4d66-a890-12b31b11482b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.586272 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.19 03:28:45.586294 [ 292 ] {} TCP-Session: 037ed496-1d89-4fdf-9430-768d7a7d9643 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.586303 [ 274 ] {} TCPHandler: Done processing connection. 2026.01.19 03:28:45.586334 [ 294 ] {} TCP-Session: 8e897617-277d-4c8c-b6c3-dd066dc3e4e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.586240 [ 291 ] {} TCP-Session: 19db808e-48db-4beb-8ad7-237d270e082b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.586363 [ 274 ] {} TCP-Session: cd43c6d8-7ca5-4e5a-a062-79918907fe40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.586228 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.19 03:28:45.586288 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.19 03:28:45.586434 [ 290 ] {} TCP-Session: de5fa10c-c332-4c6e-b7f9-f07c01f7834b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.586463 [ 293 ] {} TCP-Session: de4697ca-df63-456e-a4f0-36b3d8334000 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.746761 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34730 2026.01.19 03:28:45.746866 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:28:45.746895 [ 288 ] {} TCP-Session: 9eccd49f-baca-4b73-a3f1-eab1f3119ae6 Authenticating user 'default' from [fd00:1122:3344:101::e]:34730 2026.01.19 03:28:45.746919 [ 288 ] {} TCP-Session: 9eccd49f-baca-4b73-a3f1-eab1f3119ae6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.746934 [ 288 ] {} TCP-Session: 9eccd49f-baca-4b73-a3f1-eab1f3119ae6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.747135 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36675 2026.01.19 03:28:45.747159 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34363 2026.01.19 03:28:45.747186 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58927 2026.01.19 03:28:45.747204 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63577 2026.01.19 03:28:45.747256 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:28:45.747264 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:28:45.747307 [ 289 ] {} TCP-Session: a91719cd-230c-4be4-bc86-7b92dab22c0b Authenticating user 'default' from [fd00:1122:3344:101::e]:36675 2026.01.19 03:28:45.747319 [ 288 ] {} TCP-Session: 9eccd49f-baca-4b73-a3f1-eab1f3119ae6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:45.747329 [ 291 ] {} TCP-Session: c50eb760-e002-4feb-b465-cf7f977d78df Authenticating user 'default' from [fd00:1122:3344:101::e]:34363 2026.01.19 03:28:45.747350 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:28:45.747370 [ 291 ] {} TCP-Session: c50eb760-e002-4feb-b465-cf7f977d78df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.747341 [ 289 ] {} TCP-Session: a91719cd-230c-4be4-bc86-7b92dab22c0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.747407 [ 291 ] {} TCP-Session: c50eb760-e002-4feb-b465-cf7f977d78df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.747423 [ 289 ] {} TCP-Session: a91719cd-230c-4be4-bc86-7b92dab22c0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.747312 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:28:45.747225 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42357 2026.01.19 03:28:45.747511 [ 292 ] {} TCP-Session: 5009c292-a18c-4d6d-83f0-f9475477035d Authenticating user 'default' from [fd00:1122:3344:101::e]:58927 2026.01.19 03:28:45.747520 [ 288 ] {d637984d-b6d9-4e8d-a7ce-8617660172ff} executeQuery: (from [fd00:1122:3344:101::e]:34730) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.19 03:28:45.747550 [ 292 ] {} TCP-Session: 5009c292-a18c-4d6d-83f0-f9475477035d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.747564 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:28:45.747588 [ 292 ] {} TCP-Session: 5009c292-a18c-4d6d-83f0-f9475477035d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.747603 [ 286 ] {} TCP-Session: 3b7310d1-edca-4bff-8dce-ec59ca3305c6 Authenticating user 'default' from [fd00:1122:3344:101::e]:42357 2026.01.19 03:28:45.747217 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61510 2026.01.19 03:28:45.747625 [ 286 ] {} TCP-Session: 3b7310d1-edca-4bff-8dce-ec59ca3305c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.747188 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54633 2026.01.19 03:28:45.747693 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:28:45.747667 [ 286 ] {} TCP-Session: 3b7310d1-edca-4bff-8dce-ec59ca3305c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.747720 [ 274 ] {} TCP-Session: 252e5d9b-3cf1-427d-8535-7260945ff50c Authenticating user 'default' from [fd00:1122:3344:101::e]:61510 2026.01.19 03:28:45.747160 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42656 2026.01.19 03:28:45.747753 [ 274 ] {} TCP-Session: 252e5d9b-3cf1-427d-8535-7260945ff50c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.747751 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:28:45.747796 [ 274 ] {} TCP-Session: 252e5d9b-3cf1-427d-8535-7260945ff50c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.747400 [ 294 ] {} TCP-Session: 31fd5401-6687-471f-b329-d840bc5fde9e Authenticating user 'default' from [fd00:1122:3344:101::e]:63577 2026.01.19 03:28:45.747821 [ 293 ] {} TCP-Session: 2978c91d-816c-4eb2-a357-79bfb021a00a Authenticating user 'default' from [fd00:1122:3344:101::e]:54633 2026.01.19 03:28:45.747836 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:28:45.747856 [ 294 ] {} TCP-Session: 31fd5401-6687-471f-b329-d840bc5fde9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.747869 [ 293 ] {} TCP-Session: 2978c91d-816c-4eb2-a357-79bfb021a00a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.747888 [ 294 ] {} TCP-Session: 31fd5401-6687-471f-b329-d840bc5fde9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.747911 [ 293 ] {} TCP-Session: 2978c91d-816c-4eb2-a357-79bfb021a00a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.747826 [ 288 ] {d637984d-b6d9-4e8d-a7ce-8617660172ff} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.19 03:28:45.747884 [ 290 ] {} TCP-Session: b986bf20-171e-48a7-97ec-5047a443d2a8 Authenticating user 'default' from [fd00:1122:3344:101::e]:42656 2026.01.19 03:28:45.748002 [ 288 ] {d637984d-b6d9-4e8d-a7ce-8617660172ff} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.19 03:28:45.748004 [ 290 ] {} TCP-Session: b986bf20-171e-48a7-97ec-5047a443d2a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.748048 [ 290 ] {} TCP-Session: b986bf20-171e-48a7-97ec-5047a443d2a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.748291 [ 288 ] {d637984d-b6d9-4e8d-a7ce-8617660172ff} oximeter.version (43867d5a-7066-403d-b977-e0ec7be70aa4) (SelectExecutor): Key condition: unknown 2026.01.19 03:28:45.749213 [ 330 ] {d637984d-b6d9-4e8d-a7ce-8617660172ff} AggregatingTransform: Aggregating 2026.01.19 03:28:45.749266 [ 330 ] {d637984d-b6d9-4e8d-a7ce-8617660172ff} Aggregator: Aggregation method: without_key 2026.01.19 03:28:45.749305 [ 330 ] {d637984d-b6d9-4e8d-a7ce-8617660172ff} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000908751 sec. (1100.411 rows/sec., 42.98 KiB/sec.) 2026.01.19 03:28:45.749324 [ 330 ] {d637984d-b6d9-4e8d-a7ce-8617660172ff} Aggregator: Merging aggregated data 2026.01.19 03:28:45.750792 [ 288 ] {d637984d-b6d9-4e8d-a7ce-8617660172ff} executeQuery: Read 1 rows, 40.00 B in 0.003359 sec., 297.70765108663295 rows/sec., 11.63 KiB/sec. 2026.01.19 03:28:45.750959 [ 288 ] {d637984d-b6d9-4e8d-a7ce-8617660172ff} TCPHandler: Processed in 0.003834068 sec. 2026.01.19 03:28:45.751072 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.19 03:28:45.751099 [ 288 ] {} TCP-Session: 9eccd49f-baca-4b73-a3f1-eab1f3119ae6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.751099 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.19 03:28:45.751118 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.19 03:28:45.751133 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.19 03:28:45.751152 [ 289 ] {} TCP-Session: a91719cd-230c-4be4-bc86-7b92dab22c0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.751157 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.19 03:28:45.751181 [ 293 ] {} TCP-Session: 2978c91d-816c-4eb2-a357-79bfb021a00a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.751186 [ 274 ] {} TCPHandler: Done processing connection. 2026.01.19 03:28:45.751215 [ 291 ] {} TCP-Session: c50eb760-e002-4feb-b465-cf7f977d78df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.751216 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.19 03:28:45.751236 [ 274 ] {} TCP-Session: 252e5d9b-3cf1-427d-8535-7260945ff50c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.751212 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.19 03:28:45.751274 [ 286 ] {} TCP-Session: 3b7310d1-edca-4bff-8dce-ec59ca3305c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.751169 [ 290 ] {} TCP-Session: b986bf20-171e-48a7-97ec-5047a443d2a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.751305 [ 292 ] {} TCP-Session: 5009c292-a18c-4d6d-83f0-f9475477035d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.751165 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.19 03:28:45.751365 [ 294 ] {} TCP-Session: 31fd5401-6687-471f-b329-d840bc5fde9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.793624 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51064 2026.01.19 03:28:45.793702 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:28:45.793728 [ 288 ] {} TCP-Session: 8d452ded-e9cd-48be-8b68-41dcf02c9fc5 Authenticating user 'default' from [fd00:1122:3344:101::e]:51064 2026.01.19 03:28:45.793748 [ 288 ] {} TCP-Session: 8d452ded-e9cd-48be-8b68-41dcf02c9fc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.793763 [ 288 ] {} TCP-Session: 8d452ded-e9cd-48be-8b68-41dcf02c9fc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.793941 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37557 2026.01.19 03:28:45.793978 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58792 2026.01.19 03:28:45.793986 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53579 2026.01.19 03:28:45.794009 [ 288 ] {} TCP-Session: 8d452ded-e9cd-48be-8b68-41dcf02c9fc5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:45.794021 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49454 2026.01.19 03:28:45.794064 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:28:45.794054 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62299 2026.01.19 03:28:45.794081 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:28:45.794122 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:28:45.794094 [ 290 ] {} TCP-Session: 94d5a13d-e108-45e9-8278-8f211751868f Authenticating user 'default' from [fd00:1122:3344:101::e]:58792 2026.01.19 03:28:45.794147 [ 291 ] {} TCP-Session: 821ed4f7-bab9-4d3b-8b3d-cf6e7b23d2eb Authenticating user 'default' from [fd00:1122:3344:101::e]:53579 2026.01.19 03:28:45.794159 [ 294 ] {} TCP-Session: eec5b757-edf4-45b0-999d-711b702900e5 Authenticating user 'default' from [fd00:1122:3344:101::e]:49454 2026.01.19 03:28:45.794187 [ 291 ] {} TCP-Session: 821ed4f7-bab9-4d3b-8b3d-cf6e7b23d2eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.794189 [ 288 ] {e1914550-6e16-4968-ae14-7b650826ba2b} executeQuery: (from [fd00:1122:3344:101::e]:51064) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.19 03:28:45.794228 [ 291 ] {} TCP-Session: 821ed4f7-bab9-4d3b-8b3d-cf6e7b23d2eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.794228 [ 294 ] {} TCP-Session: eec5b757-edf4-45b0-999d-711b702900e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.794176 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:28:45.794268 [ 294 ] {} TCP-Session: eec5b757-edf4-45b0-999d-711b702900e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.794175 [ 290 ] {} TCP-Session: 94d5a13d-e108-45e9-8278-8f211751868f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.794306 [ 286 ] {} TCP-Session: 68f60828-2246-427b-93f9-8217984ebed0 Authenticating user 'default' from [fd00:1122:3344:101::e]:62299 2026.01.19 03:28:45.794333 [ 290 ] {} TCP-Session: 94d5a13d-e108-45e9-8278-8f211751868f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.794356 [ 286 ] {} TCP-Session: 68f60828-2246-427b-93f9-8217984ebed0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.794044 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54608 2026.01.19 03:28:45.794390 [ 286 ] {} TCP-Session: 68f60828-2246-427b-93f9-8217984ebed0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.794035 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:28:45.794453 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:28:45.794014 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52359 2026.01.19 03:28:45.794490 [ 274 ] {} TCP-Session: 3dc4f20f-eaf9-4afd-853e-56036e9f1079 Authenticating user 'default' from [fd00:1122:3344:101::e]:54608 2026.01.19 03:28:45.794484 [ 289 ] {} TCP-Session: 47046a9a-d013-40d5-a2c3-b094a643a7df Authenticating user 'default' from [fd00:1122:3344:101::e]:37557 2026.01.19 03:28:45.794534 [ 274 ] {} TCP-Session: 3dc4f20f-eaf9-4afd-853e-56036e9f1079 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.794543 [ 289 ] {} TCP-Session: 47046a9a-d013-40d5-a2c3-b094a643a7df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.794551 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:28:45.794554 [ 274 ] {} TCP-Session: 3dc4f20f-eaf9-4afd-853e-56036e9f1079 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.794561 [ 289 ] {} TCP-Session: 47046a9a-d013-40d5-a2c3-b094a643a7df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.794573 [ 293 ] {} TCP-Session: cab07d8b-eee0-4f7a-9632-5197e38936af Authenticating user 'default' from [fd00:1122:3344:101::e]:52359 2026.01.19 03:28:45.794005 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44978 2026.01.19 03:28:45.794597 [ 293 ] {} TCP-Session: cab07d8b-eee0-4f7a-9632-5197e38936af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.794445 [ 288 ] {e1914550-6e16-4968-ae14-7b650826ba2b} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.19 03:28:45.794673 [ 293 ] {} TCP-Session: cab07d8b-eee0-4f7a-9632-5197e38936af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.794710 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:28:45.794716 [ 288 ] {e1914550-6e16-4968-ae14-7b650826ba2b} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.19 03:28:45.794748 [ 292 ] {} TCP-Session: 0fcc7452-2354-4b3d-a876-60e4b56ce7dd Authenticating user 'default' from [fd00:1122:3344:101::e]:44978 2026.01.19 03:28:45.794775 [ 292 ] {} TCP-Session: 0fcc7452-2354-4b3d-a876-60e4b56ce7dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.794791 [ 292 ] {} TCP-Session: 0fcc7452-2354-4b3d-a876-60e4b56ce7dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.794977 [ 288 ] {e1914550-6e16-4968-ae14-7b650826ba2b} oximeter.version (43867d5a-7066-403d-b977-e0ec7be70aa4) (SelectExecutor): Key condition: unknown 2026.01.19 03:28:45.795930 [ 339 ] {e1914550-6e16-4968-ae14-7b650826ba2b} AggregatingTransform: Aggregating 2026.01.19 03:28:45.795980 [ 339 ] {e1914550-6e16-4968-ae14-7b650826ba2b} Aggregator: Aggregation method: without_key 2026.01.19 03:28:45.796012 [ 339 ] {e1914550-6e16-4968-ae14-7b650826ba2b} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000911761 sec. (1096.779 rows/sec., 42.84 KiB/sec.) 2026.01.19 03:28:45.796031 [ 339 ] {e1914550-6e16-4968-ae14-7b650826ba2b} Aggregator: Merging aggregated data 2026.01.19 03:28:45.797287 [ 288 ] {e1914550-6e16-4968-ae14-7b650826ba2b} executeQuery: Read 1 rows, 40.00 B in 0.003146 sec., 317.8639542275906 rows/sec., 12.42 KiB/sec. 2026.01.19 03:28:45.797411 [ 288 ] {e1914550-6e16-4968-ae14-7b650826ba2b} TCPHandler: Processed in 0.0034834 sec. 2026.01.19 03:28:45.797538 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.19 03:28:45.797569 [ 288 ] {} TCP-Session: 8d452ded-e9cd-48be-8b68-41dcf02c9fc5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.797577 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.19 03:28:45.797588 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.19 03:28:45.797609 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.19 03:28:45.797618 [ 286 ] {} TCP-Session: 68f60828-2246-427b-93f9-8217984ebed0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.797641 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.19 03:28:45.797664 [ 292 ] {} TCP-Session: 0fcc7452-2354-4b3d-a876-60e4b56ce7dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.797675 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.19 03:28:45.797690 [ 291 ] {} TCP-Session: 821ed4f7-bab9-4d3b-8b3d-cf6e7b23d2eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.797714 [ 274 ] {} TCPHandler: Done processing connection. 2026.01.19 03:28:45.797724 [ 293 ] {} TCP-Session: cab07d8b-eee0-4f7a-9632-5197e38936af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.797636 [ 289 ] {} TCP-Session: 47046a9a-d013-40d5-a2c3-b094a643a7df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.797755 [ 274 ] {} TCP-Session: 3dc4f20f-eaf9-4afd-853e-56036e9f1079 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.797631 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.19 03:28:45.797692 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.19 03:28:45.797834 [ 290 ] {} TCP-Session: 94d5a13d-e108-45e9-8278-8f211751868f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:45.797844 [ 294 ] {} TCP-Session: eec5b757-edf4-45b0-999d-711b702900e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:28:46.758773 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 8108 2026.01.19 03:28:46.759359 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:46.759406 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.19 03:28:46.759934 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.19 03:28:46.760203 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:46.760353 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8108 2026.01.19 03:28:47.203287 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 2026.01.19 03:28:47.218683 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:47.218757 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.19 03:28:47.225306 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.19 03:28:47.226202 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:47.230116 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 129 2026.01.19 03:28:48.352220 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:48.352412 [ 275 ] {e29e85d4-6abc-4510-a520-65fca787cbc5} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.19 03:28:48.352484 [ 275 ] {e29e85d4-6abc-4510-a520-65fca787cbc5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.19 03:28:48.353835 [ 275 ] {e29e85d4-6abc-4510-a520-65fca787cbc5} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:48.353903 [ 275 ] {e29e85d4-6abc-4510-a520-65fca787cbc5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.19 03:28:48.354565 [ 275 ] {e29e85d4-6abc-4510-a520-65fca787cbc5} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.19 03:28:48.354821 [ 275 ] {e29e85d4-6abc-4510-a520-65fca787cbc5} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:48.354996 [ 275 ] {e29e85d4-6abc-4510-a520-65fca787cbc5} executeQuery: Read 1248 rows, 105.37 KiB in 0.002633 sec., 473984.0486137486 rows/sec., 39.08 MiB/sec. 2026.01.19 03:28:48.355049 [ 275 ] {e29e85d4-6abc-4510-a520-65fca787cbc5} TCPHandler: Processed in 0.002964328 sec. 2026.01.19 03:28:48.355205 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:48.355320 [ 275 ] {305770f2-e349-41f6-b630-e346c29afc63} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.19 03:28:48.355368 [ 275 ] {305770f2-e349-41f6-b630-e346c29afc63} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.19 03:28:48.355890 [ 275 ] {305770f2-e349-41f6-b630-e346c29afc63} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:48.355937 [ 275 ] {305770f2-e349-41f6-b630-e346c29afc63} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.19 03:28:48.356354 [ 275 ] {305770f2-e349-41f6-b630-e346c29afc63} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.19 03:28:48.356625 [ 275 ] {305770f2-e349-41f6-b630-e346c29afc63} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:48.356777 [ 130 ] {} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.19 03:28:48.356794 [ 275 ] {305770f2-e349-41f6-b630-e346c29afc63} executeQuery: Read 26 rows, 1.96 KiB in 0.001503 sec., 17298.735861610112 rows/sec., 1.27 MiB/sec. 2026.01.19 03:28:48.356822 [ 130 ] {} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:48.356847 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.19 03:28:48.356851 [ 275 ] {305770f2-e349-41f6-b630-e346c29afc63} TCPHandler: Processed in 0.00170499 sec. 2026.01.19 03:28:48.356985 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:48.357003 [ 191 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.01.19 03:28:48.357091 [ 275 ] {89d5985e-22ce-4864-9ad3-b46eecf14410} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.19 03:28:48.357140 [ 275 ] {89d5985e-22ce-4864-9ad3-b46eecf14410} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.19 03:28:48.357181 [ 191 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:28:48.357225 [ 191 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 70 rows starting from the beginning of the part 2026.01.19 03:28:48.357300 [ 191 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 26 rows starting from the beginning of the part 2026.01.19 03:28:48.357348 [ 191 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 26 rows starting from the beginning of the part 2026.01.19 03:28:48.357396 [ 191 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 26 rows starting from the beginning of the part 2026.01.19 03:28:48.357438 [ 191 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part 2026.01.19 03:28:48.357492 [ 191 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 26 rows starting from the beginning of the part 2026.01.19 03:28:48.357748 [ 275 ] {89d5985e-22ce-4864-9ad3-b46eecf14410} oximeter.fields_u32 (92866282-97e1-4271-9838-e523badf2f1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:48.357799 [ 275 ] {89d5985e-22ce-4864-9ad3-b46eecf14410} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.19 03:28:48.358245 [ 275 ] {89d5985e-22ce-4864-9ad3-b46eecf14410} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.19 03:28:48.358382 [ 193 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 188 rows, containing 5 columns (5 merged, 0 gathered) in 0.001442473 sec., 130331.72891277687 rows/sec., 10.08 MiB/sec. 2026.01.19 03:28:48.358486 [ 275 ] {89d5985e-22ce-4864-9ad3-b46eecf14410} oximeter.fields_u32 (92866282-97e1-4271-9838-e523badf2f1f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:48.358555 [ 191 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.19 03:28:48.358635 [ 275 ] {89d5985e-22ce-4864-9ad3-b46eecf14410} executeQuery: Read 228 rows, 15.81 KiB in 0.001569 sec., 145315.48757170173 rows/sec., 9.84 MiB/sec. 2026.01.19 03:28:48.358684 [ 275 ] {89d5985e-22ce-4864-9ad3-b46eecf14410} TCPHandler: Processed in 0.00175162 sec. 2026.01.19 03:28:48.358807 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:48.358849 [ 191 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_21_4} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:48.358910 [ 275 ] {95c8ebaa-68fd-4298-9fc9-7a332b20788e} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.19 03:28:48.358935 [ 191 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_21_4} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.19 03:28:48.358960 [ 275 ] {95c8ebaa-68fd-4298-9fc9-7a332b20788e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.19 03:28:48.359031 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.01.19 03:28:48.359608 [ 275 ] {95c8ebaa-68fd-4298-9fc9-7a332b20788e} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:48.359653 [ 275 ] {95c8ebaa-68fd-4298-9fc9-7a332b20788e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.19 03:28:48.360060 [ 275 ] {95c8ebaa-68fd-4298-9fc9-7a332b20788e} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.19 03:28:48.360320 [ 275 ] {95c8ebaa-68fd-4298-9fc9-7a332b20788e} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:48.360458 [ 275 ] {95c8ebaa-68fd-4298-9fc9-7a332b20788e} executeQuery: Read 546 rows, 41.49 KiB in 0.00157 sec., 347770.7006369427 rows/sec., 25.81 MiB/sec. 2026.01.19 03:28:48.360498 [ 275 ] {95c8ebaa-68fd-4298-9fc9-7a332b20788e} TCPHandler: Processed in 0.00174392 sec. 2026.01.19 03:28:48.360626 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:48.360731 [ 275 ] {bbcf9a47-9f54-46b5-906e-36cc03e86160} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.19 03:28:48.360781 [ 275 ] {bbcf9a47-9f54-46b5-906e-36cc03e86160} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.19 03:28:48.361405 [ 275 ] {bbcf9a47-9f54-46b5-906e-36cc03e86160} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:48.361445 [ 275 ] {bbcf9a47-9f54-46b5-906e-36cc03e86160} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.19 03:28:48.361982 [ 275 ] {bbcf9a47-9f54-46b5-906e-36cc03e86160} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.19 03:28:48.362336 [ 275 ] {bbcf9a47-9f54-46b5-906e-36cc03e86160} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:48.362494 [ 275 ] {bbcf9a47-9f54-46b5-906e-36cc03e86160} executeQuery: Read 844 rows, 58.17 KiB in 0.001787 sec., 472299.944040291 rows/sec., 31.79 MiB/sec. 2026.01.19 03:28:48.362535 [ 275 ] {bbcf9a47-9f54-46b5-906e-36cc03e86160} TCPHandler: Processed in 0.001968096 sec. 2026.01.19 03:28:48.362668 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:48.362785 [ 275 ] {defcaad8-2b70-4835-9e70-1dc140016eb5} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.19 03:28:48.362850 [ 275 ] {defcaad8-2b70-4835-9e70-1dc140016eb5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.19 03:28:48.363796 [ 275 ] {defcaad8-2b70-4835-9e70-1dc140016eb5} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:48.363834 [ 275 ] {defcaad8-2b70-4835-9e70-1dc140016eb5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.19 03:28:48.364416 [ 275 ] {defcaad8-2b70-4835-9e70-1dc140016eb5} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.19 03:28:48.364670 [ 275 ] {defcaad8-2b70-4835-9e70-1dc140016eb5} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:48.364786 [ 130 ] {} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.19 03:28:48.364822 [ 130 ] {} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:48.364825 [ 275 ] {defcaad8-2b70-4835-9e70-1dc140016eb5} executeQuery: Read 26 rows, 47.71 KiB in 0.002066 sec., 12584.704743465632 rows/sec., 22.55 MiB/sec. 2026.01.19 03:28:48.364843 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.19 03:28:48.364906 [ 275 ] {defcaad8-2b70-4835-9e70-1dc140016eb5} TCPHandler: Processed in 0.002290673 sec. 2026.01.19 03:28:48.364934 [ 190 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.01.19 03:28:48.365041 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:48.365130 [ 190 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:28:48.365139 [ 275 ] {7807948f-3022-4dd7-9df7-c2043b006acb} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.19 03:28:48.365188 [ 275 ] {7807948f-3022-4dd7-9df7-c2043b006acb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.19 03:28:48.365194 [ 190 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 262 rows starting from the beginning of the part 2026.01.19 03:28:48.365340 [ 190 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 26 rows starting from the beginning of the part 2026.01.19 03:28:48.365476 [ 190 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part 2026.01.19 03:28:48.365569 [ 275 ] {7807948f-3022-4dd7-9df7-c2043b006acb} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:48.365588 [ 190 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 26 rows starting from the beginning of the part 2026.01.19 03:28:48.365603 [ 275 ] {7807948f-3022-4dd7-9df7-c2043b006acb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.19 03:28:48.365685 [ 190 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part 2026.01.19 03:28:48.365787 [ 190 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 26 rows starting from the beginning of the part 2026.01.19 03:28:48.365948 [ 275 ] {7807948f-3022-4dd7-9df7-c2043b006acb} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.19 03:28:48.366166 [ 275 ] {7807948f-3022-4dd7-9df7-c2043b006acb} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:48.366297 [ 275 ] {7807948f-3022-4dd7-9df7-c2043b006acb} executeQuery: Read 60 rows, 4.14 KiB in 0.001178 sec., 50933.78607809847 rows/sec., 3.43 MiB/sec. 2026.01.19 03:28:48.366333 [ 275 ] {7807948f-3022-4dd7-9df7-c2043b006acb} TCPHandler: Processed in 0.001344641 sec. 2026.01.19 03:28:48.369410 [ 191 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 368 rows, containing 19 columns (19 merged, 0 gathered) in 0.004508394 sec., 81625.51897638051 rows/sec., 146.27 MiB/sec. 2026.01.19 03:28:48.370214 [ 191 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.19 03:28:48.370580 [ 191 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_21_4} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:48.370664 [ 191 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_21_4} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.19 03:28:48.370818 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.12 MiB. 2026.01.19 03:28:49.000258 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 240.62 MiB, peak 247.35 MiB, free memory in arenas 0.00 B, will set to 242.14 MiB (RSS), difference: 1.52 MiB 2026.01.19 03:28:49.275063 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 496 2026.01.19 03:28:49.277338 [ 242 ] {} system.query_log (11fc8e4a-c498-452c-9b91-f39c54690b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:49.277395 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.19 03:28:49.278678 [ 242 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.19 03:28:49.278973 [ 242 ] {} system.query_log (11fc8e4a-c498-452c-9b91-f39c54690b92): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:49.279340 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 496 2026.01.19 03:28:53.322876 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:53.323166 [ 275 ] {24f1b283-c543-4d35-90a3-ec6969c76b7c} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.19 03:28:53.323268 [ 275 ] {24f1b283-c543-4d35-90a3-ec6969c76b7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.19 03:28:53.324097 [ 275 ] {24f1b283-c543-4d35-90a3-ec6969c76b7c} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:53.324141 [ 275 ] {24f1b283-c543-4d35-90a3-ec6969c76b7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.19 03:28:53.324564 [ 275 ] {24f1b283-c543-4d35-90a3-ec6969c76b7c} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.19 03:28:53.324789 [ 275 ] {24f1b283-c543-4d35-90a3-ec6969c76b7c} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:53.324946 [ 275 ] {24f1b283-c543-4d35-90a3-ec6969c76b7c} executeQuery: Read 84 rows, 7.16 KiB in 0.001853 sec., 45331.89422558014 rows/sec., 3.77 MiB/sec. 2026.01.19 03:28:53.324994 [ 275 ] {24f1b283-c543-4d35-90a3-ec6969c76b7c} TCPHandler: Processed in 0.002295643 sec. 2026.01.19 03:28:53.325125 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:53.325225 [ 275 ] {9add53d1-4cf1-416f-ae21-1b6b10cc7c48} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.19 03:28:53.325268 [ 275 ] {9add53d1-4cf1-416f-ae21-1b6b10cc7c48} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.19 03:28:53.325675 [ 275 ] {9add53d1-4cf1-416f-ae21-1b6b10cc7c48} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:53.325714 [ 275 ] {9add53d1-4cf1-416f-ae21-1b6b10cc7c48} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.19 03:28:53.326007 [ 275 ] {9add53d1-4cf1-416f-ae21-1b6b10cc7c48} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.19 03:28:53.326213 [ 275 ] {9add53d1-4cf1-416f-ae21-1b6b10cc7c48} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:53.326341 [ 275 ] {9add53d1-4cf1-416f-ae21-1b6b10cc7c48} executeQuery: Read 14 rows, 1.05 KiB in 0.001138 sec., 12302.284710017575 rows/sec., 925.07 KiB/sec. 2026.01.19 03:28:53.326380 [ 275 ] {9add53d1-4cf1-416f-ae21-1b6b10cc7c48} TCPHandler: Processed in 0.00131041 sec. 2026.01.19 03:28:53.326492 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:53.326587 [ 275 ] {5b6a86d2-82e3-457d-8056-da529f049c50} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.19 03:28:53.326627 [ 275 ] {5b6a86d2-82e3-457d-8056-da529f049c50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.19 03:28:53.327040 [ 275 ] {5b6a86d2-82e3-457d-8056-da529f049c50} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:53.327077 [ 275 ] {5b6a86d2-82e3-457d-8056-da529f049c50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.19 03:28:53.327380 [ 275 ] {5b6a86d2-82e3-457d-8056-da529f049c50} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.19 03:28:53.327587 [ 275 ] {5b6a86d2-82e3-457d-8056-da529f049c50} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:53.327711 [ 275 ] {5b6a86d2-82e3-457d-8056-da529f049c50} executeQuery: Read 78 rows, 6.24 KiB in 0.001143 sec., 68241.46981627298 rows/sec., 5.33 MiB/sec. 2026.01.19 03:28:53.327748 [ 275 ] {5b6a86d2-82e3-457d-8056-da529f049c50} TCPHandler: Processed in 0.001307651 sec. 2026.01.19 03:28:53.327860 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:53.327954 [ 275 ] {a6e7863d-5fb2-467b-af4e-c0d8f4f41e02} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.19 03:28:53.327997 [ 275 ] {a6e7863d-5fb2-467b-af4e-c0d8f4f41e02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.19 03:28:53.328393 [ 275 ] {a6e7863d-5fb2-467b-af4e-c0d8f4f41e02} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:53.328428 [ 275 ] {a6e7863d-5fb2-467b-af4e-c0d8f4f41e02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.19 03:28:53.328777 [ 275 ] {a6e7863d-5fb2-467b-af4e-c0d8f4f41e02} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.19 03:28:53.328976 [ 275 ] {a6e7863d-5fb2-467b-af4e-c0d8f4f41e02} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:53.329103 [ 275 ] {a6e7863d-5fb2-467b-af4e-c0d8f4f41e02} executeQuery: Read 160 rows, 11.41 KiB in 0.001167 sec., 137103.68466152527 rows/sec., 9.55 MiB/sec. 2026.01.19 03:28:53.329140 [ 275 ] {a6e7863d-5fb2-467b-af4e-c0d8f4f41e02} TCPHandler: Processed in 0.00133037 sec. 2026.01.19 03:28:53.329242 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:53.329335 [ 275 ] {15b255cc-5127-4521-9952-9340bfbb73e8} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.19 03:28:53.329389 [ 275 ] {15b255cc-5127-4521-9952-9340bfbb73e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.19 03:28:53.330145 [ 275 ] {15b255cc-5127-4521-9952-9340bfbb73e8} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:53.330182 [ 275 ] {15b255cc-5127-4521-9952-9340bfbb73e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.19 03:28:53.330691 [ 275 ] {15b255cc-5127-4521-9952-9340bfbb73e8} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.19 03:28:53.330908 [ 275 ] {15b255cc-5127-4521-9952-9340bfbb73e8} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:53.331044 [ 275 ] {15b255cc-5127-4521-9952-9340bfbb73e8} executeQuery: Read 14 rows, 25.69 KiB in 0.001726 sec., 8111.239860950173 rows/sec., 14.53 MiB/sec. 2026.01.19 03:28:53.331101 [ 275 ] {15b255cc-5127-4521-9952-9340bfbb73e8} TCPHandler: Processed in 0.001909614 sec. 2026.01.19 03:28:53.331215 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:53.331310 [ 275 ] {fb42e193-f05f-49ee-8295-28f6893a7720} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.19 03:28:53.331351 [ 275 ] {fb42e193-f05f-49ee-8295-28f6893a7720} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.19 03:28:53.331714 [ 275 ] {fb42e193-f05f-49ee-8295-28f6893a7720} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:53.331752 [ 275 ] {fb42e193-f05f-49ee-8295-28f6893a7720} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.19 03:28:53.332079 [ 275 ] {fb42e193-f05f-49ee-8295-28f6893a7720} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.19 03:28:53.332290 [ 275 ] {fb42e193-f05f-49ee-8295-28f6893a7720} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:53.332423 [ 275 ] {fb42e193-f05f-49ee-8295-28f6893a7720} executeQuery: Read 60 rows, 4.14 KiB in 0.001132 sec., 53003.5335689046 rows/sec., 3.57 MiB/sec. 2026.01.19 03:28:53.332460 [ 275 ] {fb42e193-f05f-49ee-8295-28f6893a7720} TCPHandler: Processed in 0.00129644 sec. 2026.01.19 03:28:54.149315 [ 124 ] {} DNSResolver: Updating DNS cache 2026.01.19 03:28:54.149367 [ 124 ] {} DNSResolver: Updated DNS cache 2026.01.19 03:28:54.261406 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 8620 2026.01.19 03:28:54.262049 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:54.262080 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.19 03:28:54.262582 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.19 03:28:54.262807 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:54.262943 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8620 2026.01.19 03:28:54.731072 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 2026.01.19 03:28:54.748822 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:54.748899 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.19 03:28:54.754683 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.19 03:28:54.755393 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:54.758423 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2026.01.19 03:28:58.323077 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:58.323362 [ 275 ] {7789993d-5845-49de-a78f-6b789a019eef} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.19 03:28:58.323464 [ 275 ] {7789993d-5845-49de-a78f-6b789a019eef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.19 03:28:58.324313 [ 275 ] {7789993d-5845-49de-a78f-6b789a019eef} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:58.324356 [ 275 ] {7789993d-5845-49de-a78f-6b789a019eef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.19 03:28:58.324756 [ 275 ] {7789993d-5845-49de-a78f-6b789a019eef} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.19 03:28:58.324983 [ 275 ] {7789993d-5845-49de-a78f-6b789a019eef} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:58.325155 [ 275 ] {7789993d-5845-49de-a78f-6b789a019eef} executeQuery: Read 108 rows, 9.26 KiB in 0.001866 sec., 57877.81350482315 rows/sec., 4.84 MiB/sec. 2026.01.19 03:28:58.325203 [ 275 ] {7789993d-5845-49de-a78f-6b789a019eef} TCPHandler: Processed in 0.002306073 sec. 2026.01.19 03:28:58.325339 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:58.325439 [ 275 ] {64664712-e43e-48f3-809b-5720086bd275} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.19 03:28:58.325482 [ 275 ] {64664712-e43e-48f3-809b-5720086bd275} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.19 03:28:58.325897 [ 275 ] {64664712-e43e-48f3-809b-5720086bd275} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:58.325935 [ 275 ] {64664712-e43e-48f3-809b-5720086bd275} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.19 03:28:58.326243 [ 275 ] {64664712-e43e-48f3-809b-5720086bd275} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.19 03:28:58.326473 [ 275 ] {64664712-e43e-48f3-809b-5720086bd275} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:58.326606 [ 275 ] {64664712-e43e-48f3-809b-5720086bd275} executeQuery: Read 26 rows, 1.96 KiB in 0.001189 sec., 21867.115222876368 rows/sec., 1.61 MiB/sec. 2026.01.19 03:28:58.326643 [ 275 ] {64664712-e43e-48f3-809b-5720086bd275} TCPHandler: Processed in 0.001359162 sec. 2026.01.19 03:28:58.326747 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:58.326844 [ 275 ] {dcada5cd-61bb-496f-9275-20f3a1926188} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.19 03:28:58.326886 [ 275 ] {dcada5cd-61bb-496f-9275-20f3a1926188} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.19 03:28:58.327312 [ 275 ] {dcada5cd-61bb-496f-9275-20f3a1926188} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:58.327349 [ 275 ] {dcada5cd-61bb-496f-9275-20f3a1926188} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.19 03:28:58.327659 [ 275 ] {dcada5cd-61bb-496f-9275-20f3a1926188} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.19 03:28:58.327872 [ 275 ] {dcada5cd-61bb-496f-9275-20f3a1926188} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:58.328011 [ 275 ] {dcada5cd-61bb-496f-9275-20f3a1926188} executeQuery: Read 90 rows, 7.20 KiB in 0.001187 sec., 75821.39848357203 rows/sec., 5.92 MiB/sec. 2026.01.19 03:28:58.328049 [ 275 ] {dcada5cd-61bb-496f-9275-20f3a1926188} TCPHandler: Processed in 0.001353251 sec. 2026.01.19 03:28:58.328160 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:58.328255 [ 275 ] {15ddfcdb-b336-4505-bc5f-f15e49411a04} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.19 03:28:58.328298 [ 275 ] {15ddfcdb-b336-4505-bc5f-f15e49411a04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.19 03:28:58.328736 [ 275 ] {15ddfcdb-b336-4505-bc5f-f15e49411a04} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:58.328782 [ 275 ] {15ddfcdb-b336-4505-bc5f-f15e49411a04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.19 03:28:58.329192 [ 275 ] {15ddfcdb-b336-4505-bc5f-f15e49411a04} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.19 03:28:58.329452 [ 275 ] {15ddfcdb-b336-4505-bc5f-f15e49411a04} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:58.329613 [ 275 ] {15ddfcdb-b336-4505-bc5f-f15e49411a04} executeQuery: Read 160 rows, 11.41 KiB in 0.001375 sec., 116363.63636363637 rows/sec., 8.10 MiB/sec. 2026.01.19 03:28:58.329659 [ 275 ] {15ddfcdb-b336-4505-bc5f-f15e49411a04} TCPHandler: Processed in 0.001547776 sec. 2026.01.19 03:28:58.329797 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:58.329901 [ 275 ] {7feabb9e-3fe9-4a6a-87df-eaf1e96ba40c} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.19 03:28:58.329958 [ 275 ] {7feabb9e-3fe9-4a6a-87df-eaf1e96ba40c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.19 03:28:58.330759 [ 275 ] {7feabb9e-3fe9-4a6a-87df-eaf1e96ba40c} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:58.330796 [ 275 ] {7feabb9e-3fe9-4a6a-87df-eaf1e96ba40c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.19 03:28:58.331316 [ 275 ] {7feabb9e-3fe9-4a6a-87df-eaf1e96ba40c} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.19 03:28:58.331539 [ 275 ] {7feabb9e-3fe9-4a6a-87df-eaf1e96ba40c} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:58.331675 [ 275 ] {7feabb9e-3fe9-4a6a-87df-eaf1e96ba40c} executeQuery: Read 26 rows, 47.71 KiB in 0.001793 sec., 14500.836586726156 rows/sec., 25.98 MiB/sec. 2026.01.19 03:28:58.331736 [ 275 ] {7feabb9e-3fe9-4a6a-87df-eaf1e96ba40c} TCPHandler: Processed in 0.002008086 sec. 2026.01.19 03:28:58.331851 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:28:58.331945 [ 275 ] {86f472bd-610a-4222-a2bd-e98dac883226} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.19 03:28:58.331987 [ 275 ] {86f472bd-610a-4222-a2bd-e98dac883226} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.19 03:28:58.332319 [ 275 ] {86f472bd-610a-4222-a2bd-e98dac883226} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:58.332355 [ 275 ] {86f472bd-610a-4222-a2bd-e98dac883226} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.19 03:28:58.332676 [ 275 ] {86f472bd-610a-4222-a2bd-e98dac883226} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.19 03:28:58.332886 [ 275 ] {86f472bd-610a-4222-a2bd-e98dac883226} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:58.333019 [ 275 ] {86f472bd-610a-4222-a2bd-e98dac883226} executeQuery: Read 60 rows, 4.14 KiB in 0.001092 sec., 54945.05494505494 rows/sec., 3.70 MiB/sec. 2026.01.19 03:28:58.333054 [ 275 ] {86f472bd-610a-4222-a2bd-e98dac883226} TCPHandler: Processed in 0.001253889 sec. 2026.01.19 03:28:59.280303 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 520 2026.01.19 03:28:59.282665 [ 242 ] {} system.query_log (11fc8e4a-c498-452c-9b91-f39c54690b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:28:59.282734 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.19 03:28:59.284529 [ 242 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.19 03:28:59.284898 [ 242 ] {} system.query_log (11fc8e4a-c498-452c-9b91-f39c54690b92): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:28:59.285439 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 520 2026.01.19 03:29:01.763798 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 9068 2026.01.19 03:29:01.764298 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:01.764332 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:01.764820 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.19 03:29:01.765047 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:01.765171 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9068 2026.01.19 03:29:02.259201 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2026.01.19 03:29:02.275459 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:02.275515 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:02.281673 [ 243 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.19 03:29:02.282386 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:02.285197 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2026.01.19 03:29:03.324054 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:03.324319 [ 275 ] {04c251ee-5325-461f-b6a7-647210fc5ca5} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.19 03:29:03.324418 [ 275 ] {04c251ee-5325-461f-b6a7-647210fc5ca5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.19 03:29:03.325128 [ 275 ] {04c251ee-5325-461f-b6a7-647210fc5ca5} oximeter.fields_i16 (4fd12cdf-1352-49d1-8451-49f40f667fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:03.325173 [ 275 ] {04c251ee-5325-461f-b6a7-647210fc5ca5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:03.325545 [ 275 ] {04c251ee-5325-461f-b6a7-647210fc5ca5} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.19 03:29:03.325770 [ 275 ] {04c251ee-5325-461f-b6a7-647210fc5ca5} oximeter.fields_i16 (4fd12cdf-1352-49d1-8451-49f40f667fda): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:03.325898 [ 117 ] {} oximeter.fields_i16 (4fd12cdf-1352-49d1-8451-49f40f667fda) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.01.19 03:29:03.325934 [ 275 ] {04c251ee-5325-461f-b6a7-647210fc5ca5} executeQuery: Read 24 rows, 2.04 KiB in 0.001686 sec., 14234.875444839858 rows/sec., 1.18 MiB/sec. 2026.01.19 03:29:03.325967 [ 117 ] {} oximeter.fields_i16 (4fd12cdf-1352-49d1-8451-49f40f667fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:03.325987 [ 275 ] {04c251ee-5325-461f-b6a7-647210fc5ca5} TCPHandler: Processed in 0.002103989 sec. 2026.01.19 03:29:03.325997 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:03.326110 [ 193 ] {4fd12cdf-1352-49d1-8451-49f40f667fda::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.01.19 03:29:03.326114 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:03.326234 [ 193 ] {4fd12cdf-1352-49d1-8451-49f40f667fda::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:29:03.326236 [ 275 ] {bafdb170-9def-4693-97b3-9d5edf46bc3d} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.19 03:29:03.326280 [ 193 ] {4fd12cdf-1352-49d1-8451-49f40f667fda::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part 2026.01.19 03:29:03.326297 [ 275 ] {bafdb170-9def-4693-97b3-9d5edf46bc3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.19 03:29:03.326384 [ 193 ] {4fd12cdf-1352-49d1-8451-49f40f667fda::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part 2026.01.19 03:29:03.326441 [ 193 ] {4fd12cdf-1352-49d1-8451-49f40f667fda::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part 2026.01.19 03:29:03.326492 [ 193 ] {4fd12cdf-1352-49d1-8451-49f40f667fda::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part 2026.01.19 03:29:03.326540 [ 193 ] {4fd12cdf-1352-49d1-8451-49f40f667fda::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part 2026.01.19 03:29:03.326700 [ 275 ] {bafdb170-9def-4693-97b3-9d5edf46bc3d} oximeter.fields_ipaddr (86613280-dab1-43b0-bc7b-5853c4835035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:03.326741 [ 275 ] {bafdb170-9def-4693-97b3-9d5edf46bc3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:03.327070 [ 275 ] {bafdb170-9def-4693-97b3-9d5edf46bc3d} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.19 03:29:03.327307 [ 275 ] {bafdb170-9def-4693-97b3-9d5edf46bc3d} oximeter.fields_ipaddr (86613280-dab1-43b0-bc7b-5853c4835035): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:03.327344 [ 191 ] {4fd12cdf-1352-49d1-8451-49f40f667fda::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.001274299 sec., 94169.42177620794 rows/sec., 8.17 MiB/sec. 2026.01.19 03:29:03.327440 [ 275 ] {bafdb170-9def-4693-97b3-9d5edf46bc3d} executeQuery: Read 12 rows, 1002.00 B in 0.001228 sec., 9771.98697068404 rows/sec., 796.84 KiB/sec. 2026.01.19 03:29:03.327484 [ 275 ] {bafdb170-9def-4693-97b3-9d5edf46bc3d} TCPHandler: Processed in 0.001422983 sec. 2026.01.19 03:29:03.327530 [ 191 ] {4fd12cdf-1352-49d1-8451-49f40f667fda::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.01.19 03:29:03.327595 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:03.327694 [ 275 ] {a3275866-efb2-4d3f-b2a8-15a346598d38} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.19 03:29:03.327734 [ 275 ] {a3275866-efb2-4d3f-b2a8-15a346598d38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.19 03:29:03.327827 [ 191 ] {4fd12cdf-1352-49d1-8451-49f40f667fda::all_1_5_1} oximeter.fields_i16 (4fd12cdf-1352-49d1-8451-49f40f667fda): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:03.327906 [ 191 ] {4fd12cdf-1352-49d1-8451-49f40f667fda::all_1_5_1} oximeter.fields_i16 (4fd12cdf-1352-49d1-8451-49f40f667fda) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.01.19 03:29:03.328007 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.01.19 03:29:03.328184 [ 275 ] {a3275866-efb2-4d3f-b2a8-15a346598d38} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:03.328224 [ 275 ] {a3275866-efb2-4d3f-b2a8-15a346598d38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:03.328550 [ 275 ] {a3275866-efb2-4d3f-b2a8-15a346598d38} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.19 03:29:03.328758 [ 275 ] {a3275866-efb2-4d3f-b2a8-15a346598d38} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:03.328855 [ 117 ] {} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.19 03:29:03.328884 [ 117 ] {} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:03.328884 [ 275 ] {a3275866-efb2-4d3f-b2a8-15a346598d38} executeQuery: Read 210 rows, 19.04 KiB in 0.001208 sec., 173841.05960264898 rows/sec., 15.39 MiB/sec. 2026.01.19 03:29:03.328901 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:03.328934 [ 275 ] {a3275866-efb2-4d3f-b2a8-15a346598d38} TCPHandler: Processed in 0.001387121 sec. 2026.01.19 03:29:03.328968 [ 193 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.01.19 03:29:03.329049 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:03.329057 [ 193 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:29:03.329096 [ 193 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1406 rows starting from the beginning of the part 2026.01.19 03:29:03.329137 [ 193 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 84 rows starting from the beginning of the part 2026.01.19 03:29:03.329148 [ 275 ] {db9b47ae-90e9-4e49-b145-0df1f25fa017} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.19 03:29:03.329173 [ 193 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1248 rows starting from the beginning of the part 2026.01.19 03:29:03.329197 [ 275 ] {db9b47ae-90e9-4e49-b145-0df1f25fa017} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.19 03:29:03.329211 [ 193 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 84 rows starting from the beginning of the part 2026.01.19 03:29:03.329252 [ 193 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 108 rows starting from the beginning of the part 2026.01.19 03:29:03.329284 [ 193 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 210 rows starting from the beginning of the part 2026.01.19 03:29:03.329592 [ 275 ] {db9b47ae-90e9-4e49-b145-0df1f25fa017} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:03.329632 [ 275 ] {db9b47ae-90e9-4e49-b145-0df1f25fa017} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:03.329944 [ 275 ] {db9b47ae-90e9-4e49-b145-0df1f25fa017} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.19 03:29:03.330154 [ 275 ] {db9b47ae-90e9-4e49-b145-0df1f25fa017} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:03.330280 [ 275 ] {db9b47ae-90e9-4e49-b145-0df1f25fa017} executeQuery: Read 38 rows, 2.85 KiB in 0.00115 sec., 33043.47826086957 rows/sec., 2.42 MiB/sec. 2026.01.19 03:29:03.330316 [ 275 ] {db9b47ae-90e9-4e49-b145-0df1f25fa017} TCPHandler: Processed in 0.00131579 sec. 2026.01.19 03:29:03.330423 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:03.330523 [ 275 ] {d5588476-0d62-4ab9-9181-9e21d1cf2cd2} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.19 03:29:03.330564 [ 275 ] {d5588476-0d62-4ab9-9181-9e21d1cf2cd2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.19 03:29:03.330572 [ 196 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 3140 rows, containing 5 columns (5 merged, 0 gathered) in 0.001619748 sec., 1938573.160763279 rows/sec., 169.18 MiB/sec. 2026.01.19 03:29:03.330847 [ 187 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.19 03:29:03.330971 [ 275 ] {d5588476-0d62-4ab9-9181-9e21d1cf2cd2} oximeter.fields_u32 (92866282-97e1-4271-9838-e523badf2f1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:03.331016 [ 275 ] {d5588476-0d62-4ab9-9181-9e21d1cf2cd2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:03.331177 [ 187 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_26_5} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:03.331276 [ 187 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_26_5} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.19 03:29:03.331348 [ 275 ] {d5588476-0d62-4ab9-9181-9e21d1cf2cd2} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.19 03:29:03.331375 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. 2026.01.19 03:29:03.331569 [ 275 ] {d5588476-0d62-4ab9-9181-9e21d1cf2cd2} oximeter.fields_u32 (92866282-97e1-4271-9838-e523badf2f1f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:03.331702 [ 275 ] {d5588476-0d62-4ab9-9181-9e21d1cf2cd2} executeQuery: Read 24 rows, 2.04 KiB in 0.001198 sec., 20033.38898163606 rows/sec., 1.66 MiB/sec. 2026.01.19 03:29:03.331740 [ 275 ] {d5588476-0d62-4ab9-9181-9e21d1cf2cd2} TCPHandler: Processed in 0.001368781 sec. 2026.01.19 03:29:03.331851 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:03.331943 [ 275 ] {210bae72-f2ca-4e56-9332-0951ee1356a6} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.19 03:29:03.331983 [ 275 ] {210bae72-f2ca-4e56-9332-0951ee1356a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.19 03:29:03.332373 [ 275 ] {210bae72-f2ca-4e56-9332-0951ee1356a6} oximeter.fields_u8 (4a35c6f1-f095-4538-b27e-c16ae26c548d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:03.332410 [ 275 ] {210bae72-f2ca-4e56-9332-0951ee1356a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:03.332699 [ 275 ] {210bae72-f2ca-4e56-9332-0951ee1356a6} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.19 03:29:03.332915 [ 275 ] {210bae72-f2ca-4e56-9332-0951ee1356a6} oximeter.fields_u8 (4a35c6f1-f095-4538-b27e-c16ae26c548d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:03.333011 [ 113 ] {} oximeter.fields_u8 (4a35c6f1-f095-4538-b27e-c16ae26c548d) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.01.19 03:29:03.333042 [ 275 ] {210bae72-f2ca-4e56-9332-0951ee1356a6} executeQuery: Read 12 rows, 960.00 B in 0.001116 sec., 10752.68817204301 rows/sec., 840.05 KiB/sec. 2026.01.19 03:29:03.333136 [ 113 ] {} oximeter.fields_u8 (4a35c6f1-f095-4538-b27e-c16ae26c548d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:03.333163 [ 275 ] {210bae72-f2ca-4e56-9332-0951ee1356a6} TCPHandler: Processed in 0.001364992 sec. 2026.01.19 03:29:03.333166 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:03.333257 [ 193 ] {4a35c6f1-f095-4538-b27e-c16ae26c548d::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.01.19 03:29:03.333283 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:03.333343 [ 193 ] {4a35c6f1-f095-4538-b27e-c16ae26c548d::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:29:03.333371 [ 193 ] {4a35c6f1-f095-4538-b27e-c16ae26c548d::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part 2026.01.19 03:29:03.333380 [ 275 ] {74612b7e-8df5-4285-a218-c0594d0b13ed} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.19 03:29:03.333415 [ 193 ] {4a35c6f1-f095-4538-b27e-c16ae26c548d::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 12 rows starting from the beginning of the part 2026.01.19 03:29:03.333451 [ 275 ] {74612b7e-8df5-4285-a218-c0594d0b13ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.19 03:29:03.333459 [ 193 ] {4a35c6f1-f095-4538-b27e-c16ae26c548d::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part 2026.01.19 03:29:03.333516 [ 193 ] {4a35c6f1-f095-4538-b27e-c16ae26c548d::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part 2026.01.19 03:29:03.333552 [ 193 ] {4a35c6f1-f095-4538-b27e-c16ae26c548d::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part 2026.01.19 03:29:03.333885 [ 275 ] {74612b7e-8df5-4285-a218-c0594d0b13ed} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:03.333925 [ 275 ] {74612b7e-8df5-4285-a218-c0594d0b13ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:03.334134 [ 187 ] {4a35c6f1-f095-4538-b27e-c16ae26c548d::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.000899901 sec., 66674.0008067554 rows/sec., 5.34 MiB/sec. 2026.01.19 03:29:03.334244 [ 275 ] {74612b7e-8df5-4285-a218-c0594d0b13ed} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.19 03:29:03.334291 [ 202 ] {4a35c6f1-f095-4538-b27e-c16ae26c548d::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.01.19 03:29:03.334467 [ 275 ] {74612b7e-8df5-4285-a218-c0594d0b13ed} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:03.334580 [ 113 ] {} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.19 03:29:03.334612 [ 113 ] {} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:03.334612 [ 202 ] {4a35c6f1-f095-4538-b27e-c16ae26c548d::all_1_5_1} oximeter.fields_u8 (4a35c6f1-f095-4538-b27e-c16ae26c548d): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:03.334630 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:03.334616 [ 275 ] {74612b7e-8df5-4285-a218-c0594d0b13ed} executeQuery: Read 126 rows, 10.47 KiB in 0.001253 sec., 100558.6592178771 rows/sec., 8.16 MiB/sec. 2026.01.19 03:29:03.334707 [ 202 ] {4a35c6f1-f095-4538-b27e-c16ae26c548d::all_1_5_1} oximeter.fields_u8 (4a35c6f1-f095-4538-b27e-c16ae26c548d) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.01.19 03:29:03.334707 [ 275 ] {74612b7e-8df5-4285-a218-c0594d0b13ed} TCPHandler: Processed in 0.001475354 sec. 2026.01.19 03:29:03.334716 [ 193 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.01.19 03:29:03.334782 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.19 03:29:03.334823 [ 193 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:29:03.334831 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:03.334853 [ 193 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 632 rows starting from the beginning of the part 2026.01.19 03:29:03.334904 [ 193 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 78 rows starting from the beginning of the part 2026.01.19 03:29:03.334937 [ 275 ] {39de114b-1982-4109-b5a2-4a00bf5bc762} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.19 03:29:03.334938 [ 193 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 546 rows starting from the beginning of the part 2026.01.19 03:29:03.334987 [ 275 ] {39de114b-1982-4109-b5a2-4a00bf5bc762} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.19 03:29:03.334992 [ 193 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 78 rows starting from the beginning of the part 2026.01.19 03:29:03.335038 [ 193 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 90 rows starting from the beginning of the part 2026.01.19 03:29:03.335070 [ 193 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 126 rows starting from the beginning of the part 2026.01.19 03:29:03.335387 [ 275 ] {39de114b-1982-4109-b5a2-4a00bf5bc762} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:03.335428 [ 275 ] {39de114b-1982-4109-b5a2-4a00bf5bc762} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:03.335811 [ 275 ] {39de114b-1982-4109-b5a2-4a00bf5bc762} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.19 03:29:03.335941 [ 202 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1550 rows, containing 5 columns (5 merged, 0 gathered) in 0.001248619 sec., 1241371.467196959 rows/sec., 98.91 MiB/sec. 2026.01.19 03:29:03.336020 [ 275 ] {39de114b-1982-4109-b5a2-4a00bf5bc762} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:03.336096 [ 193 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.19 03:29:03.336123 [ 113 ] {} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.19 03:29:03.336150 [ 113 ] {} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:03.336166 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:03.336165 [ 275 ] {39de114b-1982-4109-b5a2-4a00bf5bc762} executeQuery: Read 202 rows, 14.82 KiB in 0.001247 sec., 161988.7730553328 rows/sec., 11.61 MiB/sec. 2026.01.19 03:29:03.336217 [ 275 ] {39de114b-1982-4109-b5a2-4a00bf5bc762} TCPHandler: Processed in 0.001438083 sec. 2026.01.19 03:29:03.336245 [ 202 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.01.19 03:29:03.336330 [ 202 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:29:03.336340 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:03.336350 [ 193 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_26_5} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:03.336362 [ 202 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6240 rows starting from the beginning of the part 2026.01.19 03:29:03.336432 [ 193 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_26_5} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.19 03:29:03.336436 [ 202 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part 2026.01.19 03:29:03.336438 [ 275 ] {9612560c-b257-4762-b69f-e21b8ec45273} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.19 03:29:03.336493 [ 202 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 844 rows starting from the beginning of the part 2026.01.19 03:29:03.336504 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.01.19 03:29:03.336510 [ 275 ] {9612560c-b257-4762-b69f-e21b8ec45273} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.19 03:29:03.336536 [ 202 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part 2026.01.19 03:29:03.336579 [ 202 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part 2026.01.19 03:29:03.336618 [ 202 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 202 rows starting from the beginning of the part 2026.01.19 03:29:03.337269 [ 275 ] {9612560c-b257-4762-b69f-e21b8ec45273} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:03.337305 [ 275 ] {9612560c-b257-4762-b69f-e21b8ec45273} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:03.337848 [ 275 ] {9612560c-b257-4762-b69f-e21b8ec45273} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.19 03:29:03.338075 [ 275 ] {9612560c-b257-4762-b69f-e21b8ec45273} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:03.338211 [ 275 ] {9612560c-b257-4762-b69f-e21b8ec45273} executeQuery: Read 14 rows, 25.69 KiB in 0.001791 sec., 7816.862088218872 rows/sec., 14.01 MiB/sec. 2026.01.19 03:29:03.338263 [ 275 ] {9612560c-b257-4762-b69f-e21b8ec45273} TCPHandler: Processed in 0.001974575 sec. 2026.01.19 03:29:03.338375 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:03.338470 [ 275 ] {61bdf702-af41-46ec-9225-fde53a5c5400} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.19 03:29:03.338510 [ 275 ] {61bdf702-af41-46ec-9225-fde53a5c5400} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.19 03:29:03.338822 [ 275 ] {61bdf702-af41-46ec-9225-fde53a5c5400} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:03.338857 [ 275 ] {61bdf702-af41-46ec-9225-fde53a5c5400} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:03.339171 [ 275 ] {61bdf702-af41-46ec-9225-fde53a5c5400} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.19 03:29:03.339378 [ 275 ] {61bdf702-af41-46ec-9225-fde53a5c5400} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:03.339476 [ 113 ] {} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.19 03:29:03.339505 [ 113 ] {} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:03.339505 [ 275 ] {61bdf702-af41-46ec-9225-fde53a5c5400} executeQuery: Read 60 rows, 4.14 KiB in 0.001054 sec., 56925.99620493359 rows/sec., 3.84 MiB/sec. 2026.01.19 03:29:03.339522 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:03.339552 [ 275 ] {61bdf702-af41-46ec-9225-fde53a5c5400} TCPHandler: Processed in 0.001227919 sec. 2026.01.19 03:29:03.339614 [ 193 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 7766 rows, containing 5 columns (5 merged, 0 gathered) in 0.003399288 sec., 2284596.0683531375 rows/sec., 157.01 MiB/sec. 2026.01.19 03:29:03.339626 [ 198 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.01.19 03:29:03.339745 [ 198 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:29:03.339779 [ 198 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1110 rows starting from the beginning of the part 2026.01.19 03:29:03.339861 [ 198 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part 2026.01.19 03:29:03.339919 [ 198 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part 2026.01.19 03:29:03.339967 [ 198 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part 2026.01.19 03:29:03.340013 [ 198 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part 2026.01.19 03:29:03.340043 [ 202 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.19 03:29:03.340105 [ 198 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part 2026.01.19 03:29:03.340389 [ 202 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_26_5} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:03.340472 [ 202 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_26_5} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.19 03:29:03.340551 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.50 MiB. 2026.01.19 03:29:03.341070 [ 192 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1410 rows, containing 4 columns (4 merged, 0 gathered) in 0.001481214 sec., 951921.869493537 rows/sec., 64.09 MiB/sec. 2026.01.19 03:29:03.341320 [ 193 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.19 03:29:03.341564 [ 193 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_26_5} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:03.341629 [ 193 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_26_5} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.19 03:29:03.341698 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2026.01.19 03:29:08.323790 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:08.324028 [ 275 ] {4a89c3f6-0ec3-4b32-ac27-c3e9edc46570} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.19 03:29:08.324111 [ 275 ] {4a89c3f6-0ec3-4b32-ac27-c3e9edc46570} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.19 03:29:08.324905 [ 275 ] {4a89c3f6-0ec3-4b32-ac27-c3e9edc46570} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:08.324959 [ 275 ] {4a89c3f6-0ec3-4b32-ac27-c3e9edc46570} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:08.325412 [ 275 ] {4a89c3f6-0ec3-4b32-ac27-c3e9edc46570} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.19 03:29:08.325669 [ 275 ] {4a89c3f6-0ec3-4b32-ac27-c3e9edc46570} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:08.325845 [ 275 ] {4a89c3f6-0ec3-4b32-ac27-c3e9edc46570} executeQuery: Read 108 rows, 9.26 KiB in 0.001873 sec., 57661.505605979706 rows/sec., 4.83 MiB/sec. 2026.01.19 03:29:08.325891 [ 275 ] {4a89c3f6-0ec3-4b32-ac27-c3e9edc46570} TCPHandler: Processed in 0.002250362 sec. 2026.01.19 03:29:08.326032 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:08.326139 [ 275 ] {3716229d-e979-43d6-8d28-ba6c493845c8} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.19 03:29:08.326185 [ 275 ] {3716229d-e979-43d6-8d28-ba6c493845c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.19 03:29:08.326651 [ 275 ] {3716229d-e979-43d6-8d28-ba6c493845c8} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:08.326691 [ 275 ] {3716229d-e979-43d6-8d28-ba6c493845c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:08.327032 [ 275 ] {3716229d-e979-43d6-8d28-ba6c493845c8} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.19 03:29:08.327265 [ 275 ] {3716229d-e979-43d6-8d28-ba6c493845c8} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:08.327425 [ 275 ] {3716229d-e979-43d6-8d28-ba6c493845c8} executeQuery: Read 26 rows, 1.96 KiB in 0.001309 sec., 19862.490450725745 rows/sec., 1.46 MiB/sec. 2026.01.19 03:29:08.327469 [ 275 ] {3716229d-e979-43d6-8d28-ba6c493845c8} TCPHandler: Processed in 0.001494625 sec. 2026.01.19 03:29:08.327593 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:08.327698 [ 275 ] {d1709644-2f12-498c-aa68-55504c400dcd} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.19 03:29:08.327743 [ 275 ] {d1709644-2f12-498c-aa68-55504c400dcd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.19 03:29:08.328205 [ 275 ] {d1709644-2f12-498c-aa68-55504c400dcd} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:08.328246 [ 275 ] {d1709644-2f12-498c-aa68-55504c400dcd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:08.328592 [ 275 ] {d1709644-2f12-498c-aa68-55504c400dcd} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.19 03:29:08.328827 [ 275 ] {d1709644-2f12-498c-aa68-55504c400dcd} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:08.328969 [ 275 ] {d1709644-2f12-498c-aa68-55504c400dcd} executeQuery: Read 90 rows, 7.20 KiB in 0.001293 sec., 69605.56844547563 rows/sec., 5.44 MiB/sec. 2026.01.19 03:29:08.329011 [ 275 ] {d1709644-2f12-498c-aa68-55504c400dcd} TCPHandler: Processed in 0.001475034 sec. 2026.01.19 03:29:08.329142 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:08.329248 [ 275 ] {ba3d7b36-2854-4bac-859e-90b9f0faa79d} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.19 03:29:08.329298 [ 275 ] {ba3d7b36-2854-4bac-859e-90b9f0faa79d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.19 03:29:08.329748 [ 275 ] {ba3d7b36-2854-4bac-859e-90b9f0faa79d} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:08.329789 [ 275 ] {ba3d7b36-2854-4bac-859e-90b9f0faa79d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:08.330166 [ 275 ] {ba3d7b36-2854-4bac-859e-90b9f0faa79d} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.19 03:29:08.330402 [ 275 ] {ba3d7b36-2854-4bac-859e-90b9f0faa79d} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:08.330552 [ 275 ] {ba3d7b36-2854-4bac-859e-90b9f0faa79d} executeQuery: Read 160 rows, 11.41 KiB in 0.001321 sec., 121120.36336109009 rows/sec., 8.44 MiB/sec. 2026.01.19 03:29:08.330593 [ 275 ] {ba3d7b36-2854-4bac-859e-90b9f0faa79d} TCPHandler: Processed in 0.001507255 sec. 2026.01.19 03:29:08.330721 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:08.330826 [ 275 ] {1425edcd-b156-40bb-b5b6-c2f85898fdc2} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.19 03:29:08.330887 [ 275 ] {1425edcd-b156-40bb-b5b6-c2f85898fdc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.19 03:29:08.331789 [ 275 ] {1425edcd-b156-40bb-b5b6-c2f85898fdc2} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:08.331828 [ 275 ] {1425edcd-b156-40bb-b5b6-c2f85898fdc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:08.332413 [ 275 ] {1425edcd-b156-40bb-b5b6-c2f85898fdc2} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.19 03:29:08.332664 [ 275 ] {1425edcd-b156-40bb-b5b6-c2f85898fdc2} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:08.332824 [ 275 ] {1425edcd-b156-40bb-b5b6-c2f85898fdc2} executeQuery: Read 26 rows, 47.71 KiB in 0.002019 sec., 12877.662209014365 rows/sec., 23.08 MiB/sec. 2026.01.19 03:29:08.332881 [ 275 ] {1425edcd-b156-40bb-b5b6-c2f85898fdc2} TCPHandler: Processed in 0.002219752 sec. 2026.01.19 03:29:08.333020 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:08.333127 [ 275 ] {a67c4bee-dd79-400e-b9e5-43d1ddb74f6a} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.19 03:29:08.333173 [ 275 ] {a67c4bee-dd79-400e-b9e5-43d1ddb74f6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.19 03:29:08.333560 [ 275 ] {a67c4bee-dd79-400e-b9e5-43d1ddb74f6a} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:08.333602 [ 275 ] {a67c4bee-dd79-400e-b9e5-43d1ddb74f6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:08.333949 [ 275 ] {a67c4bee-dd79-400e-b9e5-43d1ddb74f6a} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.19 03:29:08.334186 [ 275 ] {a67c4bee-dd79-400e-b9e5-43d1ddb74f6a} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:08.334332 [ 275 ] {a67c4bee-dd79-400e-b9e5-43d1ddb74f6a} executeQuery: Read 60 rows, 4.14 KiB in 0.001226 sec., 48939.64110929853 rows/sec., 3.30 MiB/sec. 2026.01.19 03:29:08.334374 [ 275 ] {a67c4bee-dd79-400e-b9e5-43d1ddb74f6a} TCPHandler: Processed in 0.001412003 sec. 2026.01.19 03:29:09.149413 [ 106 ] {} DNSResolver: Updating DNS cache 2026.01.19 03:29:09.149483 [ 106 ] {} DNSResolver: Updated DNS cache 2026.01.19 03:29:09.265940 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 9580 2026.01.19 03:29:09.266472 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:09.266518 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:09.267031 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.19 03:29:09.267286 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:09.267439 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9580 2026.01.19 03:29:09.286051 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 552 2026.01.19 03:29:09.288267 [ 242 ] {} system.query_log (11fc8e4a-c498-452c-9b91-f39c54690b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:09.288312 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:09.289506 [ 242 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.19 03:29:09.289788 [ 242 ] {} system.query_log (11fc8e4a-c498-452c-9b91-f39c54690b92): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:09.290150 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 552 2026.01.19 03:29:09.785977 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2026.01.19 03:29:09.804771 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:09.804843 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:09.811148 [ 243 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.19 03:29:09.811870 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:09.815283 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2026.01.19 03:29:13.321998 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:13.322293 [ 275 ] {bd10727b-ae68-4a81-a76f-aa9d2dac2065} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.19 03:29:13.322396 [ 275 ] {bd10727b-ae68-4a81-a76f-aa9d2dac2065} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.19 03:29:13.323229 [ 275 ] {bd10727b-ae68-4a81-a76f-aa9d2dac2065} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:13.323271 [ 275 ] {bd10727b-ae68-4a81-a76f-aa9d2dac2065} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:13.323660 [ 275 ] {bd10727b-ae68-4a81-a76f-aa9d2dac2065} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.19 03:29:13.323897 [ 275 ] {bd10727b-ae68-4a81-a76f-aa9d2dac2065} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:13.324060 [ 275 ] {bd10727b-ae68-4a81-a76f-aa9d2dac2065} executeQuery: Read 84 rows, 7.16 KiB in 0.001842 sec., 45602.60586319218 rows/sec., 3.80 MiB/sec. 2026.01.19 03:29:13.324107 [ 275 ] {bd10727b-ae68-4a81-a76f-aa9d2dac2065} TCPHandler: Processed in 0.002310333 sec. 2026.01.19 03:29:13.324241 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:13.324342 [ 275 ] {1aafdc73-6833-40d3-88fe-fcb5ea116a14} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.19 03:29:13.324386 [ 275 ] {1aafdc73-6833-40d3-88fe-fcb5ea116a14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.19 03:29:13.324795 [ 275 ] {1aafdc73-6833-40d3-88fe-fcb5ea116a14} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:13.324833 [ 275 ] {1aafdc73-6833-40d3-88fe-fcb5ea116a14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:13.325135 [ 275 ] {1aafdc73-6833-40d3-88fe-fcb5ea116a14} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.19 03:29:13.325343 [ 275 ] {1aafdc73-6833-40d3-88fe-fcb5ea116a14} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:13.325452 [ 96 ] {} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.19 03:29:13.325474 [ 275 ] {1aafdc73-6833-40d3-88fe-fcb5ea116a14} executeQuery: Read 14 rows, 1.05 KiB in 0.001154 sec., 12131.715771230502 rows/sec., 912.25 KiB/sec. 2026.01.19 03:29:13.325521 [ 96 ] {} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:13.325530 [ 275 ] {1aafdc73-6833-40d3-88fe-fcb5ea116a14} TCPHandler: Processed in 0.001342681 sec. 2026.01.19 03:29:13.325551 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:13.325657 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:13.325658 [ 198 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.01.19 03:29:13.325759 [ 275 ] {645167c7-0c41-4b60-935a-52f5b89e5285} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.19 03:29:13.325770 [ 198 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:29:13.325800 [ 275 ] {645167c7-0c41-4b60-935a-52f5b89e5285} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.19 03:29:13.325803 [ 198 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 70 rows starting from the beginning of the part 2026.01.19 03:29:13.325872 [ 198 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part 2026.01.19 03:29:13.325923 [ 198 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 26 rows starting from the beginning of the part 2026.01.19 03:29:13.325974 [ 198 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 38 rows starting from the beginning of the part 2026.01.19 03:29:13.326020 [ 198 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 26 rows starting from the beginning of the part 2026.01.19 03:29:13.326064 [ 198 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part 2026.01.19 03:29:13.326225 [ 275 ] {645167c7-0c41-4b60-935a-52f5b89e5285} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:13.326261 [ 275 ] {645167c7-0c41-4b60-935a-52f5b89e5285} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:13.326592 [ 275 ] {645167c7-0c41-4b60-935a-52f5b89e5285} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.19 03:29:13.326809 [ 275 ] {645167c7-0c41-4b60-935a-52f5b89e5285} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:13.326900 [ 193 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 188 rows, containing 5 columns (5 merged, 0 gathered) in 0.00127689 sec., 147232.72952251174 rows/sec., 11.34 MiB/sec. 2026.01.19 03:29:13.326939 [ 275 ] {645167c7-0c41-4b60-935a-52f5b89e5285} executeQuery: Read 78 rows, 6.24 KiB in 0.001199 sec., 65054.21184320267 rows/sec., 5.08 MiB/sec. 2026.01.19 03:29:13.326983 [ 275 ] {645167c7-0c41-4b60-935a-52f5b89e5285} TCPHandler: Processed in 0.001377472 sec. 2026.01.19 03:29:13.327040 [ 198 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.19 03:29:13.327096 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:13.327193 [ 275 ] {a965e9dc-6963-4bdc-bbc8-d20fd321f87a} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.19 03:29:13.327236 [ 275 ] {a965e9dc-6963-4bdc-bbc8-d20fd321f87a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.19 03:29:13.327273 [ 198 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_26_5} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:13.327330 [ 198 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_26_5} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.19 03:29:13.327386 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.01.19 03:29:13.327636 [ 275 ] {a965e9dc-6963-4bdc-bbc8-d20fd321f87a} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:13.327671 [ 275 ] {a965e9dc-6963-4bdc-bbc8-d20fd321f87a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:13.328000 [ 275 ] {a965e9dc-6963-4bdc-bbc8-d20fd321f87a} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.19 03:29:13.328222 [ 275 ] {a965e9dc-6963-4bdc-bbc8-d20fd321f87a} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:13.328353 [ 275 ] {a965e9dc-6963-4bdc-bbc8-d20fd321f87a} executeQuery: Read 160 rows, 11.41 KiB in 0.001178 sec., 135823.42954159592 rows/sec., 9.46 MiB/sec. 2026.01.19 03:29:13.328389 [ 275 ] {a965e9dc-6963-4bdc-bbc8-d20fd321f87a} TCPHandler: Processed in 0.00134362 sec. 2026.01.19 03:29:13.328491 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:13.328586 [ 275 ] {e328fbca-11fc-41eb-a3a7-e72810922d4e} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.19 03:29:13.328641 [ 275 ] {e328fbca-11fc-41eb-a3a7-e72810922d4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.19 03:29:13.329426 [ 275 ] {e328fbca-11fc-41eb-a3a7-e72810922d4e} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:13.329464 [ 275 ] {e328fbca-11fc-41eb-a3a7-e72810922d4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:13.329977 [ 275 ] {e328fbca-11fc-41eb-a3a7-e72810922d4e} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.19 03:29:13.330202 [ 275 ] {e328fbca-11fc-41eb-a3a7-e72810922d4e} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:13.330312 [ 96 ] {} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.19 03:29:13.330341 [ 275 ] {e328fbca-11fc-41eb-a3a7-e72810922d4e} executeQuery: Read 14 rows, 25.69 KiB in 0.001773 sec., 7896.221094190637 rows/sec., 14.15 MiB/sec. 2026.01.19 03:29:13.330348 [ 96 ] {} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:13.330385 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:13.330409 [ 275 ] {e328fbca-11fc-41eb-a3a7-e72810922d4e} TCPHandler: Processed in 0.001967666 sec. 2026.01.19 03:29:13.330482 [ 200 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.01.19 03:29:13.330534 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:13.330634 [ 275 ] {fdedac89-f4ae-48a6-8606-976aa9219714} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.19 03:29:13.330676 [ 275 ] {fdedac89-f4ae-48a6-8606-976aa9219714} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.19 03:29:13.330734 [ 200 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:29:13.330805 [ 200 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 368 rows starting from the beginning of the part 2026.01.19 03:29:13.330949 [ 200 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part 2026.01.19 03:29:13.331016 [ 275 ] {fdedac89-f4ae-48a6-8606-976aa9219714} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:13.331057 [ 275 ] {fdedac89-f4ae-48a6-8606-976aa9219714} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:13.331062 [ 200 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 26 rows starting from the beginning of the part 2026.01.19 03:29:13.331172 [ 200 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part 2026.01.19 03:29:13.331271 [ 200 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 26 rows starting from the beginning of the part 2026.01.19 03:29:13.331373 [ 200 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part 2026.01.19 03:29:13.331390 [ 275 ] {fdedac89-f4ae-48a6-8606-976aa9219714} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.19 03:29:13.331613 [ 275 ] {fdedac89-f4ae-48a6-8606-976aa9219714} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:13.331751 [ 275 ] {fdedac89-f4ae-48a6-8606-976aa9219714} executeQuery: Read 60 rows, 4.14 KiB in 0.001134 sec., 52910.05291005291 rows/sec., 3.57 MiB/sec. 2026.01.19 03:29:13.331787 [ 275 ] {fdedac89-f4ae-48a6-8606-976aa9219714} TCPHandler: Processed in 0.00130411 sec. 2026.01.19 03:29:13.335586 [ 198 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 462 rows, containing 19 columns (19 merged, 0 gathered) in 0.005149259 sec., 89721.64732828549 rows/sec., 160.78 MiB/sec. 2026.01.19 03:29:13.336301 [ 193 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.19 03:29:13.336765 [ 193 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_26_5} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:13.336853 [ 193 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_26_5} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.19 03:29:13.337028 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB. 2026.01.19 03:29:14.001178 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 246.41 MiB, peak 251.61 MiB, free memory in arenas 0.00 B, will set to 247.88 MiB (RSS), difference: 1.46 MiB 2026.01.19 03:29:14.087209 [ 96 ] {} oximeter.fields_ipaddr (86613280-dab1-43b0-bc7b-5853c4835035) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.01.19 03:29:14.087276 [ 96 ] {} oximeter.fields_ipaddr (86613280-dab1-43b0-bc7b-5853c4835035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:14.087298 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:14.087404 [ 198 ] {86613280-dab1-43b0-bc7b-5853c4835035::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.01.19 03:29:14.087523 [ 198 ] {86613280-dab1-43b0-bc7b-5853c4835035::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:29:14.087558 [ 198 ] {86613280-dab1-43b0-bc7b-5853c4835035::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2026.01.19 03:29:14.087620 [ 198 ] {86613280-dab1-43b0-bc7b-5853c4835035::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part 2026.01.19 03:29:14.087663 [ 198 ] {86613280-dab1-43b0-bc7b-5853c4835035::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part 2026.01.19 03:29:14.087702 [ 198 ] {86613280-dab1-43b0-bc7b-5853c4835035::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2026.01.19 03:29:14.087741 [ 198 ] {86613280-dab1-43b0-bc7b-5853c4835035::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part 2026.01.19 03:29:14.088438 [ 193 ] {86613280-dab1-43b0-bc7b-5853c4835035::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 44 rows, containing 5 columns (5 merged, 0 gathered) in 0.001072125 sec., 41039.99067272939 rows/sec., 3.42 MiB/sec. 2026.01.19 03:29:14.088632 [ 197 ] {86613280-dab1-43b0-bc7b-5853c4835035::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.01.19 03:29:14.088949 [ 197 ] {86613280-dab1-43b0-bc7b-5853c4835035::all_1_5_1} oximeter.fields_ipaddr (86613280-dab1-43b0-bc7b-5853c4835035): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:14.089027 [ 197 ] {86613280-dab1-43b0-bc7b-5853c4835035::all_1_5_1} oximeter.fields_ipaddr (86613280-dab1-43b0-bc7b-5853c4835035) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.01.19 03:29:14.089113 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.19 03:29:15.129844 [ 95 ] {} oximeter.fields_u32 (92866282-97e1-4271-9838-e523badf2f1f) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.01.19 03:29:15.129922 [ 95 ] {} oximeter.fields_u32 (92866282-97e1-4271-9838-e523badf2f1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:15.129946 [ 95 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:15.130078 [ 198 ] {92866282-97e1-4271-9838-e523badf2f1f::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2026.01.19 03:29:15.130238 [ 198 ] {92866282-97e1-4271-9838-e523badf2f1f::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:29:15.130272 [ 198 ] {92866282-97e1-4271-9838-e523badf2f1f::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 253 rows starting from the beginning of the part 2026.01.19 03:29:15.130336 [ 198 ] {92866282-97e1-4271-9838-e523badf2f1f::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 228 rows starting from the beginning of the part 2026.01.19 03:29:15.130379 [ 198 ] {92866282-97e1-4271-9838-e523badf2f1f::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part 2026.01.19 03:29:15.130420 [ 198 ] {92866282-97e1-4271-9838-e523badf2f1f::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 228 rows starting from the beginning of the part 2026.01.19 03:29:15.130459 [ 198 ] {92866282-97e1-4271-9838-e523badf2f1f::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part 2026.01.19 03:29:15.131297 [ 193 ] {92866282-97e1-4271-9838-e523badf2f1f::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 757 rows, containing 5 columns (5 merged, 0 gathered) in 0.001272379 sec., 594948.5176979501 rows/sec., 43.42 MiB/sec. 2026.01.19 03:29:15.131511 [ 188 ] {92866282-97e1-4271-9838-e523badf2f1f::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.01.19 03:29:15.131829 [ 188 ] {92866282-97e1-4271-9838-e523badf2f1f::all_1_9_2} oximeter.fields_u32 (92866282-97e1-4271-9838-e523badf2f1f): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:15.131913 [ 188 ] {92866282-97e1-4271-9838-e523badf2f1f::all_1_9_2} oximeter.fields_u32 (92866282-97e1-4271-9838-e523badf2f1f) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.01.19 03:29:15.132007 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.01.19 03:29:16.768412 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 10028 2026.01.19 03:29:16.768915 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:16.768956 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:16.769453 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.19 03:29:16.769678 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:16.769800 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10028 2026.01.19 03:29:16.769800 [ 92 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.19 03:29:16.769849 [ 92 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:16.769867 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:16.769992 [ 198 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.01.19 03:29:16.770161 [ 198 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:29:16.770204 [ 198 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7660 rows starting from the beginning of the part 2026.01.19 03:29:16.770272 [ 198 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 448 rows starting from the beginning of the part 2026.01.19 03:29:16.770321 [ 198 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 512 rows starting from the beginning of the part 2026.01.19 03:29:16.770365 [ 198 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 448 rows starting from the beginning of the part 2026.01.19 03:29:16.770408 [ 198 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 512 rows starting from the beginning of the part 2026.01.19 03:29:16.770452 [ 198 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 448 rows starting from the beginning of the part 2026.01.19 03:29:16.772437 [ 193 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 10028 rows, containing 4 columns (4 merged, 0 gathered) in 0.002500838 sec., 4009855.896303559 rows/sec., 57.36 MiB/sec. 2026.01.19 03:29:16.772734 [ 189 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.19 03:29:16.773039 [ 189 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_21_4} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:16.773120 [ 189 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_21_4} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.19 03:29:16.773215 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.45 MiB. 2026.01.19 03:29:17.316247 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2026.01.19 03:29:17.333745 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:17.333803 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:17.339867 [ 243 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.19 03:29:17.340585 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:17.340900 [ 92 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.19 03:29:17.340963 [ 92 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:17.340985 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:17.341110 [ 198 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.01.19 03:29:17.343873 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2026.01.19 03:29:17.345629 [ 198 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:29:17.347299 [ 198 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 121 rows starting from the beginning of the part 2026.01.19 03:29:17.352342 [ 198 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 8 rows starting from the beginning of the part 2026.01.19 03:29:17.356869 [ 198 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 7 rows starting from the beginning of the part 2026.01.19 03:29:17.361255 [ 198 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 8 rows starting from the beginning of the part 2026.01.19 03:29:17.365533 [ 198 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 7 rows starting from the beginning of the part 2026.01.19 03:29:17.369569 [ 198 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part 2026.01.19 03:29:17.418217 [ 193 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.077153476 sec., 2060.827434398419 rows/sec., 10.66 MiB/sec. 2026.01.19 03:29:17.420796 [ 193 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.19 03:29:17.422793 [ 193 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_21_4} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:17.422931 [ 193 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_21_4} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.19 03:29:17.425824 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.01.19 03:29:18.001178 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 249.52 MiB, peak 260.06 MiB, free memory in arenas 0.00 B, will set to 252.83 MiB (RSS), difference: 3.31 MiB 2026.01.19 03:29:18.351981 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:18.352155 [ 275 ] {28b30f3e-f036-4fbc-87fe-21adabaa66aa} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.19 03:29:18.352220 [ 275 ] {28b30f3e-f036-4fbc-87fe-21adabaa66aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.19 03:29:18.352806 [ 275 ] {28b30f3e-f036-4fbc-87fe-21adabaa66aa} oximeter.fields_ipaddr (86613280-dab1-43b0-bc7b-5853c4835035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:18.352854 [ 275 ] {28b30f3e-f036-4fbc-87fe-21adabaa66aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:18.353224 [ 275 ] {28b30f3e-f036-4fbc-87fe-21adabaa66aa} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.19 03:29:18.353459 [ 275 ] {28b30f3e-f036-4fbc-87fe-21adabaa66aa} oximeter.fields_ipaddr (86613280-dab1-43b0-bc7b-5853c4835035): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:18.353609 [ 275 ] {28b30f3e-f036-4fbc-87fe-21adabaa66aa} executeQuery: Read 6 rows, 501.00 B in 0.001501 sec., 3997.3351099267156 rows/sec., 325.95 KiB/sec. 2026.01.19 03:29:18.353650 [ 275 ] {28b30f3e-f036-4fbc-87fe-21adabaa66aa} TCPHandler: Processed in 0.001794691 sec. 2026.01.19 03:29:18.353774 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:18.353870 [ 275 ] {102a9e94-cea8-4697-b453-2109e735f8e9} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.19 03:29:18.353911 [ 275 ] {102a9e94-cea8-4697-b453-2109e735f8e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.19 03:29:18.354835 [ 275 ] {102a9e94-cea8-4697-b453-2109e735f8e9} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:18.354872 [ 275 ] {102a9e94-cea8-4697-b453-2109e735f8e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:18.355271 [ 275 ] {102a9e94-cea8-4697-b453-2109e735f8e9} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.19 03:29:18.355483 [ 275 ] {102a9e94-cea8-4697-b453-2109e735f8e9} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:18.355611 [ 275 ] {102a9e94-cea8-4697-b453-2109e735f8e9} executeQuery: Read 1251 rows, 105.59 KiB in 0.001759 sec., 711199.5451961342 rows/sec., 58.62 MiB/sec. 2026.01.19 03:29:18.355649 [ 275 ] {102a9e94-cea8-4697-b453-2109e735f8e9} TCPHandler: Processed in 0.001926964 sec. 2026.01.19 03:29:18.355760 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:18.355855 [ 275 ] {5c9b22ba-1489-45e1-a781-de4a0adcb0ea} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.19 03:29:18.355896 [ 275 ] {5c9b22ba-1489-45e1-a781-de4a0adcb0ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.19 03:29:18.356300 [ 275 ] {5c9b22ba-1489-45e1-a781-de4a0adcb0ea} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:18.356336 [ 275 ] {5c9b22ba-1489-45e1-a781-de4a0adcb0ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:18.356652 [ 275 ] {5c9b22ba-1489-45e1-a781-de4a0adcb0ea} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.19 03:29:18.356862 [ 275 ] {5c9b22ba-1489-45e1-a781-de4a0adcb0ea} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:18.356992 [ 275 ] {5c9b22ba-1489-45e1-a781-de4a0adcb0ea} executeQuery: Read 32 rows, 2.37 KiB in 0.001155 sec., 27705.627705627707 rows/sec., 2.01 MiB/sec. 2026.01.19 03:29:18.357029 [ 275 ] {5c9b22ba-1489-45e1-a781-de4a0adcb0ea} TCPHandler: Processed in 0.001320501 sec. 2026.01.19 03:29:18.357152 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:18.357270 [ 275 ] {f8791c40-c07c-485b-80e8-82acc7ffea0b} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.19 03:29:18.357318 [ 275 ] {f8791c40-c07c-485b-80e8-82acc7ffea0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.19 03:29:18.357858 [ 275 ] {f8791c40-c07c-485b-80e8-82acc7ffea0b} oximeter.fields_u32 (92866282-97e1-4271-9838-e523badf2f1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:18.357896 [ 275 ] {f8791c40-c07c-485b-80e8-82acc7ffea0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:18.358235 [ 275 ] {f8791c40-c07c-485b-80e8-82acc7ffea0b} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.19 03:29:18.358455 [ 275 ] {f8791c40-c07c-485b-80e8-82acc7ffea0b} oximeter.fields_u32 (92866282-97e1-4271-9838-e523badf2f1f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:18.358587 [ 275 ] {f8791c40-c07c-485b-80e8-82acc7ffea0b} executeQuery: Read 228 rows, 15.81 KiB in 0.001342 sec., 169895.67809239938 rows/sec., 11.50 MiB/sec. 2026.01.19 03:29:18.358627 [ 275 ] {f8791c40-c07c-485b-80e8-82acc7ffea0b} TCPHandler: Processed in 0.001536936 sec. 2026.01.19 03:29:18.358748 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:18.358866 [ 275 ] {7cd64e42-ac81-4d9a-b5f1-52ef8029a0ae} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.19 03:29:18.358911 [ 275 ] {7cd64e42-ac81-4d9a-b5f1-52ef8029a0ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.19 03:29:18.359510 [ 275 ] {7cd64e42-ac81-4d9a-b5f1-52ef8029a0ae} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:18.359548 [ 275 ] {7cd64e42-ac81-4d9a-b5f1-52ef8029a0ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:18.359912 [ 275 ] {7cd64e42-ac81-4d9a-b5f1-52ef8029a0ae} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.19 03:29:18.360168 [ 275 ] {7cd64e42-ac81-4d9a-b5f1-52ef8029a0ae} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:18.360312 [ 275 ] {7cd64e42-ac81-4d9a-b5f1-52ef8029a0ae} executeQuery: Read 552 rows, 41.98 KiB in 0.001486 sec., 371467.0255720054 rows/sec., 27.59 MiB/sec. 2026.01.19 03:29:18.360351 [ 275 ] {7cd64e42-ac81-4d9a-b5f1-52ef8029a0ae} TCPHandler: Processed in 0.001653738 sec. 2026.01.19 03:29:18.360467 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:18.360562 [ 275 ] {57be9650-2a52-4a22-a665-eef768a534a7} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.19 03:29:18.360608 [ 275 ] {57be9650-2a52-4a22-a665-eef768a534a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.19 03:29:18.361139 [ 275 ] {57be9650-2a52-4a22-a665-eef768a534a7} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:18.361176 [ 275 ] {57be9650-2a52-4a22-a665-eef768a534a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:18.361549 [ 275 ] {57be9650-2a52-4a22-a665-eef768a534a7} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.19 03:29:18.361761 [ 275 ] {57be9650-2a52-4a22-a665-eef768a534a7} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:18.361892 [ 275 ] {57be9650-2a52-4a22-a665-eef768a534a7} executeQuery: Read 847 rows, 58.38 KiB in 0.001349 sec., 627872.4981467754 rows/sec., 42.26 MiB/sec. 2026.01.19 03:29:18.361930 [ 275 ] {57be9650-2a52-4a22-a665-eef768a534a7} TCPHandler: Processed in 0.001514545 sec. 2026.01.19 03:29:18.362038 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:18.362132 [ 275 ] {5b85048c-1d3b-4218-bdc6-fe98a156a63e} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.19 03:29:18.362189 [ 275 ] {5b85048c-1d3b-4218-bdc6-fe98a156a63e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.19 03:29:18.362964 [ 275 ] {5b85048c-1d3b-4218-bdc6-fe98a156a63e} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:18.363000 [ 275 ] {5b85048c-1d3b-4218-bdc6-fe98a156a63e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:18.363543 [ 275 ] {5b85048c-1d3b-4218-bdc6-fe98a156a63e} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.19 03:29:18.363762 [ 275 ] {5b85048c-1d3b-4218-bdc6-fe98a156a63e} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:18.363899 [ 275 ] {5b85048c-1d3b-4218-bdc6-fe98a156a63e} executeQuery: Read 26 rows, 47.71 KiB in 0.001785 sec., 14565.826330532214 rows/sec., 26.10 MiB/sec. 2026.01.19 03:29:18.363952 [ 275 ] {5b85048c-1d3b-4218-bdc6-fe98a156a63e} TCPHandler: Processed in 0.001964665 sec. 2026.01.19 03:29:18.364062 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:18.364157 [ 275 ] {4108b1de-f935-4258-8f68-61b6a0a39abc} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.19 03:29:18.364198 [ 275 ] {4108b1de-f935-4258-8f68-61b6a0a39abc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.19 03:29:18.364542 [ 275 ] {4108b1de-f935-4258-8f68-61b6a0a39abc} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:18.364578 [ 275 ] {4108b1de-f935-4258-8f68-61b6a0a39abc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:18.364882 [ 275 ] {4108b1de-f935-4258-8f68-61b6a0a39abc} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.19 03:29:18.365084 [ 275 ] {4108b1de-f935-4258-8f68-61b6a0a39abc} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:18.365211 [ 275 ] {4108b1de-f935-4258-8f68-61b6a0a39abc} executeQuery: Read 60 rows, 4.14 KiB in 0.001072 sec., 55970.14925373134 rows/sec., 3.77 MiB/sec. 2026.01.19 03:29:18.365247 [ 275 ] {4108b1de-f935-4258-8f68-61b6a0a39abc} TCPHandler: Processed in 0.001235609 sec. 2026.01.19 03:29:19.291205 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 580 2026.01.19 03:29:19.293354 [ 242 ] {} system.query_log (11fc8e4a-c498-452c-9b91-f39c54690b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:19.293411 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:19.294652 [ 242 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.19 03:29:19.294950 [ 242 ] {} system.query_log (11fc8e4a-c498-452c-9b91-f39c54690b92): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:19.295312 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 580 2026.01.19 03:29:23.322194 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:23.322482 [ 275 ] {f38e32f9-8881-44be-a49f-a828635c2f53} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.19 03:29:23.322583 [ 275 ] {f38e32f9-8881-44be-a49f-a828635c2f53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.19 03:29:23.323392 [ 275 ] {f38e32f9-8881-44be-a49f-a828635c2f53} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:23.323432 [ 275 ] {f38e32f9-8881-44be-a49f-a828635c2f53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:23.323840 [ 275 ] {f38e32f9-8881-44be-a49f-a828635c2f53} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.19 03:29:23.324107 [ 275 ] {f38e32f9-8881-44be-a49f-a828635c2f53} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:23.324273 [ 275 ] {f38e32f9-8881-44be-a49f-a828635c2f53} executeQuery: Read 84 rows, 7.16 KiB in 0.001864 sec., 45064.377682403436 rows/sec., 3.75 MiB/sec. 2026.01.19 03:29:23.324323 [ 275 ] {f38e32f9-8881-44be-a49f-a828635c2f53} TCPHandler: Processed in 0.002315133 sec. 2026.01.19 03:29:23.324449 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:23.324552 [ 275 ] {80bee930-c85f-4f34-8324-2d942e8daa3b} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.19 03:29:23.324595 [ 275 ] {80bee930-c85f-4f34-8324-2d942e8daa3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.19 03:29:23.325007 [ 275 ] {80bee930-c85f-4f34-8324-2d942e8daa3b} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:23.325044 [ 275 ] {80bee930-c85f-4f34-8324-2d942e8daa3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:23.325376 [ 275 ] {80bee930-c85f-4f34-8324-2d942e8daa3b} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.19 03:29:23.325584 [ 275 ] {80bee930-c85f-4f34-8324-2d942e8daa3b} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:23.325715 [ 275 ] {80bee930-c85f-4f34-8324-2d942e8daa3b} executeQuery: Read 14 rows, 1.05 KiB in 0.001186 sec., 11804.384485666105 rows/sec., 887.63 KiB/sec. 2026.01.19 03:29:23.325753 [ 275 ] {80bee930-c85f-4f34-8324-2d942e8daa3b} TCPHandler: Processed in 0.001359052 sec. 2026.01.19 03:29:23.325856 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:23.325952 [ 275 ] {05fd83b7-6eab-47d9-acd4-9f9f45196b3f} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.19 03:29:23.325993 [ 275 ] {05fd83b7-6eab-47d9-acd4-9f9f45196b3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.19 03:29:23.326408 [ 275 ] {05fd83b7-6eab-47d9-acd4-9f9f45196b3f} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:23.326472 [ 275 ] {05fd83b7-6eab-47d9-acd4-9f9f45196b3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:23.326793 [ 275 ] {05fd83b7-6eab-47d9-acd4-9f9f45196b3f} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.19 03:29:23.327005 [ 275 ] {05fd83b7-6eab-47d9-acd4-9f9f45196b3f} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:23.327135 [ 275 ] {05fd83b7-6eab-47d9-acd4-9f9f45196b3f} executeQuery: Read 78 rows, 6.24 KiB in 0.001202 sec., 64891.846921797005 rows/sec., 5.07 MiB/sec. 2026.01.19 03:29:23.327174 [ 275 ] {05fd83b7-6eab-47d9-acd4-9f9f45196b3f} TCPHandler: Processed in 0.001369801 sec. 2026.01.19 03:29:23.327289 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:23.327386 [ 275 ] {a099f798-9447-45b5-9aaf-8a0818537374} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.19 03:29:23.327429 [ 275 ] {a099f798-9447-45b5-9aaf-8a0818537374} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.19 03:29:23.327838 [ 275 ] {a099f798-9447-45b5-9aaf-8a0818537374} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:23.327876 [ 275 ] {a099f798-9447-45b5-9aaf-8a0818537374} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:23.328224 [ 275 ] {a099f798-9447-45b5-9aaf-8a0818537374} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.19 03:29:23.328441 [ 275 ] {a099f798-9447-45b5-9aaf-8a0818537374} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:23.328572 [ 275 ] {a099f798-9447-45b5-9aaf-8a0818537374} executeQuery: Read 160 rows, 11.41 KiB in 0.001206 sec., 132669.98341625207 rows/sec., 9.24 MiB/sec. 2026.01.19 03:29:23.328609 [ 275 ] {a099f798-9447-45b5-9aaf-8a0818537374} TCPHandler: Processed in 0.001371322 sec. 2026.01.19 03:29:23.328710 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:23.328804 [ 275 ] {f7fc0379-a758-4aa9-a7c4-6a8fcee6fde7} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.19 03:29:23.328858 [ 275 ] {f7fc0379-a758-4aa9-a7c4-6a8fcee6fde7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.19 03:29:23.329618 [ 275 ] {f7fc0379-a758-4aa9-a7c4-6a8fcee6fde7} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:23.329656 [ 275 ] {f7fc0379-a758-4aa9-a7c4-6a8fcee6fde7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:23.330194 [ 275 ] {f7fc0379-a758-4aa9-a7c4-6a8fcee6fde7} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.19 03:29:23.330415 [ 275 ] {f7fc0379-a758-4aa9-a7c4-6a8fcee6fde7} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:23.330552 [ 275 ] {f7fc0379-a758-4aa9-a7c4-6a8fcee6fde7} executeQuery: Read 14 rows, 25.69 KiB in 0.001767 sec., 7923.03338992643 rows/sec., 14.20 MiB/sec. 2026.01.19 03:29:23.330614 [ 275 ] {f7fc0379-a758-4aa9-a7c4-6a8fcee6fde7} TCPHandler: Processed in 0.001953945 sec. 2026.01.19 03:29:23.330724 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:23.330820 [ 275 ] {783f3d93-7829-40f6-bd6b-a0908d13aa69} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.19 03:29:23.330863 [ 275 ] {783f3d93-7829-40f6-bd6b-a0908d13aa69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.19 03:29:23.331204 [ 275 ] {783f3d93-7829-40f6-bd6b-a0908d13aa69} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:23.331240 [ 275 ] {783f3d93-7829-40f6-bd6b-a0908d13aa69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:23.331552 [ 275 ] {783f3d93-7829-40f6-bd6b-a0908d13aa69} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.19 03:29:23.331757 [ 275 ] {783f3d93-7829-40f6-bd6b-a0908d13aa69} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:23.331883 [ 275 ] {783f3d93-7829-40f6-bd6b-a0908d13aa69} executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. 2026.01.19 03:29:23.331919 [ 275 ] {783f3d93-7829-40f6-bd6b-a0908d13aa69} TCPHandler: Processed in 0.001245159 sec. 2026.01.19 03:29:24.149531 [ 85 ] {} DNSResolver: Updating DNS cache 2026.01.19 03:29:24.149585 [ 85 ] {} DNSResolver: Updated DNS cache 2026.01.19 03:29:24.270780 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 10540 2026.01.19 03:29:24.271382 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:24.271419 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:24.271989 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.19 03:29:24.272231 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:24.272380 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10540 2026.01.19 03:29:24.844837 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2026.01.19 03:29:24.861397 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:24.861459 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:24.867118 [ 243 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.19 03:29:24.867827 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:24.870687 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2026.01.19 03:29:28.322502 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:28.322786 [ 275 ] {370d9dfe-af9e-4e6b-9d7e-ffc6cf68bbda} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.19 03:29:28.322885 [ 275 ] {370d9dfe-af9e-4e6b-9d7e-ffc6cf68bbda} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.19 03:29:28.323635 [ 275 ] {370d9dfe-af9e-4e6b-9d7e-ffc6cf68bbda} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:28.323678 [ 275 ] {370d9dfe-af9e-4e6b-9d7e-ffc6cf68bbda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:28.324048 [ 275 ] {370d9dfe-af9e-4e6b-9d7e-ffc6cf68bbda} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.19 03:29:28.324257 [ 275 ] {370d9dfe-af9e-4e6b-9d7e-ffc6cf68bbda} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:28.324405 [ 275 ] {370d9dfe-af9e-4e6b-9d7e-ffc6cf68bbda} executeQuery: Read 108 rows, 9.26 KiB in 0.001694 sec., 63754.427390791025 rows/sec., 5.34 MiB/sec. 2026.01.19 03:29:28.324410 [ 81 ] {} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.19 03:29:28.324445 [ 275 ] {370d9dfe-af9e-4e6b-9d7e-ffc6cf68bbda} TCPHandler: Processed in 0.002116018 sec. 2026.01.19 03:29:28.324478 [ 81 ] {} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:28.324506 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:28.324579 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:28.324647 [ 199 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.01.19 03:29:28.324675 [ 275 ] {c7ec4fb4-545f-43b1-b512-6962b05eca50} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.19 03:29:28.324742 [ 275 ] {c7ec4fb4-545f-43b1-b512-6962b05eca50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.19 03:29:28.324810 [ 199 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:29:28.324853 [ 199 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1406 rows starting from the beginning of the part 2026.01.19 03:29:28.324926 [ 199 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 108 rows starting from the beginning of the part 2026.01.19 03:29:28.324981 [ 199 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 84 rows starting from the beginning of the part 2026.01.19 03:29:28.325030 [ 199 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1251 rows starting from the beginning of the part 2026.01.19 03:29:28.325079 [ 199 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 84 rows starting from the beginning of the part 2026.01.19 03:29:28.325121 [ 199 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 108 rows starting from the beginning of the part 2026.01.19 03:29:28.325139 [ 275 ] {c7ec4fb4-545f-43b1-b512-6962b05eca50} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:28.325180 [ 275 ] {c7ec4fb4-545f-43b1-b512-6962b05eca50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:28.325509 [ 275 ] {c7ec4fb4-545f-43b1-b512-6962b05eca50} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.19 03:29:28.325722 [ 275 ] {c7ec4fb4-545f-43b1-b512-6962b05eca50} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:28.325853 [ 275 ] {c7ec4fb4-545f-43b1-b512-6962b05eca50} executeQuery: Read 26 rows, 1.96 KiB in 0.001196 sec., 21739.130434782608 rows/sec., 1.60 MiB/sec. 2026.01.19 03:29:28.325890 [ 275 ] {c7ec4fb4-545f-43b1-b512-6962b05eca50} TCPHandler: Processed in 0.001360052 sec. 2026.01.19 03:29:28.326011 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:28.326126 [ 275 ] {5638cdd0-d15a-4959-903e-e0bcb7193874} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.19 03:29:28.326176 [ 275 ] {5638cdd0-d15a-4959-903e-e0bcb7193874} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.19 03:29:28.326516 [ 186 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 3041 rows, containing 5 columns (5 merged, 0 gathered) in 0.001941555 sec., 1566270.33486046 rows/sec., 136.13 MiB/sec. 2026.01.19 03:29:28.326755 [ 275 ] {5638cdd0-d15a-4959-903e-e0bcb7193874} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:28.326804 [ 275 ] {5638cdd0-d15a-4959-903e-e0bcb7193874} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:28.326856 [ 190 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.19 03:29:28.327217 [ 190 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_31_6} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:28.327268 [ 275 ] {5638cdd0-d15a-4959-903e-e0bcb7193874} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.19 03:29:28.327311 [ 190 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_31_6} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.19 03:29:28.327424 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2026.01.19 03:29:28.327535 [ 275 ] {5638cdd0-d15a-4959-903e-e0bcb7193874} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:28.327645 [ 79 ] {} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.19 03:29:28.327666 [ 275 ] {5638cdd0-d15a-4959-903e-e0bcb7193874} executeQuery: Read 90 rows, 7.20 KiB in 0.001563 sec., 57581.57389635317 rows/sec., 4.50 MiB/sec. 2026.01.19 03:29:28.327686 [ 79 ] {} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:28.327709 [ 275 ] {5638cdd0-d15a-4959-903e-e0bcb7193874} TCPHandler: Processed in 0.001751211 sec. 2026.01.19 03:29:28.327713 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:28.327805 [ 195 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.01.19 03:29:28.327835 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:28.327892 [ 195 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:29:28.327924 [ 195 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 632 rows starting from the beginning of the part 2026.01.19 03:29:28.327935 [ 275 ] {eadd95ef-b659-4a21-9006-f36ac2a375bd} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.19 03:29:28.327974 [ 195 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 90 rows starting from the beginning of the part 2026.01.19 03:29:28.327983 [ 275 ] {eadd95ef-b659-4a21-9006-f36ac2a375bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.19 03:29:28.328027 [ 195 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 78 rows starting from the beginning of the part 2026.01.19 03:29:28.328071 [ 195 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 552 rows starting from the beginning of the part 2026.01.19 03:29:28.328108 [ 195 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 78 rows starting from the beginning of the part 2026.01.19 03:29:28.328145 [ 195 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 90 rows starting from the beginning of the part 2026.01.19 03:29:28.328459 [ 275 ] {eadd95ef-b659-4a21-9006-f36ac2a375bd} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:28.328500 [ 275 ] {eadd95ef-b659-4a21-9006-f36ac2a375bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:28.328860 [ 275 ] {eadd95ef-b659-4a21-9006-f36ac2a375bd} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.19 03:29:28.329076 [ 275 ] {eadd95ef-b659-4a21-9006-f36ac2a375bd} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:28.329106 [ 190 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1520 rows, containing 5 columns (5 merged, 0 gathered) in 0.001336791 sec., 1137051.3416083741 rows/sec., 90.26 MiB/sec. 2026.01.19 03:29:28.329181 [ 79 ] {} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.19 03:29:28.329208 [ 275 ] {eadd95ef-b659-4a21-9006-f36ac2a375bd} executeQuery: Read 160 rows, 11.41 KiB in 0.00129 sec., 124031.007751938 rows/sec., 8.64 MiB/sec. 2026.01.19 03:29:28.329210 [ 79 ] {} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:28.329248 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:28.329254 [ 275 ] {eadd95ef-b659-4a21-9006-f36ac2a375bd} TCPHandler: Processed in 0.001470624 sec. 2026.01.19 03:29:28.329273 [ 195 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.19 03:29:28.329319 [ 199 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.01.19 03:29:28.329376 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:28.329423 [ 199 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:29:28.329458 [ 199 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 7766 rows starting from the beginning of the part 2026.01.19 03:29:28.329476 [ 275 ] {88cc09d8-5642-4e6e-acac-15e9d4d9d0ca} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.19 03:29:28.329511 [ 199 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part 2026.01.19 03:29:28.329537 [ 275 ] {88cc09d8-5642-4e6e-acac-15e9d4d9d0ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.19 03:29:28.329559 [ 199 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part 2026.01.19 03:29:28.329576 [ 195 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_31_6} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:28.329605 [ 199 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 847 rows starting from the beginning of the part 2026.01.19 03:29:28.329646 [ 199 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part 2026.01.19 03:29:28.329656 [ 195 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_31_6} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.19 03:29:28.329684 [ 199 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part 2026.01.19 03:29:28.329728 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2026.01.19 03:29:28.330369 [ 275 ] {88cc09d8-5642-4e6e-acac-15e9d4d9d0ca} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:28.330411 [ 275 ] {88cc09d8-5642-4e6e-acac-15e9d4d9d0ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:28.331068 [ 275 ] {88cc09d8-5642-4e6e-acac-15e9d4d9d0ca} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.19 03:29:28.331306 [ 275 ] {88cc09d8-5642-4e6e-acac-15e9d4d9d0ca} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:28.331446 [ 275 ] {88cc09d8-5642-4e6e-acac-15e9d4d9d0ca} executeQuery: Read 26 rows, 47.71 KiB in 0.001988 sec., 13078.470824949696 rows/sec., 23.44 MiB/sec. 2026.01.19 03:29:28.331511 [ 275 ] {88cc09d8-5642-4e6e-acac-15e9d4d9d0ca} TCPHandler: Processed in 0.00218631 sec. 2026.01.19 03:29:28.331624 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:28.331719 [ 275 ] {a5f0747d-edc8-482a-956f-d4c58cde69a5} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.19 03:29:28.331761 [ 275 ] {a5f0747d-edc8-482a-956f-d4c58cde69a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.19 03:29:28.332094 [ 275 ] {a5f0747d-edc8-482a-956f-d4c58cde69a5} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:28.332129 [ 275 ] {a5f0747d-edc8-482a-956f-d4c58cde69a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:28.332462 [ 275 ] {a5f0747d-edc8-482a-956f-d4c58cde69a5} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.19 03:29:28.332679 [ 275 ] {a5f0747d-edc8-482a-956f-d4c58cde69a5} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:28.332783 [ 79 ] {} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.19 03:29:28.332806 [ 199 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 9253 rows, containing 5 columns (5 merged, 0 gathered) in 0.003516121 sec., 2631593.167584392 rows/sec., 180.69 MiB/sec. 2026.01.19 03:29:28.332813 [ 79 ] {} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:28.332812 [ 275 ] {a5f0747d-edc8-482a-956f-d4c58cde69a5} executeQuery: Read 60 rows, 4.14 KiB in 0.001111 sec., 54005.400540054005 rows/sec., 3.64 MiB/sec. 2026.01.19 03:29:28.332841 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:28.332875 [ 275 ] {a5f0747d-edc8-482a-956f-d4c58cde69a5} TCPHandler: Processed in 0.001300829 sec. 2026.01.19 03:29:28.332921 [ 195 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.01.19 03:29:28.332970 [ 199 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.19 03:29:28.333016 [ 195 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:29:28.333045 [ 195 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1410 rows starting from the beginning of the part 2026.01.19 03:29:28.333093 [ 195 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part 2026.01.19 03:29:28.333133 [ 195 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part 2026.01.19 03:29:28.333169 [ 195 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part 2026.01.19 03:29:28.333205 [ 195 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part 2026.01.19 03:29:28.333215 [ 199 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_31_6} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:28.333238 [ 195 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part 2026.01.19 03:29:28.333286 [ 199 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_31_6} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.19 03:29:28.333344 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.55 MiB. 2026.01.19 03:29:28.334150 [ 191 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1710 rows, containing 4 columns (4 merged, 0 gathered) in 0.001257759 sec., 1359560.9333743586 rows/sec., 91.55 MiB/sec. 2026.01.19 03:29:28.334325 [ 199 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.19 03:29:28.334548 [ 199 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_31_6} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:28.334609 [ 199 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_31_6} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.19 03:29:28.334658 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.01.19 03:29:29.296370 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 604 2026.01.19 03:29:29.298411 [ 242 ] {} system.query_log (11fc8e4a-c498-452c-9b91-f39c54690b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:29.298449 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:29.299604 [ 242 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.19 03:29:29.299882 [ 242 ] {} system.query_log (11fc8e4a-c498-452c-9b91-f39c54690b92): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:29.300007 [ 78 ] {} system.query_log (11fc8e4a-c498-452c-9b91-f39c54690b92) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.19 03:29:29.300047 [ 78 ] {} system.query_log (11fc8e4a-c498-452c-9b91-f39c54690b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:29.300069 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2026.01.19 03:29:29.300129 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 604 2026.01.19 03:29:29.300220 [ 195 ] {11fc8e4a-c498-452c-9b91-f39c54690b92::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.01.19 03:29:29.301151 [ 195 ] {11fc8e4a-c498-452c-9b91-f39c54690b92::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:29:29.301325 [ 195 ] {11fc8e4a-c498-452c-9b91-f39c54690b92::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 464 rows starting from the beginning of the part 2026.01.19 03:29:29.301723 [ 195 ] {11fc8e4a-c498-452c-9b91-f39c54690b92::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 32 rows starting from the beginning of the part 2026.01.19 03:29:29.302073 [ 195 ] {11fc8e4a-c498-452c-9b91-f39c54690b92::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part 2026.01.19 03:29:29.302445 [ 195 ] {11fc8e4a-c498-452c-9b91-f39c54690b92::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 32 rows starting from the beginning of the part 2026.01.19 03:29:29.302828 [ 195 ] {11fc8e4a-c498-452c-9b91-f39c54690b92::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 28 rows starting from the beginning of the part 2026.01.19 03:29:29.303200 [ 195 ] {11fc8e4a-c498-452c-9b91-f39c54690b92::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part 2026.01.19 03:29:29.309434 [ 191 ] {11fc8e4a-c498-452c-9b91-f39c54690b92::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 604 rows, containing 72 columns (72 merged, 0 gathered) in 0.009298564 sec., 64956.26636543019 rows/sec., 55.77 MiB/sec. 2026.01.19 03:29:29.310277 [ 195 ] {11fc8e4a-c498-452c-9b91-f39c54690b92::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.19 03:29:29.310802 [ 195 ] {11fc8e4a-c498-452c-9b91-f39c54690b92::all_1_16_3} system.query_log (11fc8e4a-c498-452c-9b91-f39c54690b92): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:29.310875 [ 195 ] {11fc8e4a-c498-452c-9b91-f39c54690b92::all_1_16_3} system.query_log (11fc8e4a-c498-452c-9b91-f39c54690b92) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.19 03:29:29.311052 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.95 MiB. 2026.01.19 03:29:31.773357 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 10988 2026.01.19 03:29:31.773858 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:31.773906 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.19 03:29:31.774420 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.19 03:29:31.774682 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:31.774826 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10988 2026.01.19 03:29:32.371648 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2026.01.19 03:29:32.387395 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:32.387455 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.19 03:29:32.393781 [ 243 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.19 03:29:32.394489 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:32.397283 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174 2026.01.19 03:29:33.323581 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:33.323755 [ 275 ] {4dfcbd3b-f85f-4fda-8ff8-bdb3e565535a} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.19 03:29:33.323820 [ 275 ] {4dfcbd3b-f85f-4fda-8ff8-bdb3e565535a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.19 03:29:33.324443 [ 275 ] {4dfcbd3b-f85f-4fda-8ff8-bdb3e565535a} oximeter.fields_i16 (4fd12cdf-1352-49d1-8451-49f40f667fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:33.324489 [ 275 ] {4dfcbd3b-f85f-4fda-8ff8-bdb3e565535a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.19 03:29:33.324878 [ 275 ] {4dfcbd3b-f85f-4fda-8ff8-bdb3e565535a} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.19 03:29:33.325122 [ 275 ] {4dfcbd3b-f85f-4fda-8ff8-bdb3e565535a} oximeter.fields_i16 (4fd12cdf-1352-49d1-8451-49f40f667fda): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:33.325285 [ 275 ] {4dfcbd3b-f85f-4fda-8ff8-bdb3e565535a} executeQuery: Read 24 rows, 2.04 KiB in 0.001574 sec., 15247.776365946633 rows/sec., 1.27 MiB/sec. 2026.01.19 03:29:33.325336 [ 275 ] {4dfcbd3b-f85f-4fda-8ff8-bdb3e565535a} TCPHandler: Processed in 0.001877203 sec. 2026.01.19 03:29:33.325466 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:33.325569 [ 275 ] {ff638612-10b6-4906-a13c-63a4c348131a} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.19 03:29:33.325613 [ 275 ] {ff638612-10b6-4906-a13c-63a4c348131a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.19 03:29:33.326116 [ 275 ] {ff638612-10b6-4906-a13c-63a4c348131a} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:33.326154 [ 275 ] {ff638612-10b6-4906-a13c-63a4c348131a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.19 03:29:33.326475 [ 275 ] {ff638612-10b6-4906-a13c-63a4c348131a} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.19 03:29:33.326681 [ 275 ] {ff638612-10b6-4906-a13c-63a4c348131a} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:33.326811 [ 275 ] {ff638612-10b6-4906-a13c-63a4c348131a} executeQuery: Read 204 rows, 18.60 KiB in 0.001266 sec., 161137.44075829384 rows/sec., 14.35 MiB/sec. 2026.01.19 03:29:33.326850 [ 275 ] {ff638612-10b6-4906-a13c-63a4c348131a} TCPHandler: Processed in 0.001436353 sec. 2026.01.19 03:29:33.326962 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:33.327058 [ 275 ] {642379fe-e3c4-4a14-805f-d29a5fe5030f} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.19 03:29:33.327098 [ 275 ] {642379fe-e3c4-4a14-805f-d29a5fe5030f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.19 03:29:33.327492 [ 275 ] {642379fe-e3c4-4a14-805f-d29a5fe5030f} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:33.327529 [ 275 ] {642379fe-e3c4-4a14-805f-d29a5fe5030f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.19 03:29:33.327823 [ 275 ] {642379fe-e3c4-4a14-805f-d29a5fe5030f} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.19 03:29:33.328031 [ 275 ] {642379fe-e3c4-4a14-805f-d29a5fe5030f} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:33.328158 [ 275 ] {642379fe-e3c4-4a14-805f-d29a5fe5030f} executeQuery: Read 26 rows, 2.01 KiB in 0.00112 sec., 23214.285714285717 rows/sec., 1.76 MiB/sec. 2026.01.19 03:29:33.328196 [ 275 ] {642379fe-e3c4-4a14-805f-d29a5fe5030f} TCPHandler: Processed in 0.00128522 sec. 2026.01.19 03:29:33.328303 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:33.328397 [ 275 ] {8f5cf58e-fbab-4a85-af9e-6734ad0302c9} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.19 03:29:33.328435 [ 275 ] {8f5cf58e-fbab-4a85-af9e-6734ad0302c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.19 03:29:33.328867 [ 275 ] {8f5cf58e-fbab-4a85-af9e-6734ad0302c9} oximeter.fields_u32 (92866282-97e1-4271-9838-e523badf2f1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:33.328912 [ 275 ] {8f5cf58e-fbab-4a85-af9e-6734ad0302c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.19 03:29:33.329263 [ 275 ] {8f5cf58e-fbab-4a85-af9e-6734ad0302c9} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.19 03:29:33.329476 [ 275 ] {8f5cf58e-fbab-4a85-af9e-6734ad0302c9} oximeter.fields_u32 (92866282-97e1-4271-9838-e523badf2f1f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:33.329611 [ 275 ] {8f5cf58e-fbab-4a85-af9e-6734ad0302c9} executeQuery: Read 24 rows, 2.04 KiB in 0.001232 sec., 19480.51948051948 rows/sec., 1.62 MiB/sec. 2026.01.19 03:29:33.329650 [ 275 ] {8f5cf58e-fbab-4a85-af9e-6734ad0302c9} TCPHandler: Processed in 0.001397382 sec. 2026.01.19 03:29:33.329758 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:33.329853 [ 275 ] {ed73f4e0-f698-4c8e-9bdd-f8e7d7c7fec2} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.19 03:29:33.329894 [ 275 ] {ed73f4e0-f698-4c8e-9bdd-f8e7d7c7fec2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.19 03:29:33.330286 [ 275 ] {ed73f4e0-f698-4c8e-9bdd-f8e7d7c7fec2} oximeter.fields_u8 (4a35c6f1-f095-4538-b27e-c16ae26c548d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:33.330323 [ 275 ] {ed73f4e0-f698-4c8e-9bdd-f8e7d7c7fec2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.19 03:29:33.330620 [ 275 ] {ed73f4e0-f698-4c8e-9bdd-f8e7d7c7fec2} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.19 03:29:33.330837 [ 275 ] {ed73f4e0-f698-4c8e-9bdd-f8e7d7c7fec2} oximeter.fields_u8 (4a35c6f1-f095-4538-b27e-c16ae26c548d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:33.330963 [ 275 ] {ed73f4e0-f698-4c8e-9bdd-f8e7d7c7fec2} executeQuery: Read 12 rows, 960.00 B in 0.001128 sec., 10638.297872340425 rows/sec., 831.12 KiB/sec. 2026.01.19 03:29:33.331028 [ 275 ] {ed73f4e0-f698-4c8e-9bdd-f8e7d7c7fec2} TCPHandler: Processed in 0.001320591 sec. 2026.01.19 03:29:33.331139 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:33.331254 [ 275 ] {eb5ee33e-aa7f-432f-a14c-0a99238d0d24} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.19 03:29:33.331303 [ 275 ] {eb5ee33e-aa7f-432f-a14c-0a99238d0d24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.19 03:29:33.331823 [ 275 ] {eb5ee33e-aa7f-432f-a14c-0a99238d0d24} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:33.331867 [ 275 ] {eb5ee33e-aa7f-432f-a14c-0a99238d0d24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.19 03:29:33.332243 [ 275 ] {eb5ee33e-aa7f-432f-a14c-0a99238d0d24} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.19 03:29:33.332455 [ 275 ] {eb5ee33e-aa7f-432f-a14c-0a99238d0d24} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:33.332595 [ 275 ] {eb5ee33e-aa7f-432f-a14c-0a99238d0d24} executeQuery: Read 114 rows, 9.49 KiB in 0.001364 sec., 83577.71260997068 rows/sec., 6.80 MiB/sec. 2026.01.19 03:29:33.332658 [ 275 ] {eb5ee33e-aa7f-432f-a14c-0a99238d0d24} TCPHandler: Processed in 0.001571836 sec. 2026.01.19 03:29:33.332772 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:33.332867 [ 275 ] {923962c3-fdf2-4bbc-846c-34cbb7b2fa26} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.19 03:29:33.332910 [ 275 ] {923962c3-fdf2-4bbc-846c-34cbb7b2fa26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.19 03:29:33.333310 [ 275 ] {923962c3-fdf2-4bbc-846c-34cbb7b2fa26} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:33.333346 [ 275 ] {923962c3-fdf2-4bbc-846c-34cbb7b2fa26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.19 03:29:33.333682 [ 275 ] {923962c3-fdf2-4bbc-846c-34cbb7b2fa26} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.19 03:29:33.333889 [ 275 ] {923962c3-fdf2-4bbc-846c-34cbb7b2fa26} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:33.334023 [ 275 ] {923962c3-fdf2-4bbc-846c-34cbb7b2fa26} executeQuery: Read 196 rows, 14.40 KiB in 0.001174 sec., 166950.59625212947 rows/sec., 11.98 MiB/sec. 2026.01.19 03:29:33.334062 [ 275 ] {923962c3-fdf2-4bbc-846c-34cbb7b2fa26} TCPHandler: Processed in 0.001342171 sec. 2026.01.19 03:29:33.334174 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:33.334270 [ 275 ] {8c695503-eb06-4dc7-a6e0-dd3aaed01727} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.19 03:29:33.334324 [ 275 ] {8c695503-eb06-4dc7-a6e0-dd3aaed01727} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.19 03:29:33.335079 [ 275 ] {8c695503-eb06-4dc7-a6e0-dd3aaed01727} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:33.335116 [ 275 ] {8c695503-eb06-4dc7-a6e0-dd3aaed01727} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.19 03:29:33.335657 [ 275 ] {8c695503-eb06-4dc7-a6e0-dd3aaed01727} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.19 03:29:33.335891 [ 275 ] {8c695503-eb06-4dc7-a6e0-dd3aaed01727} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:33.336039 [ 275 ] {8c695503-eb06-4dc7-a6e0-dd3aaed01727} executeQuery: Read 14 rows, 25.69 KiB in 0.001786 sec., 7838.7458006718925 rows/sec., 14.05 MiB/sec. 2026.01.19 03:29:33.336101 [ 275 ] {8c695503-eb06-4dc7-a6e0-dd3aaed01727} TCPHandler: Processed in 0.001977156 sec. 2026.01.19 03:29:33.336216 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:33.336311 [ 275 ] {fba30ba2-8549-4ac7-83dd-6e61e3f55f03} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.19 03:29:33.336353 [ 275 ] {fba30ba2-8549-4ac7-83dd-6e61e3f55f03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.19 03:29:33.336682 [ 275 ] {fba30ba2-8549-4ac7-83dd-6e61e3f55f03} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:33.336719 [ 275 ] {fba30ba2-8549-4ac7-83dd-6e61e3f55f03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.19 03:29:33.337025 [ 275 ] {fba30ba2-8549-4ac7-83dd-6e61e3f55f03} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.19 03:29:33.337234 [ 275 ] {fba30ba2-8549-4ac7-83dd-6e61e3f55f03} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:33.337361 [ 275 ] {fba30ba2-8549-4ac7-83dd-6e61e3f55f03} executeQuery: Read 60 rows, 4.14 KiB in 0.001068 sec., 56179.77528089888 rows/sec., 3.79 MiB/sec. 2026.01.19 03:29:33.337395 [ 275 ] {fba30ba2-8549-4ac7-83dd-6e61e3f55f03} TCPHandler: Processed in 0.001230159 sec. 2026.01.19 03:29:38.322221 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:38.322427 [ 275 ] {f6852dbd-c18a-4e48-a443-6dc14f63fc78} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.19 03:29:38.322500 [ 275 ] {f6852dbd-c18a-4e48-a443-6dc14f63fc78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.19 03:29:38.323220 [ 275 ] {f6852dbd-c18a-4e48-a443-6dc14f63fc78} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:38.323270 [ 275 ] {f6852dbd-c18a-4e48-a443-6dc14f63fc78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.19 03:29:38.323674 [ 275 ] {f6852dbd-c18a-4e48-a443-6dc14f63fc78} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.19 03:29:38.323902 [ 275 ] {f6852dbd-c18a-4e48-a443-6dc14f63fc78} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:38.324063 [ 275 ] {f6852dbd-c18a-4e48-a443-6dc14f63fc78} executeQuery: Read 108 rows, 9.26 KiB in 0.001687 sec., 64018.96858328394 rows/sec., 5.36 MiB/sec. 2026.01.19 03:29:38.324112 [ 275 ] {f6852dbd-c18a-4e48-a443-6dc14f63fc78} TCPHandler: Processed in 0.002027936 sec. 2026.01.19 03:29:38.324241 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:38.324343 [ 275 ] {3b4f1216-dbdc-45eb-b0db-960920a8e1d4} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.19 03:29:38.324386 [ 275 ] {3b4f1216-dbdc-45eb-b0db-960920a8e1d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.19 03:29:38.324800 [ 275 ] {3b4f1216-dbdc-45eb-b0db-960920a8e1d4} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:38.324838 [ 275 ] {3b4f1216-dbdc-45eb-b0db-960920a8e1d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.19 03:29:38.325137 [ 275 ] {3b4f1216-dbdc-45eb-b0db-960920a8e1d4} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.19 03:29:38.325360 [ 275 ] {3b4f1216-dbdc-45eb-b0db-960920a8e1d4} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:38.325476 [ 71 ] {} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.19 03:29:38.325495 [ 275 ] {3b4f1216-dbdc-45eb-b0db-960920a8e1d4} executeQuery: Read 26 rows, 1.96 KiB in 0.001175 sec., 22127.659574468085 rows/sec., 1.62 MiB/sec. 2026.01.19 03:29:38.325545 [ 71 ] {} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:38.325556 [ 275 ] {3b4f1216-dbdc-45eb-b0db-960920a8e1d4} TCPHandler: Processed in 0.001370782 sec. 2026.01.19 03:29:38.325578 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.19 03:29:38.325684 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:38.325719 [ 196 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.01.19 03:29:38.325786 [ 275 ] {4ee52372-f2ce-45ab-895c-68e4b917a322} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.19 03:29:38.325831 [ 275 ] {4ee52372-f2ce-45ab-895c-68e4b917a322} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.19 03:29:38.325892 [ 196 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:29:38.325936 [ 196 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 70 rows starting from the beginning of the part 2026.01.19 03:29:38.326014 [ 196 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 32 rows starting from the beginning of the part 2026.01.19 03:29:38.326067 [ 196 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part 2026.01.19 03:29:38.326115 [ 196 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 26 rows starting from the beginning of the part 2026.01.19 03:29:38.326159 [ 196 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 26 rows starting from the beginning of the part 2026.01.19 03:29:38.326205 [ 196 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 26 rows starting from the beginning of the part 2026.01.19 03:29:38.326251 [ 275 ] {4ee52372-f2ce-45ab-895c-68e4b917a322} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:38.326292 [ 275 ] {4ee52372-f2ce-45ab-895c-68e4b917a322} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.19 03:29:38.326652 [ 275 ] {4ee52372-f2ce-45ab-895c-68e4b917a322} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.19 03:29:38.326884 [ 275 ] {4ee52372-f2ce-45ab-895c-68e4b917a322} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:38.327023 [ 275 ] {4ee52372-f2ce-45ab-895c-68e4b917a322} executeQuery: Read 90 rows, 7.20 KiB in 0.001255 sec., 71713.14741035856 rows/sec., 5.60 MiB/sec. 2026.01.19 03:29:38.327057 [ 196 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 194 rows, containing 5 columns (5 merged, 0 gathered) in 0.001405062 sec., 138072.19894922787 rows/sec., 10.66 MiB/sec. 2026.01.19 03:29:38.327061 [ 275 ] {4ee52372-f2ce-45ab-895c-68e4b917a322} TCPHandler: Processed in 0.001429802 sec. 2026.01.19 03:29:38.327201 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:38.327228 [ 192 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.19 03:29:38.327298 [ 275 ] {bd9461d3-7bbb-4487-bb13-395341439eec} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.19 03:29:38.327347 [ 275 ] {bd9461d3-7bbb-4487-bb13-395341439eec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.19 03:29:38.327502 [ 192 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_31_6} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:38.327586 [ 192 ] {64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4::all_1_31_6} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.19 03:29:38.327672 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.01.19 03:29:38.327791 [ 275 ] {bd9461d3-7bbb-4487-bb13-395341439eec} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:38.327842 [ 275 ] {bd9461d3-7bbb-4487-bb13-395341439eec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.19 03:29:38.328264 [ 275 ] {bd9461d3-7bbb-4487-bb13-395341439eec} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.19 03:29:38.328483 [ 275 ] {bd9461d3-7bbb-4487-bb13-395341439eec} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:38.328622 [ 275 ] {bd9461d3-7bbb-4487-bb13-395341439eec} executeQuery: Read 160 rows, 11.41 KiB in 0.001343 sec., 119136.26209977662 rows/sec., 8.30 MiB/sec. 2026.01.19 03:29:38.328660 [ 275 ] {bd9461d3-7bbb-4487-bb13-395341439eec} TCPHandler: Processed in 0.001510705 sec. 2026.01.19 03:29:38.328773 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:38.328869 [ 275 ] {84d431f8-f2c5-48ed-9b79-7f4205078ce7} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.19 03:29:38.328924 [ 275 ] {84d431f8-f2c5-48ed-9b79-7f4205078ce7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.19 03:29:38.329756 [ 275 ] {84d431f8-f2c5-48ed-9b79-7f4205078ce7} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:38.329796 [ 275 ] {84d431f8-f2c5-48ed-9b79-7f4205078ce7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.19 03:29:38.330358 [ 275 ] {84d431f8-f2c5-48ed-9b79-7f4205078ce7} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.19 03:29:38.330582 [ 275 ] {84d431f8-f2c5-48ed-9b79-7f4205078ce7} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:38.330695 [ 70 ] {} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.19 03:29:38.330733 [ 275 ] {84d431f8-f2c5-48ed-9b79-7f4205078ce7} executeQuery: Read 26 rows, 47.71 KiB in 0.001883 sec., 13807.753584705259 rows/sec., 24.74 MiB/sec. 2026.01.19 03:29:38.330738 [ 70 ] {} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:38.330765 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.19 03:29:38.330802 [ 275 ] {84d431f8-f2c5-48ed-9b79-7f4205078ce7} TCPHandler: Processed in 0.002079698 sec. 2026.01.19 03:29:38.330867 [ 187 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.01.19 03:29:38.330927 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:38.331029 [ 275 ] {7eacdb40-d2a5-4376-aedb-8bf669249073} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.19 03:29:38.331071 [ 275 ] {7eacdb40-d2a5-4376-aedb-8bf669249073} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.19 03:29:38.331097 [ 187 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:29:38.331177 [ 187 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 462 rows starting from the beginning of the part 2026.01.19 03:29:38.331319 [ 187 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 26 rows starting from the beginning of the part 2026.01.19 03:29:38.331410 [ 275 ] {7eacdb40-d2a5-4376-aedb-8bf669249073} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:38.331419 [ 187 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part 2026.01.19 03:29:38.331454 [ 275 ] {7eacdb40-d2a5-4376-aedb-8bf669249073} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.19 03:29:38.331527 [ 187 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 26 rows starting from the beginning of the part 2026.01.19 03:29:38.331624 [ 187 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part 2026.01.19 03:29:38.331716 [ 187 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 26 rows starting from the beginning of the part 2026.01.19 03:29:38.331796 [ 275 ] {7eacdb40-d2a5-4376-aedb-8bf669249073} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.19 03:29:38.332035 [ 275 ] {7eacdb40-d2a5-4376-aedb-8bf669249073} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:38.332172 [ 275 ] {7eacdb40-d2a5-4376-aedb-8bf669249073} executeQuery: Read 60 rows, 4.14 KiB in 0.001163 sec., 51590.713671539124 rows/sec., 3.48 MiB/sec. 2026.01.19 03:29:38.332209 [ 275 ] {7eacdb40-d2a5-4376-aedb-8bf669249073} TCPHandler: Processed in 0.001332511 sec. 2026.01.19 03:29:38.347563 [ 192 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 568 rows, containing 19 columns (19 merged, 0 gathered) in 0.016749775 sec., 33910.903280790335 rows/sec., 60.77 MiB/sec. 2026.01.19 03:29:38.348413 [ 187 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.19 03:29:38.348725 [ 187 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_31_6} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:38.348801 [ 187 ] {34fa4ba6-efe7-4320-bd37-98a7be72fcee::all_1_31_6} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.19 03:29:38.348904 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.40 MiB. 2026.01.19 03:29:39.001168 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 256.91 MiB, peak 264.26 MiB, free memory in arenas 0.00 B, will set to 258.98 MiB (RSS), difference: 2.07 MiB 2026.01.19 03:29:39.149638 [ 70 ] {} DNSResolver: Updating DNS cache 2026.01.19 03:29:39.149703 [ 70 ] {} DNSResolver: Updated DNS cache 2026.01.19 03:29:39.275779 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 11500 2026.01.19 03:29:39.276295 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:39.276341 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.19 03:29:39.276871 [ 244 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.19 03:29:39.277117 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:39.277269 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11500 2026.01.19 03:29:39.301136 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 634 2026.01.19 03:29:39.303374 [ 242 ] {} system.query_log (11fc8e4a-c498-452c-9b91-f39c54690b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:39.303429 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.19 03:29:39.304617 [ 242 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.19 03:29:39.304889 [ 242 ] {} system.query_log (11fc8e4a-c498-452c-9b91-f39c54690b92): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:39.305207 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 634 2026.01.19 03:29:39.898251 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 2026.01.19 03:29:39.915691 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:39.915761 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.19 03:29:39.922190 [ 243 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.19 03:29:39.922927 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:39.925944 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 181 2026.01.19 03:29:43.322308 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:43.322510 [ 275 ] {a7eab621-0e62-4d00-abb6-e3673993e0d9} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.19 03:29:43.322589 [ 275 ] {a7eab621-0e62-4d00-abb6-e3673993e0d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.19 03:29:43.323334 [ 275 ] {a7eab621-0e62-4d00-abb6-e3673993e0d9} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:43.323379 [ 275 ] {a7eab621-0e62-4d00-abb6-e3673993e0d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.19 03:29:43.323769 [ 275 ] {a7eab621-0e62-4d00-abb6-e3673993e0d9} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.19 03:29:43.323993 [ 275 ] {a7eab621-0e62-4d00-abb6-e3673993e0d9} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:43.324149 [ 275 ] {a7eab621-0e62-4d00-abb6-e3673993e0d9} executeQuery: Read 84 rows, 7.16 KiB in 0.00169 sec., 49704.142011834316 rows/sec., 4.14 MiB/sec. 2026.01.19 03:29:43.324198 [ 275 ] {a7eab621-0e62-4d00-abb6-e3673993e0d9} TCPHandler: Processed in 0.002022886 sec. 2026.01.19 03:29:43.324322 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:43.324425 [ 275 ] {5f76b1fe-da79-4a89-b7ab-6b57f3c36fca} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.19 03:29:43.324468 [ 275 ] {5f76b1fe-da79-4a89-b7ab-6b57f3c36fca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.19 03:29:43.324874 [ 275 ] {5f76b1fe-da79-4a89-b7ab-6b57f3c36fca} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:43.324910 [ 275 ] {5f76b1fe-da79-4a89-b7ab-6b57f3c36fca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.19 03:29:43.325204 [ 275 ] {5f76b1fe-da79-4a89-b7ab-6b57f3c36fca} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.19 03:29:43.325410 [ 275 ] {5f76b1fe-da79-4a89-b7ab-6b57f3c36fca} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:43.325541 [ 275 ] {5f76b1fe-da79-4a89-b7ab-6b57f3c36fca} executeQuery: Read 14 rows, 1.05 KiB in 0.001138 sec., 12302.284710017575 rows/sec., 925.07 KiB/sec. 2026.01.19 03:29:43.325578 [ 275 ] {5f76b1fe-da79-4a89-b7ab-6b57f3c36fca} TCPHandler: Processed in 0.00131101 sec. 2026.01.19 03:29:43.325685 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:43.325787 [ 275 ] {ef4edacf-f284-4b65-a92e-be55932d0497} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.19 03:29:43.325829 [ 275 ] {ef4edacf-f284-4b65-a92e-be55932d0497} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.19 03:29:43.326245 [ 275 ] {ef4edacf-f284-4b65-a92e-be55932d0497} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:43.326282 [ 275 ] {ef4edacf-f284-4b65-a92e-be55932d0497} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.19 03:29:43.326606 [ 275 ] {ef4edacf-f284-4b65-a92e-be55932d0497} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.19 03:29:43.326822 [ 275 ] {ef4edacf-f284-4b65-a92e-be55932d0497} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:43.326952 [ 275 ] {ef4edacf-f284-4b65-a92e-be55932d0497} executeQuery: Read 78 rows, 6.24 KiB in 0.001185 sec., 65822.78481012658 rows/sec., 5.14 MiB/sec. 2026.01.19 03:29:43.326989 [ 275 ] {ef4edacf-f284-4b65-a92e-be55932d0497} TCPHandler: Processed in 0.001355272 sec. 2026.01.19 03:29:43.327099 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:43.327192 [ 275 ] {6aed11c1-89b5-4b13-9b4d-0ec0831a0db7} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.19 03:29:43.327235 [ 275 ] {6aed11c1-89b5-4b13-9b4d-0ec0831a0db7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.19 03:29:43.327632 [ 275 ] {6aed11c1-89b5-4b13-9b4d-0ec0831a0db7} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:43.327667 [ 275 ] {6aed11c1-89b5-4b13-9b4d-0ec0831a0db7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.19 03:29:43.327989 [ 275 ] {6aed11c1-89b5-4b13-9b4d-0ec0831a0db7} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.19 03:29:43.328200 [ 275 ] {6aed11c1-89b5-4b13-9b4d-0ec0831a0db7} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:43.328325 [ 275 ] {6aed11c1-89b5-4b13-9b4d-0ec0831a0db7} executeQuery: Read 160 rows, 11.41 KiB in 0.001151 sec., 139009.55690703736 rows/sec., 9.68 MiB/sec. 2026.01.19 03:29:43.328362 [ 275 ] {6aed11c1-89b5-4b13-9b4d-0ec0831a0db7} TCPHandler: Processed in 0.00131457 sec. 2026.01.19 03:29:43.328486 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:43.328609 [ 275 ] {c1da41ed-4490-4794-a645-0975f229cbf3} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.19 03:29:43.328676 [ 275 ] {c1da41ed-4490-4794-a645-0975f229cbf3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.19 03:29:43.329528 [ 275 ] {c1da41ed-4490-4794-a645-0975f229cbf3} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:43.329565 [ 275 ] {c1da41ed-4490-4794-a645-0975f229cbf3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.19 03:29:43.330081 [ 275 ] {c1da41ed-4490-4794-a645-0975f229cbf3} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.19 03:29:43.330300 [ 275 ] {c1da41ed-4490-4794-a645-0975f229cbf3} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:43.330436 [ 275 ] {c1da41ed-4490-4794-a645-0975f229cbf3} executeQuery: Read 14 rows, 25.69 KiB in 0.001852 sec., 7559.3952483801295 rows/sec., 13.55 MiB/sec. 2026.01.19 03:29:43.330495 [ 275 ] {c1da41ed-4490-4794-a645-0975f229cbf3} TCPHandler: Processed in 0.002073067 sec. 2026.01.19 03:29:43.330605 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:43.330700 [ 275 ] {3164c33f-1118-4dc5-864a-c32c0974ca75} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.19 03:29:43.330741 [ 275 ] {3164c33f-1118-4dc5-864a-c32c0974ca75} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.19 03:29:43.331060 [ 275 ] {3164c33f-1118-4dc5-864a-c32c0974ca75} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:43.331094 [ 275 ] {3164c33f-1118-4dc5-864a-c32c0974ca75} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.19 03:29:43.331393 [ 275 ] {3164c33f-1118-4dc5-864a-c32c0974ca75} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.19 03:29:43.331598 [ 275 ] {3164c33f-1118-4dc5-864a-c32c0974ca75} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:43.331724 [ 275 ] {3164c33f-1118-4dc5-864a-c32c0974ca75} executeQuery: Read 60 rows, 4.14 KiB in 0.001043 sec., 57526.36625119846 rows/sec., 3.88 MiB/sec. 2026.01.19 03:29:43.331759 [ 275 ] {3164c33f-1118-4dc5-864a-c32c0974ca75} TCPHandler: Processed in 0.001206037 sec. 2026.01.19 03:29:45.594155 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62006 2026.01.19 03:29:45.594253 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:29:45.594278 [ 286 ] {} TCP-Session: 813dc07a-6cd9-464b-ad51-343391045c21 Authenticating user 'default' from [fd00:1122:3344:101::e]:62006 2026.01.19 03:29:45.594299 [ 286 ] {} TCP-Session: 813dc07a-6cd9-464b-ad51-343391045c21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.594312 [ 286 ] {} TCP-Session: 813dc07a-6cd9-464b-ad51-343391045c21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.594519 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52618 2026.01.19 03:29:45.594560 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56999 2026.01.19 03:29:45.594584 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55729 2026.01.19 03:29:45.594612 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57776 2026.01.19 03:29:45.594646 [ 286 ] {} TCP-Session: 813dc07a-6cd9-464b-ad51-343391045c21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:45.594664 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:29:45.594606 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34486 2026.01.19 03:29:45.594711 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:29:45.594593 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40234 2026.01.19 03:29:45.594771 [ 291 ] {} TCP-Session: b461e3a9-83b9-4fab-b1a7-303ae52b57d1 Authenticating user 'default' from [fd00:1122:3344:101::e]:55729 2026.01.19 03:29:45.594580 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48886 2026.01.19 03:29:45.594807 [ 291 ] {} TCP-Session: b461e3a9-83b9-4fab-b1a7-303ae52b57d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.594807 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:29:45.594833 [ 291 ] {} TCP-Session: b461e3a9-83b9-4fab-b1a7-303ae52b57d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.594820 [ 286 ] {296047f6-6238-467c-b736-148101f5f927} executeQuery: (from [fd00:1122:3344:101::e]:62006) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.19 03:29:45.594852 [ 288 ] {} TCP-Session: 07daeb02-c9d1-4c48-bd6d-8980bb32db35 Authenticating user 'default' from [fd00:1122:3344:101::e]:56999 2026.01.19 03:29:45.594880 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:29:45.594899 [ 288 ] {} TCP-Session: 07daeb02-c9d1-4c48-bd6d-8980bb32db35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.594574 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59947 2026.01.19 03:29:45.594925 [ 288 ] {} TCP-Session: 07daeb02-c9d1-4c48-bd6d-8980bb32db35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.594922 [ 294 ] {} TCP-Session: f9c6528c-aa9e-46f2-944b-2ca75143f530 Authenticating user 'default' from [fd00:1122:3344:101::e]:57776 2026.01.19 03:29:45.594719 [ 287 ] {} TCP-Session: 6f6f4d78-d0c9-45b9-b654-3ae64e28bd45 Authenticating user 'default' from [fd00:1122:3344:101::e]:52618 2026.01.19 03:29:45.594990 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:29:45.594996 [ 294 ] {} TCP-Session: f9c6528c-aa9e-46f2-944b-2ca75143f530 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.595010 [ 287 ] {} TCP-Session: 6f6f4d78-d0c9-45b9-b654-3ae64e28bd45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.595031 [ 292 ] {} TCP-Session: 540a0992-50d9-4c26-94e5-8c4b35cd08c0 Authenticating user 'default' from [fd00:1122:3344:101::e]:40234 2026.01.19 03:29:45.595045 [ 287 ] {} TCP-Session: 6f6f4d78-d0c9-45b9-b654-3ae64e28bd45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.595065 [ 292 ] {} TCP-Session: 540a0992-50d9-4c26-94e5-8c4b35cd08c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.595037 [ 294 ] {} TCP-Session: f9c6528c-aa9e-46f2-944b-2ca75143f530 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.595097 [ 292 ] {} TCP-Session: 540a0992-50d9-4c26-94e5-8c4b35cd08c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.595108 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:29:45.594997 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:29:45.595152 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:29:45.595178 [ 289 ] {} TCP-Session: 7048039f-1a7a-4992-8464-e4468ba7a2bd Authenticating user 'default' from [fd00:1122:3344:101::e]:48886 2026.01.19 03:29:45.595165 [ 293 ] {} TCP-Session: cda42c6b-bf31-4167-9af8-f222e050b1bf Authenticating user 'default' from [fd00:1122:3344:101::e]:34486 2026.01.19 03:29:45.595212 [ 290 ] {} TCP-Session: b6229ddb-da4d-432e-96b1-0be0edf0285a Authenticating user 'default' from [fd00:1122:3344:101::e]:59947 2026.01.19 03:29:45.595220 [ 289 ] {} TCP-Session: 7048039f-1a7a-4992-8464-e4468ba7a2bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.595230 [ 293 ] {} TCP-Session: cda42c6b-bf31-4167-9af8-f222e050b1bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.595251 [ 290 ] {} TCP-Session: b6229ddb-da4d-432e-96b1-0be0edf0285a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.595264 [ 293 ] {} TCP-Session: cda42c6b-bf31-4167-9af8-f222e050b1bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.595288 [ 290 ] {} TCP-Session: b6229ddb-da4d-432e-96b1-0be0edf0285a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.595254 [ 289 ] {} TCP-Session: 7048039f-1a7a-4992-8464-e4468ba7a2bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.595119 [ 286 ] {296047f6-6238-467c-b736-148101f5f927} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.19 03:29:45.595397 [ 286 ] {296047f6-6238-467c-b736-148101f5f927} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.19 03:29:45.595699 [ 286 ] {296047f6-6238-467c-b736-148101f5f927} oximeter.version (43867d5a-7066-403d-b977-e0ec7be70aa4) (SelectExecutor): Key condition: unknown 2026.01.19 03:29:45.596514 [ 329 ] {296047f6-6238-467c-b736-148101f5f927} AggregatingTransform: Aggregating 2026.01.19 03:29:45.596556 [ 329 ] {296047f6-6238-467c-b736-148101f5f927} Aggregator: Aggregation method: without_key 2026.01.19 03:29:45.596589 [ 329 ] {296047f6-6238-467c-b736-148101f5f927} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000791309 sec. (1263.729 rows/sec., 49.36 KiB/sec.) 2026.01.19 03:29:45.596608 [ 329 ] {296047f6-6238-467c-b736-148101f5f927} Aggregator: Merging aggregated data 2026.01.19 03:29:45.598169 [ 286 ] {296047f6-6238-467c-b736-148101f5f927} executeQuery: Read 1 rows, 40.00 B in 0.003405 sec., 293.68575624082234 rows/sec., 11.47 KiB/sec. 2026.01.19 03:29:45.598280 [ 286 ] {296047f6-6238-467c-b736-148101f5f927} TCPHandler: Processed in 0.003763717 sec. 2026.01.19 03:29:45.598411 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.19 03:29:45.598440 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.19 03:29:45.598451 [ 286 ] {} TCP-Session: 813dc07a-6cd9-464b-ad51-343391045c21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.598464 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.19 03:29:45.598487 [ 288 ] {} TCP-Session: 07daeb02-c9d1-4c48-bd6d-8980bb32db35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.598489 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.19 03:29:45.598528 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.19 03:29:45.598547 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.19 03:29:45.598570 [ 287 ] {} TCP-Session: 6f6f4d78-d0c9-45b9-b654-3ae64e28bd45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.598574 [ 291 ] {} TCP-Session: b461e3a9-83b9-4fab-b1a7-303ae52b57d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.598599 [ 290 ] {} TCP-Session: b6229ddb-da4d-432e-96b1-0be0edf0285a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.598586 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.19 03:29:45.598566 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.19 03:29:45.598664 [ 293 ] {} TCP-Session: cda42c6b-bf31-4167-9af8-f222e050b1bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.598517 [ 289 ] {} TCP-Session: 7048039f-1a7a-4992-8464-e4468ba7a2bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.598689 [ 292 ] {} TCP-Session: 540a0992-50d9-4c26-94e5-8c4b35cd08c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.598506 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.19 03:29:45.598754 [ 294 ] {} TCP-Session: f9c6528c-aa9e-46f2-944b-2ca75143f530 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.633147 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64511 2026.01.19 03:29:45.633223 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:29:45.633248 [ 286 ] {} TCP-Session: 6f4160e3-3201-4408-a595-788d79feb795 Authenticating user 'default' from [fd00:1122:3344:101::e]:64511 2026.01.19 03:29:45.633267 [ 286 ] {} TCP-Session: 6f4160e3-3201-4408-a595-788d79feb795 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.633280 [ 286 ] {} TCP-Session: 6f4160e3-3201-4408-a595-788d79feb795 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.633475 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38843 2026.01.19 03:29:45.633483 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52907 2026.01.19 03:29:45.633517 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41497 2026.01.19 03:29:45.633547 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60766 2026.01.19 03:29:45.633565 [ 286 ] {} TCP-Session: 6f4160e3-3201-4408-a595-788d79feb795 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:45.633578 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:29:45.633609 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:29:45.633623 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:29:45.633644 [ 291 ] {} TCP-Session: feef5ac8-bf40-46d2-ab4d-4b64865b6482 Authenticating user 'default' from [fd00:1122:3344:101::e]:41497 2026.01.19 03:29:45.633623 [ 289 ] {} TCP-Session: b2f4c508-0718-436b-aa73-da8a04a3a3ad Authenticating user 'default' from [fd00:1122:3344:101::e]:52907 2026.01.19 03:29:45.633671 [ 291 ] {} TCP-Session: feef5ac8-bf40-46d2-ab4d-4b64865b6482 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.633567 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48472 2026.01.19 03:29:45.633704 [ 291 ] {} TCP-Session: feef5ac8-bf40-46d2-ab4d-4b64865b6482 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.633718 [ 286 ] {f1092cea-5c1c-4962-b27e-9913cd4da04e} executeQuery: (from [fd00:1122:3344:101::e]:64511) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.19 03:29:45.633559 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51431 2026.01.19 03:29:45.633773 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:29:45.633511 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34918 2026.01.19 03:29:45.633834 [ 294 ] {} TCP-Session: 215d22de-4ab3-4d0f-9af1-831e0d671121 Authenticating user 'default' from [fd00:1122:3344:101::e]:48472 2026.01.19 03:29:45.633835 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:29:45.633864 [ 294 ] {} TCP-Session: 215d22de-4ab3-4d0f-9af1-831e0d671121 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.633882 [ 293 ] {} TCP-Session: aaaa5cdc-c9f1-4e8a-96c5-b09ae086055c Authenticating user 'default' from [fd00:1122:3344:101::e]:51431 2026.01.19 03:29:45.633886 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:29:45.633927 [ 293 ] {} TCP-Session: aaaa5cdc-c9f1-4e8a-96c5-b09ae086055c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.633945 [ 290 ] {} TCP-Session: b72eed9a-0bb0-43e1-91a4-f0b6db356349 Authenticating user 'default' from [fd00:1122:3344:101::e]:34918 2026.01.19 03:29:45.633953 [ 293 ] {} TCP-Session: aaaa5cdc-c9f1-4e8a-96c5-b09ae086055c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.633970 [ 290 ] {} TCP-Session: b72eed9a-0bb0-43e1-91a4-f0b6db356349 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.633479 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33044 2026.01.19 03:29:45.634005 [ 286 ] {f1092cea-5c1c-4962-b27e-9913cd4da04e} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.19 03:29:45.633996 [ 290 ] {} TCP-Session: b72eed9a-0bb0-43e1-91a4-f0b6db356349 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.633889 [ 294 ] {} TCP-Session: 215d22de-4ab3-4d0f-9af1-831e0d671121 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.634092 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:29:45.634095 [ 286 ] {f1092cea-5c1c-4962-b27e-9913cd4da04e} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.19 03:29:45.634130 [ 288 ] {} TCP-Session: 559724f0-a2d4-43c5-9c25-238a4d0488e9 Authenticating user 'default' from [fd00:1122:3344:101::e]:33044 2026.01.19 03:29:45.633700 [ 289 ] {} TCP-Session: b2f4c508-0718-436b-aa73-da8a04a3a3ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.634157 [ 288 ] {} TCP-Session: 559724f0-a2d4-43c5-9c25-238a4d0488e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.634205 [ 289 ] {} TCP-Session: b2f4c508-0718-436b-aa73-da8a04a3a3ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.634217 [ 288 ] {} TCP-Session: 559724f0-a2d4-43c5-9c25-238a4d0488e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.633655 [ 292 ] {} TCP-Session: a5f2a657-7e70-495d-a118-ad6276b4cd0e Authenticating user 'default' from [fd00:1122:3344:101::e]:60766 2026.01.19 03:29:45.633570 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:29:45.634269 [ 292 ] {} TCP-Session: a5f2a657-7e70-495d-a118-ad6276b4cd0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.634294 [ 287 ] {} TCP-Session: 02f6208e-38bd-4b70-8948-c5cbc1459322 Authenticating user 'default' from [fd00:1122:3344:101::e]:38843 2026.01.19 03:29:45.634298 [ 292 ] {} TCP-Session: a5f2a657-7e70-495d-a118-ad6276b4cd0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.634320 [ 287 ] {} TCP-Session: 02f6208e-38bd-4b70-8948-c5cbc1459322 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.634341 [ 287 ] {} TCP-Session: 02f6208e-38bd-4b70-8948-c5cbc1459322 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.634399 [ 286 ] {f1092cea-5c1c-4962-b27e-9913cd4da04e} oximeter.version (43867d5a-7066-403d-b977-e0ec7be70aa4) (SelectExecutor): Key condition: unknown 2026.01.19 03:29:45.635249 [ 308 ] {f1092cea-5c1c-4962-b27e-9913cd4da04e} AggregatingTransform: Aggregating 2026.01.19 03:29:45.635300 [ 308 ] {f1092cea-5c1c-4962-b27e-9913cd4da04e} Aggregator: Aggregation method: without_key 2026.01.19 03:29:45.635340 [ 308 ] {f1092cea-5c1c-4962-b27e-9913cd4da04e} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000845349 sec. (1182.943 rows/sec., 46.21 KiB/sec.) 2026.01.19 03:29:45.635363 [ 308 ] {f1092cea-5c1c-4962-b27e-9913cd4da04e} Aggregator: Merging aggregated data 2026.01.19 03:29:45.636436 [ 286 ] {f1092cea-5c1c-4962-b27e-9913cd4da04e} executeQuery: Read 1 rows, 40.00 B in 0.00276 sec., 362.3188405797102 rows/sec., 14.15 KiB/sec. 2026.01.19 03:29:45.636570 [ 286 ] {f1092cea-5c1c-4962-b27e-9913cd4da04e} TCPHandler: Processed in 0.003087831 sec. 2026.01.19 03:29:45.636697 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.19 03:29:45.636725 [ 286 ] {} TCP-Session: 6f4160e3-3201-4408-a595-788d79feb795 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.636728 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.19 03:29:45.636750 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.19 03:29:45.636769 [ 294 ] {} TCP-Session: 215d22de-4ab3-4d0f-9af1-831e0d671121 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.636779 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.19 03:29:45.636782 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.19 03:29:45.636815 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.19 03:29:45.636824 [ 288 ] {} TCP-Session: 559724f0-a2d4-43c5-9c25-238a4d0488e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.636842 [ 292 ] {} TCP-Session: a5f2a657-7e70-495d-a118-ad6276b4cd0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.636849 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.19 03:29:45.636861 [ 291 ] {} TCP-Session: feef5ac8-bf40-46d2-ab4d-4b64865b6482 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.636834 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.19 03:29:45.636897 [ 293 ] {} TCP-Session: aaaa5cdc-c9f1-4e8a-96c5-b09ae086055c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.636796 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.19 03:29:45.636932 [ 290 ] {} TCP-Session: b72eed9a-0bb0-43e1-91a4-f0b6db356349 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.636787 [ 287 ] {} TCP-Session: 02f6208e-38bd-4b70-8948-c5cbc1459322 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.636965 [ 289 ] {} TCP-Session: b2f4c508-0718-436b-aa73-da8a04a3a3ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.658984 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51469 2026.01.19 03:29:45.659053 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:29:45.659077 [ 286 ] {} TCP-Session: 376c9cc8-bbe5-4a57-82aa-0a8c40751912 Authenticating user 'default' from [fd00:1122:3344:101::e]:51469 2026.01.19 03:29:45.659100 [ 286 ] {} TCP-Session: 376c9cc8-bbe5-4a57-82aa-0a8c40751912 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.659112 [ 286 ] {} TCP-Session: 376c9cc8-bbe5-4a57-82aa-0a8c40751912 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.659273 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49566 2026.01.19 03:29:45.659326 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34617 2026.01.19 03:29:45.659345 [ 286 ] {} TCP-Session: 376c9cc8-bbe5-4a57-82aa-0a8c40751912 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:45.659363 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35393 2026.01.19 03:29:45.659346 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39865 2026.01.19 03:29:45.659394 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:29:45.659403 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63608 2026.01.19 03:29:45.659446 [ 287 ] {} TCP-Session: e4efed88-f881-4b0e-8aab-0e13ec9f10ca Authenticating user 'default' from [fd00:1122:3344:101::e]:49566 2026.01.19 03:29:45.659441 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:29:45.659468 [ 287 ] {} TCP-Session: e4efed88-f881-4b0e-8aab-0e13ec9f10ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.659490 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:29:45.659499 [ 287 ] {} TCP-Session: e4efed88-f881-4b0e-8aab-0e13ec9f10ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.659495 [ 292 ] {} TCP-Session: 93b95a67-c566-4689-bc17-ee58402fefc6 Authenticating user 'default' from [fd00:1122:3344:101::e]:35393 2026.01.19 03:29:45.659515 [ 286 ] {7efba640-2144-4664-ae7a-5900a6abaaf1} executeQuery: (from [fd00:1122:3344:101::e]:51469) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.19 03:29:45.659515 [ 294 ] {} TCP-Session: c5fdee82-551d-4060-b314-e396d47f3897 Authenticating user 'default' from [fd00:1122:3344:101::e]:63608 2026.01.19 03:29:45.659540 [ 292 ] {} TCP-Session: 93b95a67-c566-4689-bc17-ee58402fefc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.659568 [ 294 ] {} TCP-Session: c5fdee82-551d-4060-b314-e396d47f3897 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.659586 [ 292 ] {} TCP-Session: 93b95a67-c566-4689-bc17-ee58402fefc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.659598 [ 294 ] {} TCP-Session: c5fdee82-551d-4060-b314-e396d47f3897 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.659401 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:29:45.659396 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43165 2026.01.19 03:29:45.659663 [ 288 ] {} TCP-Session: 9eff3e12-5fa9-4554-b4dd-2df30f3dcdb6 Authenticating user 'default' from [fd00:1122:3344:101::e]:34617 2026.01.19 03:29:45.659465 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:29:45.659703 [ 288 ] {} TCP-Session: 9eff3e12-5fa9-4554-b4dd-2df30f3dcdb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.659725 [ 290 ] {} TCP-Session: f0f2bcc0-eae3-400f-8cb2-cd3f5077cc5e Authenticating user 'default' from [fd00:1122:3344:101::e]:39865 2026.01.19 03:29:45.659733 [ 288 ] {} TCP-Session: 9eff3e12-5fa9-4554-b4dd-2df30f3dcdb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.659736 [ 286 ] {7efba640-2144-4664-ae7a-5900a6abaaf1} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.19 03:29:45.659751 [ 290 ] {} TCP-Session: f0f2bcc0-eae3-400f-8cb2-cd3f5077cc5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.659725 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:29:45.659796 [ 290 ] {} TCP-Session: f0f2bcc0-eae3-400f-8cb2-cd3f5077cc5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.659825 [ 286 ] {7efba640-2144-4664-ae7a-5900a6abaaf1} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.19 03:29:45.659828 [ 293 ] {} TCP-Session: 169054e9-c0e3-45d0-a046-89d7ae7c82b0 Authenticating user 'default' from [fd00:1122:3344:101::e]:43165 2026.01.19 03:29:45.659355 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41961 2026.01.19 03:29:45.659897 [ 293 ] {} TCP-Session: 169054e9-c0e3-45d0-a046-89d7ae7c82b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.659336 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58004 2026.01.19 03:29:45.659931 [ 293 ] {} TCP-Session: 169054e9-c0e3-45d0-a046-89d7ae7c82b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.659955 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:29:45.659983 [ 291 ] {} TCP-Session: 8a6366b7-fca4-4fe8-bfe8-8bf1bafee6a9 Authenticating user 'default' from [fd00:1122:3344:101::e]:41961 2026.01.19 03:29:45.659985 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.19 03:29:45.660003 [ 291 ] {} TCP-Session: 8a6366b7-fca4-4fe8-bfe8-8bf1bafee6a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.660021 [ 289 ] {} TCP-Session: b911b0ee-29cd-4573-8407-3b2cbedd250f Authenticating user 'default' from [fd00:1122:3344:101::e]:58004 2026.01.19 03:29:45.660028 [ 291 ] {} TCP-Session: 8a6366b7-fca4-4fe8-bfe8-8bf1bafee6a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.660049 [ 289 ] {} TCP-Session: b911b0ee-29cd-4573-8407-3b2cbedd250f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.660071 [ 289 ] {} TCP-Session: b911b0ee-29cd-4573-8407-3b2cbedd250f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.660121 [ 286 ] {7efba640-2144-4664-ae7a-5900a6abaaf1} oximeter.version (43867d5a-7066-403d-b977-e0ec7be70aa4) (SelectExecutor): Key condition: unknown 2026.01.19 03:29:45.660947 [ 318 ] {7efba640-2144-4664-ae7a-5900a6abaaf1} AggregatingTransform: Aggregating 2026.01.19 03:29:45.661002 [ 318 ] {7efba640-2144-4664-ae7a-5900a6abaaf1} Aggregator: Aggregation method: without_key 2026.01.19 03:29:45.661045 [ 318 ] {7efba640-2144-4664-ae7a-5900a6abaaf1} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000826229 sec. (1210.318 rows/sec., 47.28 KiB/sec.) 2026.01.19 03:29:45.661068 [ 318 ] {7efba640-2144-4664-ae7a-5900a6abaaf1} Aggregator: Merging aggregated data 2026.01.19 03:29:45.662380 [ 286 ] {7efba640-2144-4664-ae7a-5900a6abaaf1} executeQuery: Read 1 rows, 40.00 B in 0.002916 sec., 342.9355281207133 rows/sec., 13.40 KiB/sec. 2026.01.19 03:29:45.662515 [ 286 ] {7efba640-2144-4664-ae7a-5900a6abaaf1} TCPHandler: Processed in 0.003236264 sec. 2026.01.19 03:29:45.662615 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.19 03:29:45.662645 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.19 03:29:45.662658 [ 287 ] {} TCP-Session: e4efed88-f881-4b0e-8aab-0e13ec9f10ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.662673 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.19 03:29:45.662684 [ 294 ] {} TCP-Session: c5fdee82-551d-4060-b314-e396d47f3897 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.662698 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.19 03:29:45.662721 [ 288 ] {} TCP-Session: 9eff3e12-5fa9-4554-b4dd-2df30f3dcdb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.662735 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.19 03:29:45.662751 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.19 03:29:45.662768 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.19 03:29:45.662791 [ 289 ] {} TCP-Session: b911b0ee-29cd-4573-8407-3b2cbedd250f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.662808 [ 291 ] {} TCP-Session: 8a6366b7-fca4-4fe8-bfe8-8bf1bafee6a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.662823 [ 293 ] {} TCP-Session: 169054e9-c0e3-45d0-a046-89d7ae7c82b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.662784 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.19 03:29:45.662747 [ 290 ] {} TCP-Session: f0f2bcc0-eae3-400f-8cb2-cd3f5077cc5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.662884 [ 286 ] {} TCP-Session: 376c9cc8-bbe5-4a57-82aa-0a8c40751912 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:45.662731 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.19 03:29:45.662932 [ 292 ] {} TCP-Session: 93b95a67-c566-4689-bc17-ee58402fefc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.19 03:29:46.777409 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 11948 2026.01.19 03:29:46.777959 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:46.778017 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.19 03:29:46.778616 [ 244 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.19 03:29:46.779069 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:46.779303 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11948 2026.01.19 03:29:47.426057 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 2026.01.19 03:29:47.444124 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:47.444194 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.19 03:29:47.449895 [ 243 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.19 03:29:47.450669 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:47.454429 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 189 2026.01.19 03:29:48.349447 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:48.349644 [ 275 ] {d98e8ef4-7d98-4244-9740-2f2676e63965} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.19 03:29:48.349745 [ 275 ] {d98e8ef4-7d98-4244-9740-2f2676e63965} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.19 03:29:48.351128 [ 275 ] {d98e8ef4-7d98-4244-9740-2f2676e63965} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:48.351168 [ 275 ] {d98e8ef4-7d98-4244-9740-2f2676e63965} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.19 03:29:48.351629 [ 275 ] {d98e8ef4-7d98-4244-9740-2f2676e63965} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.19 03:29:48.351860 [ 275 ] {d98e8ef4-7d98-4244-9740-2f2676e63965} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:48.352018 [ 275 ] {d98e8ef4-7d98-4244-9740-2f2676e63965} executeQuery: Read 1248 rows, 105.37 KiB in 0.002433 sec., 512946.97903822444 rows/sec., 42.30 MiB/sec. 2026.01.19 03:29:48.352063 [ 275 ] {d98e8ef4-7d98-4244-9740-2f2676e63965} TCPHandler: Processed in 0.002750564 sec. 2026.01.19 03:29:48.352186 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:48.352282 [ 275 ] {c1de49d1-f400-4a5a-9f1c-0fb1b70007ac} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.19 03:29:48.352322 [ 275 ] {c1de49d1-f400-4a5a-9f1c-0fb1b70007ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.19 03:29:48.352715 [ 275 ] {c1de49d1-f400-4a5a-9f1c-0fb1b70007ac} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:48.352752 [ 275 ] {c1de49d1-f400-4a5a-9f1c-0fb1b70007ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.19 03:29:48.353054 [ 275 ] {c1de49d1-f400-4a5a-9f1c-0fb1b70007ac} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.19 03:29:48.353266 [ 275 ] {c1de49d1-f400-4a5a-9f1c-0fb1b70007ac} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:48.353392 [ 275 ] {c1de49d1-f400-4a5a-9f1c-0fb1b70007ac} executeQuery: Read 26 rows, 1.96 KiB in 0.001129 sec., 23029.229406554474 rows/sec., 1.69 MiB/sec. 2026.01.19 03:29:48.353429 [ 275 ] {c1de49d1-f400-4a5a-9f1c-0fb1b70007ac} TCPHandler: Processed in 0.00129525 sec. 2026.01.19 03:29:48.353550 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:48.353669 [ 275 ] {46c417e8-d986-4c30-a0bd-d1a4452bf9bc} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.19 03:29:48.353718 [ 275 ] {46c417e8-d986-4c30-a0bd-d1a4452bf9bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.19 03:29:48.354284 [ 275 ] {46c417e8-d986-4c30-a0bd-d1a4452bf9bc} oximeter.fields_u32 (92866282-97e1-4271-9838-e523badf2f1f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:48.354329 [ 275 ] {46c417e8-d986-4c30-a0bd-d1a4452bf9bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.19 03:29:48.354728 [ 275 ] {46c417e8-d986-4c30-a0bd-d1a4452bf9bc} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.19 03:29:48.355003 [ 275 ] {46c417e8-d986-4c30-a0bd-d1a4452bf9bc} oximeter.fields_u32 (92866282-97e1-4271-9838-e523badf2f1f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:48.355136 [ 275 ] {46c417e8-d986-4c30-a0bd-d1a4452bf9bc} executeQuery: Read 228 rows, 15.81 KiB in 0.00149 sec., 153020.13422818793 rows/sec., 10.36 MiB/sec. 2026.01.19 03:29:48.355176 [ 275 ] {46c417e8-d986-4c30-a0bd-d1a4452bf9bc} TCPHandler: Processed in 0.001687178 sec. 2026.01.19 03:29:48.355301 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:48.355396 [ 275 ] {cd07d7a5-793a-435e-9eb3-6563a9134765} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.19 03:29:48.355436 [ 275 ] {cd07d7a5-793a-435e-9eb3-6563a9134765} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.19 03:29:48.355996 [ 275 ] {cd07d7a5-793a-435e-9eb3-6563a9134765} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:48.356033 [ 275 ] {cd07d7a5-793a-435e-9eb3-6563a9134765} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.19 03:29:48.356371 [ 275 ] {cd07d7a5-793a-435e-9eb3-6563a9134765} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.19 03:29:48.356592 [ 275 ] {cd07d7a5-793a-435e-9eb3-6563a9134765} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:48.356722 [ 275 ] {cd07d7a5-793a-435e-9eb3-6563a9134765} executeQuery: Read 546 rows, 41.49 KiB in 0.001343 sec., 406552.4944154877 rows/sec., 30.17 MiB/sec. 2026.01.19 03:29:48.356758 [ 275 ] {cd07d7a5-793a-435e-9eb3-6563a9134765} TCPHandler: Processed in 0.001508395 sec. 2026.01.19 03:29:48.356878 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:48.356971 [ 275 ] {c24766f5-2b53-4874-9228-deccb7d66ea0} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.19 03:29:48.357015 [ 275 ] {c24766f5-2b53-4874-9228-deccb7d66ea0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.19 03:29:48.357602 [ 275 ] {c24766f5-2b53-4874-9228-deccb7d66ea0} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:48.357646 [ 275 ] {c24766f5-2b53-4874-9228-deccb7d66ea0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.19 03:29:48.358048 [ 275 ] {c24766f5-2b53-4874-9228-deccb7d66ea0} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.19 03:29:48.358313 [ 275 ] {c24766f5-2b53-4874-9228-deccb7d66ea0} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:48.358446 [ 275 ] {c24766f5-2b53-4874-9228-deccb7d66ea0} executeQuery: Read 844 rows, 58.17 KiB in 0.001493 sec., 565304.755525787 rows/sec., 38.05 MiB/sec. 2026.01.19 03:29:48.358484 [ 275 ] {c24766f5-2b53-4874-9228-deccb7d66ea0} TCPHandler: Processed in 0.001656728 sec. 2026.01.19 03:29:48.358628 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:48.358724 [ 275 ] {fd36c729-9096-43fb-976e-d502f0a5f0fe} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.19 03:29:48.358780 [ 275 ] {fd36c729-9096-43fb-976e-d502f0a5f0fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.19 03:29:48.359654 [ 275 ] {fd36c729-9096-43fb-976e-d502f0a5f0fe} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:48.359693 [ 275 ] {fd36c729-9096-43fb-976e-d502f0a5f0fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.19 03:29:48.360230 [ 275 ] {fd36c729-9096-43fb-976e-d502f0a5f0fe} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.19 03:29:48.360475 [ 275 ] {fd36c729-9096-43fb-976e-d502f0a5f0fe} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:48.360613 [ 275 ] {fd36c729-9096-43fb-976e-d502f0a5f0fe} executeQuery: Read 26 rows, 47.71 KiB in 0.001908 sec., 13626.834381551364 rows/sec., 24.42 MiB/sec. 2026.01.19 03:29:48.360667 [ 275 ] {fd36c729-9096-43fb-976e-d502f0a5f0fe} TCPHandler: Processed in 0.002098358 sec. 2026.01.19 03:29:48.360796 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:48.360892 [ 275 ] {a9046f8a-d051-4b8b-a9f0-63a54bdafdb3} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.19 03:29:48.360934 [ 275 ] {a9046f8a-d051-4b8b-a9f0-63a54bdafdb3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.19 03:29:48.361287 [ 275 ] {a9046f8a-d051-4b8b-a9f0-63a54bdafdb3} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:48.361325 [ 275 ] {a9046f8a-d051-4b8b-a9f0-63a54bdafdb3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.19 03:29:48.361639 [ 275 ] {a9046f8a-d051-4b8b-a9f0-63a54bdafdb3} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.19 03:29:48.361861 [ 275 ] {a9046f8a-d051-4b8b-a9f0-63a54bdafdb3} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:48.361989 [ 275 ] {a9046f8a-d051-4b8b-a9f0-63a54bdafdb3} executeQuery: Read 60 rows, 4.14 KiB in 0.001116 sec., 53763.44086021505 rows/sec., 3.62 MiB/sec. 2026.01.19 03:29:48.362025 [ 275 ] {a9046f8a-d051-4b8b-a9f0-63a54bdafdb3} TCPHandler: Processed in 0.001281119 sec. 2026.01.19 03:29:49.305364 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 666 2026.01.19 03:29:49.307745 [ 242 ] {} system.query_log (11fc8e4a-c498-452c-9b91-f39c54690b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:49.307802 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.19 03:29:49.309035 [ 242 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.19 03:29:49.309323 [ 242 ] {} system.query_log (11fc8e4a-c498-452c-9b91-f39c54690b92): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:49.309709 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 666 2026.01.19 03:29:53.322476 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:53.322682 [ 275 ] {88af364a-e2b6-42f3-ae98-4690f3acd671} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.19 03:29:53.322742 [ 275 ] {88af364a-e2b6-42f3-ae98-4690f3acd671} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.19 03:29:53.323400 [ 275 ] {88af364a-e2b6-42f3-ae98-4690f3acd671} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:53.323437 [ 275 ] {88af364a-e2b6-42f3-ae98-4690f3acd671} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.19 03:29:53.323824 [ 275 ] {88af364a-e2b6-42f3-ae98-4690f3acd671} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.19 03:29:53.324059 [ 275 ] {88af364a-e2b6-42f3-ae98-4690f3acd671} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:53.324182 [ 54 ] {} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.19 03:29:53.324206 [ 275 ] {88af364a-e2b6-42f3-ae98-4690f3acd671} executeQuery: Read 86 rows, 7.36 KiB in 0.001573 sec., 54672.60012714558 rows/sec., 4.57 MiB/sec. 2026.01.19 03:29:53.324217 [ 54 ] {} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:53.324242 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.19 03:29:53.324250 [ 275 ] {88af364a-e2b6-42f3-ae98-4690f3acd671} TCPHandler: Processed in 0.001904184 sec. 2026.01.19 03:29:53.324328 [ 202 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.01.19 03:29:53.324384 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:53.324431 [ 202 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:29:53.324463 [ 202 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1406 rows starting from the beginning of the part 2026.01.19 03:29:53.324481 [ 275 ] {ad3c2a9e-71e7-4a30-a70a-5c99e6450b88} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.19 03:29:53.324526 [ 202 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 204 rows starting from the beginning of the part 2026.01.19 03:29:53.324527 [ 275 ] {ad3c2a9e-71e7-4a30-a70a-5c99e6450b88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.19 03:29:53.324575 [ 202 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 108 rows starting from the beginning of the part 2026.01.19 03:29:53.324623 [ 202 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 84 rows starting from the beginning of the part 2026.01.19 03:29:53.324666 [ 202 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1248 rows starting from the beginning of the part 2026.01.19 03:29:53.324704 [ 202 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 86 rows starting from the beginning of the part 2026.01.19 03:29:53.324952 [ 275 ] {ad3c2a9e-71e7-4a30-a70a-5c99e6450b88} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:53.324986 [ 275 ] {ad3c2a9e-71e7-4a30-a70a-5c99e6450b88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.19 03:29:53.325278 [ 275 ] {ad3c2a9e-71e7-4a30-a70a-5c99e6450b88} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.19 03:29:53.325484 [ 275 ] {ad3c2a9e-71e7-4a30-a70a-5c99e6450b88} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:53.325613 [ 275 ] {ad3c2a9e-71e7-4a30-a70a-5c99e6450b88} executeQuery: Read 15 rows, 1.13 KiB in 0.001151 sec., 13032.145960034753 rows/sec., 979.96 KiB/sec. 2026.01.19 03:29:53.325650 [ 275 ] {ad3c2a9e-71e7-4a30-a70a-5c99e6450b88} TCPHandler: Processed in 0.001319931 sec. 2026.01.19 03:29:53.325767 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:53.325861 [ 275 ] {b6dc45cd-45f0-4f4b-b7b9-f3b8600938c9} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.19 03:29:53.325901 [ 275 ] {b6dc45cd-45f0-4f4b-b7b9-f3b8600938c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.19 03:29:53.325968 [ 187 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 3136 rows, containing 5 columns (5 merged, 0 gathered) in 0.001672709 sec., 1874803.0888815688 rows/sec., 163.67 MiB/sec. 2026.01.19 03:29:53.326227 [ 191 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.19 03:29:53.326315 [ 275 ] {b6dc45cd-45f0-4f4b-b7b9-f3b8600938c9} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:53.326357 [ 275 ] {b6dc45cd-45f0-4f4b-b7b9-f3b8600938c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.19 03:29:53.326547 [ 191 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_36_7} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:53.326639 [ 191 ] {b5143c3f-281b-4959-8943-93c5f23848ae::all_1_36_7} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.19 03:29:53.326689 [ 275 ] {b6dc45cd-45f0-4f4b-b7b9-f3b8600938c9} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.19 03:29:53.326753 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2026.01.19 03:29:53.326930 [ 275 ] {b6dc45cd-45f0-4f4b-b7b9-f3b8600938c9} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:53.327029 [ 54 ] {} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.19 03:29:53.327057 [ 54 ] {} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:53.327068 [ 275 ] {b6dc45cd-45f0-4f4b-b7b9-f3b8600938c9} executeQuery: Read 79 rows, 6.32 KiB in 0.001226 sec., 64437.19412724306 rows/sec., 5.03 MiB/sec. 2026.01.19 03:29:53.327078 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.19 03:29:53.327107 [ 275 ] {b6dc45cd-45f0-4f4b-b7b9-f3b8600938c9} TCPHandler: Processed in 0.001390282 sec. 2026.01.19 03:29:53.327160 [ 187 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.01.19 03:29:53.327223 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:53.327265 [ 187 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:29:53.327299 [ 187 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 632 rows starting from the beginning of the part 2026.01.19 03:29:53.327322 [ 275 ] {5ba75397-4332-4942-85a0-6f42e86cdc10} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.19 03:29:53.327361 [ 187 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 114 rows starting from the beginning of the part 2026.01.19 03:29:53.327371 [ 275 ] {5ba75397-4332-4942-85a0-6f42e86cdc10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.19 03:29:53.327414 [ 187 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 90 rows starting from the beginning of the part 2026.01.19 03:29:53.327461 [ 187 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 78 rows starting from the beginning of the part 2026.01.19 03:29:53.327500 [ 187 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 546 rows starting from the beginning of the part 2026.01.19 03:29:53.327540 [ 187 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 79 rows starting from the beginning of the part 2026.01.19 03:29:53.327796 [ 275 ] {5ba75397-4332-4942-85a0-6f42e86cdc10} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:53.327835 [ 275 ] {5ba75397-4332-4942-85a0-6f42e86cdc10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.19 03:29:53.328174 [ 275 ] {5ba75397-4332-4942-85a0-6f42e86cdc10} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.19 03:29:53.328389 [ 275 ] {5ba75397-4332-4942-85a0-6f42e86cdc10} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:53.328491 [ 54 ] {} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.19 03:29:53.328519 [ 275 ] {5ba75397-4332-4942-85a0-6f42e86cdc10} executeQuery: Read 160 rows, 11.41 KiB in 0.001215 sec., 131687.24279835392 rows/sec., 9.17 MiB/sec. 2026.01.19 03:29:53.328521 [ 54 ] {} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:53.328549 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.19 03:29:53.328556 [ 275 ] {5ba75397-4332-4942-85a0-6f42e86cdc10} TCPHandler: Processed in 0.001383882 sec. 2026.01.19 03:29:53.328628 [ 200 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1539 rows, containing 5 columns (5 merged, 0 gathered) in 0.001495534 sec., 1029063.8661508197 rows/sec., 81.96 MiB/sec. 2026.01.19 03:29:53.328628 [ 188 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.01.19 03:29:53.328673 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:53.328788 [ 275 ] {a9ca25c2-8204-422d-94f0-d863616cd68e} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.19 03:29:53.328804 [ 188 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:29:53.328845 [ 275 ] {a9ca25c2-8204-422d-94f0-d863616cd68e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.19 03:29:53.328848 [ 188 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9253 rows starting from the beginning of the part 2026.01.19 03:29:53.328881 [ 197 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.19 03:29:53.328933 [ 188 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 196 rows starting from the beginning of the part 2026.01.19 03:29:53.328986 [ 188 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part 2026.01.19 03:29:53.329033 [ 188 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part 2026.01.19 03:29:53.329075 [ 188 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 844 rows starting from the beginning of the part 2026.01.19 03:29:53.329118 [ 188 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part 2026.01.19 03:29:53.329247 [ 197 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_36_7} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:53.329355 [ 197 ] {91509b27-bbcc-4591-869b-16ff39158912::all_1_36_7} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.19 03:29:53.329460 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.01.19 03:29:53.329646 [ 275 ] {a9ca25c2-8204-422d-94f0-d863616cd68e} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:53.329686 [ 275 ] {a9ca25c2-8204-422d-94f0-d863616cd68e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.19 03:29:53.330208 [ 275 ] {a9ca25c2-8204-422d-94f0-d863616cd68e} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.19 03:29:53.330451 [ 275 ] {a9ca25c2-8204-422d-94f0-d863616cd68e} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:53.330592 [ 275 ] {a9ca25c2-8204-422d-94f0-d863616cd68e} executeQuery: Read 15 rows, 27.52 KiB in 0.001822 sec., 8232.71130625686 rows/sec., 14.75 MiB/sec. 2026.01.19 03:29:53.330645 [ 275 ] {a9ca25c2-8204-422d-94f0-d863616cd68e} TCPHandler: Processed in 0.002030287 sec. 2026.01.19 03:29:53.330760 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:53.330854 [ 275 ] {26e32d37-fa0e-480a-9f5e-2bc96b9fa8b4} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.19 03:29:53.330895 [ 275 ] {26e32d37-fa0e-480a-9f5e-2bc96b9fa8b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.19 03:29:53.331234 [ 275 ] {26e32d37-fa0e-480a-9f5e-2bc96b9fa8b4} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:53.331268 [ 275 ] {26e32d37-fa0e-480a-9f5e-2bc96b9fa8b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.19 03:29:53.331568 [ 275 ] {26e32d37-fa0e-480a-9f5e-2bc96b9fa8b4} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.19 03:29:53.331788 [ 275 ] {26e32d37-fa0e-480a-9f5e-2bc96b9fa8b4} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:53.331886 [ 54 ] {} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.19 03:29:53.331912 [ 54 ] {} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:53.331918 [ 275 ] {26e32d37-fa0e-480a-9f5e-2bc96b9fa8b4} executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. 2026.01.19 03:29:53.331930 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.19 03:29:53.331954 [ 275 ] {26e32d37-fa0e-480a-9f5e-2bc96b9fa8b4} TCPHandler: Processed in 0.001245909 sec. 2026.01.19 03:29:53.332020 [ 197 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.01.19 03:29:53.332135 [ 197 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:29:53.332149 [ 200 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 10773 rows, containing 5 columns (5 merged, 0 gathered) in 0.003560002 sec., 3026121.895437137 rows/sec., 207.76 MiB/sec. 2026.01.19 03:29:53.332168 [ 197 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1710 rows starting from the beginning of the part 2026.01.19 03:29:53.332247 [ 197 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part 2026.01.19 03:29:53.332296 [ 197 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part 2026.01.19 03:29:53.332345 [ 197 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part 2026.01.19 03:29:53.332378 [ 191 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.19 03:29:53.332386 [ 197 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part 2026.01.19 03:29:53.332442 [ 197 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part 2026.01.19 03:29:53.332697 [ 191 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_36_7} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:53.332781 [ 191 ] {7c746d51-03a9-472a-887d-14c4c99254b7::all_1_36_7} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.19 03:29:53.332869 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.08 MiB. 2026.01.19 03:29:53.333600 [ 200 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2010 rows, containing 4 columns (4 merged, 0 gathered) in 0.001625568 sec., 1236490.8758046417 rows/sec., 83.27 MiB/sec. 2026.01.19 03:29:53.333803 [ 187 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.19 03:29:53.334062 [ 187 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_36_7} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:53.334131 [ 187 ] {7567afa5-92af-4eb5-bc44-c88f71293f11::all_1_36_7} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.19 03:29:53.334208 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2026.01.19 03:29:54.149807 [ 54 ] {} DNSResolver: Updating DNS cache 2026.01.19 03:29:54.149884 [ 54 ] {} DNSResolver: Updated DNS cache 2026.01.19 03:29:54.280240 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 12460 2026.01.19 03:29:54.280775 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:54.280822 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.19 03:29:54.281322 [ 244 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.19 03:29:54.281558 [ 244 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:54.281697 [ 54 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.19 03:29:54.281704 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12460 2026.01.19 03:29:54.281750 [ 54 ] {} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:54.281775 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.19 03:29:54.281902 [ 191 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.01.19 03:29:54.282044 [ 191 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:29:54.282083 [ 191 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 10028 rows starting from the beginning of the part 2026.01.19 03:29:54.282149 [ 191 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 512 rows starting from the beginning of the part 2026.01.19 03:29:54.282192 [ 191 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 448 rows starting from the beginning of the part 2026.01.19 03:29:54.282233 [ 191 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 512 rows starting from the beginning of the part 2026.01.19 03:29:54.282272 [ 191 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 448 rows starting from the beginning of the part 2026.01.19 03:29:54.282312 [ 191 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 512 rows starting from the beginning of the part 2026.01.19 03:29:54.284112 [ 200 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 12460 rows, containing 4 columns (4 merged, 0 gathered) in 0.002271862 sec., 5484488.054292031 rows/sec., 78.46 MiB/sec. 2026.01.19 03:29:54.284502 [ 189 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.19 03:29:54.284819 [ 189 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_26_5} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:54.284903 [ 189 ] {d6595ab4-0193-4d7d-8c14-4e7ef9e793e2::all_1_26_5} system.asynchronous_metric_log (d6595ab4-0193-4d7d-8c14-4e7ef9e793e2) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.19 03:29:54.285010 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. 2026.01.19 03:29:54.955332 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 2026.01.19 03:29:54.973956 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:54.974020 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.19 03:29:54.979812 [ 243 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.19 03:29:54.980519 [ 243 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:54.980843 [ 52 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.19 03:29:54.980915 [ 52 ] {} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:54.980938 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2026.01.19 03:29:54.981043 [ 191 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.01.19 03:29:54.984003 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 196 2026.01.19 03:29:54.984099 [ 191 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.19 03:29:54.984906 [ 191 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 159 rows starting from the beginning of the part 2026.01.19 03:29:54.988233 [ 191 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 7 rows starting from the beginning of the part 2026.01.19 03:29:54.991504 [ 191 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 8 rows starting from the beginning of the part 2026.01.19 03:29:54.995234 [ 191 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 7 rows starting from the beginning of the part 2026.01.19 03:29:54.999142 [ 191 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part 2026.01.19 03:29:55.001171 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 264.28 MiB, peak 270.22 MiB, free memory in arenas 0.00 B, will set to 260.23 MiB (RSS), difference: -4.05 MiB 2026.01.19 03:29:55.002947 [ 191 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 7 rows starting from the beginning of the part 2026.01.19 03:29:55.054220 [ 200 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.073220505 sec., 2676.845782475824 rows/sec., 13.84 MiB/sec. 2026.01.19 03:29:55.056972 [ 193 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.19 03:29:55.059163 [ 193 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_26_5} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:55.059281 [ 193 ] {1a7e3a8e-4fb4-4996-a3ca-220975fd12d7::all_1_26_5} system.metric_log (1a7e3a8e-4fb4-4996-a3ca-220975fd12d7) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.19 03:29:55.062303 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.01.19 03:29:56.001171 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 256.78 MiB, peak 270.22 MiB, free memory in arenas 0.00 B, will set to 265.03 MiB (RSS), difference: 8.25 MiB 2026.01.19 03:29:58.322327 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:58.322625 [ 275 ] {7f2311b9-a2d9-42c6-9e38-80ddcaa22f1f} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.19 03:29:58.322731 [ 275 ] {7f2311b9-a2d9-42c6-9e38-80ddcaa22f1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.19 03:29:58.323425 [ 275 ] {7f2311b9-a2d9-42c6-9e38-80ddcaa22f1f} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:58.323470 [ 275 ] {7f2311b9-a2d9-42c6-9e38-80ddcaa22f1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.19 03:29:58.323887 [ 275 ] {7f2311b9-a2d9-42c6-9e38-80ddcaa22f1f} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.19 03:29:58.324123 [ 275 ] {7f2311b9-a2d9-42c6-9e38-80ddcaa22f1f} oximeter.fields_string (b5143c3f-281b-4959-8943-93c5f23848ae): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:58.324286 [ 275 ] {7f2311b9-a2d9-42c6-9e38-80ddcaa22f1f} executeQuery: Read 108 rows, 9.26 KiB in 0.001735 sec., 62247.8386167147 rows/sec., 5.21 MiB/sec. 2026.01.19 03:29:58.324336 [ 275 ] {7f2311b9-a2d9-42c6-9e38-80ddcaa22f1f} TCPHandler: Processed in 0.002193011 sec. 2026.01.19 03:29:58.324466 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:58.324568 [ 275 ] {507018a8-d0ce-4b3f-9215-5770cbd1eb42} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.19 03:29:58.324611 [ 275 ] {507018a8-d0ce-4b3f-9215-5770cbd1eb42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.19 03:29:58.325023 [ 275 ] {507018a8-d0ce-4b3f-9215-5770cbd1eb42} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:58.325060 [ 275 ] {507018a8-d0ce-4b3f-9215-5770cbd1eb42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.19 03:29:58.325382 [ 275 ] {507018a8-d0ce-4b3f-9215-5770cbd1eb42} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.19 03:29:58.325595 [ 275 ] {507018a8-d0ce-4b3f-9215-5770cbd1eb42} oximeter.fields_u16 (64e1d0b7-5532-49a3-a0c6-77e0d2ea00f4): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:58.325725 [ 275 ] {507018a8-d0ce-4b3f-9215-5770cbd1eb42} executeQuery: Read 26 rows, 1.96 KiB in 0.001179 sec., 22052.58693808312 rows/sec., 1.62 MiB/sec. 2026.01.19 03:29:58.325763 [ 275 ] {507018a8-d0ce-4b3f-9215-5770cbd1eb42} TCPHandler: Processed in 0.001352932 sec. 2026.01.19 03:29:58.325874 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:58.325968 [ 275 ] {2904fad5-0d20-4d0d-a845-93efff4b0354} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.19 03:29:58.326008 [ 275 ] {2904fad5-0d20-4d0d-a845-93efff4b0354} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.19 03:29:58.326431 [ 275 ] {2904fad5-0d20-4d0d-a845-93efff4b0354} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:58.326467 [ 275 ] {2904fad5-0d20-4d0d-a845-93efff4b0354} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.19 03:29:58.326766 [ 275 ] {2904fad5-0d20-4d0d-a845-93efff4b0354} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.19 03:29:58.326992 [ 275 ] {2904fad5-0d20-4d0d-a845-93efff4b0354} oximeter.fields_uuid (91509b27-bbcc-4591-869b-16ff39158912): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:58.327121 [ 275 ] {2904fad5-0d20-4d0d-a845-93efff4b0354} executeQuery: Read 90 rows, 7.20 KiB in 0.001171 sec., 76857.38684884715 rows/sec., 6.00 MiB/sec. 2026.01.19 03:29:58.327159 [ 275 ] {2904fad5-0d20-4d0d-a845-93efff4b0354} TCPHandler: Processed in 0.001336451 sec. 2026.01.19 03:29:58.327272 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:58.327368 [ 275 ] {7a853181-e666-434d-a360-3c474498a430} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.19 03:29:58.327410 [ 275 ] {7a853181-e666-434d-a360-3c474498a430} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.19 03:29:58.327811 [ 275 ] {7a853181-e666-434d-a360-3c474498a430} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:58.327847 [ 275 ] {7a853181-e666-434d-a360-3c474498a430} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.19 03:29:58.328193 [ 275 ] {7a853181-e666-434d-a360-3c474498a430} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.19 03:29:58.328403 [ 275 ] {7a853181-e666-434d-a360-3c474498a430} oximeter.measurements_cumulativeu64 (7c746d51-03a9-472a-887d-14c4c99254b7): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:58.328531 [ 275 ] {7a853181-e666-434d-a360-3c474498a430} executeQuery: Read 160 rows, 11.41 KiB in 0.001182 sec., 135363.7901861252 rows/sec., 9.43 MiB/sec. 2026.01.19 03:29:58.328568 [ 275 ] {7a853181-e666-434d-a360-3c474498a430} TCPHandler: Processed in 0.001346431 sec. 2026.01.19 03:29:58.328689 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:58.328810 [ 275 ] {d7cba216-367a-40a0-96c1-2a292a8d8df3} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.19 03:29:58.328876 [ 275 ] {d7cba216-367a-40a0-96c1-2a292a8d8df3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.19 03:29:58.329806 [ 275 ] {d7cba216-367a-40a0-96c1-2a292a8d8df3} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:58.329843 [ 275 ] {d7cba216-367a-40a0-96c1-2a292a8d8df3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.19 03:29:58.330397 [ 275 ] {d7cba216-367a-40a0-96c1-2a292a8d8df3} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.19 03:29:58.330618 [ 275 ] {d7cba216-367a-40a0-96c1-2a292a8d8df3} oximeter.measurements_histogramu64 (34fa4ba6-efe7-4320-bd37-98a7be72fcee): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:58.330755 [ 275 ] {d7cba216-367a-40a0-96c1-2a292a8d8df3} executeQuery: Read 26 rows, 47.71 KiB in 0.00197 sec., 13197.969543147208 rows/sec., 23.65 MiB/sec. 2026.01.19 03:29:58.330815 [ 275 ] {d7cba216-367a-40a0-96c1-2a292a8d8df3} TCPHandler: Processed in 0.002188261 sec. 2026.01.19 03:29:58.330931 [ 275 ] {} TCP-Session: 375351ee-99b7-4c0c-89a8-7c2aff9235b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.19 03:29:58.331026 [ 275 ] {0e10e06b-2ad3-4808-aa21-86b90e587a97} executeQuery: (from [fd00:1122:3344:101::d]:38564) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.19 03:29:58.331067 [ 275 ] {0e10e06b-2ad3-4808-aa21-86b90e587a97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.19 03:29:58.331391 [ 275 ] {0e10e06b-2ad3-4808-aa21-86b90e587a97} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:58.331426 [ 275 ] {0e10e06b-2ad3-4808-aa21-86b90e587a97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.19 03:29:58.331730 [ 275 ] {0e10e06b-2ad3-4808-aa21-86b90e587a97} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.19 03:29:58.331935 [ 275 ] {0e10e06b-2ad3-4808-aa21-86b90e587a97} oximeter.measurements_u64 (7567afa5-92af-4eb5-bc44-c88f71293f11): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:58.332061 [ 275 ] {0e10e06b-2ad3-4808-aa21-86b90e587a97} executeQuery: Read 60 rows, 4.14 KiB in 0.001054 sec., 56925.99620493359 rows/sec., 3.84 MiB/sec. 2026.01.19 03:29:58.332096 [ 275 ] {0e10e06b-2ad3-4808-aa21-86b90e587a97} TCPHandler: Processed in 0.001216398 sec. 2026.01.19 03:29:59.310768 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 690 2026.01.19 03:29:59.313066 [ 242 ] {} system.query_log (11fc8e4a-c498-452c-9b91-f39c54690b92): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.19 03:29:59.313125 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2026.01.19 03:29:59.314352 [ 242 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.19 03:29:59.314624 [ 242 ] {} system.query_log (11fc8e4a-c498-452c-9b91-f39c54690b92): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.19 03:29:59.314997 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 690