[ Apr 3 04:27:18 Enabled. ] [ Apr 3 04:27:18 Rereading configuration. ] [ Apr 3 04:27:19 Rereading configuration. ] [ Apr 3 04:27:20 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 [ Apr 3 04:27:20 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.04.03 04:27:22.105800 [ 1 ] {} Application: Will watch for the process with pid 24488 2026.04.03 04:27:22.106221 [ 1 ] {} Application: Forked a child process to watch 2026.04.03 04:27:22.588490 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 24488 2026.04.03 04:27:22.589327 [ 1 ] {} Application: starting up 2026.04.03 04:27:22.589492 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.04.03 04:27:22.699769 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2026.04.03 04:27:22.749741 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.04.03 04:27:22.749883 [ 1 ] {} Application: Initializing DateLUT. 2026.04.03 04:27:22.749902 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.04.03 04:27:22.749975 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.04.03 04:27:22.750890 [ 1 ] {} Application: Initializing interserver credentials. 2026.04.03 04:27:22.753220 [ 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.04.03 04:27:22.754143 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.04.03 04:27:22.755082 [ 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.04.03 04:27:22.755164 [ 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.04.03 04:27:22.755217 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2026.04.03 04:27:22.755415 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.04.03 04:27:22.756381 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.04.03 04:27:22.762690 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.04.03 04:27:22.763415 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.04.03 04:27:22.764849 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.04.03 04:27:22.764950 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.04.03 04:27:22.765980 [ 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.04.03 04:27:22.766482 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.04.03 04:27:22.770891 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.04.03 04:27:22.771437 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.04.03 04:27:22.774880 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.04.03 04:27:22.775275 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.04.03 04:27:22.775672 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.04.03 04:27:22.776012 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.04.03 04:27:22.777622 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.04.03 04:27:22.777649 [ 1 ] {} Application: Loading metadata from /data/ 2026.04.03 04:27:22.777746 [ 168 ] {} DNSResolver: Updating DNS cache 2026.04.03 04:27:22.777847 [ 168 ] {} DNSResolver: Updated DNS cache 2026.04.03 04:27:22.800182 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.04.03 04:27:22.800213 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000195203 sec 2026.04.03 04:27:22.800279 [ 1 ] {} ReferentialDeps: No tables 2026.04.03 04:27:22.800329 [ 1 ] {} LoadingDeps: No tables 2026.04.03 04:27:22.801248 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.04.03 04:27:22.801922 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.04.03 04:27:22.812699 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.04.03 04:27:22.812756 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.04.03 04:27:22.812850 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.04.03 04:27:22.812865 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.04.03 04:27:22.812901 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.04.03 04:27:22.812976 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.04.03 04:27:22.817211 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.04.03 04:27:22.817265 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.04.03 04:27:22.817395 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.04.03 04:27:22.817576 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.04.03 04:27:22.817621 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.04.03 04:27:22.817635 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.04.03 04:27:22.817719 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.04.03 04:27:22.817733 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.04.03 04:27:22.817767 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.04.03 04:27:22.817855 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.04.03 04:27:22.841881 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.04.03 04:27:22.847371 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.04.03 04:27:22.847471 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000134212 sec 2026.04.03 04:27:22.847485 [ 1 ] {} ReferentialDeps: No tables 2026.04.03 04:27:22.847496 [ 1 ] {} LoadingDeps: No tables 2026.04.03 04:27:22.847523 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.04.03 04:27:22.847809 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.04.03 04:27:22.847920 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.04.03 04:27:22.847936 [ 1 ] {} Application: Loaded metadata. 2026.04.03 04:27:22.847947 [ 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.04.03 04:27:22.847958 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.04.03 04:27:22.852229 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.04.03 04:27:22.852494 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.77 MiB (RSS), difference: 91.99 MiB 2026.04.03 04:27:22.853974 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.45e-05 sec. 2026.04.03 04:27:22.854519 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.04.03 04:27:22.855970 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.04.03 04:27:22.855993 [ 1 ] {} Application: Ready for connections. 2026.04.03 04:27:23.000390 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 116.78 MiB, peak 116.78 MiB, free memory in arenas 0.00 B, will set to 118.30 MiB (RSS), difference: 1.52 MiB 2026.04.03 04:27:23.458921 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33447 2026.04.03 04:27:23.461091 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:23.461187 [ 3 ] {} TCP-Session: c8cd1a63-51dc-4176-9ca9-f657525673b2 Authenticating user 'default' from [fd00:1122:3344:101::b]:33447 2026.04.03 04:27:23.461339 [ 3 ] {} TCP-Session: c8cd1a63-51dc-4176-9ca9-f657525673b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:23.461354 [ 3 ] {} TCP-Session: c8cd1a63-51dc-4176-9ca9-f657525673b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:23.461458 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.04.03 04:27:23.461569 [ 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.04.03 04:27:23.461587 [ 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.04.03 04:27:23.468227 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50618 2026.04.03 04:27:23.468323 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42018 2026.04.03 04:27:23.468447 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:23.468515 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:23.468553 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:44173 2026.04.03 04:27:23.468554 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37292 2026.04.03 04:27:23.468612 [ 254 ] {} TCP-Session: ad37a048-f518-4247-aaf6-f9613ab6b80e Authenticating user 'default' from [fd00:1122:3344:101::b]:42018 2026.04.03 04:27:23.468594 [ 4 ] {} TCP-Session: 6a8d6166-d5e3-4081-8dec-8063d4a6912c Authenticating user 'default' from [fd00:1122:3344:101::b]:50618 2026.04.03 04:27:23.468709 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:23.468723 [ 254 ] {} TCP-Session: ad37a048-f518-4247-aaf6-f9613ab6b80e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:23.468757 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:23.468749 [ 5 ] {} TCP-Session: fe52d789-5608-40bf-b941-fcd69f697044 Authenticating user 'default' from [fd00:1122:3344:101::b]:44173 2026.04.03 04:27:23.468744 [ 4 ] {} TCP-Session: 6a8d6166-d5e3-4081-8dec-8063d4a6912c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:23.468859 [ 255 ] {} TCP-Session: 0eb013b0-7779-4529-83ab-0b503f0397ed Authenticating user 'default' from [fd00:1122:3344:101::b]:37292 2026.04.03 04:27:23.468843 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:43193 2026.04.03 04:27:23.468914 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:53202 2026.04.03 04:27:23.468930 [ 4 ] {} TCP-Session: 6a8d6166-d5e3-4081-8dec-8063d4a6912c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:23.468945 [ 255 ] {} TCP-Session: 0eb013b0-7779-4529-83ab-0b503f0397ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:23.468838 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57634 2026.04.03 04:27:23.469034 [ 255 ] {} TCP-Session: 0eb013b0-7779-4529-83ab-0b503f0397ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:23.468842 [ 5 ] {} TCP-Session: fe52d789-5608-40bf-b941-fcd69f697044 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:23.468832 [ 254 ] {} TCP-Session: ad37a048-f518-4247-aaf6-f9613ab6b80e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:23.469123 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:23.469167 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:23.469152 [ 5 ] {} TCP-Session: fe52d789-5608-40bf-b941-fcd69f697044 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:23.469233 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:23.469261 [ 258 ] {} TCP-Session: 48e10b96-4df7-4ce3-8034-fb2614f0c72b Authenticating user 'default' from [fd00:1122:3344:101::b]:53202 2026.04.03 04:27:23.469245 [ 256 ] {} TCP-Session: 6eb78b2c-1d9f-47fd-97bf-8c6611f2227d Authenticating user 'default' from [fd00:1122:3344:101::b]:43193 2026.04.03 04:27:23.469339 [ 257 ] {} TCP-Session: c5322a7e-6799-4ca3-8b9a-49cd9702a792 Authenticating user 'default' from [fd00:1122:3344:101::b]:57634 2026.04.03 04:27:23.469398 [ 258 ] {} TCP-Session: 48e10b96-4df7-4ce3-8034-fb2614f0c72b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:23.469422 [ 257 ] {} TCP-Session: c5322a7e-6799-4ca3-8b9a-49cd9702a792 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:23.469483 [ 256 ] {} TCP-Session: 6eb78b2c-1d9f-47fd-97bf-8c6611f2227d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:23.469526 [ 257 ] {} TCP-Session: c5322a7e-6799-4ca3-8b9a-49cd9702a792 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:23.469554 [ 256 ] {} TCP-Session: 6eb78b2c-1d9f-47fd-97bf-8c6611f2227d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:23.469511 [ 258 ] {} TCP-Session: 48e10b96-4df7-4ce3-8034-fb2614f0c72b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:23.950728 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:47696 2026.04.03 04:27:23.951402 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:23.951542 [ 259 ] {} TCP-Session: 61bbc38e-40c0-471a-adfc-579044861793 Authenticating user 'default' from [fd00:1122:3344:101::c]:47696 2026.04.03 04:27:23.951571 [ 259 ] {} TCP-Session: 61bbc38e-40c0-471a-adfc-579044861793 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:23.951670 [ 259 ] {} TCP-Session: 61bbc38e-40c0-471a-adfc-579044861793 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:23.951743 [ 259 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.04.03 04:27:23.951792 [ 259 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.04.03 04:27:23.951883 [ 259 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.04.03 04:27:23.953030 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48281 2026.04.03 04:27:23.953121 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45483 2026.04.03 04:27:23.953237 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:23.953302 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37818 2026.04.03 04:27:23.953323 [ 260 ] {} TCP-Session: 201a60ee-b413-4f5c-94c3-6f3467e269a4 Authenticating user 'default' from [fd00:1122:3344:101::c]:48281 2026.04.03 04:27:23.953338 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:23.953426 [ 261 ] {} TCP-Session: caee8c73-4d23-4ab5-8e66-ca5a25994226 Authenticating user 'default' from [fd00:1122:3344:101::c]:45483 2026.04.03 04:27:23.953453 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:64554 2026.04.03 04:27:23.953450 [ 260 ] {} TCP-Session: 201a60ee-b413-4f5c-94c3-6f3467e269a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:23.953554 [ 261 ] {} TCP-Session: caee8c73-4d23-4ab5-8e66-ca5a25994226 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:23.953588 [ 260 ] {} TCP-Session: 201a60ee-b413-4f5c-94c3-6f3467e269a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:23.953555 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:23.953562 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37819 2026.04.03 04:27:23.953717 [ 261 ] {} TCP-Session: caee8c73-4d23-4ab5-8e66-ca5a25994226 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:23.953768 [ 262 ] {} TCP-Session: 3f24762f-51fb-49ac-942b-694e754d1094 Authenticating user 'default' from [fd00:1122:3344:101::c]:37818 2026.04.03 04:27:23.953727 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:23.953829 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53263 2026.04.03 04:27:23.953871 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:23.953723 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50226 2026.04.03 04:27:23.953981 [ 263 ] {} TCP-Session: 52e96536-2f11-41ce-8ca1-0f5c6a7aad99 Authenticating user 'default' from [fd00:1122:3344:101::c]:64554 2026.04.03 04:27:23.954050 [ 264 ] {} TCP-Session: 8625cad2-6423-4665-a1a7-e82d6e14cd15 Authenticating user 'default' from [fd00:1122:3344:101::c]:37819 2026.04.03 04:27:23.954092 [ 262 ] {} TCP-Session: 3f24762f-51fb-49ac-942b-694e754d1094 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:23.954109 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:23.954055 [ 263 ] {} TCP-Session: 52e96536-2f11-41ce-8ca1-0f5c6a7aad99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:23.954197 [ 266 ] {} TCP-Session: 97d8caf5-7fee-42c0-bfa4-5f8693f6c6e7 Authenticating user 'default' from [fd00:1122:3344:101::c]:53263 2026.04.03 04:27:23.954222 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:23.954156 [ 264 ] {} TCP-Session: 8625cad2-6423-4665-a1a7-e82d6e14cd15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:23.954294 [ 265 ] {} TCP-Session: f0b55811-c033-4507-a9bd-ce5b0afcb779 Authenticating user 'default' from [fd00:1122:3344:101::c]:50226 2026.04.03 04:27:23.954272 [ 263 ] {} TCP-Session: 52e96536-2f11-41ce-8ca1-0f5c6a7aad99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:23.954320 [ 266 ] {} TCP-Session: 97d8caf5-7fee-42c0-bfa4-5f8693f6c6e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:23.954392 [ 265 ] {} TCP-Session: f0b55811-c033-4507-a9bd-ce5b0afcb779 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:23.954361 [ 264 ] {} TCP-Session: 8625cad2-6423-4665-a1a7-e82d6e14cd15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:23.954176 [ 262 ] {} TCP-Session: 3f24762f-51fb-49ac-942b-694e754d1094 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:23.954462 [ 266 ] {} TCP-Session: 97d8caf5-7fee-42c0-bfa4-5f8693f6c6e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:23.954548 [ 265 ] {} TCP-Session: f0b55811-c033-4507-a9bd-ce5b0afcb779 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:24.000303 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 118.40 MiB, peak 118.40 MiB, free memory in arenas 0.00 B, will set to 119.51 MiB (RSS), difference: 1.11 MiB 2026.04.03 04:27:24.177132 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35721 2026.04.03 04:27:24.177298 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:24.177332 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:35721 2026.04.03 04:27:24.177403 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:24.177558 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:24.177640 [ 267 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.04.03 04:27:24.177678 [ 267 ] {} 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.04.03 04:27:24.177807 [ 267 ] {} 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.04.03 04:27:24.178372 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39675 2026.04.03 04:27:24.178544 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40855 2026.04.03 04:27:24.178574 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:24.178739 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58010 2026.04.03 04:27:24.178818 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Authenticating user 'default' from [fd00:1122:3344:101::d]:39675 2026.04.03 04:27:24.178829 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:24.178853 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:24.178985 [ 269 ] {} TCP-Session: cc7b2f16-48b4-4c73-82c0-3cfe5fd3dffc Authenticating user 'default' from [fd00:1122:3344:101::d]:40855 2026.04.03 04:27:24.179010 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:24.179028 [ 269 ] {} TCP-Session: cc7b2f16-48b4-4c73-82c0-3cfe5fd3dffc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:24.179008 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:24.178981 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52935 2026.04.03 04:27:24.179206 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54925 2026.04.03 04:27:24.179248 [ 270 ] {} TCP-Session: 968df81a-df94-46bb-99da-ab9df06dc22f Authenticating user 'default' from [fd00:1122:3344:101::d]:58010 2026.04.03 04:27:24.179298 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55485 2026.04.03 04:27:24.179213 [ 269 ] {} TCP-Session: cc7b2f16-48b4-4c73-82c0-3cfe5fd3dffc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:24.179408 [ 270 ] {} TCP-Session: 968df81a-df94-46bb-99da-ab9df06dc22f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:24.179475 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54478 2026.04.03 04:27:24.179452 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:24.179548 [ 270 ] {} TCP-Session: 968df81a-df94-46bb-99da-ab9df06dc22f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:24.179586 [ 271 ] {} TCP-Session: 03a6f2fd-f8a2-475f-b6fe-4934b9332049 Authenticating user 'default' from [fd00:1122:3344:101::d]:52935 2026.04.03 04:27:24.179693 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59305 2026.04.03 04:27:24.179707 [ 271 ] {} TCP-Session: 03a6f2fd-f8a2-475f-b6fe-4934b9332049 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:24.179759 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:24.179800 [ 271 ] {} TCP-Session: 03a6f2fd-f8a2-475f-b6fe-4934b9332049 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:24.179723 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:24.179884 [ 273 ] {} TCP-Session: 259568ea-989c-4479-baf0-e567b3ac7821 Authenticating user 'default' from [fd00:1122:3344:101::d]:55485 2026.04.03 04:27:24.179947 [ 272 ] {} TCP-Session: ec907f71-d9ac-49c7-bb66-ce69dde429ba Authenticating user 'default' from [fd00:1122:3344:101::d]:54925 2026.04.03 04:27:24.179955 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:24.179957 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:24.180034 [ 272 ] {} TCP-Session: ec907f71-d9ac-49c7-bb66-ce69dde429ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:24.180032 [ 275 ] {} TCP-Session: b978f63a-19dc-4971-ad9d-e52ea90c0909 Authenticating user 'default' from [fd00:1122:3344:101::d]:59305 2026.04.03 04:27:24.180002 [ 273 ] {} TCP-Session: 259568ea-989c-4479-baf0-e567b3ac7821 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:24.180153 [ 272 ] {} TCP-Session: ec907f71-d9ac-49c7-bb66-ce69dde429ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:24.180145 [ 275 ] {} TCP-Session: b978f63a-19dc-4971-ad9d-e52ea90c0909 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:24.180135 [ 274 ] {} TCP-Session: b8772693-28fa-4c12-8c46-51f400af87f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:54478 2026.04.03 04:27:24.180265 [ 275 ] {} TCP-Session: b978f63a-19dc-4971-ad9d-e52ea90c0909 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:24.180255 [ 273 ] {} TCP-Session: 259568ea-989c-4479-baf0-e567b3ac7821 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:24.180385 [ 274 ] {} TCP-Session: b8772693-28fa-4c12-8c46-51f400af87f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:24.180604 [ 274 ] {} TCP-Session: b8772693-28fa-4c12-8c46-51f400af87f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:24.187980 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:24.191594 [ 267 ] {4098515e-ddbf-4987-86ae-e3f785ccb737} executeQuery: (from [fd00:1122:3344:101::d]:35721) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.03 04:27:24.285659 [ 267 ] {4098515e-ddbf-4987-86ae-e3f785ccb737} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:35721) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.04.03 04:27:24.286877 [ 267 ] {4098515e-ddbf-4987-86ae-e3f785ccb737} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.04.03 04:27:24.287153 [ 267 ] {4098515e-ddbf-4987-86ae-e3f785ccb737} TCPHandler: Processed in 0.106128113 sec. 2026.04.03 04:27:24.287646 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:24.288012 [ 268 ] {4f39c3a9-3084-4d0e-89b1-f5881c732412} executeQuery: (from [fd00:1122:3344:101::d]:39675) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.03 04:27:24.288384 [ 268 ] {4f39c3a9-3084-4d0e-89b1-f5881c732412} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:39675) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.04.03 04:27:24.288846 [ 268 ] {4f39c3a9-3084-4d0e-89b1-f5881c732412} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.04.03 04:27:24.289116 [ 268 ] {4f39c3a9-3084-4d0e-89b1-f5881c732412} TCPHandler: Processed in 0.001662533 sec. 2026.04.03 04:27:24.289416 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:24.290182 [ 267 ] {1c67267f-b36d-42c3-84f7-971b4e8ea539} executeQuery: (from [fd00:1122:3344:101::d]:35721) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.04.03 04:27:24.290942 [ 267 ] {1c67267f-b36d-42c3-84f7-971b4e8ea539} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.04.03 04:27:24.292611 [ 267 ] {1c67267f-b36d-42c3-84f7-971b4e8ea539} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.04.03 04:27:24.292633 [ 267 ] {1c67267f-b36d-42c3-84f7-971b4e8ea539} TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.4291e-05 sec 2026.04.03 04:27:24.292756 [ 267 ] {1c67267f-b36d-42c3-84f7-971b4e8ea539} ReferentialDeps: No tables 2026.04.03 04:27:24.292768 [ 267 ] {1c67267f-b36d-42c3-84f7-971b4e8ea539} LoadingDeps: No tables 2026.04.03 04:27:24.292791 [ 267 ] {1c67267f-b36d-42c3-84f7-971b4e8ea539} DatabaseAtomic (oximeter): Starting up tables. 2026.04.03 04:27:24.293519 [ 267 ] {1c67267f-b36d-42c3-84f7-971b4e8ea539} TCPHandler: Processed in 0.004210994 sec. 2026.04.03 04:27:24.293779 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:24.293932 [ 267 ] {28e96b36-797c-4c89-94a0-2d80e86f8aca} executeQuery: (from [fd00:1122:3344:101::d]:35721) /* 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.04.03 04:27:24.294073 [ 267 ] {28e96b36-797c-4c89-94a0-2d80e86f8aca} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.04.03 04:27:24.299469 [ 267 ] {28e96b36-797c-4c89-94a0-2d80e86f8aca} StoragePolicy (default): Storage policy default created, total volumes 1 2026.04.03 04:27:24.300972 [ 267 ] {28e96b36-797c-4c89-94a0-2d80e86f8aca} oximeter.version (f3ec663d-8f3e-42fa-b6e3-3fdd1d26ddca): Loading data parts 2026.04.03 04:27:24.302068 [ 267 ] {28e96b36-797c-4c89-94a0-2d80e86f8aca} oximeter.version (f3ec663d-8f3e-42fa-b6e3-3fdd1d26ddca): There are no data parts 2026.04.03 04:27:24.308883 [ 267 ] {28e96b36-797c-4c89-94a0-2d80e86f8aca} TCPHandler: Processed in 0.015150439 sec. 2026.04.03 04:27:24.309094 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:24.309397 [ 267 ] {a1f5fbae-6fd7-44cf-8fa1-51857f67c1a7} executeQuery: (from [fd00:1122:3344:101::d]:35721) /* 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.04.03 04:27:24.309544 [ 267 ] {a1f5fbae-6fd7-44cf-8fa1-51857f67c1a7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.04.03 04:27:24.324027 [ 267 ] {a1f5fbae-6fd7-44cf-8fa1-51857f67c1a7} oximeter.measurements_bool (7a4435ad-bf4a-469e-8112-fe09f152620b): Loading data parts 2026.04.03 04:27:24.324289 [ 267 ] {a1f5fbae-6fd7-44cf-8fa1-51857f67c1a7} oximeter.measurements_bool (7a4435ad-bf4a-469e-8112-fe09f152620b): There are no data parts 2026.04.03 04:27:24.328827 [ 267 ] {a1f5fbae-6fd7-44cf-8fa1-51857f67c1a7} TCPHandler: Processed in 0.019807371 sec. 2026.04.03 04:27:24.329078 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:24.329256 [ 267 ] {99961f5d-7857-4cdf-8dc2-d7844a99d88e} executeQuery: (from [fd00:1122:3344:101::d]:35721) 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.04.03 04:27:24.329391 [ 267 ] {99961f5d-7857-4cdf-8dc2-d7844a99d88e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.04.03 04:27:24.335058 [ 267 ] {99961f5d-7857-4cdf-8dc2-d7844a99d88e} oximeter.measurements_i8 (589e4b22-5818-4035-a506-dc8ccd03674a): Loading data parts 2026.04.03 04:27:24.335355 [ 267 ] {99961f5d-7857-4cdf-8dc2-d7844a99d88e} oximeter.measurements_i8 (589e4b22-5818-4035-a506-dc8ccd03674a): There are no data parts 2026.04.03 04:27:24.336940 [ 267 ] {99961f5d-7857-4cdf-8dc2-d7844a99d88e} TCPHandler: Processed in 0.007920867 sec. 2026.04.03 04:27:24.337088 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:24.337328 [ 267 ] {47ca076e-d15a-4858-a083-0a104694b1d7} executeQuery: (from [fd00:1122:3344:101::d]:35721) 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.04.03 04:27:24.337422 [ 267 ] {47ca076e-d15a-4858-a083-0a104694b1d7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.04.03 04:27:24.343023 [ 267 ] {47ca076e-d15a-4858-a083-0a104694b1d7} oximeter.measurements_u8 (99673782-a72d-4a6c-8b5e-c58e27dd1edf): Loading data parts 2026.04.03 04:27:24.343196 [ 267 ] {47ca076e-d15a-4858-a083-0a104694b1d7} oximeter.measurements_u8 (99673782-a72d-4a6c-8b5e-c58e27dd1edf): There are no data parts 2026.04.03 04:27:24.345901 [ 267 ] {47ca076e-d15a-4858-a083-0a104694b1d7} TCPHandler: Processed in 0.008861204 sec. 2026.04.03 04:27:24.346174 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:24.346334 [ 267 ] {ac973042-8f3f-4b09-9cae-98ce726dcee4} executeQuery: (from [fd00:1122:3344:101::d]:35721) 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.04.03 04:27:24.346468 [ 267 ] {ac973042-8f3f-4b09-9cae-98ce726dcee4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.04.03 04:27:24.350198 [ 267 ] {ac973042-8f3f-4b09-9cae-98ce726dcee4} oximeter.measurements_i16 (3f4e1857-8a07-4bd2-a230-b9597cc531c5): Loading data parts 2026.04.03 04:27:24.350472 [ 267 ] {ac973042-8f3f-4b09-9cae-98ce726dcee4} oximeter.measurements_i16 (3f4e1857-8a07-4bd2-a230-b9597cc531c5): There are no data parts 2026.04.03 04:27:24.353255 [ 267 ] {ac973042-8f3f-4b09-9cae-98ce726dcee4} TCPHandler: Processed in 0.00713121 sec. 2026.04.03 04:27:24.353406 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:24.353675 [ 267 ] {cb4cf2f8-2c79-408e-b701-8947859ecd99} executeQuery: (from [fd00:1122:3344:101::d]:35721) 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.04.03 04:27:24.353718 [ 267 ] {cb4cf2f8-2c79-408e-b701-8947859ecd99} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.04.03 04:27:24.360115 [ 267 ] {cb4cf2f8-2c79-408e-b701-8947859ecd99} oximeter.measurements_u16 (5420c05d-fb61-43f9-a9f1-8432b8648784): Loading data parts 2026.04.03 04:27:24.360276 [ 267 ] {cb4cf2f8-2c79-408e-b701-8947859ecd99} oximeter.measurements_u16 (5420c05d-fb61-43f9-a9f1-8432b8648784): There are no data parts 2026.04.03 04:27:24.364776 [ 267 ] {cb4cf2f8-2c79-408e-b701-8947859ecd99} TCPHandler: Processed in 0.011416745 sec. 2026.04.03 04:27:24.365039 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:24.365199 [ 267 ] {e375d6b2-6fdc-47c8-9724-8a0ecb7a7a74} executeQuery: (from [fd00:1122:3344:101::d]:35721) 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.04.03 04:27:24.365333 [ 267 ] {e375d6b2-6fdc-47c8-9724-8a0ecb7a7a74} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.04.03 04:27:24.367394 [ 267 ] {e375d6b2-6fdc-47c8-9724-8a0ecb7a7a74} oximeter.measurements_i32 (cd0fc34d-2958-41dc-8a94-e4a2a3f7608f): Loading data parts 2026.04.03 04:27:24.367649 [ 267 ] {e375d6b2-6fdc-47c8-9724-8a0ecb7a7a74} oximeter.measurements_i32 (cd0fc34d-2958-41dc-8a94-e4a2a3f7608f): There are no data parts 2026.04.03 04:27:24.371879 [ 267 ] {e375d6b2-6fdc-47c8-9724-8a0ecb7a7a74} TCPHandler: Processed in 0.006887956 sec. 2026.04.03 04:27:24.372035 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:24.372282 [ 267 ] {0d02ce0d-310e-496e-977c-1d6a4710db6d} executeQuery: (from [fd00:1122:3344:101::d]:35721) 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.04.03 04:27:24.372328 [ 267 ] {0d02ce0d-310e-496e-977c-1d6a4710db6d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.04.03 04:27:24.374400 [ 267 ] {0d02ce0d-310e-496e-977c-1d6a4710db6d} oximeter.measurements_u32 (e0104dae-c1da-41de-b032-a36358ba37e2): Loading data parts 2026.04.03 04:27:24.374559 [ 267 ] {0d02ce0d-310e-496e-977c-1d6a4710db6d} oximeter.measurements_u32 (e0104dae-c1da-41de-b032-a36358ba37e2): There are no data parts 2026.04.03 04:27:24.379829 [ 267 ] {0d02ce0d-310e-496e-977c-1d6a4710db6d} TCPHandler: Processed in 0.007842264 sec. 2026.04.03 04:27:24.380087 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:24.380244 [ 267 ] {fa6f9081-8083-4ff7-8948-421540393c89} executeQuery: (from [fd00:1122:3344:101::d]:35721) 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.04.03 04:27:24.380374 [ 267 ] {fa6f9081-8083-4ff7-8948-421540393c89} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.04.03 04:27:24.382424 [ 267 ] {fa6f9081-8083-4ff7-8948-421540393c89} oximeter.measurements_i64 (bff7ff44-e5d7-4574-b21e-6255f44340f2): Loading data parts 2026.04.03 04:27:24.382640 [ 267 ] {fa6f9081-8083-4ff7-8948-421540393c89} oximeter.measurements_i64 (bff7ff44-e5d7-4574-b21e-6255f44340f2): There are no data parts 2026.04.03 04:27:24.386544 [ 267 ] {fa6f9081-8083-4ff7-8948-421540393c89} TCPHandler: Processed in 0.006506069 sec. 2026.04.03 04:27:24.386720 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:24.387010 [ 267 ] {69fcb43f-6886-40ea-a414-9b22c8a79e2d} executeQuery: (from [fd00:1122:3344:101::d]:35721) 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.04.03 04:27:24.387054 [ 267 ] {69fcb43f-6886-40ea-a414-9b22c8a79e2d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.04.03 04:27:24.389086 [ 267 ] {69fcb43f-6886-40ea-a414-9b22c8a79e2d} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Loading data parts 2026.04.03 04:27:24.389256 [ 267 ] {69fcb43f-6886-40ea-a414-9b22c8a79e2d} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): There are no data parts 2026.04.03 04:27:24.393479 [ 267 ] {69fcb43f-6886-40ea-a414-9b22c8a79e2d} TCPHandler: Processed in 0.006817855 sec. 2026.04.03 04:27:24.393760 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:24.393942 [ 267 ] {9b8c2e88-8ece-4980-83de-cb21960c0b79} executeQuery: (from [fd00:1122:3344:101::d]:35721) 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.04.03 04:27:24.394092 [ 267 ] {9b8c2e88-8ece-4980-83de-cb21960c0b79} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.04.03 04:27:24.399797 [ 267 ] {9b8c2e88-8ece-4980-83de-cb21960c0b79} oximeter.measurements_f32 (fe64a764-2e37-485b-8ab8-d7364ede672a): Loading data parts 2026.04.03 04:27:24.400052 [ 267 ] {9b8c2e88-8ece-4980-83de-cb21960c0b79} oximeter.measurements_f32 (fe64a764-2e37-485b-8ab8-d7364ede672a): There are no data parts 2026.04.03 04:27:24.406040 [ 267 ] {9b8c2e88-8ece-4980-83de-cb21960c0b79} TCPHandler: Processed in 0.012334623 sec. 2026.04.03 04:27:24.406191 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:24.406453 [ 267 ] {f4f7bde2-4430-4708-ab9e-5fc1e578571d} executeQuery: (from [fd00:1122:3344:101::d]:35721) 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.04.03 04:27:24.406497 [ 267 ] {f4f7bde2-4430-4708-ab9e-5fc1e578571d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.04.03 04:27:24.411801 [ 267 ] {f4f7bde2-4430-4708-ab9e-5fc1e578571d} oximeter.measurements_f64 (9437292b-5c9a-44b9-8553-0e3548b5b082): Loading data parts 2026.04.03 04:27:24.411970 [ 267 ] {f4f7bde2-4430-4708-ab9e-5fc1e578571d} oximeter.measurements_f64 (9437292b-5c9a-44b9-8553-0e3548b5b082): There are no data parts 2026.04.03 04:27:24.414554 [ 267 ] {f4f7bde2-4430-4708-ab9e-5fc1e578571d} TCPHandler: Processed in 0.008412406 sec. 2026.04.03 04:27:24.414812 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:24.414973 [ 267 ] {48349877-bf18-4819-b5e5-1018ef0c984b} executeQuery: (from [fd00:1122:3344:101::d]:35721) 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.04.03 04:27:24.415099 [ 267 ] {48349877-bf18-4819-b5e5-1018ef0c984b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.04.03 04:27:24.418813 [ 267 ] {48349877-bf18-4819-b5e5-1018ef0c984b} oximeter.measurements_string (65bfcd66-5b91-4a0e-8d33-58156046683a): Loading data parts 2026.04.03 04:27:24.419073 [ 267 ] {48349877-bf18-4819-b5e5-1018ef0c984b} oximeter.measurements_string (65bfcd66-5b91-4a0e-8d33-58156046683a): There are no data parts 2026.04.03 04:27:24.421473 [ 267 ] {48349877-bf18-4819-b5e5-1018ef0c984b} TCPHandler: Processed in 0.006710942 sec. 2026.04.03 04:27:24.421680 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:24.421987 [ 267 ] {2cb17923-7c5a-4460-a9f4-0fdc58604775} executeQuery: (from [fd00:1122:3344:101::d]:35721) 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.04.03 04:27:24.422123 [ 267 ] {2cb17923-7c5a-4460-a9f4-0fdc58604775} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.04.03 04:27:24.425519 [ 267 ] {2cb17923-7c5a-4460-a9f4-0fdc58604775} oximeter.measurements_bytes (9de48899-dfd0-446c-9942-17b349b9e59c): Loading data parts 2026.04.03 04:27:24.425902 [ 267 ] {2cb17923-7c5a-4460-a9f4-0fdc58604775} oximeter.measurements_bytes (9de48899-dfd0-446c-9942-17b349b9e59c): There are no data parts 2026.04.03 04:27:24.427988 [ 267 ] {2cb17923-7c5a-4460-a9f4-0fdc58604775} TCPHandler: Processed in 0.006357745 sec. 2026.04.03 04:27:24.428142 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:24.428454 [ 267 ] {55c2b3ff-2783-42df-9a8b-4120428c70d6} executeQuery: (from [fd00:1122:3344:101::d]:35721) 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.04.03 04:27:24.428607 [ 267 ] {55c2b3ff-2783-42df-9a8b-4120428c70d6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.04.03 04:27:24.432107 [ 267 ] {55c2b3ff-2783-42df-9a8b-4120428c70d6} oximeter.measurements_cumulativei64 (57da7559-efab-418a-bed1-e6ed56cee79d): Loading data parts 2026.04.03 04:27:24.432308 [ 267 ] {55c2b3ff-2783-42df-9a8b-4120428c70d6} oximeter.measurements_cumulativei64 (57da7559-efab-418a-bed1-e6ed56cee79d): There are no data parts 2026.04.03 04:27:24.434681 [ 267 ] {55c2b3ff-2783-42df-9a8b-4120428c70d6} TCPHandler: Processed in 0.0065862 sec. 2026.04.03 04:27:24.434837 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:24.434997 [ 267 ] {bd6428be-3aaf-445c-8cad-b1bf371876c3} executeQuery: (from [fd00:1122:3344:101::d]:35721) 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.04.03 04:27:24.435125 [ 267 ] {bd6428be-3aaf-445c-8cad-b1bf371876c3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.04.03 04:27:24.440735 [ 267 ] {bd6428be-3aaf-445c-8cad-b1bf371876c3} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Loading data parts 2026.04.03 04:27:24.440922 [ 267 ] {bd6428be-3aaf-445c-8cad-b1bf371876c3} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): There are no data parts 2026.04.03 04:27:24.447398 [ 267 ] {bd6428be-3aaf-445c-8cad-b1bf371876c3} TCPHandler: Processed in 0.012606369 sec. 2026.04.03 04:27:24.447725 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:24.447919 [ 267 ] {92fa3e3e-9493-4d66-a9bb-ffa8a54b5f2f} executeQuery: (from [fd00:1122:3344:101::d]:35721) 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.04.03 04:27:24.448052 [ 267 ] {92fa3e3e-9493-4d66-a9bb-ffa8a54b5f2f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.04.03 04:27:24.453453 [ 267 ] {92fa3e3e-9493-4d66-a9bb-ffa8a54b5f2f} oximeter.measurements_cumulativef32 (aad47b2a-f31d-49c0-b018-1b4849948645): Loading data parts 2026.04.03 04:27:24.453724 [ 267 ] {92fa3e3e-9493-4d66-a9bb-ffa8a54b5f2f} oximeter.measurements_cumulativef32 (aad47b2a-f31d-49c0-b018-1b4849948645): There are no data parts 2026.04.03 04:27:24.457893 [ 267 ] {92fa3e3e-9493-4d66-a9bb-ffa8a54b5f2f} TCPHandler: Processed in 0.010241912 sec. 2026.04.03 04:27:24.458065 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:24.458476 [ 267 ] {25b61f05-109a-4868-99a0-0f131a132f6a} executeQuery: (from [fd00:1122:3344:101::d]:35721) 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.04.03 04:27:24.458620 [ 267 ] {25b61f05-109a-4868-99a0-0f131a132f6a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.04.03 04:27:24.461053 [ 267 ] {25b61f05-109a-4868-99a0-0f131a132f6a} oximeter.measurements_cumulativef64 (68ece147-7873-4622-8ae0-2972b0da04a6): Loading data parts 2026.04.03 04:27:24.461218 [ 267 ] {25b61f05-109a-4868-99a0-0f131a132f6a} oximeter.measurements_cumulativef64 (68ece147-7873-4622-8ae0-2972b0da04a6): There are no data parts 2026.04.03 04:27:24.464909 [ 267 ] {25b61f05-109a-4868-99a0-0f131a132f6a} TCPHandler: Processed in 0.006899696 sec. 2026.04.03 04:27:24.465069 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:24.465314 [ 267 ] {dd2db08f-4779-4535-bd16-e62b81e4ee07} executeQuery: (from [fd00:1122:3344:101::d]:35721) 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.04.03 04:27:24.465591 [ 267 ] {dd2db08f-4779-4535-bd16-e62b81e4ee07} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.04.03 04:27:24.467933 [ 267 ] {dd2db08f-4779-4535-bd16-e62b81e4ee07} oximeter.measurements_histogrami8 (d70be75e-2dbc-4d06-8d15-eb714faca926): Loading data parts 2026.04.03 04:27:24.468195 [ 267 ] {dd2db08f-4779-4535-bd16-e62b81e4ee07} oximeter.measurements_histogrami8 (d70be75e-2dbc-4d06-8d15-eb714faca926): There are no data parts 2026.04.03 04:27:24.472312 [ 267 ] {dd2db08f-4779-4535-bd16-e62b81e4ee07} TCPHandler: Processed in 0.007295264 sec. 2026.04.03 04:27:24.472482 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:24.472821 [ 267 ] {12cdc4d0-352d-41af-9a2b-03db8cdd296c} executeQuery: (from [fd00:1122:3344:101::d]:35721) 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.04.03 04:27:24.472974 [ 267 ] {12cdc4d0-352d-41af-9a2b-03db8cdd296c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.04.03 04:27:24.475381 [ 267 ] {12cdc4d0-352d-41af-9a2b-03db8cdd296c} oximeter.measurements_histogramu8 (16193ee1-dee1-4042-8c65-233cbcc80894): Loading data parts 2026.04.03 04:27:24.475583 [ 267 ] {12cdc4d0-352d-41af-9a2b-03db8cdd296c} oximeter.measurements_histogramu8 (16193ee1-dee1-4042-8c65-233cbcc80894): There are no data parts 2026.04.03 04:27:24.481839 [ 267 ] {12cdc4d0-352d-41af-9a2b-03db8cdd296c} TCPHandler: Processed in 0.009432926 sec. 2026.04.03 04:27:24.482121 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:24.482339 [ 267 ] {80effa24-8e1e-4905-9626-24fd9c4b297f} executeQuery: (from [fd00:1122:3344:101::d]:35721) 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.04.03 04:27:24.482544 [ 267 ] {80effa24-8e1e-4905-9626-24fd9c4b297f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.04.03 04:27:24.488512 [ 267 ] {80effa24-8e1e-4905-9626-24fd9c4b297f} oximeter.measurements_histogrami16 (0136c381-0337-44e3-bc76-40d86c3f774b): Loading data parts 2026.04.03 04:27:24.488833 [ 267 ] {80effa24-8e1e-4905-9626-24fd9c4b297f} oximeter.measurements_histogrami16 (0136c381-0337-44e3-bc76-40d86c3f774b): There are no data parts 2026.04.03 04:27:24.494983 [ 267 ] {80effa24-8e1e-4905-9626-24fd9c4b297f} TCPHandler: Processed in 0.012884104 sec. 2026.04.03 04:27:24.495148 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:24.495527 [ 267 ] {db8b17c9-7940-4a06-b767-d398f110224b} executeQuery: (from [fd00:1122:3344:101::d]:35721) 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.04.03 04:27:24.495760 [ 267 ] {db8b17c9-7940-4a06-b767-d398f110224b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.04.03 04:27:24.502066 [ 267 ] {db8b17c9-7940-4a06-b767-d398f110224b} oximeter.measurements_histogramu16 (38023943-73a6-4b69-8bc1-18db3936be62): Loading data parts 2026.04.03 04:27:24.502258 [ 267 ] {db8b17c9-7940-4a06-b767-d398f110224b} oximeter.measurements_histogramu16 (38023943-73a6-4b69-8bc1-18db3936be62): There are no data parts 2026.04.03 04:27:24.506539 [ 267 ] {db8b17c9-7940-4a06-b767-d398f110224b} TCPHandler: Processed in 0.011443806 sec. 2026.04.03 04:27:24.506803 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:24.507023 [ 267 ] {30b86c2f-7071-4d42-96c7-3024f73492ce} executeQuery: (from [fd00:1122:3344:101::d]:35721) 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.04.03 04:27:24.507160 [ 267 ] {30b86c2f-7071-4d42-96c7-3024f73492ce} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.04.03 04:27:24.509373 [ 267 ] {30b86c2f-7071-4d42-96c7-3024f73492ce} oximeter.measurements_histogrami32 (9fc16b27-89b3-4005-8070-9c7b04abbfdb): Loading data parts 2026.04.03 04:27:24.509630 [ 267 ] {30b86c2f-7071-4d42-96c7-3024f73492ce} oximeter.measurements_histogrami32 (9fc16b27-89b3-4005-8070-9c7b04abbfdb): There are no data parts 2026.04.03 04:27:24.513259 [ 267 ] {30b86c2f-7071-4d42-96c7-3024f73492ce} TCPHandler: Processed in 0.006507958 sec. 2026.04.03 04:27:24.513410 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:24.513718 [ 267 ] {8065900e-d837-406d-ba13-edae38aa4057} executeQuery: (from [fd00:1122:3344:101::d]:35721) 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.04.03 04:27:24.513854 [ 267 ] {8065900e-d837-406d-ba13-edae38aa4057} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.04.03 04:27:24.519516 [ 267 ] {8065900e-d837-406d-ba13-edae38aa4057} oximeter.measurements_histogramu32 (39a6c72e-47e9-4199-9122-78dadc405960): Loading data parts 2026.04.03 04:27:24.519778 [ 267 ] {8065900e-d837-406d-ba13-edae38aa4057} oximeter.measurements_histogramu32 (39a6c72e-47e9-4199-9122-78dadc405960): There are no data parts 2026.04.03 04:27:24.522473 [ 267 ] {8065900e-d837-406d-ba13-edae38aa4057} TCPHandler: Processed in 0.00911221 sec. 2026.04.03 04:27:24.522737 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:24.523003 [ 267 ] {b0a4e8d9-c718-45ed-b9a5-2a7d43c80149} executeQuery: (from [fd00:1122:3344:101::d]:35721) 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.04.03 04:27:24.523152 [ 267 ] {b0a4e8d9-c718-45ed-b9a5-2a7d43c80149} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.04.03 04:27:24.527075 [ 267 ] {b0a4e8d9-c718-45ed-b9a5-2a7d43c80149} oximeter.measurements_histogrami64 (6712a56c-0733-486a-86e2-bce3235f0cfc): Loading data parts 2026.04.03 04:27:24.527318 [ 267 ] {b0a4e8d9-c718-45ed-b9a5-2a7d43c80149} oximeter.measurements_histogrami64 (6712a56c-0733-486a-86e2-bce3235f0cfc): There are no data parts 2026.04.03 04:27:24.533347 [ 267 ] {b0a4e8d9-c718-45ed-b9a5-2a7d43c80149} TCPHandler: Processed in 0.010673211 sec. 2026.04.03 04:27:24.533495 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:24.533801 [ 267 ] {9b1b916b-3fe9-4b50-b2c0-a1d279091e6d} executeQuery: (from [fd00:1122:3344:101::d]:35721) 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.04.03 04:27:24.533943 [ 267 ] {9b1b916b-3fe9-4b50-b2c0-a1d279091e6d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.04.03 04:27:24.539202 [ 267 ] {9b1b916b-3fe9-4b50-b2c0-a1d279091e6d} oximeter.measurements_histogramu64 (4a5f49cb-97be-4b78-98a9-ca04f4d82229): Loading data parts 2026.04.03 04:27:24.539389 [ 267 ] {9b1b916b-3fe9-4b50-b2c0-a1d279091e6d} oximeter.measurements_histogramu64 (4a5f49cb-97be-4b78-98a9-ca04f4d82229): There are no data parts 2026.04.03 04:27:24.541758 [ 267 ] {9b1b916b-3fe9-4b50-b2c0-a1d279091e6d} TCPHandler: Processed in 0.008311294 sec. 2026.04.03 04:27:24.542039 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:24.542251 [ 267 ] {d9e407d7-a5c2-4470-b316-77d01b657c09} executeQuery: (from [fd00:1122:3344:101::d]:35721) 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.04.03 04:27:24.542383 [ 267 ] {d9e407d7-a5c2-4470-b316-77d01b657c09} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.04.03 04:27:24.545854 [ 267 ] {d9e407d7-a5c2-4470-b316-77d01b657c09} oximeter.measurements_histogramf32 (d69741f1-cd0e-4216-9460-17ad6f8ecc84): Loading data parts 2026.04.03 04:27:24.546178 [ 267 ] {d9e407d7-a5c2-4470-b316-77d01b657c09} oximeter.measurements_histogramf32 (d69741f1-cd0e-4216-9460-17ad6f8ecc84): There are no data parts 2026.04.03 04:27:24.548379 [ 267 ] {d9e407d7-a5c2-4470-b316-77d01b657c09} TCPHandler: Processed in 0.006389116 sec. 2026.04.03 04:27:24.548535 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:24.548836 [ 267 ] {57390915-66d0-47ba-8d2c-4c4138a76744} executeQuery: (from [fd00:1122:3344:101::d]:35721) 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.04.03 04:27:24.548981 [ 267 ] {57390915-66d0-47ba-8d2c-4c4138a76744} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.04.03 04:27:24.552430 [ 267 ] {57390915-66d0-47ba-8d2c-4c4138a76744} oximeter.measurements_histogramf64 (0a82e0ec-5f7d-4b76-ad58-133888479d53): Loading data parts 2026.04.03 04:27:24.552640 [ 267 ] {57390915-66d0-47ba-8d2c-4c4138a76744} oximeter.measurements_histogramf64 (0a82e0ec-5f7d-4b76-ad58-133888479d53): There are no data parts 2026.04.03 04:27:24.555318 [ 267 ] {57390915-66d0-47ba-8d2c-4c4138a76744} TCPHandler: Processed in 0.006830915 sec. 2026.04.03 04:27:24.555579 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:24.555812 [ 267 ] {ed063c8c-bee5-4c92-82fc-aa6ad59088cb} executeQuery: (from [fd00:1122:3344:101::d]:35721) /* 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.04.03 04:27:24.555978 [ 267 ] {ed063c8c-bee5-4c92-82fc-aa6ad59088cb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.04.03 04:27:24.562383 [ 267 ] {ed063c8c-bee5-4c92-82fc-aa6ad59088cb} oximeter.fields_bool (8fd73607-3595-4a8c-a4a0-6a38bc988d0c): Loading data parts 2026.04.03 04:27:24.562566 [ 267 ] {ed063c8c-bee5-4c92-82fc-aa6ad59088cb} oximeter.fields_bool (8fd73607-3595-4a8c-a4a0-6a38bc988d0c): There are no data parts 2026.04.03 04:27:24.568307 [ 267 ] {ed063c8c-bee5-4c92-82fc-aa6ad59088cb} TCPHandler: Processed in 0.012778992 sec. 2026.04.03 04:27:24.568466 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:24.568634 [ 267 ] {6f233d7f-2496-47b6-86e3-15b2a3412f11} executeQuery: (from [fd00:1122:3344:101::d]:35721) 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.04.03 04:27:24.568755 [ 267 ] {6f233d7f-2496-47b6-86e3-15b2a3412f11} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.04.03 04:27:24.572039 [ 267 ] {6f233d7f-2496-47b6-86e3-15b2a3412f11} oximeter.fields_i8 (a721ba83-daf9-45cd-abdc-6db7be3e6f43): Loading data parts 2026.04.03 04:27:24.572235 [ 267 ] {6f233d7f-2496-47b6-86e3-15b2a3412f11} oximeter.fields_i8 (a721ba83-daf9-45cd-abdc-6db7be3e6f43): There are no data parts 2026.04.03 04:27:24.574045 [ 267 ] {6f233d7f-2496-47b6-86e3-15b2a3412f11} TCPHandler: Processed in 0.005635001 sec. 2026.04.03 04:27:24.574284 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:24.574445 [ 267 ] {38b70028-f874-47fc-8e65-3534f296ba9d} executeQuery: (from [fd00:1122:3344:101::d]:35721) 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.04.03 04:27:24.574561 [ 267 ] {38b70028-f874-47fc-8e65-3534f296ba9d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.04.03 04:27:24.578745 [ 267 ] {38b70028-f874-47fc-8e65-3534f296ba9d} oximeter.fields_u8 (83b86529-4bdb-41f2-a718-74025d6ddd30): Loading data parts 2026.04.03 04:27:24.578926 [ 267 ] {38b70028-f874-47fc-8e65-3534f296ba9d} oximeter.fields_u8 (83b86529-4bdb-41f2-a718-74025d6ddd30): There are no data parts 2026.04.03 04:27:24.583419 [ 267 ] {38b70028-f874-47fc-8e65-3534f296ba9d} TCPHandler: Processed in 0.009184542 sec. 2026.04.03 04:27:24.583568 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:24.583725 [ 267 ] {1f03a690-42b3-492e-a27d-ec1895be1896} executeQuery: (from [fd00:1122:3344:101::d]:35721) 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.04.03 04:27:24.583862 [ 267 ] {1f03a690-42b3-492e-a27d-ec1895be1896} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.04.03 04:27:24.587648 [ 267 ] {1f03a690-42b3-492e-a27d-ec1895be1896} oximeter.fields_i16 (9eea47d2-df2b-4527-be52-1284769a16c9): Loading data parts 2026.04.03 04:27:24.587873 [ 267 ] {1f03a690-42b3-492e-a27d-ec1895be1896} oximeter.fields_i16 (9eea47d2-df2b-4527-be52-1284769a16c9): There are no data parts 2026.04.03 04:27:24.591765 [ 267 ] {1f03a690-42b3-492e-a27d-ec1895be1896} TCPHandler: Processed in 0.008245262 sec. 2026.04.03 04:27:24.592139 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:24.592300 [ 267 ] {1db23c8f-422c-480c-a289-c25a66b7d939} executeQuery: (from [fd00:1122:3344:101::d]:35721) 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.04.03 04:27:24.592433 [ 267 ] {1db23c8f-422c-480c-a289-c25a66b7d939} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.04.03 04:27:24.597423 [ 267 ] {1db23c8f-422c-480c-a289-c25a66b7d939} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Loading data parts 2026.04.03 04:27:24.597740 [ 267 ] {1db23c8f-422c-480c-a289-c25a66b7d939} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): There are no data parts 2026.04.03 04:27:24.599452 [ 267 ] {1db23c8f-422c-480c-a289-c25a66b7d939} TCPHandler: Processed in 0.007363515 sec. 2026.04.03 04:27:24.599617 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:24.599851 [ 267 ] {d25b36b8-536b-4dba-ab87-abdc1f61435a} executeQuery: (from [fd00:1122:3344:101::d]:35721) 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.04.03 04:27:24.599894 [ 267 ] {d25b36b8-536b-4dba-ab87-abdc1f61435a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.04.03 04:27:24.602719 [ 267 ] {d25b36b8-536b-4dba-ab87-abdc1f61435a} oximeter.fields_i32 (a843facb-8680-4f3e-b2dd-7713edb3f573): Loading data parts 2026.04.03 04:27:24.602921 [ 267 ] {d25b36b8-536b-4dba-ab87-abdc1f61435a} oximeter.fields_i32 (a843facb-8680-4f3e-b2dd-7713edb3f573): There are no data parts 2026.04.03 04:27:24.604964 [ 267 ] {d25b36b8-536b-4dba-ab87-abdc1f61435a} TCPHandler: Processed in 0.005399687 sec. 2026.04.03 04:27:24.605195 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:24.605353 [ 267 ] {97c3cbfe-f4b4-47d2-a72e-d4803299d8f7} executeQuery: (from [fd00:1122:3344:101::d]:35721) 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.04.03 04:27:24.605464 [ 267 ] {97c3cbfe-f4b4-47d2-a72e-d4803299d8f7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.04.03 04:27:24.608277 [ 267 ] {97c3cbfe-f4b4-47d2-a72e-d4803299d8f7} oximeter.fields_u32 (ef1f3134-1ec0-4c33-acfc-a59b11cf61da): Loading data parts 2026.04.03 04:27:24.608568 [ 267 ] {97c3cbfe-f4b4-47d2-a72e-d4803299d8f7} oximeter.fields_u32 (ef1f3134-1ec0-4c33-acfc-a59b11cf61da): There are no data parts 2026.04.03 04:27:24.610899 [ 267 ] {97c3cbfe-f4b4-47d2-a72e-d4803299d8f7} TCPHandler: Processed in 0.005752883 sec. 2026.04.03 04:27:24.611060 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:24.611313 [ 267 ] {71bf18f9-9e17-4534-b0bd-728488c0de54} executeQuery: (from [fd00:1122:3344:101::d]:35721) 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.04.03 04:27:24.611401 [ 267 ] {71bf18f9-9e17-4534-b0bd-728488c0de54} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.04.03 04:27:24.614147 [ 267 ] {71bf18f9-9e17-4534-b0bd-728488c0de54} oximeter.fields_i64 (24abd573-5024-4786-bf93-4194d51d3715): Loading data parts 2026.04.03 04:27:24.614305 [ 267 ] {71bf18f9-9e17-4534-b0bd-728488c0de54} oximeter.fields_i64 (24abd573-5024-4786-bf93-4194d51d3715): There are no data parts 2026.04.03 04:27:24.616110 [ 267 ] {71bf18f9-9e17-4534-b0bd-728488c0de54} TCPHandler: Processed in 0.00510003 sec. 2026.04.03 04:27:24.616416 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:24.616577 [ 267 ] {f4248c65-e444-4813-9018-13639f0afd98} executeQuery: (from [fd00:1122:3344:101::d]:35721) 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.04.03 04:27:24.616693 [ 267 ] {f4248c65-e444-4813-9018-13639f0afd98} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.04.03 04:27:24.620812 [ 267 ] {f4248c65-e444-4813-9018-13639f0afd98} oximeter.fields_u64 (481cf10c-d64c-484f-bdb2-cc50da998ce4): Loading data parts 2026.04.03 04:27:24.621057 [ 267 ] {f4248c65-e444-4813-9018-13639f0afd98} oximeter.fields_u64 (481cf10c-d64c-484f-bdb2-cc50da998ce4): There are no data parts 2026.04.03 04:27:24.624163 [ 267 ] {f4248c65-e444-4813-9018-13639f0afd98} TCPHandler: Processed in 0.007794584 sec. 2026.04.03 04:27:24.624332 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:24.624602 [ 267 ] {f8fbde12-0c31-4619-9c4e-ef2109041295} executeQuery: (from [fd00:1122:3344:101::d]:35721) 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.04.03 04:27:24.624726 [ 267 ] {f8fbde12-0c31-4619-9c4e-ef2109041295} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.04.03 04:27:24.630142 [ 267 ] {f8fbde12-0c31-4619-9c4e-ef2109041295} oximeter.fields_ipaddr (4dbf6b0b-78ff-42ed-9e98-89b262336374): Loading data parts 2026.04.03 04:27:24.630332 [ 267 ] {f8fbde12-0c31-4619-9c4e-ef2109041295} oximeter.fields_ipaddr (4dbf6b0b-78ff-42ed-9e98-89b262336374): There are no data parts 2026.04.03 04:27:24.633823 [ 267 ] {f8fbde12-0c31-4619-9c4e-ef2109041295} TCPHandler: Processed in 0.009553908 sec. 2026.04.03 04:27:24.634011 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:24.634170 [ 267 ] {3da04afc-8970-44ec-8a52-1095ed4efb91} executeQuery: (from [fd00:1122:3344:101::d]:35721) 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.04.03 04:27:24.634286 [ 267 ] {3da04afc-8970-44ec-8a52-1095ed4efb91} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.04.03 04:27:24.636211 [ 267 ] {3da04afc-8970-44ec-8a52-1095ed4efb91} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Loading data parts 2026.04.03 04:27:24.636509 [ 267 ] {3da04afc-8970-44ec-8a52-1095ed4efb91} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): There are no data parts 2026.04.03 04:27:24.639502 [ 267 ] {3da04afc-8970-44ec-8a52-1095ed4efb91} TCPHandler: Processed in 0.00554921 sec. 2026.04.03 04:27:24.639678 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:24.639958 [ 267 ] {a3a1b0a5-0fc9-4637-b124-53ad9247b903} executeQuery: (from [fd00:1122:3344:101::d]:35721) 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.04.03 04:27:24.640072 [ 267 ] {a3a1b0a5-0fc9-4637-b124-53ad9247b903} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.04.03 04:27:24.644433 [ 267 ] {a3a1b0a5-0fc9-4637-b124-53ad9247b903} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Loading data parts 2026.04.03 04:27:24.644641 [ 267 ] {a3a1b0a5-0fc9-4637-b124-53ad9247b903} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): There are no data parts 2026.04.03 04:27:24.646911 [ 267 ] {a3a1b0a5-0fc9-4637-b124-53ad9247b903} TCPHandler: Processed in 0.007292044 sec. 2026.04.03 04:27:24.647098 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:24.647352 [ 267 ] {942b73e3-1eb7-4083-8e70-dbe660f827bf} executeQuery: (from [fd00:1122:3344:101::d]:35721) /* 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.04.03 04:27:24.647497 [ 267 ] {942b73e3-1eb7-4083-8e70-dbe660f827bf} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.04.03 04:27:24.651196 [ 267 ] {942b73e3-1eb7-4083-8e70-dbe660f827bf} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af): Loading data parts 2026.04.03 04:27:24.651339 [ 267 ] {942b73e3-1eb7-4083-8e70-dbe660f827bf} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af): There are no data parts 2026.04.03 04:27:24.654799 [ 267 ] {942b73e3-1eb7-4083-8e70-dbe660f827bf} TCPHandler: Processed in 0.007750083 sec. 2026.04.03 04:27:24.655159 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:24.655453 [ 268 ] {e05cabcb-908c-4ed7-aa61-2f615493e346} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.04.03 04:27:24.656822 [ 268 ] {e05cabcb-908c-4ed7-aa61-2f615493e346} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.04.03 04:27:24.673590 [ 277 ] {e05cabcb-908c-4ed7-aa61-2f615493e346} oximeter.version (f3ec663d-8f3e-42fa-b6e3-3fdd1d26ddca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:27:24.673647 [ 277 ] {e05cabcb-908c-4ed7-aa61-2f615493e346} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. 2026.04.03 04:27:24.679009 [ 277 ] {e05cabcb-908c-4ed7-aa61-2f615493e346} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.03 04:27:24.679541 [ 277 ] {e05cabcb-908c-4ed7-aa61-2f615493e346} oximeter.version (f3ec663d-8f3e-42fa-b6e3-3fdd1d26ddca): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:27:24.679818 [ 268 ] {e05cabcb-908c-4ed7-aa61-2f615493e346} executeQuery: Read 1 rows, 16.00 B in 0.024505 sec., 40.807998367680064 rows/sec., 652.93 B/sec. 2026.04.03 04:27:24.680229 [ 268 ] {e05cabcb-908c-4ed7-aa61-2f615493e346} TCPHandler: Processed in 0.025193297 sec. 2026.04.03 04:27:24.790537 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48927 2026.04.03 04:27:24.794658 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:24.794701 [ 278 ] {} TCP-Session: b7f145ac-484b-4b9b-bc9a-f983f7935ef8 Authenticating user 'default' from [fd00:1122:3344:101::a]:48927 2026.04.03 04:27:24.794867 [ 278 ] {} TCP-Session: b7f145ac-484b-4b9b-bc9a-f983f7935ef8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:24.794881 [ 278 ] {} TCP-Session: b7f145ac-484b-4b9b-bc9a-f983f7935ef8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:24.794946 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.04.03 04:27:24.795038 [ 278 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.04.03 04:27:24.795057 [ 278 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.04.03 04:27:24.799666 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39538 2026.04.03 04:27:24.799747 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39653 2026.04.03 04:27:24.799818 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:38625 2026.04.03 04:27:24.799912 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:24.799951 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61850 2026.04.03 04:27:24.799992 [ 279 ] {} TCP-Session: c9313a63-6303-4c5d-af53-6bcd07c326a9 Authenticating user 'default' from [fd00:1122:3344:101::a]:39538 2026.04.03 04:27:24.800056 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:45124 2026.04.03 04:27:24.800191 [ 279 ] {} TCP-Session: c9313a63-6303-4c5d-af53-6bcd07c326a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:24.800216 [ 279 ] {} TCP-Session: c9313a63-6303-4c5d-af53-6bcd07c326a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:24.800240 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:63092 2026.04.03 04:27:24.800315 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:24.800351 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:24.800358 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:24.800406 [ 282 ] {} TCP-Session: d11971e5-b24f-40b5-892c-947a7999420e Authenticating user 'default' from [fd00:1122:3344:101::a]:61850 2026.04.03 04:27:24.800464 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:36313 2026.04.03 04:27:24.800383 [ 280 ] {} TCP-Session: 65c42a94-fa30-40de-95ec-9a0a50d00311 Authenticating user 'default' from [fd00:1122:3344:101::a]:39653 2026.04.03 04:27:24.800570 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:24.800618 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:24.800538 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:24.800698 [ 285 ] {} TCP-Session: 5ed2f371-2451-459f-9fc2-73556bc2a2a9 Authenticating user 'default' from [fd00:1122:3344:101::a]:36313 2026.04.03 04:27:24.800748 [ 283 ] {} TCP-Session: 6efa75a8-e298-4de3-9881-4bc64dbe7653 Authenticating user 'default' from [fd00:1122:3344:101::a]:45124 2026.04.03 04:27:24.800726 [ 284 ] {} TCP-Session: 45157656-fd0f-4331-afd2-a4b562d3618d Authenticating user 'default' from [fd00:1122:3344:101::a]:63092 2026.04.03 04:27:24.800528 [ 281 ] {} TCP-Session: 89088bb0-efe8-4d63-a83c-8fe83925ba19 Authenticating user 'default' from [fd00:1122:3344:101::a]:38625 2026.04.03 04:27:24.800886 [ 284 ] {} TCP-Session: 45157656-fd0f-4331-afd2-a4b562d3618d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:24.800905 [ 283 ] {} TCP-Session: 6efa75a8-e298-4de3-9881-4bc64dbe7653 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:24.800875 [ 285 ] {} TCP-Session: 5ed2f371-2451-459f-9fc2-73556bc2a2a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:24.800951 [ 281 ] {} TCP-Session: 89088bb0-efe8-4d63-a83c-8fe83925ba19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:24.800974 [ 284 ] {} TCP-Session: 45157656-fd0f-4331-afd2-a4b562d3618d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:24.800962 [ 283 ] {} TCP-Session: 6efa75a8-e298-4de3-9881-4bc64dbe7653 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:24.801048 [ 281 ] {} TCP-Session: 89088bb0-efe8-4d63-a83c-8fe83925ba19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:24.801037 [ 285 ] {} TCP-Session: 5ed2f371-2451-459f-9fc2-73556bc2a2a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:24.800523 [ 282 ] {} TCP-Session: d11971e5-b24f-40b5-892c-947a7999420e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:24.800689 [ 280 ] {} TCP-Session: 65c42a94-fa30-40de-95ec-9a0a50d00311 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:24.801423 [ 282 ] {} TCP-Session: d11971e5-b24f-40b5-892c-947a7999420e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:24.801439 [ 280 ] {} TCP-Session: 65c42a94-fa30-40de-95ec-9a0a50d00311 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:25.000229 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 126.91 MiB, peak 126.91 MiB, free memory in arenas 0.00 B, will set to 139.66 MiB (RSS), difference: 12.75 MiB 2026.04.03 04:27:30.318240 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.04.03 04:27:30.318274 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2026.04.03 04:27:30.318378 [ 244 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.04.03 04:27:30.318581 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.04.03 04:27:30.322627 [ 245 ] {} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f): Loading data parts 2026.04.03 04:27:30.322892 [ 245 ] {} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f): There are no data parts 2026.04.03 04:27:30.330529 [ 245 ] {} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:27:30.330575 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. 2026.04.03 04:27:30.341610 [ 245 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.03 04:27:30.342364 [ 245 ] {} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:27:30.342544 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2026.04.03 04:27:30.345243 [ 244 ] {} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5): Loading data parts 2026.04.03 04:27:30.345747 [ 244 ] {} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5): There are no data parts 2026.04.03 04:27:30.373962 [ 244 ] {} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:27:30.374032 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. 2026.04.03 04:27:30.380810 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.03 04:27:30.385486 [ 244 ] {} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:27:30.390911 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2026.04.03 04:27:31.001119 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 144.86 MiB, peak 148.86 MiB, free memory in arenas 0.00 B, will set to 153.90 MiB (RSS), difference: 9.04 MiB 2026.04.03 04:27:31.501660 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64333 2026.04.03 04:27:31.505888 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:31.505954 [ 286 ] {} TCP-Session: 4a5cd15b-e55f-407b-a4dd-bd0c17c0d03b Authenticating user 'default' from [fd00:1122:3344:101::e]:64333 2026.04.03 04:27:31.506044 [ 286 ] {} TCP-Session: 4a5cd15b-e55f-407b-a4dd-bd0c17c0d03b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:31.506113 [ 286 ] {} TCP-Session: 4a5cd15b-e55f-407b-a4dd-bd0c17c0d03b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:31.506168 [ 286 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.04.03 04:27:31.506193 [ 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.04.03 04:27:31.506321 [ 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.04.03 04:27:31.506759 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47676 2026.04.03 04:27:31.506927 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55068 2026.04.03 04:27:31.506935 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40917 2026.04.03 04:27:31.507061 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:31.507158 [ 287 ] {} TCP-Session: e9c2f6bb-fe1e-45d7-b26c-8757f0b20302 Authenticating user 'default' from [fd00:1122:3344:101::e]:47676 2026.04.03 04:27:31.507183 [ 287 ] {} TCP-Session: e9c2f6bb-fe1e-45d7-b26c-8757f0b20302 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:31.507228 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50482 2026.04.03 04:27:31.507315 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:31.507368 [ 287 ] {} TCP-Session: e9c2f6bb-fe1e-45d7-b26c-8757f0b20302 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:31.507396 [ 288 ] {} TCP-Session: f96eee24-b88e-47b6-9c33-37bf9e6b0b1b Authenticating user 'default' from [fd00:1122:3344:101::e]:40917 2026.04.03 04:27:31.507425 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44920 2026.04.03 04:27:31.507416 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44791 2026.04.03 04:27:31.507523 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64547 2026.04.03 04:27:31.507545 [ 288 ] {} TCP-Session: f96eee24-b88e-47b6-9c33-37bf9e6b0b1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:31.507572 [ 288 ] {} TCP-Session: f96eee24-b88e-47b6-9c33-37bf9e6b0b1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:31.507702 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49519 2026.04.03 04:27:31.507972 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:31.508040 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:31.508083 [ 292 ] {} TCP-Session: 3b0ad944-9ed5-4967-a7b4-b753d94b0dc1 Authenticating user 'default' from [fd00:1122:3344:101::e]:44791 2026.04.03 04:27:31.508090 [ 293 ] {} TCP-Session: 052c1436-440d-44f8-9559-c1107cf68a1c Authenticating user 'default' from [fd00:1122:3344:101::e]:64547 2026.04.03 04:27:31.508111 [ 292 ] {} TCP-Session: 3b0ad944-9ed5-4967-a7b4-b753d94b0dc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:31.508124 [ 293 ] {} TCP-Session: 052c1436-440d-44f8-9559-c1107cf68a1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:31.508192 [ 292 ] {} TCP-Session: 3b0ad944-9ed5-4967-a7b4-b753d94b0dc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:31.508209 [ 293 ] {} TCP-Session: 052c1436-440d-44f8-9559-c1107cf68a1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:31.508207 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:31.508254 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:31.508286 [ 291 ] {} TCP-Session: 4b7a8fc6-1a3f-45bb-9022-943ebcefb2c2 Authenticating user 'default' from [fd00:1122:3344:101::e]:44920 2026.04.03 04:27:31.508304 [ 294 ] {} TCP-Session: c752c56d-3aa4-4dfc-8861-30cc5070d3d4 Authenticating user 'default' from [fd00:1122:3344:101::e]:49519 2026.04.03 04:27:31.508318 [ 291 ] {} TCP-Session: 4b7a8fc6-1a3f-45bb-9022-943ebcefb2c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:31.508345 [ 294 ] {} TCP-Session: c752c56d-3aa4-4dfc-8861-30cc5070d3d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:31.508348 [ 291 ] {} TCP-Session: 4b7a8fc6-1a3f-45bb-9022-943ebcefb2c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:31.508373 [ 294 ] {} TCP-Session: c752c56d-3aa4-4dfc-8861-30cc5070d3d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:31.508383 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:31.508385 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:31.508436 [ 290 ] {} TCP-Session: cde50aad-9c00-4a4e-aeb0-8337bfd920c4 Authenticating user 'default' from [fd00:1122:3344:101::e]:50482 2026.04.03 04:27:31.508449 [ 289 ] {} TCP-Session: 66182b31-718b-4d80-907b-23832f39a6f0 Authenticating user 'default' from [fd00:1122:3344:101::e]:55068 2026.04.03 04:27:31.508469 [ 290 ] {} TCP-Session: cde50aad-9c00-4a4e-aeb0-8337bfd920c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:31.508476 [ 289 ] {} TCP-Session: 66182b31-718b-4d80-907b-23832f39a6f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:31.508506 [ 289 ] {} TCP-Session: 66182b31-718b-4d80-907b-23832f39a6f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:31.508511 [ 290 ] {} TCP-Session: cde50aad-9c00-4a4e-aeb0-8337bfd920c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:31.508518 [ 286 ] {} TCP-Session: 4a5cd15b-e55f-407b-a4dd-bd0c17c0d03b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:31.508749 [ 286 ] {0e479ac8-98c4-4622-9f05-e4073ced00a7} executeQuery: (from [fd00:1122:3344:101::e]:64333) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.03 04:27:31.511318 [ 286 ] {0e479ac8-98c4-4622-9f05-e4073ced00a7} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.03 04:27:31.515716 [ 286 ] {0e479ac8-98c4-4622-9f05-e4073ced00a7} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:27:31.527129 [ 286 ] {0e479ac8-98c4-4622-9f05-e4073ced00a7} oximeter.version (f3ec663d-8f3e-42fa-b6e3-3fdd1d26ddca) (SelectExecutor): Key condition: unknown 2026.04.03 04:27:31.539601 [ 296 ] {0e479ac8-98c4-4622-9f05-e4073ced00a7} AggregatingTransform: Aggregating 2026.04.03 04:27:31.539784 [ 296 ] {0e479ac8-98c4-4622-9f05-e4073ced00a7} Aggregator: Aggregation method: without_key 2026.04.03 04:27:31.540653 [ 296 ] {0e479ac8-98c4-4622-9f05-e4073ced00a7} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.004938907 sec. (202.474 rows/sec., 7.91 KiB/sec.) 2026.04.03 04:27:31.540683 [ 296 ] {0e479ac8-98c4-4622-9f05-e4073ced00a7} Aggregator: Merging aggregated data 2026.04.03 04:27:31.540716 [ 296 ] {0e479ac8-98c4-4622-9f05-e4073ced00a7} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2026.04.03 04:27:31.542000 [ 286 ] {0e479ac8-98c4-4622-9f05-e4073ced00a7} executeQuery: Read 1 rows, 40.00 B in 0.033317 sec., 30.014707206531202 rows/sec., 1.17 KiB/sec. 2026.04.03 04:27:31.542189 [ 286 ] {0e479ac8-98c4-4622-9f05-e4073ced00a7} TCPHandler: Processed in 0.033831787 sec. 2026.04.03 04:27:31.548001 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.03 04:27:31.548062 [ 287 ] {} TCPHandler: Done processing connection. 2026.04.03 04:27:31.548087 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.03 04:27:31.548112 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.03 04:27:31.548149 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.03 04:27:31.548181 [ 294 ] {} TCP-Session: c752c56d-3aa4-4dfc-8861-30cc5070d3d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:31.548199 [ 289 ] {} TCP-Session: 66182b31-718b-4d80-907b-23832f39a6f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:31.548209 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.03 04:27:31.548246 [ 288 ] {} TCP-Session: f96eee24-b88e-47b6-9c33-37bf9e6b0b1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:31.548247 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.03 04:27:31.548308 [ 292 ] {} TCP-Session: 3b0ad944-9ed5-4967-a7b4-b753d94b0dc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:31.548263 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.03 04:27:31.548343 [ 290 ] {} TCP-Session: cde50aad-9c00-4a4e-aeb0-8337bfd920c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:31.548170 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.03 04:27:31.548392 [ 293 ] {} TCP-Session: 052c1436-440d-44f8-9559-c1107cf68a1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:31.548153 [ 287 ] {} TCP-Session: e9c2f6bb-fe1e-45d7-b26c-8757f0b20302 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:31.548461 [ 291 ] {} TCP-Session: 4b7a8fc6-1a3f-45bb-9022-943ebcefb2c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:31.548074 [ 286 ] {} TCP-Session: 4a5cd15b-e55f-407b-a4dd-bd0c17c0d03b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:32.000376 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 154.15 MiB, peak 162.26 MiB, free memory in arenas 0.00 B, will set to 158.05 MiB (RSS), difference: 3.90 MiB 2026.04.03 04:27:32.818143 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90 2026.04.03 04:27:32.818241 [ 243 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2026.04.03 04:27:32.823092 [ 243 ] {} system.query_log (7212dc63-7bc5-4d34-8e52-a96490942866): Loading data parts 2026.04.03 04:27:32.823300 [ 243 ] {} system.query_log (7212dc63-7bc5-4d34-8e52-a96490942866): There are no data parts 2026.04.03 04:27:32.832365 [ 243 ] {} system.query_log (7212dc63-7bc5-4d34-8e52-a96490942866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:27:32.832412 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. 2026.04.03 04:27:32.836990 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.03 04:27:32.837613 [ 243 ] {} system.query_log (7212dc63-7bc5-4d34-8e52-a96490942866): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:27:32.837932 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 90 2026.04.03 04:27:33.000226 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 162.24 MiB, peak 162.26 MiB, free memory in arenas 0.00 B, will set to 159.11 MiB (RSS), difference: -3.13 MiB 2026.04.03 04:27:37.778105 [ 76 ] {} DNSResolver: Updating DNS cache 2026.04.03 04:27:37.778172 [ 76 ] {} DNSResolver: Updated DNS cache 2026.04.03 04:27:37.842745 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 445 entries to flush up to offset 994 2026.04.03 04:27:37.850232 [ 245 ] {} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:27:37.850296 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. 2026.04.03 04:27:37.851011 [ 245 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.03 04:27:37.851576 [ 245 ] {} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:27:37.853803 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 994 2026.04.03 04:27:37.891311 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2026.04.03 04:27:37.901241 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49237 2026.04.03 04:27:37.901341 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:37.901367 [ 286 ] {} TCP-Session: d4cacdbe-c43b-44eb-8e3f-5afe8f514bc2 Authenticating user 'default' from [fd00:1122:3344:101::e]:49237 2026.04.03 04:27:37.901389 [ 286 ] {} TCP-Session: d4cacdbe-c43b-44eb-8e3f-5afe8f514bc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:37.901401 [ 286 ] {} TCP-Session: d4cacdbe-c43b-44eb-8e3f-5afe8f514bc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:37.901589 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63903 2026.04.03 04:27:37.901619 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52769 2026.04.03 04:27:37.901642 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53759 2026.04.03 04:27:37.901665 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58424 2026.04.03 04:27:37.901704 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34225 2026.04.03 04:27:37.901706 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:37.901693 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54281 2026.04.03 04:27:37.901755 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:37.901771 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:37.901802 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:37.901802 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:37.901829 [ 289 ] {} TCP-Session: dc5c2a9e-d6db-4532-8496-768b5b2a1e7d Authenticating user 'default' from [fd00:1122:3344:101::e]:53759 2026.04.03 04:27:37.901841 [ 290 ] {} TCP-Session: 98fb02cb-30c3-451f-ad4b-8b16de0979b8 Authenticating user 'default' from [fd00:1122:3344:101::e]:58424 2026.04.03 04:27:37.901853 [ 294 ] {} TCP-Session: e019724c-f0bf-46d3-ad9a-73c4ae028a9b Authenticating user 'default' from [fd00:1122:3344:101::e]:34225 2026.04.03 04:27:37.901871 [ 289 ] {} TCP-Session: dc5c2a9e-d6db-4532-8496-768b5b2a1e7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:37.901885 [ 290 ] {} TCP-Session: 98fb02cb-30c3-451f-ad4b-8b16de0979b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:37.901888 [ 294 ] {} TCP-Session: e019724c-f0bf-46d3-ad9a-73c4ae028a9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:37.901898 [ 289 ] {} TCP-Session: dc5c2a9e-d6db-4532-8496-768b5b2a1e7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:37.901916 [ 294 ] {} TCP-Session: e019724c-f0bf-46d3-ad9a-73c4ae028a9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:37.901909 [ 290 ] {} TCP-Session: 98fb02cb-30c3-451f-ad4b-8b16de0979b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:37.901849 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:37.901813 [ 288 ] {} TCP-Session: 5f39952d-ba95-40a0-bc59-a135808005ec Authenticating user 'default' from [fd00:1122:3344:101::e]:52769 2026.04.03 04:27:37.901996 [ 293 ] {} TCP-Session: b6916e10-3d9d-4954-a1d3-4f9af60e6f37 Authenticating user 'default' from [fd00:1122:3344:101::e]:54281 2026.04.03 04:27:37.901768 [ 287 ] {} TCP-Session: 144171cd-a4b2-466f-927e-775173624f3d Authenticating user 'default' from [fd00:1122:3344:101::e]:63903 2026.04.03 04:27:37.902025 [ 293 ] {} TCP-Session: b6916e10-3d9d-4954-a1d3-4f9af60e6f37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:37.902023 [ 288 ] {} TCP-Session: 5f39952d-ba95-40a0-bc59-a135808005ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:37.902053 [ 293 ] {} TCP-Session: b6916e10-3d9d-4954-a1d3-4f9af60e6f37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:37.902071 [ 288 ] {} TCP-Session: 5f39952d-ba95-40a0-bc59-a135808005ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:37.902049 [ 287 ] {} TCP-Session: 144171cd-a4b2-466f-927e-775173624f3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:37.901697 [ 286 ] {} TCP-Session: d4cacdbe-c43b-44eb-8e3f-5afe8f514bc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:37.902122 [ 287 ] {} TCP-Session: 144171cd-a4b2-466f-927e-775173624f3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:37.901685 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54676 2026.04.03 04:27:37.901673 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48587 2026.04.03 04:27:37.902287 [ 286 ] {3d34ac88-701d-4c1b-b453-8bbe5b669c12} executeQuery: (from [fd00:1122:3344:101::e]:49237) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.03 04:27:37.902311 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:37.902341 [ 292 ] {} TCP-Session: d77cc5cd-d668-4ef9-9486-ccdd2d30c776 Authenticating user 'default' from [fd00:1122:3344:101::e]:54676 2026.04.03 04:27:37.902358 [ 292 ] {} TCP-Session: d77cc5cd-d668-4ef9-9486-ccdd2d30c776 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:37.902367 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:37.902371 [ 292 ] {} TCP-Session: d77cc5cd-d668-4ef9-9486-ccdd2d30c776 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:37.902403 [ 291 ] {} TCP-Session: e3581213-2662-4e4a-b20d-c50e50b4c983 Authenticating user 'default' from [fd00:1122:3344:101::e]:48587 2026.04.03 04:27:37.902426 [ 291 ] {} TCP-Session: e3581213-2662-4e4a-b20d-c50e50b4c983 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:37.902438 [ 291 ] {} TCP-Session: e3581213-2662-4e4a-b20d-c50e50b4c983 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:37.902526 [ 286 ] {3d34ac88-701d-4c1b-b453-8bbe5b669c12} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.03 04:27:37.902584 [ 286 ] {3d34ac88-701d-4c1b-b453-8bbe5b669c12} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:27:37.902874 [ 286 ] {3d34ac88-701d-4c1b-b453-8bbe5b669c12} oximeter.version (f3ec663d-8f3e-42fa-b6e3-3fdd1d26ddca) (SelectExecutor): Key condition: unknown 2026.04.03 04:27:37.903808 [ 308 ] {3d34ac88-701d-4c1b-b453-8bbe5b669c12} AggregatingTransform: Aggregating 2026.04.03 04:27:37.903854 [ 308 ] {3d34ac88-701d-4c1b-b453-8bbe5b669c12} Aggregator: Aggregation method: without_key 2026.04.03 04:27:37.903899 [ 308 ] {3d34ac88-701d-4c1b-b453-8bbe5b669c12} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000932388 sec. (1072.515 rows/sec., 41.90 KiB/sec.) 2026.04.03 04:27:37.903922 [ 308 ] {3d34ac88-701d-4c1b-b453-8bbe5b669c12} Aggregator: Merging aggregated data 2026.04.03 04:27:37.905158 [ 286 ] {3d34ac88-701d-4c1b-b453-8bbe5b669c12} executeQuery: Read 1 rows, 40.00 B in 0.002921 sec., 342.3485107839781 rows/sec., 13.37 KiB/sec. 2026.04.03 04:27:37.905305 [ 286 ] {3d34ac88-701d-4c1b-b453-8bbe5b669c12} TCPHandler: Processed in 0.003728343 sec. 2026.04.03 04:27:37.905410 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.03 04:27:37.905447 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.03 04:27:37.905448 [ 286 ] {} TCP-Session: d4cacdbe-c43b-44eb-8e3f-5afe8f514bc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:37.905475 [ 287 ] {} TCPHandler: Done processing connection. 2026.04.03 04:27:37.905489 [ 294 ] {} TCP-Session: e019724c-f0bf-46d3-ad9a-73c4ae028a9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:37.905500 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.03 04:27:37.905530 [ 287 ] {} TCP-Session: 144171cd-a4b2-466f-927e-775173624f3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:37.905525 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.03 04:27:37.905545 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.03 04:27:37.905571 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.03 04:27:37.905599 [ 289 ] {} TCP-Session: dc5c2a9e-d6db-4532-8496-768b5b2a1e7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:37.905614 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.03 04:27:37.905640 [ 292 ] {} TCP-Session: d77cc5cd-d668-4ef9-9486-ccdd2d30c776 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:37.905622 [ 288 ] {} TCP-Session: 5f39952d-ba95-40a0-bc59-a135808005ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:37.905672 [ 293 ] {} TCP-Session: b6916e10-3d9d-4954-a1d3-4f9af60e6f37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:37.905606 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.03 04:27:37.905555 [ 291 ] {} TCP-Session: e3581213-2662-4e4a-b20d-c50e50b4c983 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:37.905741 [ 290 ] {} TCP-Session: 98fb02cb-30c3-451f-ad4b-8b16de0979b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:37.910913 [ 244 ] {} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:27:37.910964 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. 2026.04.03 04:27:37.917596 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.03 04:27:37.919133 [ 244 ] {} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:27:37.924721 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2026.04.03 04:27:38.000176 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 160.08 MiB, peak 167.54 MiB, free memory in arenas 0.00 B, will set to 162.38 MiB (RSS), difference: 2.30 MiB 2026.04.03 04:27:39.469029 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43517 2026.04.03 04:27:39.469142 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:39.469167 [ 286 ] {} TCP-Session: 7e565520-22d5-4b81-a736-442552509052 Authenticating user 'default' from [fd00:1122:3344:101::e]:43517 2026.04.03 04:27:39.469189 [ 286 ] {} TCP-Session: 7e565520-22d5-4b81-a736-442552509052 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:39.469201 [ 286 ] {} TCP-Session: 7e565520-22d5-4b81-a736-442552509052 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:39.469454 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36329 2026.04.03 04:27:39.469490 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41467 2026.04.03 04:27:39.469460 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36195 2026.04.03 04:27:39.469537 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36542 2026.04.03 04:27:39.469565 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44502 2026.04.03 04:27:39.469577 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50370 2026.04.03 04:27:39.469607 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:39.469641 [ 286 ] {} TCP-Session: 7e565520-22d5-4b81-a736-442552509052 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:39.469666 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:39.469681 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:39.469685 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:39.469707 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:39.469733 [ 293 ] {} TCP-Session: 37281215-911c-4f78-a31d-82c7008136c0 Authenticating user 'default' from [fd00:1122:3344:101::e]:44502 2026.04.03 04:27:39.469709 [ 292 ] {} TCP-Session: b9db7bad-90f6-41d9-8808-8e9ff7167a5a Authenticating user 'default' from [fd00:1122:3344:101::e]:36542 2026.04.03 04:27:39.469756 [ 294 ] {} TCP-Session: 9a51e584-8b09-472b-8040-f0611f7934d6 Authenticating user 'default' from [fd00:1122:3344:101::e]:50370 2026.04.03 04:27:39.469763 [ 293 ] {} TCP-Session: 37281215-911c-4f78-a31d-82c7008136c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:39.469788 [ 292 ] {} TCP-Session: b9db7bad-90f6-41d9-8808-8e9ff7167a5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:39.469801 [ 294 ] {} TCP-Session: 9a51e584-8b09-472b-8040-f0611f7934d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:39.469803 [ 293 ] {} TCP-Session: 37281215-911c-4f78-a31d-82c7008136c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:39.469822 [ 286 ] {8e6fcdba-a8d7-4bf5-b7d2-32b1c3e467f3} executeQuery: (from [fd00:1122:3344:101::e]:43517) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.03 04:27:39.469828 [ 294 ] {} TCP-Session: 9a51e584-8b09-472b-8040-f0611f7934d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:39.469816 [ 292 ] {} TCP-Session: b9db7bad-90f6-41d9-8808-8e9ff7167a5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:39.469668 [ 287 ] {} TCP-Session: 8031a947-d954-43a1-87c9-09b8075cf1bb Authenticating user 'default' from [fd00:1122:3344:101::e]:36329 2026.04.03 04:27:39.469598 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:39.469954 [ 287 ] {} TCP-Session: 8031a947-d954-43a1-87c9-09b8075cf1bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:39.469540 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41470 2026.04.03 04:27:39.469987 [ 287 ] {} TCP-Session: 8031a947-d954-43a1-87c9-09b8075cf1bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:39.469990 [ 289 ] {} TCP-Session: 82012c96-43ee-4dc6-acf8-5d994095281d Authenticating user 'default' from [fd00:1122:3344:101::e]:41467 2026.04.03 04:27:39.469516 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58896 2026.04.03 04:27:39.470060 [ 289 ] {} TCP-Session: 82012c96-43ee-4dc6-acf8-5d994095281d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:39.469706 [ 288 ] {} TCP-Session: f9ca3aad-028c-4690-8912-22e4860d2a60 Authenticating user 'default' from [fd00:1122:3344:101::e]:36195 2026.04.03 04:27:39.470096 [ 289 ] {} TCP-Session: 82012c96-43ee-4dc6-acf8-5d994095281d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:39.470124 [ 288 ] {} TCP-Session: f9ca3aad-028c-4690-8912-22e4860d2a60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:39.470127 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:39.470149 [ 288 ] {} TCP-Session: f9ca3aad-028c-4690-8912-22e4860d2a60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:39.470171 [ 291 ] {} TCP-Session: fdbc701e-43c2-4b40-9c4f-c227ce3de60b Authenticating user 'default' from [fd00:1122:3344:101::e]:41470 2026.04.03 04:27:39.470098 [ 286 ] {8e6fcdba-a8d7-4bf5-b7d2-32b1c3e467f3} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.03 04:27:39.470193 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:27:39.470199 [ 291 ] {} TCP-Session: fdbc701e-43c2-4b40-9c4f-c227ce3de60b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:39.470245 [ 290 ] {} TCP-Session: c11a2f74-5883-44ee-975f-889d26f034cc Authenticating user 'default' from [fd00:1122:3344:101::e]:58896 2026.04.03 04:27:39.470255 [ 286 ] {8e6fcdba-a8d7-4bf5-b7d2-32b1c3e467f3} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:27:39.470256 [ 291 ] {} TCP-Session: fdbc701e-43c2-4b40-9c4f-c227ce3de60b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:39.470276 [ 290 ] {} TCP-Session: c11a2f74-5883-44ee-975f-889d26f034cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:39.470320 [ 290 ] {} TCP-Session: c11a2f74-5883-44ee-975f-889d26f034cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:39.470577 [ 286 ] {8e6fcdba-a8d7-4bf5-b7d2-32b1c3e467f3} oximeter.version (f3ec663d-8f3e-42fa-b6e3-3fdd1d26ddca) (SelectExecutor): Key condition: unknown 2026.04.03 04:27:39.471485 [ 329 ] {8e6fcdba-a8d7-4bf5-b7d2-32b1c3e467f3} AggregatingTransform: Aggregating 2026.04.03 04:27:39.471530 [ 329 ] {8e6fcdba-a8d7-4bf5-b7d2-32b1c3e467f3} Aggregator: Aggregation method: without_key 2026.04.03 04:27:39.471563 [ 329 ] {8e6fcdba-a8d7-4bf5-b7d2-32b1c3e467f3} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000884027 sec. (1131.187 rows/sec., 44.19 KiB/sec.) 2026.04.03 04:27:39.471579 [ 329 ] {8e6fcdba-a8d7-4bf5-b7d2-32b1c3e467f3} Aggregator: Merging aggregated data 2026.04.03 04:27:39.472899 [ 286 ] {8e6fcdba-a8d7-4bf5-b7d2-32b1c3e467f3} executeQuery: Read 1 rows, 40.00 B in 0.003132 sec., 319.28480204342276 rows/sec., 12.47 KiB/sec. 2026.04.03 04:27:39.473085 [ 286 ] {8e6fcdba-a8d7-4bf5-b7d2-32b1c3e467f3} TCPHandler: Processed in 0.00356954 sec. 2026.04.03 04:27:39.473210 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.03 04:27:39.473243 [ 287 ] {} TCPHandler: Done processing connection. 2026.04.03 04:27:39.473246 [ 286 ] {} TCP-Session: 7e565520-22d5-4b81-a736-442552509052 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:39.473275 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.03 04:27:39.473293 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.03 04:27:39.473311 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.03 04:27:39.473337 [ 288 ] {} TCP-Session: f9ca3aad-028c-4690-8912-22e4860d2a60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:39.473362 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.03 04:27:39.473363 [ 290 ] {} TCP-Session: c11a2f74-5883-44ee-975f-889d26f034cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:39.473391 [ 289 ] {} TCP-Session: 82012c96-43ee-4dc6-acf8-5d994095281d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:39.473412 [ 293 ] {} TCP-Session: 37281215-911c-4f78-a31d-82c7008136c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:39.473343 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.03 04:27:39.473323 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.03 04:27:39.473293 [ 287 ] {} TCP-Session: 8031a947-d954-43a1-87c9-09b8075cf1bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:39.473494 [ 292 ] {} TCP-Session: b9db7bad-90f6-41d9-8808-8e9ff7167a5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:39.473516 [ 291 ] {} TCP-Session: fdbc701e-43c2-4b40-9c4f-c227ce3de60b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:39.473257 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.03 04:27:39.473587 [ 294 ] {} TCP-Session: 9a51e584-8b09-472b-8040-f0611f7934d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:27:42.840528 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 4 entries to flush up to offset 94 2026.04.03 04:27:42.842638 [ 243 ] {} system.query_log (7212dc63-7bc5-4d34-8e52-a96490942866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:27:42.842693 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. 2026.04.03 04:27:42.843986 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.03 04:27:42.844563 [ 243 ] {} system.query_log (7212dc63-7bc5-4d34-8e52-a96490942866): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:27:42.844865 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 94 2026.04.03 04:27:43.000200 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.53 MiB, peak 173.75 MiB, free memory in arenas 0.00 B, will set to 162.55 MiB (RSS), difference: 4.02 MiB 2026.04.03 04:27:44.684959 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:44.685138 [ 267 ] {33922037-29ea-4f18-a668-058c1aea89fb} executeQuery: (from [fd00:1122:3344:101::d]:35721) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2026.04.03 04:27:44.685399 [ 267 ] {33922037-29ea-4f18-a668-058c1aea89fb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:27:44.685460 [ 267 ] {33922037-29ea-4f18-a668-058c1aea89fb} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:27:44.685835 [ 267 ] {33922037-29ea-4f18-a668-058c1aea89fb} TCPHandler: Processed in 0.000992599 sec. 2026.04.03 04:27:44.742081 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:44.742226 [ 267 ] {393e7942-fe70-4d33-9c3c-2ef6ec88d9e6} executeQuery: (from [fd00:1122:3344:101::d]:35721) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.03 04:27:44.751097 [ 267 ] {393e7942-fe70-4d33-9c3c-2ef6ec88d9e6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:27:44.751150 [ 267 ] {393e7942-fe70-4d33-9c3c-2ef6ec88d9e6} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:27:44.751622 [ 267 ] {393e7942-fe70-4d33-9c3c-2ef6ec88d9e6} TCPHandler: Processed in 0.00959614 sec. 2026.04.03 04:27:44.753390 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:44.753519 [ 267 ] {d1bc1c9d-e4bc-4364-b8ce-1ef048815444} executeQuery: (from [fd00:1122:3344:101::d]:35721) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.03 04:27:44.758063 [ 267 ] {d1bc1c9d-e4bc-4364-b8ce-1ef048815444} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:27:44.758122 [ 267 ] {d1bc1c9d-e4bc-4364-b8ce-1ef048815444} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:27:44.758557 [ 267 ] {d1bc1c9d-e4bc-4364-b8ce-1ef048815444} TCPHandler: Processed in 0.005215682 sec. 2026.04.03 04:27:44.758787 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:44.758908 [ 267 ] {5a411152-f0ac-413d-bd38-78f04b48a5d2} executeQuery: (from [fd00:1122:3344:101::d]:35721) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.03 04:27:44.759161 [ 267 ] {5a411152-f0ac-413d-bd38-78f04b48a5d2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:27:44.759205 [ 267 ] {5a411152-f0ac-413d-bd38-78f04b48a5d2} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:27:44.759531 [ 267 ] {5a411152-f0ac-413d-bd38-78f04b48a5d2} TCPHandler: Processed in 0.000802846 sec. 2026.04.03 04:27:44.759723 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:44.759840 [ 267 ] {768a8bc3-c3d5-44f6-a70f-388c19c5fd7c} executeQuery: (from [fd00:1122:3344:101::d]:35721) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.03 04:27:44.760081 [ 267 ] {768a8bc3-c3d5-44f6-a70f-388c19c5fd7c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:27:44.760125 [ 267 ] {768a8bc3-c3d5-44f6-a70f-388c19c5fd7c} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:27:44.760463 [ 267 ] {768a8bc3-c3d5-44f6-a70f-388c19c5fd7c} TCPHandler: Processed in 0.000786625 sec. 2026.04.03 04:27:44.760876 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:44.760992 [ 267 ] {acd38350-e042-4b81-a1d1-2c25c38626d2} executeQuery: (from [fd00:1122:3344:101::d]:35721) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.03 04:27:44.761226 [ 267 ] {acd38350-e042-4b81-a1d1-2c25c38626d2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:27:44.761269 [ 267 ] {acd38350-e042-4b81-a1d1-2c25c38626d2} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:27:44.761591 [ 267 ] {acd38350-e042-4b81-a1d1-2c25c38626d2} TCPHandler: Processed in 0.000760605 sec. 2026.04.03 04:27:44.761787 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:44.761902 [ 267 ] {f4ec958c-e7d3-44d7-9a74-22a988666975} executeQuery: (from [fd00:1122:3344:101::d]:35721) 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_underlay_prefixes', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.03 04:27:44.762138 [ 267 ] {f4ec958c-e7d3-44d7-9a74-22a988666975} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:27:44.762181 [ 267 ] {f4ec958c-e7d3-44d7-9a74-22a988666975} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:27:44.762490 [ 267 ] {f4ec958c-e7d3-44d7-9a74-22a988666975} TCPHandler: Processed in 0.000749545 sec. 2026.04.03 04:27:44.762676 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:44.762796 [ 267 ] {194c340d-cca1-40ac-b937-39268c1632ae} executeQuery: (from [fd00:1122:3344:101::d]:35721) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.03 04:27:44.763033 [ 267 ] {194c340d-cca1-40ac-b937-39268c1632ae} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:27:44.763075 [ 267 ] {194c340d-cca1-40ac-b937-39268c1632ae} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:27:44.763380 [ 267 ] {194c340d-cca1-40ac-b937-39268c1632ae} TCPHandler: Processed in 0.000749595 sec. 2026.04.03 04:27:44.763575 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:44.763690 [ 267 ] {e6a6f422-7f01-4f35-839e-4590b3c2c576} executeQuery: (from [fd00:1122:3344:101::d]:35721) 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:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.03 04:27:44.763927 [ 267 ] {e6a6f422-7f01-4f35-839e-4590b3c2c576} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:27:44.763969 [ 267 ] {e6a6f422-7f01-4f35-839e-4590b3c2c576} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:27:44.764276 [ 267 ] {e6a6f422-7f01-4f35-839e-4590b3c2c576} TCPHandler: Processed in 0.000747575 sec. 2026.04.03 04:27:44.764463 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:44.764579 [ 267 ] {9ecffbcc-4baf-45f3-a93c-1b6e004aad6b} executeQuery: (from [fd00:1122:3344:101::d]:35721) 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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.03 04:27:44.764816 [ 267 ] {9ecffbcc-4baf-45f3-a93c-1b6e004aad6b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:27:44.764859 [ 267 ] {9ecffbcc-4baf-45f3-a93c-1b6e004aad6b} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:27:44.765166 [ 267 ] {9ecffbcc-4baf-45f3-a93c-1b6e004aad6b} TCPHandler: Processed in 0.000749365 sec. 2026.04.03 04:27:44.765351 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:44.765469 [ 267 ] {aada5fec-920b-4d68-af3a-2b1833a3710e} executeQuery: (from [fd00:1122:3344:101::d]:35721) 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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.03 04:27:44.765709 [ 267 ] {aada5fec-920b-4d68-af3a-2b1833a3710e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:27:44.765752 [ 267 ] {aada5fec-920b-4d68-af3a-2b1833a3710e} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:27:44.766058 [ 267 ] {aada5fec-920b-4d68-af3a-2b1833a3710e} TCPHandler: Processed in 0.000752065 sec. 2026.04.03 04:27:44.766245 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:44.766363 [ 267 ] {72edae88-dbc9-4f85-972b-75c47c3469b8} executeQuery: (from [fd00:1122:3344:101::d]:35721) 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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.03 04:27:44.766610 [ 267 ] {72edae88-dbc9-4f85-972b-75c47c3469b8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:27:44.766652 [ 267 ] {72edae88-dbc9-4f85-972b-75c47c3469b8} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:27:44.766968 [ 267 ] {72edae88-dbc9-4f85-972b-75c47c3469b8} TCPHandler: Processed in 0.000769075 sec. 2026.04.03 04:27:44.767151 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:44.767269 [ 267 ] {df97ec5f-4fe3-49d9-95cf-ab8f75b5b6e9} executeQuery: (from [fd00:1122:3344:101::d]:35721) 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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.03 04:27:44.767514 [ 267 ] {df97ec5f-4fe3-49d9-95cf-ab8f75b5b6e9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:27:44.767557 [ 267 ] {df97ec5f-4fe3-49d9-95cf-ab8f75b5b6e9} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:27:44.767863 [ 267 ] {df97ec5f-4fe3-49d9-95cf-ab8f75b5b6e9} TCPHandler: Processed in 0.000757275 sec. 2026.04.03 04:27:44.768051 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:44.768167 [ 267 ] {81f5aca3-931c-4fc7-a4ed-af86a739a1f0} executeQuery: (from [fd00:1122:3344:101::d]:35721) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.03 04:27:44.768415 [ 267 ] {81f5aca3-931c-4fc7-a4ed-af86a739a1f0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:27:44.768456 [ 267 ] {81f5aca3-931c-4fc7-a4ed-af86a739a1f0} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:27:44.768765 [ 267 ] {81f5aca3-931c-4fc7-a4ed-af86a739a1f0} TCPHandler: Processed in 0.000760535 sec. 2026.04.03 04:27:44.768961 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:44.769078 [ 267 ] {1c8eaf6f-6636-4e02-a51e-4874a1fcf9cb} executeQuery: (from [fd00:1122:3344:101::d]:35721) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.03 04:27:44.769328 [ 267 ] {1c8eaf6f-6636-4e02-a51e-4874a1fcf9cb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:27:44.769370 [ 267 ] {1c8eaf6f-6636-4e02-a51e-4874a1fcf9cb} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:27:44.769687 [ 267 ] {1c8eaf6f-6636-4e02-a51e-4874a1fcf9cb} TCPHandler: Processed in 0.000772595 sec. 2026.04.03 04:27:44.769875 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:44.769994 [ 267 ] {7822a5e5-3a2a-4ba2-927d-7e28ec1d3d4d} executeQuery: (from [fd00:1122:3344:101::d]:35721) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.03 04:27:44.770244 [ 267 ] {7822a5e5-3a2a-4ba2-927d-7e28ec1d3d4d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:27:44.770286 [ 267 ] {7822a5e5-3a2a-4ba2-927d-7e28ec1d3d4d} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:27:44.770602 [ 267 ] {7822a5e5-3a2a-4ba2-927d-7e28ec1d3d4d} TCPHandler: Processed in 0.000774325 sec. 2026.04.03 04:27:44.770791 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:44.770911 [ 267 ] {dd25cffd-aaa5-45b1-80d8-9d7b6bc718dd} executeQuery: (from [fd00:1122:3344:101::d]:35721) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.03 04:27:44.771165 [ 267 ] {dd25cffd-aaa5-45b1-80d8-9d7b6bc718dd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:27:44.771207 [ 267 ] {dd25cffd-aaa5-45b1-80d8-9d7b6bc718dd} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:27:44.771519 [ 267 ] {dd25cffd-aaa5-45b1-80d8-9d7b6bc718dd} TCPHandler: Processed in 0.000774245 sec. 2026.04.03 04:27:44.771743 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:44.771864 [ 267 ] {6b607892-35d2-4303-a7ac-d4649d560232} executeQuery: (from [fd00:1122:3344:101::d]:35721) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.04.03 04:27:44.772117 [ 267 ] {6b607892-35d2-4303-a7ac-d4649d560232} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:27:44.772160 [ 267 ] {6b607892-35d2-4303-a7ac-d4649d560232} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:27:44.772481 [ 267 ] {6b607892-35d2-4303-a7ac-d4649d560232} TCPHandler: Processed in 0.000784925 sec. 2026.04.03 04:27:44.772683 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:44.772802 [ 267 ] {340f6459-70fe-4762-a3af-ac352c99590b} executeQuery: (from [fd00:1122:3344:101::d]:35721) 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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session: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.04.03 04:27:44.773060 [ 267 ] {340f6459-70fe-4762-a3af-ac352c99590b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:27:44.773103 [ 267 ] {340f6459-70fe-4762-a3af-ac352c99590b} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:27:44.773385 [ 267 ] {340f6459-70fe-4762-a3af-ac352c99590b} TCPHandler: Processed in 0.000748105 sec. 2026.04.03 04:27:44.780266 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:44.780393 [ 267 ] {48d56bb2-55f5-4ce0-94e0-798a9e364475} executeQuery: (from [fd00:1122:3344:101::d]:35721) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.04.03 04:27:44.780441 [ 267 ] {48d56bb2-55f5-4ce0-94e0-798a9e364475} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:27:44.783105 [ 267 ] {48d56bb2-55f5-4ce0-94e0-798a9e364475} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:27:44.783147 [ 267 ] {48d56bb2-55f5-4ce0-94e0-798a9e364475} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. 2026.04.03 04:27:44.785811 [ 267 ] {48d56bb2-55f5-4ce0-94e0-798a9e364475} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.03 04:27:44.786230 [ 267 ] {48d56bb2-55f5-4ce0-94e0-798a9e364475} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:27:44.786391 [ 267 ] {48d56bb2-55f5-4ce0-94e0-798a9e364475} executeQuery: Read 19 rows, 2.66 KiB in 0.006032 sec., 3149.867374005305 rows/sec., 440.68 KiB/sec. 2026.04.03 04:27:44.786431 [ 267 ] {48d56bb2-55f5-4ce0-94e0-798a9e364475} TCPHandler: Processed in 0.006221523 sec. 2026.04.03 04:27:44.786575 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:44.786678 [ 267 ] {ecde7f43-aa8a-4684-aac3-ff0424aa8506} executeQuery: (from [fd00:1122:3344:101::d]:35721) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.03 04:27:44.786720 [ 267 ] {ecde7f43-aa8a-4684-aac3-ff0424aa8506} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.03 04:27:44.791048 [ 267 ] {ecde7f43-aa8a-4684-aac3-ff0424aa8506} oximeter.fields_ipaddr (4dbf6b0b-78ff-42ed-9e98-89b262336374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:27:44.791083 [ 267 ] {ecde7f43-aa8a-4684-aac3-ff0424aa8506} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. 2026.04.03 04:27:44.793881 [ 267 ] {ecde7f43-aa8a-4684-aac3-ff0424aa8506} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.03 04:27:44.794420 [ 267 ] {ecde7f43-aa8a-4684-aac3-ff0424aa8506} oximeter.fields_ipaddr (4dbf6b0b-78ff-42ed-9e98-89b262336374): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:27:44.794584 [ 267 ] {ecde7f43-aa8a-4684-aac3-ff0424aa8506} executeQuery: Read 6 rows, 501.00 B in 0.007926 sec., 757.002271006813 rows/sec., 61.73 KiB/sec. 2026.04.03 04:27:44.794629 [ 267 ] {ecde7f43-aa8a-4684-aac3-ff0424aa8506} TCPHandler: Processed in 0.00810378 sec. 2026.04.03 04:27:44.794778 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:44.794878 [ 267 ] {2f21b1f4-5286-4e37-9f5b-60374f8f077d} executeQuery: (from [fd00:1122:3344:101::d]:35721) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.03 04:27:44.794920 [ 267 ] {2f21b1f4-5286-4e37-9f5b-60374f8f077d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.03 04:27:44.797374 [ 267 ] {2f21b1f4-5286-4e37-9f5b-60374f8f077d} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:27:44.797408 [ 267 ] {2f21b1f4-5286-4e37-9f5b-60374f8f077d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. 2026.04.03 04:27:44.797921 [ 267 ] {2f21b1f4-5286-4e37-9f5b-60374f8f077d} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.03 04:27:44.798412 [ 267 ] {2f21b1f4-5286-4e37-9f5b-60374f8f077d} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:27:44.798549 [ 267 ] {2f21b1f4-5286-4e37-9f5b-60374f8f077d} executeQuery: Read 69 rows, 6.14 KiB in 0.003691 sec., 18694.120834462206 rows/sec., 1.62 MiB/sec. 2026.04.03 04:27:44.798585 [ 267 ] {2f21b1f4-5286-4e37-9f5b-60374f8f077d} TCPHandler: Processed in 0.003875847 sec. 2026.04.03 04:27:44.798715 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:44.798812 [ 267 ] {de51ea85-e7fe-4c13-ab7f-f81913bfcfdc} executeQuery: (from [fd00:1122:3344:101::d]:35721) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.03 04:27:44.798853 [ 267 ] {de51ea85-e7fe-4c13-ab7f-f81913bfcfdc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.03 04:27:44.799267 [ 267 ] {de51ea85-e7fe-4c13-ab7f-f81913bfcfdc} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:27:44.799304 [ 267 ] {de51ea85-e7fe-4c13-ab7f-f81913bfcfdc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. 2026.04.03 04:27:44.799683 [ 267 ] {de51ea85-e7fe-4c13-ab7f-f81913bfcfdc} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.03 04:27:44.800097 [ 267 ] {de51ea85-e7fe-4c13-ab7f-f81913bfcfdc} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:27:44.800225 [ 267 ] {de51ea85-e7fe-4c13-ab7f-f81913bfcfdc} executeQuery: Read 26 rows, 1.92 KiB in 0.001432 sec., 18156.424581005587 rows/sec., 1.31 MiB/sec. 2026.04.03 04:27:44.800263 [ 267 ] {de51ea85-e7fe-4c13-ab7f-f81913bfcfdc} TCPHandler: Processed in 0.001597951 sec. 2026.04.03 04:27:44.800379 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:44.800475 [ 267 ] {b6be38ae-1043-40bc-a1fe-200b6298cf94} executeQuery: (from [fd00:1122:3344:101::d]:35721) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.03 04:27:44.800514 [ 267 ] {b6be38ae-1043-40bc-a1fe-200b6298cf94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.03 04:27:44.800940 [ 267 ] {b6be38ae-1043-40bc-a1fe-200b6298cf94} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:27:44.800977 [ 267 ] {b6be38ae-1043-40bc-a1fe-200b6298cf94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. 2026.04.03 04:27:44.801468 [ 267 ] {b6be38ae-1043-40bc-a1fe-200b6298cf94} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.03 04:27:44.801913 [ 267 ] {b6be38ae-1043-40bc-a1fe-200b6298cf94} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:27:44.802044 [ 267 ] {b6be38ae-1043-40bc-a1fe-200b6298cf94} executeQuery: Read 60 rows, 4.81 KiB in 0.001588 sec., 37783.37531486146 rows/sec., 2.96 MiB/sec. 2026.04.03 04:27:44.802081 [ 267 ] {b6be38ae-1043-40bc-a1fe-200b6298cf94} TCPHandler: Processed in 0.001751805 sec. 2026.04.03 04:27:44.802197 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:44.802299 [ 267 ] {7565e389-52bc-4cbe-892a-6ef15690a49b} executeQuery: (from [fd00:1122:3344:101::d]:35721) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.03 04:27:44.802343 [ 267 ] {7565e389-52bc-4cbe-892a-6ef15690a49b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.03 04:27:44.804696 [ 267 ] {7565e389-52bc-4cbe-892a-6ef15690a49b} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:27:44.804730 [ 267 ] {7565e389-52bc-4cbe-892a-6ef15690a49b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. 2026.04.03 04:27:44.809155 [ 267 ] {7565e389-52bc-4cbe-892a-6ef15690a49b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.03 04:27:44.809579 [ 267 ] {7565e389-52bc-4cbe-892a-6ef15690a49b} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:27:44.809710 [ 267 ] {7565e389-52bc-4cbe-892a-6ef15690a49b} executeQuery: Read 103 rows, 7.31 KiB in 0.007429 sec., 13864.58473549603 rows/sec., 984.06 KiB/sec. 2026.04.03 04:27:44.809745 [ 267 ] {7565e389-52bc-4cbe-892a-6ef15690a49b} TCPHandler: Processed in 0.00759877 sec. 2026.04.03 04:27:44.809864 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:44.809966 [ 267 ] {895856e1-5124-49b8-923a-d3a3b4c5669a} executeQuery: (from [fd00:1122:3344:101::d]:35721) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.03 04:27:44.810019 [ 267 ] {895856e1-5124-49b8-923a-d3a3b4c5669a} 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.04.03 04:27:44.810910 [ 267 ] {895856e1-5124-49b8-923a-d3a3b4c5669a} oximeter.measurements_histogramu64 (4a5f49cb-97be-4b78-98a9-ca04f4d82229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:27:44.810945 [ 267 ] {895856e1-5124-49b8-923a-d3a3b4c5669a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. 2026.04.03 04:27:44.814485 [ 267 ] {895856e1-5124-49b8-923a-d3a3b4c5669a} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.03 04:27:44.814948 [ 267 ] {895856e1-5124-49b8-923a-d3a3b4c5669a} oximeter.measurements_histogramu64 (4a5f49cb-97be-4b78-98a9-ca04f4d82229): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:27:44.815087 [ 267 ] {895856e1-5124-49b8-923a-d3a3b4c5669a} executeQuery: Read 20 rows, 36.70 KiB in 0.00514 sec., 3891.050583657588 rows/sec., 6.97 MiB/sec. 2026.04.03 04:27:44.815142 [ 267 ] {895856e1-5124-49b8-923a-d3a3b4c5669a} TCPHandler: Processed in 0.005328385 sec. 2026.04.03 04:27:44.815254 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:44.815350 [ 267 ] {d6074816-6d34-4f76-a428-17dc7ddd1312} executeQuery: (from [fd00:1122:3344:101::d]:35721) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.04.03 04:27:44.815390 [ 267 ] {d6074816-6d34-4f76-a428-17dc7ddd1312} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.04.03 04:27:44.815698 [ 267 ] {d6074816-6d34-4f76-a428-17dc7ddd1312} oximeter.measurements_i64 (bff7ff44-e5d7-4574-b21e-6255f44340f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:27:44.815732 [ 267 ] {d6074816-6d34-4f76-a428-17dc7ddd1312} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. 2026.04.03 04:27:44.816249 [ 267 ] {d6074816-6d34-4f76-a428-17dc7ddd1312} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.03 04:27:44.816732 [ 267 ] {d6074816-6d34-4f76-a428-17dc7ddd1312} oximeter.measurements_i64 (bff7ff44-e5d7-4574-b21e-6255f44340f2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:27:44.816860 [ 267 ] {d6074816-6d34-4f76-a428-17dc7ddd1312} executeQuery: Read 6 rows, 434.00 B in 0.001529 sec., 3924.133420536298 rows/sec., 277.19 KiB/sec. 2026.04.03 04:27:44.816897 [ 267 ] {d6074816-6d34-4f76-a428-17dc7ddd1312} TCPHandler: Processed in 0.001692854 sec. 2026.04.03 04:27:44.817020 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:44.817117 [ 267 ] {2d3fa86e-7668-4483-a743-fff8cc9685e0} executeQuery: (from [fd00:1122:3344:101::d]:35721) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.03 04:27:44.817158 [ 267 ] {2d3fa86e-7668-4483-a743-fff8cc9685e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.03 04:27:44.817482 [ 267 ] {2d3fa86e-7668-4483-a743-fff8cc9685e0} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:27:44.817518 [ 267 ] {2d3fa86e-7668-4483-a743-fff8cc9685e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. 2026.04.03 04:27:44.818000 [ 267 ] {2d3fa86e-7668-4483-a743-fff8cc9685e0} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.03 04:27:44.818398 [ 267 ] {2d3fa86e-7668-4483-a743-fff8cc9685e0} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:27:44.818523 [ 267 ] {2d3fa86e-7668-4483-a743-fff8cc9685e0} executeQuery: Read 30 rows, 2.10 KiB in 0.001425 sec., 21052.631578947367 rows/sec., 1.44 MiB/sec. 2026.04.03 04:27:44.818557 [ 267 ] {2d3fa86e-7668-4483-a743-fff8cc9685e0} TCPHandler: Processed in 0.001587462 sec. 2026.04.03 04:27:45.353942 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 1506 2026.04.03 04:27:45.354726 [ 245 ] {} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:27:45.354802 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. 2026.04.03 04:27:45.355469 [ 245 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.03 04:27:45.355947 [ 245 ] {} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:27:45.356101 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1506 2026.04.03 04:27:45.424844 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2026.04.03 04:27:45.442132 [ 244 ] {} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:27:45.442200 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. 2026.04.03 04:27:45.448729 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.03 04:27:45.449883 [ 244 ] {} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:27:45.453336 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2026.04.03 04:27:46.000186 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 163.82 MiB, peak 173.75 MiB, free memory in arenas 0.00 B, will set to 165.47 MiB (RSS), difference: 1.65 MiB 2026.04.03 04:27:49.690585 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:49.690777 [ 267 ] {8064ecca-26f5-4735-9e90-8afbfd73fecd} executeQuery: (from [fd00:1122:3344:101::d]:35721) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.03 04:27:49.690841 [ 267 ] {8064ecca-26f5-4735-9e90-8afbfd73fecd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.03 04:27:49.691453 [ 267 ] {8064ecca-26f5-4735-9e90-8afbfd73fecd} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:27:49.691494 [ 267 ] {8064ecca-26f5-4735-9e90-8afbfd73fecd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:27:49.691974 [ 267 ] {8064ecca-26f5-4735-9e90-8afbfd73fecd} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.03 04:27:49.692436 [ 267 ] {8064ecca-26f5-4735-9e90-8afbfd73fecd} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:27:49.692593 [ 267 ] {8064ecca-26f5-4735-9e90-8afbfd73fecd} executeQuery: Read 26 rows, 2.01 KiB in 0.001863 sec., 13955.984970477724 rows/sec., 1.05 MiB/sec. 2026.04.03 04:27:49.692638 [ 267 ] {8064ecca-26f5-4735-9e90-8afbfd73fecd} TCPHandler: Processed in 0.002173662 sec. 2026.04.03 04:27:49.692758 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:49.692861 [ 267 ] {fef773bf-dcd7-4f67-b596-e23691073f37} executeQuery: (from [fd00:1122:3344:101::d]:35721) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.03 04:27:49.692905 [ 267 ] {fef773bf-dcd7-4f67-b596-e23691073f37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.03 04:27:49.693315 [ 267 ] {fef773bf-dcd7-4f67-b596-e23691073f37} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:27:49.693350 [ 267 ] {fef773bf-dcd7-4f67-b596-e23691073f37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:27:49.693749 [ 267 ] {fef773bf-dcd7-4f67-b596-e23691073f37} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.03 04:27:49.694162 [ 267 ] {fef773bf-dcd7-4f67-b596-e23691073f37} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:27:49.694294 [ 267 ] {fef773bf-dcd7-4f67-b596-e23691073f37} executeQuery: Read 28 rows, 2.24 KiB in 0.001457 sec., 19217.57035003432 rows/sec., 1.50 MiB/sec. 2026.04.03 04:27:49.694331 [ 267 ] {fef773bf-dcd7-4f67-b596-e23691073f37} TCPHandler: Processed in 0.001625692 sec. 2026.04.03 04:27:49.694437 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:49.694533 [ 267 ] {6e51427a-b1bc-4be4-862f-f0ed17652f82} executeQuery: (from [fd00:1122:3344:101::d]:35721) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.03 04:27:49.694577 [ 267 ] {6e51427a-b1bc-4be4-862f-f0ed17652f82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.03 04:27:49.694959 [ 267 ] {6e51427a-b1bc-4be4-862f-f0ed17652f82} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:27:49.694996 [ 267 ] {6e51427a-b1bc-4be4-862f-f0ed17652f82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:27:49.695422 [ 267 ] {6e51427a-b1bc-4be4-862f-f0ed17652f82} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.03 04:27:49.695836 [ 267 ] {6e51427a-b1bc-4be4-862f-f0ed17652f82} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:27:49.695967 [ 267 ] {6e51427a-b1bc-4be4-862f-f0ed17652f82} executeQuery: Read 100 rows, 7.10 KiB in 0.001454 sec., 68775.7909215956 rows/sec., 4.77 MiB/sec. 2026.04.03 04:27:49.696002 [ 267 ] {6e51427a-b1bc-4be4-862f-f0ed17652f82} TCPHandler: Processed in 0.001615862 sec. 2026.04.03 04:27:49.696110 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:49.696205 [ 267 ] {4435a2e7-203f-43dc-a26f-80e21fd61a9e} executeQuery: (from [fd00:1122:3344:101::d]:35721) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.03 04:27:49.696246 [ 267 ] {4435a2e7-203f-43dc-a26f-80e21fd61a9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.03 04:27:49.696560 [ 267 ] {4435a2e7-203f-43dc-a26f-80e21fd61a9e} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:27:49.696594 [ 267 ] {4435a2e7-203f-43dc-a26f-80e21fd61a9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:27:49.697011 [ 267 ] {4435a2e7-203f-43dc-a26f-80e21fd61a9e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.03 04:27:49.697440 [ 267 ] {4435a2e7-203f-43dc-a26f-80e21fd61a9e} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:27:49.697570 [ 267 ] {4435a2e7-203f-43dc-a26f-80e21fd61a9e} executeQuery: Read 30 rows, 2.10 KiB in 0.001383 sec., 21691.97396963124 rows/sec., 1.49 MiB/sec. 2026.04.03 04:27:49.697604 [ 267 ] {4435a2e7-203f-43dc-a26f-80e21fd61a9e} TCPHandler: Processed in 0.00154377 sec. 2026.04.03 04:27:52.778419 [ 108 ] {} DNSResolver: Updating DNS cache 2026.04.03 04:27:52.778473 [ 108 ] {} DNSResolver: Updated DNS cache 2026.04.03 04:27:52.845901 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 64 entries to flush up to offset 158 2026.04.03 04:27:52.848690 [ 243 ] {} system.query_log (7212dc63-7bc5-4d34-8e52-a96490942866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:27:52.848730 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:27:52.849946 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.03 04:27:52.850221 [ 243 ] {} system.query_log (7212dc63-7bc5-4d34-8e52-a96490942866): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:27:52.850537 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 158 2026.04.03 04:27:52.857119 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 1954 2026.04.03 04:27:52.857485 [ 245 ] {} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:27:52.857518 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:27:52.857956 [ 245 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.03 04:27:52.858185 [ 245 ] {} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:27:52.858301 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1954 2026.04.03 04:27:52.954361 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2026.04.03 04:27:52.972157 [ 244 ] {} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:27:52.972226 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:27:52.979584 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.03 04:27:52.980497 [ 244 ] {} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:27:52.984427 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2026.04.03 04:27:54.692312 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:54.692504 [ 267 ] {9ef805a0-7213-4d2c-a338-e35d59836c80} executeQuery: (from [fd00:1122:3344:101::d]:35721) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.03 04:27:54.692573 [ 267 ] {9ef805a0-7213-4d2c-a338-e35d59836c80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.03 04:27:54.693237 [ 267 ] {9ef805a0-7213-4d2c-a338-e35d59836c80} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:27:54.693279 [ 267 ] {9ef805a0-7213-4d2c-a338-e35d59836c80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:27:54.693668 [ 267 ] {9ef805a0-7213-4d2c-a338-e35d59836c80} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.03 04:27:54.693904 [ 267 ] {9ef805a0-7213-4d2c-a338-e35d59836c80} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:27:54.694055 [ 267 ] {9ef805a0-7213-4d2c-a338-e35d59836c80} executeQuery: Read 94 rows, 8.53 KiB in 0.001601 sec., 58713.304184884444 rows/sec., 5.20 MiB/sec. 2026.04.03 04:27:54.694101 [ 267 ] {9ef805a0-7213-4d2c-a338-e35d59836c80} TCPHandler: Processed in 0.001917238 sec. 2026.04.03 04:27:54.694220 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:54.694323 [ 267 ] {942b2027-fcfb-4241-a9ad-92dc3466a647} executeQuery: (from [fd00:1122:3344:101::d]:35721) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.03 04:27:54.694365 [ 267 ] {942b2027-fcfb-4241-a9ad-92dc3466a647} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.03 04:27:54.694776 [ 267 ] {942b2027-fcfb-4241-a9ad-92dc3466a647} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:27:54.694810 [ 267 ] {942b2027-fcfb-4241-a9ad-92dc3466a647} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:27:54.695106 [ 267 ] {942b2027-fcfb-4241-a9ad-92dc3466a647} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.03 04:27:54.695309 [ 267 ] {942b2027-fcfb-4241-a9ad-92dc3466a647} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:27:54.695434 [ 267 ] {942b2027-fcfb-4241-a9ad-92dc3466a647} executeQuery: Read 34 rows, 2.56 KiB in 0.001135 sec., 29955.94713656388 rows/sec., 2.20 MiB/sec. 2026.04.03 04:27:54.695472 [ 267 ] {942b2027-fcfb-4241-a9ad-92dc3466a647} TCPHandler: Processed in 0.001304766 sec. 2026.04.03 04:27:54.695577 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:54.695672 [ 267 ] {57f5ec8b-d778-41d9-b03a-39e24db754b5} executeQuery: (from [fd00:1122:3344:101::d]:35721) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.03 04:27:54.695711 [ 267 ] {57f5ec8b-d778-41d9-b03a-39e24db754b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.03 04:27:54.696096 [ 267 ] {57f5ec8b-d778-41d9-b03a-39e24db754b5} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:27:54.696129 [ 267 ] {57f5ec8b-d778-41d9-b03a-39e24db754b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:27:54.696410 [ 267 ] {57f5ec8b-d778-41d9-b03a-39e24db754b5} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.03 04:27:54.696600 [ 267 ] {57f5ec8b-d778-41d9-b03a-39e24db754b5} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:27:54.696783 [ 267 ] {57f5ec8b-d778-41d9-b03a-39e24db754b5} executeQuery: Read 70 rows, 5.62 KiB in 0.001128 sec., 62056.737588652475 rows/sec., 4.87 MiB/sec. 2026.04.03 04:27:54.696820 [ 267 ] {57f5ec8b-d778-41d9-b03a-39e24db754b5} TCPHandler: Processed in 0.001291265 sec. 2026.04.03 04:27:54.696935 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:54.697029 [ 267 ] {dc5b41ed-c504-466c-8ac6-d35ec25dc2e2} executeQuery: (from [fd00:1122:3344:101::d]:35721) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.03 04:27:54.697071 [ 267 ] {dc5b41ed-c504-466c-8ac6-d35ec25dc2e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.03 04:27:54.697435 [ 267 ] {dc5b41ed-c504-466c-8ac6-d35ec25dc2e2} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:27:54.697468 [ 267 ] {dc5b41ed-c504-466c-8ac6-d35ec25dc2e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:27:54.697805 [ 267 ] {dc5b41ed-c504-466c-8ac6-d35ec25dc2e2} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.03 04:27:54.698022 [ 267 ] {dc5b41ed-c504-466c-8ac6-d35ec25dc2e2} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:27:54.698145 [ 267 ] {dc5b41ed-c504-466c-8ac6-d35ec25dc2e2} executeQuery: Read 100 rows, 7.10 KiB in 0.001134 sec., 88183.42151675485 rows/sec., 6.11 MiB/sec. 2026.04.03 04:27:54.698180 [ 267 ] {dc5b41ed-c504-466c-8ac6-d35ec25dc2e2} TCPHandler: Processed in 0.001294666 sec. 2026.04.03 04:27:54.698287 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:54.698382 [ 267 ] {476d061f-9586-457e-8a93-7fc15ce7cc5b} executeQuery: (from [fd00:1122:3344:101::d]:35721) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.03 04:27:54.698435 [ 267 ] {476d061f-9586-457e-8a93-7fc15ce7cc5b} 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.04.03 04:27:54.699313 [ 267 ] {476d061f-9586-457e-8a93-7fc15ce7cc5b} oximeter.measurements_histogramu64 (4a5f49cb-97be-4b78-98a9-ca04f4d82229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:27:54.699348 [ 267 ] {476d061f-9586-457e-8a93-7fc15ce7cc5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:27:54.699899 [ 267 ] {476d061f-9586-457e-8a93-7fc15ce7cc5b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.03 04:27:54.700117 [ 267 ] {476d061f-9586-457e-8a93-7fc15ce7cc5b} oximeter.measurements_histogramu64 (4a5f49cb-97be-4b78-98a9-ca04f4d82229): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:27:54.700249 [ 267 ] {476d061f-9586-457e-8a93-7fc15ce7cc5b} executeQuery: Read 34 rows, 62.39 KiB in 0.001885 sec., 18037.13527851459 rows/sec., 32.32 MiB/sec. 2026.04.03 04:27:54.700304 [ 267 ] {476d061f-9586-457e-8a93-7fc15ce7cc5b} TCPHandler: Processed in 0.002066131 sec. 2026.04.03 04:27:54.700412 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:54.700507 [ 267 ] {baec2cad-8211-4317-b68d-e2600aa58cae} executeQuery: (from [fd00:1122:3344:101::d]:35721) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.04.03 04:27:54.700548 [ 267 ] {baec2cad-8211-4317-b68d-e2600aa58cae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.04.03 04:27:54.700863 [ 267 ] {baec2cad-8211-4317-b68d-e2600aa58cae} oximeter.measurements_i64 (bff7ff44-e5d7-4574-b21e-6255f44340f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:27:54.700898 [ 267 ] {baec2cad-8211-4317-b68d-e2600aa58cae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:27:54.701201 [ 267 ] {baec2cad-8211-4317-b68d-e2600aa58cae} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.03 04:27:54.701405 [ 267 ] {baec2cad-8211-4317-b68d-e2600aa58cae} oximeter.measurements_i64 (bff7ff44-e5d7-4574-b21e-6255f44340f2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:27:54.701528 [ 267 ] {baec2cad-8211-4317-b68d-e2600aa58cae} executeQuery: Read 15 rows, 1.14 KiB in 0.001039 sec., 14436.958614051973 rows/sec., 1.08 MiB/sec. 2026.04.03 04:27:54.701562 [ 267 ] {baec2cad-8211-4317-b68d-e2600aa58cae} TCPHandler: Processed in 0.001199994 sec. 2026.04.03 04:27:54.701666 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:54.701760 [ 267 ] {2c54ede5-ee8b-4f73-9f2b-d331d4070735} executeQuery: (from [fd00:1122:3344:101::d]:35721) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.03 04:27:54.701800 [ 267 ] {2c54ede5-ee8b-4f73-9f2b-d331d4070735} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.03 04:27:54.702106 [ 267 ] {2c54ede5-ee8b-4f73-9f2b-d331d4070735} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:27:54.702141 [ 267 ] {2c54ede5-ee8b-4f73-9f2b-d331d4070735} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:27:54.702436 [ 267 ] {2c54ede5-ee8b-4f73-9f2b-d331d4070735} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.03 04:27:54.702644 [ 267 ] {2c54ede5-ee8b-4f73-9f2b-d331d4070735} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:27:54.702768 [ 267 ] {2c54ede5-ee8b-4f73-9f2b-d331d4070735} executeQuery: Read 30 rows, 2.10 KiB in 0.001026 sec., 29239.766081871345 rows/sec., 2.00 MiB/sec. 2026.04.03 04:27:54.702809 [ 267 ] {2c54ede5-ee8b-4f73-9f2b-d331d4070735} TCPHandler: Processed in 0.001192534 sec. 2026.04.03 04:27:59.687596 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:59.687941 [ 267 ] {2add061b-84ac-4f8f-8eff-ae249840f40a} executeQuery: (from [fd00:1122:3344:101::d]:35721) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.04.03 04:27:59.688416 [ 267 ] {2add061b-84ac-4f8f-8eff-ae249840f40a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.03 04:27:59.693877 [ 267 ] {2add061b-84ac-4f8f-8eff-ae249840f40a} 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', 'oximeter_collector:collections')" moved to PREWHERE 2026.04.03 04:27:59.694229 [ 267 ] {2add061b-84ac-4f8f-8eff-ae249840f40a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:27:59.694343 [ 267 ] {2add061b-84ac-4f8f-8eff-ae249840f40a} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:27:59.694617 [ 267 ] {2add061b-84ac-4f8f-8eff-ae249840f40a} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Key condition: (column 0 notIn 19-element set) 2026.04.03 04:27:59.697738 [ 267 ] {2add061b-84ac-4f8f-8eff-ae249840f40a} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.03 04:27:59.700498 [ 267 ] {2add061b-84ac-4f8f-8eff-ae249840f40a} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (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.04.03 04:27:59.700534 [ 267 ] {2add061b-84ac-4f8f-8eff-ae249840f40a} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.03 04:27:59.705840 [ 267 ] {2add061b-84ac-4f8f-8eff-ae249840f40a} 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', 'oximeter_collector:collections'))" 2026.04.03 04:27:59.705881 [ 267 ] {2add061b-84ac-4f8f-8eff-ae249840f40a} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 2026.04.03 04:27:59.755471 [ 267 ] {2add061b-84ac-4f8f-8eff-ae249840f40a} executeQuery: Read 19 rows, 813.00 B in 0.067654 sec., 280.8407485145002 rows/sec., 11.74 KiB/sec. 2026.04.03 04:27:59.755605 [ 267 ] {2add061b-84ac-4f8f-8eff-ae249840f40a} TCPHandler: Processed in 0.068202985 sec. 2026.04.03 04:27:59.756001 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:59.756211 [ 267 ] {e858b6c6-291f-446d-b683-9f6bade6e143} executeQuery: (from [fd00:1122:3344:101::d]:35721) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2026.04.03 04:27:59.756530 [ 267 ] {e858b6c6-291f-446d-b683-9f6bade6e143} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.03 04:27:59.756582 [ 267 ] {e858b6c6-291f-446d-b683-9f6bade6e143} 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', 'oximeter_collector:collections', 'static_routing_config:static_routes')" moved to PREWHERE 2026.04.03 04:27:59.756844 [ 267 ] {e858b6c6-291f-446d-b683-9f6bade6e143} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:27:59.756929 [ 267 ] {e858b6c6-291f-446d-b683-9f6bade6e143} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:27:59.757089 [ 267 ] {e858b6c6-291f-446d-b683-9f6bade6e143} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Key condition: (column 0 notIn 20-element set) 2026.04.03 04:27:59.757137 [ 267 ] {e858b6c6-291f-446d-b683-9f6bade6e143} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.03 04:27:59.757169 [ 267 ] {e858b6c6-291f-446d-b683-9f6bade6e143} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (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.04.03 04:27:59.757189 [ 267 ] {e858b6c6-291f-446d-b683-9f6bade6e143} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.03 04:27:59.757238 [ 267 ] {e858b6c6-291f-446d-b683-9f6bade6e143} 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', 'oximeter_collector:collections', 'static_routing_config:static_routes'))" 2026.04.03 04:27:59.757264 [ 267 ] {e858b6c6-291f-446d-b683-9f6bade6e143} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 2026.04.03 04:27:59.758237 [ 267 ] {e858b6c6-291f-446d-b683-9f6bade6e143} executeQuery: Read 19 rows, 813.00 B in 0.002111 sec., 9000.473709142587 rows/sec., 376.10 KiB/sec. 2026.04.03 04:27:59.758366 [ 267 ] {e858b6c6-291f-446d-b683-9f6bade6e143} TCPHandler: Processed in 0.002441828 sec. 2026.04.03 04:27:59.758665 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:59.758863 [ 267 ] {06478945-e623-4f7d-8d4c-8128a3c76b38} executeQuery: (from [fd00:1122:3344:101::d]:35721) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2026.04.03 04:27:59.759151 [ 267 ] {06478945-e623-4f7d-8d4c-8128a3c76b38} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.03 04:27:59.759196 [ 267 ] {06478945-e623-4f7d-8d4c-8128a3c76b38} 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE 2026.04.03 04:27:59.759442 [ 267 ] {06478945-e623-4f7d-8d4c-8128a3c76b38} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:27:59.759523 [ 267 ] {06478945-e623-4f7d-8d4c-8128a3c76b38} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:27:59.759676 [ 267 ] {06478945-e623-4f7d-8d4c-8128a3c76b38} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Key condition: (column 0 notIn 21-element set) 2026.04.03 04:27:59.759721 [ 267 ] {06478945-e623-4f7d-8d4c-8128a3c76b38} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.03 04:27:59.759746 [ 267 ] {06478945-e623-4f7d-8d4c-8128a3c76b38} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (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.04.03 04:27:59.759766 [ 267 ] {06478945-e623-4f7d-8d4c-8128a3c76b38} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.03 04:27:59.759818 [ 267 ] {06478945-e623-4f7d-8d4c-8128a3c76b38} 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" 2026.04.03 04:27:59.759844 [ 267 ] {06478945-e623-4f7d-8d4c-8128a3c76b38} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 2026.04.03 04:27:59.760454 [ 267 ] {06478945-e623-4f7d-8d4c-8128a3c76b38} executeQuery: Read 19 rows, 813.00 B in 0.00167 sec., 11377.245508982036 rows/sec., 475.42 KiB/sec. 2026.04.03 04:27:59.760560 [ 267 ] {06478945-e623-4f7d-8d4c-8128a3c76b38} TCPHandler: Processed in 0.001969839 sec. 2026.04.03 04:27:59.760852 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:59.761046 [ 267 ] {3cec1650-878d-49f5-8231-a180230035c1} executeQuery: (from [fd00:1122:3344:101::d]:35721) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.04.03 04:27:59.761339 [ 267 ] {3cec1650-878d-49f5-8231-a180230035c1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.03 04:27:59.761386 [ 267 ] {3cec1650-878d-49f5-8231-a180230035c1} 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.04.03 04:27:59.761645 [ 267 ] {3cec1650-878d-49f5-8231-a180230035c1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:27:59.761726 [ 267 ] {3cec1650-878d-49f5-8231-a180230035c1} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:27:59.761868 [ 267 ] {3cec1650-878d-49f5-8231-a180230035c1} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Key condition: (column 0 notIn 22-element set) 2026.04.03 04:27:59.761910 [ 267 ] {3cec1650-878d-49f5-8231-a180230035c1} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.03 04:27:59.761938 [ 267 ] {3cec1650-878d-49f5-8231-a180230035c1} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (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.04.03 04:27:59.761959 [ 267 ] {3cec1650-878d-49f5-8231-a180230035c1} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.03 04:27:59.762008 [ 267 ] {3cec1650-878d-49f5-8231-a180230035c1} 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.04.03 04:27:59.762032 [ 267 ] {3cec1650-878d-49f5-8231-a180230035c1} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 19 rows starting from 0 2026.04.03 04:27:59.762671 [ 267 ] {3cec1650-878d-49f5-8231-a180230035c1} executeQuery: Read 19 rows, 813.00 B in 0.0017 sec., 11176.470588235296 rows/sec., 467.03 KiB/sec. 2026.04.03 04:27:59.762791 [ 267 ] {3cec1650-878d-49f5-8231-a180230035c1} TCPHandler: Processed in 0.002006779 sec. 2026.04.03 04:27:59.769898 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:59.770099 [ 267 ] {6e7ecfde-4412-485c-8814-c48f831636f7} executeQuery: (from [fd00:1122:3344:101::d]:35721) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.04.03 04:27:59.770176 [ 267 ] {6e7ecfde-4412-485c-8814-c48f831636f7} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:27:59.770898 [ 267 ] {6e7ecfde-4412-485c-8814-c48f831636f7} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:27:59.770963 [ 267 ] {6e7ecfde-4412-485c-8814-c48f831636f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:27:59.771563 [ 267 ] {6e7ecfde-4412-485c-8814-c48f831636f7} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.03 04:27:59.771865 [ 267 ] {6e7ecfde-4412-485c-8814-c48f831636f7} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:27:59.772073 [ 267 ] {6e7ecfde-4412-485c-8814-c48f831636f7} executeQuery: Read 4 rows, 521.00 B in 0.002028 sec., 1972.3865877712033 rows/sec., 250.88 KiB/sec. 2026.04.03 04:27:59.772127 [ 267 ] {6e7ecfde-4412-485c-8814-c48f831636f7} TCPHandler: Processed in 0.002328245 sec. 2026.04.03 04:27:59.772283 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:59.772427 [ 267 ] {c32e7108-e7b1-44b7-970d-fb7103477ee8} executeQuery: (from [fd00:1122:3344:101::d]:35721) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.03 04:27:59.772487 [ 267 ] {c32e7108-e7b1-44b7-970d-fb7103477ee8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.03 04:27:59.773069 [ 267 ] {c32e7108-e7b1-44b7-970d-fb7103477ee8} oximeter.fields_ipaddr (4dbf6b0b-78ff-42ed-9e98-89b262336374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:27:59.773120 [ 267 ] {c32e7108-e7b1-44b7-970d-fb7103477ee8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:27:59.773568 [ 267 ] {c32e7108-e7b1-44b7-970d-fb7103477ee8} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.03 04:27:59.773868 [ 267 ] {c32e7108-e7b1-44b7-970d-fb7103477ee8} oximeter.fields_ipaddr (4dbf6b0b-78ff-42ed-9e98-89b262336374): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:27:59.774052 [ 267 ] {c32e7108-e7b1-44b7-970d-fb7103477ee8} executeQuery: Read 2 rows, 167.00 B in 0.001656 sec., 1207.729468599034 rows/sec., 98.48 KiB/sec. 2026.04.03 04:27:59.774103 [ 267 ] {c32e7108-e7b1-44b7-970d-fb7103477ee8} TCPHandler: Processed in 0.001893567 sec. 2026.04.03 04:27:59.774252 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:59.774391 [ 267 ] {395c2feb-c388-4b1c-ac9e-7059cea642c4} executeQuery: (from [fd00:1122:3344:101::d]:35721) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.03 04:27:59.774447 [ 267 ] {395c2feb-c388-4b1c-ac9e-7059cea642c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.03 04:27:59.775002 [ 267 ] {395c2feb-c388-4b1c-ac9e-7059cea642c4} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:27:59.775052 [ 267 ] {395c2feb-c388-4b1c-ac9e-7059cea642c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:27:59.775476 [ 267 ] {395c2feb-c388-4b1c-ac9e-7059cea642c4} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.03 04:27:59.775775 [ 267 ] {395c2feb-c388-4b1c-ac9e-7059cea642c4} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:27:59.775955 [ 267 ] {395c2feb-c388-4b1c-ac9e-7059cea642c4} executeQuery: Read 31 rows, 2.42 KiB in 0.001591 sec., 19484.600879949718 rows/sec., 1.48 MiB/sec. 2026.04.03 04:27:59.776008 [ 267 ] {395c2feb-c388-4b1c-ac9e-7059cea642c4} TCPHandler: Processed in 0.001827306 sec. 2026.04.03 04:27:59.776158 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:59.776299 [ 267 ] {5451167d-825c-469d-93b4-aad46dfbba64} executeQuery: (from [fd00:1122:3344:101::d]:35721) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.03 04:27:59.776359 [ 267 ] {5451167d-825c-469d-93b4-aad46dfbba64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.03 04:27:59.776876 [ 267 ] {5451167d-825c-469d-93b4-aad46dfbba64} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:27:59.776930 [ 267 ] {5451167d-825c-469d-93b4-aad46dfbba64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:27:59.777351 [ 267 ] {5451167d-825c-469d-93b4-aad46dfbba64} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.03 04:27:59.777655 [ 267 ] {5451167d-825c-469d-93b4-aad46dfbba64} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:27:59.777830 [ 267 ] {5451167d-825c-469d-93b4-aad46dfbba64} executeQuery: Read 2 rows, 143.00 B in 0.00156 sec., 1282.051282051282 rows/sec., 89.52 KiB/sec. 2026.04.03 04:27:59.777881 [ 267 ] {5451167d-825c-469d-93b4-aad46dfbba64} TCPHandler: Processed in 0.001796466 sec. 2026.04.03 04:27:59.778038 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:59.778174 [ 267 ] {7556cf14-f578-4fc8-9400-2a3cc55ecf70} executeQuery: (from [fd00:1122:3344:101::d]:35721) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.03 04:27:59.778234 [ 267 ] {7556cf14-f578-4fc8-9400-2a3cc55ecf70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.03 04:27:59.778778 [ 267 ] {7556cf14-f578-4fc8-9400-2a3cc55ecf70} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:27:59.778828 [ 267 ] {7556cf14-f578-4fc8-9400-2a3cc55ecf70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:27:59.779257 [ 267 ] {7556cf14-f578-4fc8-9400-2a3cc55ecf70} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.03 04:27:59.779557 [ 267 ] {7556cf14-f578-4fc8-9400-2a3cc55ecf70} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:27:59.779741 [ 267 ] {7556cf14-f578-4fc8-9400-2a3cc55ecf70} executeQuery: Read 38 rows, 3.04 KiB in 0.00159 sec., 23899.37106918239 rows/sec., 1.87 MiB/sec. 2026.04.03 04:27:59.779792 [ 267 ] {7556cf14-f578-4fc8-9400-2a3cc55ecf70} TCPHandler: Processed in 0.001822756 sec. 2026.04.03 04:27:59.779941 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:59.780083 [ 267 ] {717e40b3-c808-464e-84f9-05f5705cd52a} executeQuery: (from [fd00:1122:3344:101::d]:35721) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.03 04:27:59.780142 [ 267 ] {717e40b3-c808-464e-84f9-05f5705cd52a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.03 04:27:59.780884 [ 267 ] {717e40b3-c808-464e-84f9-05f5705cd52a} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:27:59.780935 [ 267 ] {717e40b3-c808-464e-84f9-05f5705cd52a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:27:59.781411 [ 267 ] {717e40b3-c808-464e-84f9-05f5705cd52a} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.03 04:27:59.781716 [ 267 ] {717e40b3-c808-464e-84f9-05f5705cd52a} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:27:59.781923 [ 267 ] {717e40b3-c808-464e-84f9-05f5705cd52a} executeQuery: Read 111 rows, 7.93 KiB in 0.001871 sec., 59326.56333511491 rows/sec., 4.14 MiB/sec. 2026.04.03 04:27:59.781980 [ 267 ] {717e40b3-c808-464e-84f9-05f5705cd52a} TCPHandler: Processed in 0.002109352 sec. 2026.04.03 04:27:59.782136 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:27:59.782282 [ 267 ] {a91e85ed-c163-4553-a70c-95681047791a} executeQuery: (from [fd00:1122:3344:101::d]:35721) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.03 04:27:59.782342 [ 267 ] {a91e85ed-c163-4553-a70c-95681047791a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.03 04:27:59.782832 [ 267 ] {a91e85ed-c163-4553-a70c-95681047791a} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:27:59.782880 [ 267 ] {a91e85ed-c163-4553-a70c-95681047791a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:27:59.783343 [ 267 ] {a91e85ed-c163-4553-a70c-95681047791a} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.03 04:27:59.783672 [ 267 ] {a91e85ed-c163-4553-a70c-95681047791a} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:27:59.783905 [ 267 ] {a91e85ed-c163-4553-a70c-95681047791a} executeQuery: Read 40 rows, 2.73 KiB in 0.001647 sec., 24286.581663630845 rows/sec., 1.62 MiB/sec. 2026.04.03 04:27:59.783961 [ 267 ] {a91e85ed-c163-4553-a70c-95681047791a} TCPHandler: Processed in 0.001897328 sec. 2026.04.03 04:28:00.358435 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 2466 2026.04.03 04:28:00.359008 [ 245 ] {} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:00.359060 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:28:00.359586 [ 245 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.03 04:28:00.359842 [ 245 ] {} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:00.359995 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2466 2026.04.03 04:28:00.484561 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2026.04.03 04:28:00.502088 [ 244 ] {} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:00.502156 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:28:00.508724 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.03 04:28:00.509502 [ 244 ] {} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:00.512807 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2026.04.03 04:28:01.001168 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 168.48 MiB, peak 173.75 MiB, free memory in arenas 0.00 B, will set to 169.86 MiB (RSS), difference: 1.38 MiB 2026.04.03 04:28:02.850800 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 194 2026.04.03 04:28:02.853146 [ 243 ] {} system.query_log (7212dc63-7bc5-4d34-8e52-a96490942866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:02.853202 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:28:02.854362 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.03 04:28:02.854636 [ 243 ] {} system.query_log (7212dc63-7bc5-4d34-8e52-a96490942866): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:02.854953 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 194 2026.04.03 04:28:04.692425 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:04.692637 [ 267 ] {9cb42600-9df3-4537-869a-14bd527611be} executeQuery: (from [fd00:1122:3344:101::d]:35721) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.03 04:28:04.692711 [ 267 ] {9cb42600-9df3-4537-869a-14bd527611be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.03 04:28:04.693425 [ 267 ] {9cb42600-9df3-4537-869a-14bd527611be} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:04.693476 [ 267 ] {9cb42600-9df3-4537-869a-14bd527611be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:28:04.693871 [ 267 ] {9cb42600-9df3-4537-869a-14bd527611be} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.03 04:28:04.694105 [ 267 ] {9cb42600-9df3-4537-869a-14bd527611be} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:04.694266 [ 267 ] {9cb42600-9df3-4537-869a-14bd527611be} executeQuery: Read 100 rows, 9.06 KiB in 0.001681 sec., 59488.3997620464 rows/sec., 5.26 MiB/sec. 2026.04.03 04:28:04.694312 [ 267 ] {9cb42600-9df3-4537-869a-14bd527611be} TCPHandler: Processed in 0.00201795 sec. 2026.04.03 04:28:04.694447 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:04.694549 [ 267 ] {ab8635a3-edae-4785-909e-90fc5f482b0e} executeQuery: (from [fd00:1122:3344:101::d]:35721) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.03 04:28:04.694593 [ 267 ] {ab8635a3-edae-4785-909e-90fc5f482b0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.03 04:28:04.695001 [ 267 ] {ab8635a3-edae-4785-909e-90fc5f482b0e} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:04.695040 [ 267 ] {ab8635a3-edae-4785-909e-90fc5f482b0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:28:04.695364 [ 267 ] {ab8635a3-edae-4785-909e-90fc5f482b0e} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.03 04:28:04.695575 [ 267 ] {ab8635a3-edae-4785-909e-90fc5f482b0e} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:04.695703 [ 267 ] {ab8635a3-edae-4785-909e-90fc5f482b0e} executeQuery: Read 35 rows, 2.63 KiB in 0.001177 sec., 29736.61852166525 rows/sec., 2.18 MiB/sec. 2026.04.03 04:28:04.695742 [ 267 ] {ab8635a3-edae-4785-909e-90fc5f482b0e} TCPHandler: Processed in 0.001350417 sec. 2026.04.03 04:28:04.695856 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:04.695959 [ 267 ] {7f35b774-0baf-4813-b46d-fb3d85b08124} executeQuery: (from [fd00:1122:3344:101::d]:35721) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.03 04:28:04.696009 [ 267 ] {7f35b774-0baf-4813-b46d-fb3d85b08124} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.03 04:28:04.696469 [ 267 ] {7f35b774-0baf-4813-b46d-fb3d85b08124} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:04.696508 [ 267 ] {7f35b774-0baf-4813-b46d-fb3d85b08124} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:28:04.696832 [ 267 ] {7f35b774-0baf-4813-b46d-fb3d85b08124} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.03 04:28:04.697063 [ 267 ] {7f35b774-0baf-4813-b46d-fb3d85b08124} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:04.697202 [ 267 ] {7f35b774-0baf-4813-b46d-fb3d85b08124} executeQuery: Read 71 rows, 5.68 KiB in 0.001263 sec., 56215.360253365005 rows/sec., 4.39 MiB/sec. 2026.04.03 04:28:04.697242 [ 267 ] {7f35b774-0baf-4813-b46d-fb3d85b08124} TCPHandler: Processed in 0.001439558 sec. 2026.04.03 04:28:04.697358 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:04.697456 [ 267 ] {9cccc3cf-1bb0-42c1-b659-df966d41cd39} executeQuery: (from [fd00:1122:3344:101::d]:35721) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.03 04:28:04.697502 [ 267 ] {9cccc3cf-1bb0-42c1-b659-df966d41cd39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.03 04:28:04.697871 [ 267 ] {9cccc3cf-1bb0-42c1-b659-df966d41cd39} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:04.697909 [ 267 ] {9cccc3cf-1bb0-42c1-b659-df966d41cd39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:28:04.698230 [ 267 ] {9cccc3cf-1bb0-42c1-b659-df966d41cd39} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.03 04:28:04.698459 [ 267 ] {9cccc3cf-1bb0-42c1-b659-df966d41cd39} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:04.698591 [ 267 ] {9cccc3cf-1bb0-42c1-b659-df966d41cd39} executeQuery: Read 110 rows, 7.86 KiB in 0.001155 sec., 95238.09523809524 rows/sec., 6.65 MiB/sec. 2026.04.03 04:28:04.698627 [ 267 ] {9cccc3cf-1bb0-42c1-b659-df966d41cd39} TCPHandler: Processed in 0.001318926 sec. 2026.04.03 04:28:04.698734 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:04.698830 [ 267 ] {78aed016-e1ed-4455-800c-4954d55a0c46} executeQuery: (from [fd00:1122:3344:101::d]:35721) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.03 04:28:04.698885 [ 267 ] {78aed016-e1ed-4455-800c-4954d55a0c46} 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.04.03 04:28:04.699634 [ 267 ] {78aed016-e1ed-4455-800c-4954d55a0c46} oximeter.measurements_histogramu64 (4a5f49cb-97be-4b78-98a9-ca04f4d82229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:04.699670 [ 267 ] {78aed016-e1ed-4455-800c-4954d55a0c46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:28:04.700225 [ 267 ] {78aed016-e1ed-4455-800c-4954d55a0c46} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.03 04:28:04.700448 [ 267 ] {78aed016-e1ed-4455-800c-4954d55a0c46} oximeter.measurements_histogramu64 (4a5f49cb-97be-4b78-98a9-ca04f4d82229): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:04.700584 [ 267 ] {78aed016-e1ed-4455-800c-4954d55a0c46} executeQuery: Read 35 rows, 64.22 KiB in 0.001772 sec., 19751.693002257336 rows/sec., 35.39 MiB/sec. 2026.04.03 04:28:04.700633 [ 267 ] {78aed016-e1ed-4455-800c-4954d55a0c46} TCPHandler: Processed in 0.001947158 sec. 2026.04.03 04:28:04.700744 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:04.700841 [ 267 ] {6398ff43-3d21-4b98-a84b-937cf61ea489} executeQuery: (from [fd00:1122:3344:101::d]:35721) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.03 04:28:04.700884 [ 267 ] {6398ff43-3d21-4b98-a84b-937cf61ea489} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.03 04:28:04.701196 [ 267 ] {6398ff43-3d21-4b98-a84b-937cf61ea489} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:04.701233 [ 267 ] {6398ff43-3d21-4b98-a84b-937cf61ea489} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:28:04.701539 [ 267 ] {6398ff43-3d21-4b98-a84b-937cf61ea489} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.03 04:28:04.701751 [ 267 ] {6398ff43-3d21-4b98-a84b-937cf61ea489} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:04.701879 [ 267 ] {6398ff43-3d21-4b98-a84b-937cf61ea489} executeQuery: Read 40 rows, 2.73 KiB in 0.001058 sec., 37807.18336483932 rows/sec., 2.52 MiB/sec. 2026.04.03 04:28:04.701915 [ 267 ] {6398ff43-3d21-4b98-a84b-937cf61ea489} TCPHandler: Processed in 0.001220564 sec. 2026.04.03 04:28:07.778537 [ 87 ] {} DNSResolver: Updating DNS cache 2026.04.03 04:28:07.778593 [ 87 ] {} DNSResolver: Updated DNS cache 2026.04.03 04:28:07.860997 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 2914 2026.04.03 04:28:07.861475 [ 245 ] {} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:07.861520 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:28:07.862011 [ 245 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.03 04:28:07.862244 [ 245 ] {} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:07.862394 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2914 2026.04.03 04:28:07.862386 [ 85 ] {} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.03 04:28:07.862479 [ 85 ] {} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:07.862501 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:28:07.865230 [ 187 ] {00c4024f-bd6e-4c86-9f30-5d9b7a2add6f::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.04.03 04:28:07.867445 [ 187 ] {00c4024f-bd6e-4c86-9f30-5d9b7a2add6f::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.03 04:28:07.867542 [ 187 ] {00c4024f-bd6e-4c86-9f30-5d9b7a2add6f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part 2026.04.03 04:28:07.867655 [ 187 ] {00c4024f-bd6e-4c86-9f30-5d9b7a2add6f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 445 rows starting from the beginning of the part 2026.04.03 04:28:07.867712 [ 187 ] {00c4024f-bd6e-4c86-9f30-5d9b7a2add6f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 512 rows starting from the beginning of the part 2026.04.03 04:28:07.867758 [ 187 ] {00c4024f-bd6e-4c86-9f30-5d9b7a2add6f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 448 rows starting from the beginning of the part 2026.04.03 04:28:07.867803 [ 187 ] {00c4024f-bd6e-4c86-9f30-5d9b7a2add6f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 512 rows starting from the beginning of the part 2026.04.03 04:28:07.867849 [ 187 ] {00c4024f-bd6e-4c86-9f30-5d9b7a2add6f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 448 rows starting from the beginning of the part 2026.04.03 04:28:07.918043 [ 188 ] {00c4024f-bd6e-4c86-9f30-5d9b7a2add6f::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2914 rows, containing 4 columns (4 merged, 0 gathered) in 0.055418823 sec., 52581.41263664153 rows/sec., 770.24 KiB/sec. 2026.04.03 04:28:07.918959 [ 201 ] {00c4024f-bd6e-4c86-9f30-5d9b7a2add6f::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.03 04:28:07.919349 [ 201 ] {00c4024f-bd6e-4c86-9f30-5d9b7a2add6f::all_1_6_1} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:07.919451 [ 201 ] {00c4024f-bd6e-4c86-9f30-5d9b7a2add6f::all_1_6_1} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.03 04:28:07.921441 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.35 MiB. 2026.04.03 04:28:08.000182 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 170.00 MiB, peak 176.32 MiB, free memory in arenas 0.00 B, will set to 171.37 MiB (RSS), difference: 1.37 MiB 2026.04.03 04:28:08.013802 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2026.04.03 04:28:08.033154 [ 244 ] {} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:08.033208 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:28:08.039262 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.03 04:28:08.039963 [ 244 ] {} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:08.040272 [ 85 ] {} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.03 04:28:08.040336 [ 85 ] {} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:08.040356 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:28:08.040487 [ 201 ] {cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5::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.04.03 04:28:08.043552 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2026.04.03 04:28:08.044908 [ 201 ] {cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.03 04:28:08.046470 [ 201 ] {cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5::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.04.03 04:28:08.051095 [ 201 ] {cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5::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.04.03 04:28:08.055246 [ 201 ] {cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5::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.04.03 04:28:08.059492 [ 201 ] {cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5::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.04.03 04:28:08.072573 [ 201 ] {cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5::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.04.03 04:28:08.076966 [ 201 ] {cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5::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.04.03 04:28:08.137879 [ 188 ] {cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.097448611 sec., 472.04367027868665 rows/sec., 2.44 MiB/sec. 2026.04.03 04:28:08.140385 [ 200 ] {cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.03 04:28:08.142608 [ 200 ] {cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5::all_1_6_1} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:08.142714 [ 200 ] {cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5::all_1_6_1} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.03 04:28:08.144733 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2026.04.03 04:28:09.000196 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 172.45 MiB, peak 181.99 MiB, free memory in arenas 0.00 B, will set to 181.36 MiB (RSS), difference: 8.91 MiB 2026.04.03 04:28:09.691585 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:09.691780 [ 267 ] {f39b86ad-fbca-4d41-9dd3-e2cd50523108} executeQuery: (from [fd00:1122:3344:101::d]:35721) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.03 04:28:09.691850 [ 267 ] {f39b86ad-fbca-4d41-9dd3-e2cd50523108} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.03 04:28:09.692533 [ 267 ] {f39b86ad-fbca-4d41-9dd3-e2cd50523108} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:09.692579 [ 267 ] {f39b86ad-fbca-4d41-9dd3-e2cd50523108} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:28:09.692968 [ 267 ] {f39b86ad-fbca-4d41-9dd3-e2cd50523108} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.03 04:28:09.693198 [ 267 ] {f39b86ad-fbca-4d41-9dd3-e2cd50523108} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:09.693339 [ 82 ] {} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.03 04:28:09.693361 [ 267 ] {f39b86ad-fbca-4d41-9dd3-e2cd50523108} executeQuery: Read 30 rows, 2.34 KiB in 0.001632 sec., 18382.352941176472 rows/sec., 1.40 MiB/sec. 2026.04.03 04:28:09.693441 [ 82 ] {} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:09.693458 [ 267 ] {f39b86ad-fbca-4d41-9dd3-e2cd50523108} TCPHandler: Processed in 0.00199993 sec. 2026.04.03 04:28:09.693487 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:28:09.693609 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:09.693630 [ 186 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::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.04.03 04:28:09.693718 [ 267 ] {15a65616-622c-4207-835d-2ac20f6382fe} executeQuery: (from [fd00:1122:3344:101::d]:35721) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.03 04:28:09.693740 [ 186 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.03 04:28:09.693763 [ 267 ] {15a65616-622c-4207-835d-2ac20f6382fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.03 04:28:09.693773 [ 186 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 69 rows starting from the beginning of the part 2026.04.03 04:28:09.693881 [ 186 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part 2026.04.03 04:28:09.693936 [ 186 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 94 rows starting from the beginning of the part 2026.04.03 04:28:09.693987 [ 186 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 31 rows starting from the beginning of the part 2026.04.03 04:28:09.694038 [ 186 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 100 rows starting from the beginning of the part 2026.04.03 04:28:09.694087 [ 186 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::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.04.03 04:28:09.694184 [ 267 ] {15a65616-622c-4207-835d-2ac20f6382fe} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:09.694223 [ 267 ] {15a65616-622c-4207-835d-2ac20f6382fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:28:09.694604 [ 267 ] {15a65616-622c-4207-835d-2ac20f6382fe} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.03 04:28:09.694833 [ 267 ] {15a65616-622c-4207-835d-2ac20f6382fe} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:09.694934 [ 82 ] {} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.03 04:28:09.694965 [ 82 ] {} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:09.694968 [ 267 ] {15a65616-622c-4207-835d-2ac20f6382fe} executeQuery: Read 36 rows, 2.88 KiB in 0.001274 sec., 28257.456828885403 rows/sec., 2.21 MiB/sec. 2026.04.03 04:28:09.694983 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:28:09.695019 [ 267 ] {15a65616-622c-4207-835d-2ac20f6382fe} TCPHandler: Processed in 0.001462189 sec. 2026.04.03 04:28:09.695043 [ 188 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 350 rows, containing 5 columns (5 merged, 0 gathered) in 0.001465849 sec., 238769.47762013687 rows/sec., 21.23 MiB/sec. 2026.04.03 04:28:09.695100 [ 189 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::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.04.03 04:28:09.695131 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:09.695187 [ 186 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.03 04:28:09.695237 [ 267 ] {ba01b6d9-143b-4c39-8305-4d945c731c65} executeQuery: (from [fd00:1122:3344:101::d]:35721) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.03 04:28:09.695268 [ 189 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.03 04:28:09.695282 [ 267 ] {ba01b6d9-143b-4c39-8305-4d945c731c65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.03 04:28:09.695317 [ 189 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 60 rows starting from the beginning of the part 2026.04.03 04:28:09.695411 [ 186 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_6_1} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:09.695419 [ 189 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 28 rows starting from the beginning of the part 2026.04.03 04:28:09.695486 [ 189 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 70 rows starting from the beginning of the part 2026.04.03 04:28:09.695494 [ 186 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_6_1} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.03 04:28:09.695536 [ 189 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 38 rows starting from the beginning of the part 2026.04.03 04:28:09.695562 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.04.03 04:28:09.695589 [ 189 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 71 rows starting from the beginning of the part 2026.04.03 04:28:09.695636 [ 189 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 36 rows starting from the beginning of the part 2026.04.03 04:28:09.695696 [ 267 ] {ba01b6d9-143b-4c39-8305-4d945c731c65} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:09.695738 [ 267 ] {ba01b6d9-143b-4c39-8305-4d945c731c65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:28:09.696104 [ 267 ] {ba01b6d9-143b-4c39-8305-4d945c731c65} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.03 04:28:09.696353 [ 267 ] {ba01b6d9-143b-4c39-8305-4d945c731c65} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:09.696453 [ 82 ] {} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.03 04:28:09.696480 [ 82 ] {} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:09.696490 [ 267 ] {ba01b6d9-143b-4c39-8305-4d945c731c65} executeQuery: Read 110 rows, 7.86 KiB in 0.001274 sec., 86342.22919937206 rows/sec., 6.03 MiB/sec. 2026.04.03 04:28:09.696495 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:28:09.696529 [ 189 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 303 rows, containing 5 columns (5 merged, 0 gathered) in 0.001478359 sec., 204956.98270853018 rows/sec., 16.81 MiB/sec. 2026.04.03 04:28:09.696535 [ 267 ] {ba01b6d9-143b-4c39-8305-4d945c731c65} TCPHandler: Processed in 0.001452519 sec. 2026.04.03 04:28:09.696639 [ 196 ] {f25b6725-879d-46f0-9797-8977429a43f9::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.04.03 04:28:09.696670 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:09.696684 [ 186 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.03 04:28:09.696784 [ 267 ] {8d484b3b-4622-42fe-8227-92f25da5f26b} executeQuery: (from [fd00:1122:3344:101::d]:35721) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.03 04:28:09.696800 [ 196 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.03 04:28:09.696827 [ 267 ] {8d484b3b-4622-42fe-8227-92f25da5f26b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.03 04:28:09.696855 [ 196 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 103 rows starting from the beginning of the part 2026.04.03 04:28:09.696934 [ 186 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_6_1} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:09.696963 [ 196 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 100 rows starting from the beginning of the part 2026.04.03 04:28:09.697005 [ 186 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_6_1} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.03 04:28:09.697029 [ 196 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 100 rows starting from the beginning of the part 2026.04.03 04:28:09.697075 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.04.03 04:28:09.697085 [ 196 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 111 rows starting from the beginning of the part 2026.04.03 04:28:09.697144 [ 196 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 110 rows starting from the beginning of the part 2026.04.03 04:28:09.697162 [ 267 ] {8d484b3b-4622-42fe-8227-92f25da5f26b} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:09.697193 [ 196 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 110 rows starting from the beginning of the part 2026.04.03 04:28:09.697204 [ 267 ] {8d484b3b-4622-42fe-8227-92f25da5f26b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:28:09.697581 [ 267 ] {8d484b3b-4622-42fe-8227-92f25da5f26b} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.03 04:28:09.697809 [ 267 ] {8d484b3b-4622-42fe-8227-92f25da5f26b} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:09.697934 [ 80 ] {} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.03 04:28:09.697945 [ 267 ] {8d484b3b-4622-42fe-8227-92f25da5f26b} executeQuery: Read 40 rows, 2.73 KiB in 0.001188 sec., 33670.03367003367 rows/sec., 2.25 MiB/sec. 2026.04.03 04:28:09.697986 [ 80 ] {} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:09.698000 [ 267 ] {8d484b3b-4622-42fe-8227-92f25da5f26b} TCPHandler: Processed in 0.001380398 sec. 2026.04.03 04:28:09.698014 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:28:09.698112 [ 188 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::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.04.03 04:28:09.698222 [ 188 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.03 04:28:09.698259 [ 188 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::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.04.03 04:28:09.698260 [ 186 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 634 rows, containing 5 columns (5 merged, 0 gathered) in 0.001682253 sec., 376875.5353683423 rows/sec., 26.22 MiB/sec. 2026.04.03 04:28:09.698328 [ 188 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::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.04.03 04:28:09.698381 [ 188 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::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.04.03 04:28:09.698419 [ 188 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 40 rows starting from the beginning of the part 2026.04.03 04:28:09.698435 [ 196 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.03 04:28:09.698464 [ 188 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 40 rows starting from the beginning of the part 2026.04.03 04:28:09.698503 [ 188 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 40 rows starting from the beginning of the part 2026.04.03 04:28:09.698700 [ 196 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_6_1} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:09.698769 [ 196 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_6_1} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.03 04:28:09.698832 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.04.03 04:28:09.699197 [ 188 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 210 rows, containing 4 columns (4 merged, 0 gathered) in 0.001127472 sec., 186257.397079484 rows/sec., 12.57 MiB/sec. 2026.04.03 04:28:09.699320 [ 186 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.03 04:28:09.699556 [ 186 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::all_1_6_1} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:09.699613 [ 186 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::all_1_6_1} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.03 04:28:09.699677 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.04.03 04:28:12.855127 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 214 2026.04.03 04:28:12.857104 [ 243 ] {} system.query_log (7212dc63-7bc5-4d34-8e52-a96490942866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:12.857152 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:28:12.858316 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.03 04:28:12.858589 [ 243 ] {} system.query_log (7212dc63-7bc5-4d34-8e52-a96490942866): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:12.858835 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 214 2026.04.03 04:28:14.689249 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:14.689471 [ 267 ] {1b9233d9-f257-402a-8b39-3a918cf2925e} executeQuery: (from [fd00:1122:3344:101::d]:35721) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.04.03 04:28:14.689781 [ 267 ] {1b9233d9-f257-402a-8b39-3a918cf2925e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.03 04:28:14.689881 [ 267 ] {1b9233d9-f257-402a-8b39-3a918cf2925e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.04.03 04:28:14.690104 [ 267 ] {1b9233d9-f257-402a-8b39-3a918cf2925e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:28:14.690171 [ 267 ] {1b9233d9-f257-402a-8b39-3a918cf2925e} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:28:14.690308 [ 267 ] {1b9233d9-f257-402a-8b39-3a918cf2925e} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Key condition: (column 0 notIn 23-element set) 2026.04.03 04:28:14.690426 [ 333 ] {1b9233d9-f257-402a-8b39-3a918cf2925e} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.03 04:28:14.690456 [ 302 ] {1b9233d9-f257-402a-8b39-3a918cf2925e} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.03 04:28:14.690576 [ 267 ] {1b9233d9-f257-402a-8b39-3a918cf2925e} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (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.04.03 04:28:14.690607 [ 267 ] {1b9233d9-f257-402a-8b39-3a918cf2925e} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.03 04:28:14.692992 [ 267 ] {1b9233d9-f257-402a-8b39-3a918cf2925e} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.03 04:28:14.693023 [ 267 ] {1b9233d9-f257-402a-8b39-3a918cf2925e} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Reading approx. 23 rows with 2 streams 2026.04.03 04:28:14.693077 [ 267 ] {1b9233d9-f257-402a-8b39-3a918cf2925e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.04.03 04:28:14.693114 [ 267 ] {1b9233d9-f257-402a-8b39-3a918cf2925e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.04.03 04:28:14.693988 [ 267 ] {1b9233d9-f257-402a-8b39-3a918cf2925e} executeQuery: Read 23 rows, 982.00 B in 0.004564 sec., 5039.439088518843 rows/sec., 210.12 KiB/sec. 2026.04.03 04:28:14.694112 [ 267 ] {1b9233d9-f257-402a-8b39-3a918cf2925e} TCPHandler: Processed in 0.004957778 sec. 2026.04.03 04:28:14.696611 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:14.696745 [ 267 ] {b7ac6c21-b924-45ea-b7e9-6076f7daae72} executeQuery: (from [fd00:1122:3344:101::d]:35721) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.04.03 04:28:14.697024 [ 267 ] {b7ac6c21-b924-45ea-b7e9-6076f7daae72} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.03 04:28:14.697057 [ 267 ] {b7ac6c21-b924-45ea-b7e9-6076f7daae72} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes')" moved to PREWHERE 2026.04.03 04:28:14.697240 [ 267 ] {b7ac6c21-b924-45ea-b7e9-6076f7daae72} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:28:14.697293 [ 267 ] {b7ac6c21-b924-45ea-b7e9-6076f7daae72} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:28:14.697397 [ 267 ] {b7ac6c21-b924-45ea-b7e9-6076f7daae72} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Key condition: (column 0 notIn 24-element set) 2026.04.03 04:28:14.697465 [ 333 ] {b7ac6c21-b924-45ea-b7e9-6076f7daae72} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.03 04:28:14.697480 [ 277 ] {b7ac6c21-b924-45ea-b7e9-6076f7daae72} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.03 04:28:14.697561 [ 267 ] {b7ac6c21-b924-45ea-b7e9-6076f7daae72} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (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.04.03 04:28:14.697586 [ 267 ] {b7ac6c21-b924-45ea-b7e9-6076f7daae72} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.03 04:28:14.697643 [ 267 ] {b7ac6c21-b924-45ea-b7e9-6076f7daae72} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.03 04:28:14.697660 [ 267 ] {b7ac6c21-b924-45ea-b7e9-6076f7daae72} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Reading approx. 23 rows with 2 streams 2026.04.03 04:28:14.697689 [ 267 ] {b7ac6c21-b924-45ea-b7e9-6076f7daae72} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes'))" 2026.04.03 04:28:14.697719 [ 267 ] {b7ac6c21-b924-45ea-b7e9-6076f7daae72} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes'))" 2026.04.03 04:28:14.698408 [ 267 ] {b7ac6c21-b924-45ea-b7e9-6076f7daae72} executeQuery: Read 23 rows, 982.00 B in 0.001664 sec., 13822.115384615385 rows/sec., 576.31 KiB/sec. 2026.04.03 04:28:14.698512 [ 267 ] {b7ac6c21-b924-45ea-b7e9-6076f7daae72} TCPHandler: Processed in 0.001902708 sec. 2026.04.03 04:28:14.698757 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:14.698889 [ 267 ] {492c73e9-e0d9-49ef-8432-b3532f18ff9e} executeQuery: (from [fd00:1122:3344:101::d]:35721) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.04.03 04:28:14.699087 [ 267 ] {492c73e9-e0d9-49ef-8432-b3532f18ff9e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.03 04:28:14.699119 [ 267 ] {492c73e9-e0d9-49ef-8432-b3532f18ff9e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.04.03 04:28:14.699296 [ 267 ] {492c73e9-e0d9-49ef-8432-b3532f18ff9e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:28:14.699347 [ 267 ] {492c73e9-e0d9-49ef-8432-b3532f18ff9e} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:28:14.699442 [ 267 ] {492c73e9-e0d9-49ef-8432-b3532f18ff9e} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Key condition: (column 0 notIn 25-element set) 2026.04.03 04:28:14.699503 [ 333 ] {492c73e9-e0d9-49ef-8432-b3532f18ff9e} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.03 04:28:14.699505 [ 277 ] {492c73e9-e0d9-49ef-8432-b3532f18ff9e} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.03 04:28:14.699587 [ 267 ] {492c73e9-e0d9-49ef-8432-b3532f18ff9e} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (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.04.03 04:28:14.699612 [ 267 ] {492c73e9-e0d9-49ef-8432-b3532f18ff9e} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.03 04:28:14.699664 [ 267 ] {492c73e9-e0d9-49ef-8432-b3532f18ff9e} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.03 04:28:14.699681 [ 267 ] {492c73e9-e0d9-49ef-8432-b3532f18ff9e} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Reading approx. 23 rows with 2 streams 2026.04.03 04:28:14.699710 [ 267 ] {492c73e9-e0d9-49ef-8432-b3532f18ff9e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))" 2026.04.03 04:28:14.699739 [ 267 ] {492c73e9-e0d9-49ef-8432-b3532f18ff9e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))" 2026.04.03 04:28:14.700398 [ 267 ] {492c73e9-e0d9-49ef-8432-b3532f18ff9e} executeQuery: Read 23 rows, 982.00 B in 0.001563 sec., 14715.29110684581 rows/sec., 613.55 KiB/sec. 2026.04.03 04:28:14.700494 [ 267 ] {492c73e9-e0d9-49ef-8432-b3532f18ff9e} TCPHandler: Processed in 0.001784455 sec. 2026.04.03 04:28:14.700733 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:14.700858 [ 267 ] {f4616113-5274-48b5-8f88-4672e50e8329} executeQuery: (from [fd00:1122:3344:101::d]:35721) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.04.03 04:28:14.701057 [ 267 ] {f4616113-5274-48b5-8f88-4672e50e8329} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.03 04:28:14.701089 [ 267 ] {f4616113-5274-48b5-8f88-4672e50e8329} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.04.03 04:28:14.701268 [ 267 ] {f4616113-5274-48b5-8f88-4672e50e8329} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:28:14.701318 [ 267 ] {f4616113-5274-48b5-8f88-4672e50e8329} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:28:14.701416 [ 267 ] {f4616113-5274-48b5-8f88-4672e50e8329} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2026.04.03 04:28:14.701484 [ 333 ] {f4616113-5274-48b5-8f88-4672e50e8329} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.03 04:28:14.701483 [ 340 ] {f4616113-5274-48b5-8f88-4672e50e8329} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.03 04:28:14.701592 [ 267 ] {f4616113-5274-48b5-8f88-4672e50e8329} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (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.04.03 04:28:14.701618 [ 267 ] {f4616113-5274-48b5-8f88-4672e50e8329} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.03 04:28:14.701671 [ 267 ] {f4616113-5274-48b5-8f88-4672e50e8329} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.03 04:28:14.701687 [ 267 ] {f4616113-5274-48b5-8f88-4672e50e8329} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Reading approx. 23 rows with 2 streams 2026.04.03 04:28:14.701716 [ 267 ] {f4616113-5274-48b5-8f88-4672e50e8329} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))" 2026.04.03 04:28:14.701746 [ 267 ] {f4616113-5274-48b5-8f88-4672e50e8329} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))" 2026.04.03 04:28:14.702271 [ 267 ] {f4616113-5274-48b5-8f88-4672e50e8329} executeQuery: Read 23 rows, 982.00 B in 0.001489 sec., 15446.60846205507 rows/sec., 644.05 KiB/sec. 2026.04.03 04:28:14.702362 [ 267 ] {f4616113-5274-48b5-8f88-4672e50e8329} TCPHandler: Processed in 0.001709353 sec. 2026.04.03 04:28:14.702573 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:14.702696 [ 267 ] {dd5a8356-3b70-4393-a09a-7b93a21b1c25} executeQuery: (from [fd00:1122:3344:101::d]:35721) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.04.03 04:28:14.702954 [ 267 ] {dd5a8356-3b70-4393-a09a-7b93a21b1c25} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.03 04:28:14.702987 [ 267 ] {dd5a8356-3b70-4393-a09a-7b93a21b1c25} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes')" moved to PREWHERE 2026.04.03 04:28:14.703172 [ 267 ] {dd5a8356-3b70-4393-a09a-7b93a21b1c25} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:28:14.703222 [ 267 ] {dd5a8356-3b70-4393-a09a-7b93a21b1c25} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:28:14.703319 [ 267 ] {dd5a8356-3b70-4393-a09a-7b93a21b1c25} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2026.04.03 04:28:14.703382 [ 277 ] {dd5a8356-3b70-4393-a09a-7b93a21b1c25} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.03 04:28:14.703385 [ 340 ] {dd5a8356-3b70-4393-a09a-7b93a21b1c25} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.03 04:28:14.703471 [ 267 ] {dd5a8356-3b70-4393-a09a-7b93a21b1c25} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (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.04.03 04:28:14.703496 [ 267 ] {dd5a8356-3b70-4393-a09a-7b93a21b1c25} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.03 04:28:14.703550 [ 267 ] {dd5a8356-3b70-4393-a09a-7b93a21b1c25} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.03 04:28:14.703566 [ 267 ] {dd5a8356-3b70-4393-a09a-7b93a21b1c25} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Reading approx. 23 rows with 2 streams 2026.04.03 04:28:14.703595 [ 267 ] {dd5a8356-3b70-4393-a09a-7b93a21b1c25} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))" 2026.04.03 04:28:14.703624 [ 267 ] {dd5a8356-3b70-4393-a09a-7b93a21b1c25} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))" 2026.04.03 04:28:14.704143 [ 267 ] {dd5a8356-3b70-4393-a09a-7b93a21b1c25} executeQuery: Read 23 rows, 982.00 B in 0.00144 sec., 15972.22222222222 rows/sec., 665.96 KiB/sec. 2026.04.03 04:28:14.704237 [ 267 ] {dd5a8356-3b70-4393-a09a-7b93a21b1c25} TCPHandler: Processed in 0.001663252 sec. 2026.04.03 04:28:14.704476 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:14.704603 [ 267 ] {c860bd77-f44e-4b04-a4d4-21b6c0b3be47} executeQuery: (from [fd00:1122:3344:101::d]:35721) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.04.03 04:28:14.704804 [ 267 ] {c860bd77-f44e-4b04-a4d4-21b6c0b3be47} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.03 04:28:14.704837 [ 267 ] {c860bd77-f44e-4b04-a4d4-21b6c0b3be47} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes')" moved to PREWHERE 2026.04.03 04:28:14.705024 [ 267 ] {c860bd77-f44e-4b04-a4d4-21b6c0b3be47} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:28:14.705074 [ 267 ] {c860bd77-f44e-4b04-a4d4-21b6c0b3be47} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:28:14.705169 [ 267 ] {c860bd77-f44e-4b04-a4d4-21b6c0b3be47} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2026.04.03 04:28:14.705230 [ 340 ] {c860bd77-f44e-4b04-a4d4-21b6c0b3be47} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.03 04:28:14.705235 [ 277 ] {c860bd77-f44e-4b04-a4d4-21b6c0b3be47} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.03 04:28:14.705319 [ 267 ] {c860bd77-f44e-4b04-a4d4-21b6c0b3be47} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (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.04.03 04:28:14.705345 [ 267 ] {c860bd77-f44e-4b04-a4d4-21b6c0b3be47} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.03 04:28:14.705397 [ 267 ] {c860bd77-f44e-4b04-a4d4-21b6c0b3be47} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.03 04:28:14.705413 [ 267 ] {c860bd77-f44e-4b04-a4d4-21b6c0b3be47} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Reading approx. 23 rows with 2 streams 2026.04.03 04:28:14.705442 [ 267 ] {c860bd77-f44e-4b04-a4d4-21b6c0b3be47} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))" 2026.04.03 04:28:14.705472 [ 267 ] {c860bd77-f44e-4b04-a4d4-21b6c0b3be47} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))" 2026.04.03 04:28:14.706028 [ 267 ] {c860bd77-f44e-4b04-a4d4-21b6c0b3be47} executeQuery: Read 23 rows, 982.00 B in 0.001476 sec., 15582.655826558264 rows/sec., 649.72 KiB/sec. 2026.04.03 04:28:14.706132 [ 267 ] {c860bd77-f44e-4b04-a4d4-21b6c0b3be47} TCPHandler: Processed in 0.001702494 sec. 2026.04.03 04:28:14.720811 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:14.720922 [ 267 ] {b905c726-7e68-43f5-be31-73fdcae98089} executeQuery: (from [fd00:1122:3344:101::d]:35721) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.04.03 04:28:14.720962 [ 267 ] {b905c726-7e68-43f5-be31-73fdcae98089} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:28:14.721533 [ 267 ] {b905c726-7e68-43f5-be31-73fdcae98089} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:14.721573 [ 267 ] {b905c726-7e68-43f5-be31-73fdcae98089} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:28:14.722056 [ 267 ] {b905c726-7e68-43f5-be31-73fdcae98089} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.03 04:28:14.722254 [ 267 ] {b905c726-7e68-43f5-be31-73fdcae98089} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:14.722404 [ 267 ] {b905c726-7e68-43f5-be31-73fdcae98089} executeQuery: Read 6 rows, 2.84 KiB in 0.001508 sec., 3978.7798408488065 rows/sec., 1.84 MiB/sec. 2026.04.03 04:28:14.722446 [ 267 ] {b905c726-7e68-43f5-be31-73fdcae98089} TCPHandler: Processed in 0.001684614 sec. 2026.04.03 04:28:14.722577 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:14.722677 [ 267 ] {d0c24278-d6bd-4d72-bf40-22c488d3cfe5} executeQuery: (from [fd00:1122:3344:101::d]:35721) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.03 04:28:14.722718 [ 267 ] {d0c24278-d6bd-4d72-bf40-22c488d3cfe5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.03 04:28:14.725059 [ 267 ] {d0c24278-d6bd-4d72-bf40-22c488d3cfe5} oximeter.fields_i16 (9eea47d2-df2b-4527-be52-1284769a16c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:14.725095 [ 267 ] {d0c24278-d6bd-4d72-bf40-22c488d3cfe5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:28:14.725521 [ 267 ] {d0c24278-d6bd-4d72-bf40-22c488d3cfe5} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.03 04:28:14.725733 [ 267 ] {d0c24278-d6bd-4d72-bf40-22c488d3cfe5} oximeter.fields_i16 (9eea47d2-df2b-4527-be52-1284769a16c9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:14.725864 [ 267 ] {d0c24278-d6bd-4d72-bf40-22c488d3cfe5} executeQuery: Read 24 rows, 2.04 KiB in 0.003209 sec., 7478.96540978498 rows/sec., 635.42 KiB/sec. 2026.04.03 04:28:14.725901 [ 267 ] {d0c24278-d6bd-4d72-bf40-22c488d3cfe5} TCPHandler: Processed in 0.003373747 sec. 2026.04.03 04:28:14.726018 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:14.726115 [ 267 ] {1a7ade8f-e179-4e2d-9d1d-af00cc1d65f0} executeQuery: (from [fd00:1122:3344:101::d]:35721) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.03 04:28:14.726154 [ 267 ] {1a7ade8f-e179-4e2d-9d1d-af00cc1d65f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.03 04:28:14.726549 [ 267 ] {1a7ade8f-e179-4e2d-9d1d-af00cc1d65f0} oximeter.fields_ipaddr (4dbf6b0b-78ff-42ed-9e98-89b262336374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:14.726585 [ 267 ] {1a7ade8f-e179-4e2d-9d1d-af00cc1d65f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:28:14.726871 [ 267 ] {1a7ade8f-e179-4e2d-9d1d-af00cc1d65f0} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.03 04:28:14.727084 [ 267 ] {1a7ade8f-e179-4e2d-9d1d-af00cc1d65f0} oximeter.fields_ipaddr (4dbf6b0b-78ff-42ed-9e98-89b262336374): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:14.727210 [ 267 ] {1a7ade8f-e179-4e2d-9d1d-af00cc1d65f0} executeQuery: Read 4 rows, 334.00 B in 0.001116 sec., 3584.2293906810037 rows/sec., 292.27 KiB/sec. 2026.04.03 04:28:14.727246 [ 267 ] {1a7ade8f-e179-4e2d-9d1d-af00cc1d65f0} TCPHandler: Processed in 0.001276405 sec. 2026.04.03 04:28:14.727354 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:14.727448 [ 267 ] {12709d0a-debf-4a7c-8e83-9580dd551b34} executeQuery: (from [fd00:1122:3344:101::d]:35721) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.03 04:28:14.727487 [ 267 ] {12709d0a-debf-4a7c-8e83-9580dd551b34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.03 04:28:14.728026 [ 267 ] {12709d0a-debf-4a7c-8e83-9580dd551b34} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:14.728061 [ 267 ] {12709d0a-debf-4a7c-8e83-9580dd551b34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:28:14.728351 [ 267 ] {12709d0a-debf-4a7c-8e83-9580dd551b34} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.03 04:28:14.728548 [ 267 ] {12709d0a-debf-4a7c-8e83-9580dd551b34} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:14.728664 [ 267 ] {12709d0a-debf-4a7c-8e83-9580dd551b34} executeQuery: Read 248 rows, 22.73 KiB in 0.001287 sec., 192696.1926961927 rows/sec., 17.25 MiB/sec. 2026.04.03 04:28:14.728698 [ 267 ] {12709d0a-debf-4a7c-8e83-9580dd551b34} TCPHandler: Processed in 0.001447209 sec. 2026.04.03 04:28:14.728803 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:14.728960 [ 267 ] {7fee36fd-3d87-4561-a4cb-76079a8abb65} executeQuery: (from [fd00:1122:3344:101::d]:35721) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.03 04:28:14.728998 [ 267 ] {7fee36fd-3d87-4561-a4cb-76079a8abb65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.03 04:28:14.729401 [ 267 ] {7fee36fd-3d87-4561-a4cb-76079a8abb65} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:14.729438 [ 267 ] {7fee36fd-3d87-4561-a4cb-76079a8abb65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:28:14.729735 [ 267 ] {7fee36fd-3d87-4561-a4cb-76079a8abb65} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.03 04:28:14.729944 [ 267 ] {7fee36fd-3d87-4561-a4cb-76079a8abb65} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:14.730069 [ 267 ] {7fee36fd-3d87-4561-a4cb-76079a8abb65} executeQuery: Read 51 rows, 3.87 KiB in 0.001128 sec., 45212.765957446805 rows/sec., 3.35 MiB/sec. 2026.04.03 04:28:14.730107 [ 267 ] {7fee36fd-3d87-4561-a4cb-76079a8abb65} TCPHandler: Processed in 0.001287635 sec. 2026.04.03 04:28:14.730213 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:14.730307 [ 267 ] {fc9b538d-6afc-4d3f-9620-66e3c8672694} executeQuery: (from [fd00:1122:3344:101::d]:35721) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.03 04:28:14.730346 [ 267 ] {fc9b538d-6afc-4d3f-9620-66e3c8672694} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.03 04:28:14.730766 [ 267 ] {fc9b538d-6afc-4d3f-9620-66e3c8672694} oximeter.fields_u32 (ef1f3134-1ec0-4c33-acfc-a59b11cf61da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:14.730798 [ 267 ] {fc9b538d-6afc-4d3f-9620-66e3c8672694} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:28:14.731176 [ 267 ] {fc9b538d-6afc-4d3f-9620-66e3c8672694} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.03 04:28:14.731393 [ 267 ] {fc9b538d-6afc-4d3f-9620-66e3c8672694} oximeter.fields_u32 (ef1f3134-1ec0-4c33-acfc-a59b11cf61da): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:14.731515 [ 267 ] {fc9b538d-6afc-4d3f-9620-66e3c8672694} executeQuery: Read 24 rows, 2.04 KiB in 0.001226 sec., 19575.85644371941 rows/sec., 1.62 MiB/sec. 2026.04.03 04:28:14.731553 [ 267 ] {fc9b538d-6afc-4d3f-9620-66e3c8672694} TCPHandler: Processed in 0.001386977 sec. 2026.04.03 04:28:14.731658 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:14.731752 [ 267 ] {c86783e7-2e06-4675-9775-2409596beccd} executeQuery: (from [fd00:1122:3344:101::d]:35721) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.03 04:28:14.731790 [ 267 ] {c86783e7-2e06-4675-9775-2409596beccd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.03 04:28:14.732169 [ 267 ] {c86783e7-2e06-4675-9775-2409596beccd} oximeter.fields_u8 (83b86529-4bdb-41f2-a718-74025d6ddd30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:14.732205 [ 267 ] {c86783e7-2e06-4675-9775-2409596beccd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:28:14.734484 [ 267 ] {c86783e7-2e06-4675-9775-2409596beccd} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.03 04:28:14.734684 [ 267 ] {c86783e7-2e06-4675-9775-2409596beccd} oximeter.fields_u8 (83b86529-4bdb-41f2-a718-74025d6ddd30): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:14.734802 [ 267 ] {c86783e7-2e06-4675-9775-2409596beccd} executeQuery: Read 12 rows, 960.00 B in 0.00313 sec., 3833.865814696486 rows/sec., 299.52 KiB/sec. 2026.04.03 04:28:14.734903 [ 267 ] {c86783e7-2e06-4675-9775-2409596beccd} TCPHandler: Processed in 0.003291365 sec. 2026.04.03 04:28:14.735013 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:14.735106 [ 267 ] {794b6e07-4bb3-4e84-a790-73d746c6dbe8} executeQuery: (from [fd00:1122:3344:101::d]:35721) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.03 04:28:14.735145 [ 267 ] {794b6e07-4bb3-4e84-a790-73d746c6dbe8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.03 04:28:14.735622 [ 267 ] {794b6e07-4bb3-4e84-a790-73d746c6dbe8} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:14.735659 [ 267 ] {794b6e07-4bb3-4e84-a790-73d746c6dbe8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:28:14.735965 [ 267 ] {794b6e07-4bb3-4e84-a790-73d746c6dbe8} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.03 04:28:14.736169 [ 267 ] {794b6e07-4bb3-4e84-a790-73d746c6dbe8} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:14.736293 [ 267 ] {794b6e07-4bb3-4e84-a790-73d746c6dbe8} executeQuery: Read 139 rows, 11.50 KiB in 0.001205 sec., 115352.6970954357 rows/sec., 9.32 MiB/sec. 2026.04.03 04:28:14.736330 [ 267 ] {794b6e07-4bb3-4e84-a790-73d746c6dbe8} TCPHandler: Processed in 0.001365267 sec. 2026.04.03 04:28:14.736435 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:14.736529 [ 267 ] {f25e2661-5cb8-44f8-9cd2-e13607167f8d} executeQuery: (from [fd00:1122:3344:101::d]:35721) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.03 04:28:14.736570 [ 267 ] {f25e2661-5cb8-44f8-9cd2-e13607167f8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.03 04:28:14.737171 [ 267 ] {f25e2661-5cb8-44f8-9cd2-e13607167f8d} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:14.737206 [ 267 ] {f25e2661-5cb8-44f8-9cd2-e13607167f8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:28:14.737549 [ 267 ] {f25e2661-5cb8-44f8-9cd2-e13607167f8d} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.03 04:28:14.737776 [ 267 ] {f25e2661-5cb8-44f8-9cd2-e13607167f8d} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:14.737904 [ 267 ] {f25e2661-5cb8-44f8-9cd2-e13607167f8d} executeQuery: Read 378 rows, 29.48 KiB in 0.001393 sec., 271356.783919598 rows/sec., 20.67 MiB/sec. 2026.04.03 04:28:14.737941 [ 267 ] {f25e2661-5cb8-44f8-9cd2-e13607167f8d} TCPHandler: Processed in 0.001553691 sec. 2026.04.03 04:28:14.738053 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:14.738147 [ 267 ] {8af8225f-2734-401a-a218-1debb83d1cc6} executeQuery: (from [fd00:1122:3344:101::d]:35721) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.03 04:28:14.738199 [ 267 ] {8af8225f-2734-401a-a218-1debb83d1cc6} 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.04.03 04:28:14.738998 [ 267 ] {8af8225f-2734-401a-a218-1debb83d1cc6} oximeter.measurements_histogramu64 (4a5f49cb-97be-4b78-98a9-ca04f4d82229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:14.739035 [ 267 ] {8af8225f-2734-401a-a218-1debb83d1cc6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:28:14.739596 [ 267 ] {8af8225f-2734-401a-a218-1debb83d1cc6} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.03 04:28:14.739819 [ 267 ] {8af8225f-2734-401a-a218-1debb83d1cc6} oximeter.measurements_histogramu64 (4a5f49cb-97be-4b78-98a9-ca04f4d82229): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:14.739954 [ 267 ] {8af8225f-2734-401a-a218-1debb83d1cc6} executeQuery: Read 35 rows, 64.22 KiB in 0.001823 sec., 19199.122325836535 rows/sec., 34.40 MiB/sec. 2026.04.03 04:28:14.740008 [ 267 ] {8af8225f-2734-401a-a218-1debb83d1cc6} TCPHandler: Processed in 0.00200306 sec. 2026.04.03 04:28:14.740125 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:14.740222 [ 267 ] {8c6e9e20-96c1-425a-8aec-159c097834b0} executeQuery: (from [fd00:1122:3344:101::d]:35721) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.03 04:28:14.740264 [ 267 ] {8c6e9e20-96c1-425a-8aec-159c097834b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.03 04:28:14.740611 [ 267 ] {8c6e9e20-96c1-425a-8aec-159c097834b0} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:14.740645 [ 267 ] {8c6e9e20-96c1-425a-8aec-159c097834b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:28:14.740948 [ 267 ] {8c6e9e20-96c1-425a-8aec-159c097834b0} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.03 04:28:14.741144 [ 267 ] {8c6e9e20-96c1-425a-8aec-159c097834b0} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:14.741261 [ 267 ] {8c6e9e20-96c1-425a-8aec-159c097834b0} executeQuery: Read 60 rows, 4.14 KiB in 0.001084 sec., 55350.55350553506 rows/sec., 3.73 MiB/sec. 2026.04.03 04:28:14.741294 [ 267 ] {8c6e9e20-96c1-425a-8aec-159c097834b0} TCPHandler: Processed in 0.001245695 sec. 2026.04.03 04:28:15.362691 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3426 2026.04.03 04:28:15.363532 [ 245 ] {} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:15.363611 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:28:15.364317 [ 245 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.03 04:28:15.364555 [ 245 ] {} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:15.364696 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3426 2026.04.03 04:28:15.543867 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2026.04.03 04:28:15.560899 [ 244 ] {} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:15.560957 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. 2026.04.03 04:28:15.566459 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.03 04:28:15.567176 [ 244 ] {} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:15.570163 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2026.04.03 04:28:19.693591 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:19.693781 [ 267 ] {b0e13296-4b75-42cb-8357-6c6d99828f45} executeQuery: (from [fd00:1122:3344:101::d]:35721) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.03 04:28:19.693844 [ 267 ] {b0e13296-4b75-42cb-8357-6c6d99828f45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.03 04:28:19.694450 [ 267 ] {b0e13296-4b75-42cb-8357-6c6d99828f45} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:19.694490 [ 267 ] {b0e13296-4b75-42cb-8357-6c6d99828f45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:19.694863 [ 267 ] {b0e13296-4b75-42cb-8357-6c6d99828f45} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.03 04:28:19.695081 [ 267 ] {b0e13296-4b75-42cb-8357-6c6d99828f45} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:19.695230 [ 267 ] {b0e13296-4b75-42cb-8357-6c6d99828f45} executeQuery: Read 56 rows, 4.41 KiB in 0.001496 sec., 37433.1550802139 rows/sec., 2.88 MiB/sec. 2026.04.03 04:28:19.695277 [ 267 ] {b0e13296-4b75-42cb-8357-6c6d99828f45} TCPHandler: Processed in 0.001806585 sec. 2026.04.03 04:28:19.695396 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:19.695497 [ 267 ] {f4012cb3-0079-42fc-84e0-56a5509922d8} executeQuery: (from [fd00:1122:3344:101::d]:35721) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.03 04:28:19.695539 [ 267 ] {f4012cb3-0079-42fc-84e0-56a5509922d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.03 04:28:19.695965 [ 267 ] {f4012cb3-0079-42fc-84e0-56a5509922d8} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:19.695999 [ 267 ] {f4012cb3-0079-42fc-84e0-56a5509922d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:19.696290 [ 267 ] {f4012cb3-0079-42fc-84e0-56a5509922d8} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.03 04:28:19.696490 [ 267 ] {f4012cb3-0079-42fc-84e0-56a5509922d8} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:19.696613 [ 267 ] {f4012cb3-0079-42fc-84e0-56a5509922d8} executeQuery: Read 64 rows, 5.12 KiB in 0.00114 sec., 56140.350877192985 rows/sec., 4.38 MiB/sec. 2026.04.03 04:28:19.696648 [ 267 ] {f4012cb3-0079-42fc-84e0-56a5509922d8} TCPHandler: Processed in 0.001303855 sec. 2026.04.03 04:28:19.696754 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:19.696849 [ 267 ] {c68018f3-26c4-4df0-9797-b5be2f695047} executeQuery: (from [fd00:1122:3344:101::d]:35721) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.03 04:28:19.696891 [ 267 ] {c68018f3-26c4-4df0-9797-b5be2f695047} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.03 04:28:19.697272 [ 267 ] {c68018f3-26c4-4df0-9797-b5be2f695047} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:19.697305 [ 267 ] {c68018f3-26c4-4df0-9797-b5be2f695047} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:19.697622 [ 267 ] {c68018f3-26c4-4df0-9797-b5be2f695047} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.03 04:28:19.697830 [ 267 ] {c68018f3-26c4-4df0-9797-b5be2f695047} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:19.697953 [ 267 ] {c68018f3-26c4-4df0-9797-b5be2f695047} executeQuery: Read 160 rows, 11.41 KiB in 0.001124 sec., 142348.75444839857 rows/sec., 9.91 MiB/sec. 2026.04.03 04:28:19.697997 [ 267 ] {c68018f3-26c4-4df0-9797-b5be2f695047} TCPHandler: Processed in 0.001291416 sec. 2026.04.03 04:28:19.698094 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:19.698187 [ 267 ] {129bd013-8e63-4013-ac09-741575c0855c} executeQuery: (from [fd00:1122:3344:101::d]:35721) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.03 04:28:19.698227 [ 267 ] {129bd013-8e63-4013-ac09-741575c0855c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.03 04:28:19.698543 [ 267 ] {129bd013-8e63-4013-ac09-741575c0855c} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:19.698577 [ 267 ] {129bd013-8e63-4013-ac09-741575c0855c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:19.698859 [ 267 ] {129bd013-8e63-4013-ac09-741575c0855c} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.03 04:28:19.699052 [ 267 ] {129bd013-8e63-4013-ac09-741575c0855c} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:19.699174 [ 267 ] {129bd013-8e63-4013-ac09-741575c0855c} executeQuery: Read 60 rows, 4.14 KiB in 0.001006 sec., 59642.14711729623 rows/sec., 4.02 MiB/sec. 2026.04.03 04:28:19.699216 [ 267 ] {129bd013-8e63-4013-ac09-741575c0855c} TCPHandler: Processed in 0.001169013 sec. 2026.04.03 04:28:22.779291 [ 65 ] {} DNSResolver: Updating DNS cache 2026.04.03 04:28:22.779342 [ 65 ] {} DNSResolver: Updated DNS cache 2026.04.03 04:28:22.859168 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 256 2026.04.03 04:28:22.861627 [ 243 ] {} system.query_log (7212dc63-7bc5-4d34-8e52-a96490942866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:22.861683 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:22.862890 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.03 04:28:22.863161 [ 243 ] {} system.query_log (7212dc63-7bc5-4d34-8e52-a96490942866): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:22.863332 [ 65 ] {} system.query_log (7212dc63-7bc5-4d34-8e52-a96490942866) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.03 04:28:22.863404 [ 65 ] {} system.query_log (7212dc63-7bc5-4d34-8e52-a96490942866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:22.863429 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:22.863492 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 256 2026.04.03 04:28:22.863535 [ 196 ] {7212dc63-7bc5-4d34-8e52-a96490942866::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.04.03 04:28:22.864121 [ 196 ] {7212dc63-7bc5-4d34-8e52-a96490942866::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.03 04:28:22.864285 [ 196 ] {7212dc63-7bc5-4d34-8e52-a96490942866::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.04.03 04:28:22.864674 [ 196 ] {7212dc63-7bc5-4d34-8e52-a96490942866::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part 2026.04.03 04:28:22.864812 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3874 2026.04.03 04:28:22.865044 [ 196 ] {7212dc63-7bc5-4d34-8e52-a96490942866::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 64 rows starting from the beginning of the part 2026.04.03 04:28:22.865221 [ 245 ] {} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:22.865257 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:22.865409 [ 196 ] {7212dc63-7bc5-4d34-8e52-a96490942866::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 36 rows starting from the beginning of the part 2026.04.03 04:28:22.865651 [ 245 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.03 04:28:22.865766 [ 196 ] {7212dc63-7bc5-4d34-8e52-a96490942866::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 20 rows starting from the beginning of the part 2026.04.03 04:28:22.865870 [ 245 ] {} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:22.865978 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3874 2026.04.03 04:28:22.866133 [ 196 ] {7212dc63-7bc5-4d34-8e52-a96490942866::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 42 rows starting from the beginning of the part 2026.04.03 04:28:22.872178 [ 188 ] {7212dc63-7bc5-4d34-8e52-a96490942866::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 256 rows, containing 72 columns (72 merged, 0 gathered) in 0.008691271 sec., 29454.840379502606 rows/sec., 29.40 MiB/sec. 2026.04.03 04:28:22.872736 [ 196 ] {7212dc63-7bc5-4d34-8e52-a96490942866::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.03 04:28:22.873238 [ 196 ] {7212dc63-7bc5-4d34-8e52-a96490942866::all_1_6_1} system.query_log (7212dc63-7bc5-4d34-8e52-a96490942866): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:22.873303 [ 196 ] {7212dc63-7bc5-4d34-8e52-a96490942866::all_1_6_1} system.query_log (7212dc63-7bc5-4d34-8e52-a96490942866) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.03 04:28:22.873476 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.57 MiB. 2026.04.03 04:28:23.070269 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2026.04.03 04:28:23.088647 [ 244 ] {} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:23.088706 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:23.095024 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.03 04:28:23.095706 [ 244 ] {} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:23.099065 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2026.04.03 04:28:24.001143 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 182.94 MiB, peak 188.07 MiB, free memory in arenas 0.00 B, will set to 184.48 MiB (RSS), difference: 1.54 MiB 2026.04.03 04:28:24.180751 [ 267 ] {} TCPHandler: Done processing connection. 2026.04.03 04:28:24.180828 [ 267 ] {} TCP-Session: 15f73f49-d649-4c67-8f1e-bb0e29c2b9c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:24.695197 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:24.695379 [ 268 ] {6fd4851f-6a44-4293-b245-ce5b016dd068} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.03 04:28:24.695447 [ 268 ] {6fd4851f-6a44-4293-b245-ce5b016dd068} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.03 04:28:24.696146 [ 268 ] {6fd4851f-6a44-4293-b245-ce5b016dd068} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:24.696198 [ 268 ] {6fd4851f-6a44-4293-b245-ce5b016dd068} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:24.696603 [ 268 ] {6fd4851f-6a44-4293-b245-ce5b016dd068} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.03 04:28:24.696841 [ 268 ] {6fd4851f-6a44-4293-b245-ce5b016dd068} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:24.696996 [ 268 ] {6fd4851f-6a44-4293-b245-ce5b016dd068} executeQuery: Read 126 rows, 11.12 KiB in 0.001665 sec., 75675.67567567568 rows/sec., 6.52 MiB/sec. 2026.04.03 04:28:24.697043 [ 268 ] {6fd4851f-6a44-4293-b245-ce5b016dd068} TCPHandler: Processed in 0.001972339 sec. 2026.04.03 04:28:24.697183 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:24.697298 [ 268 ] {9af7f5f6-d9a6-44cf-98c8-3863a2a345e8} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.03 04:28:24.697349 [ 268 ] {9af7f5f6-d9a6-44cf-98c8-3863a2a345e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.03 04:28:24.697772 [ 268 ] {9af7f5f6-d9a6-44cf-98c8-3863a2a345e8} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:24.697812 [ 268 ] {9af7f5f6-d9a6-44cf-98c8-3863a2a345e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:24.698147 [ 268 ] {9af7f5f6-d9a6-44cf-98c8-3863a2a345e8} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.03 04:28:24.698363 [ 268 ] {9af7f5f6-d9a6-44cf-98c8-3863a2a345e8} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:24.698473 [ 59 ] {} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.03 04:28:24.698499 [ 268 ] {9af7f5f6-d9a6-44cf-98c8-3863a2a345e8} executeQuery: Read 35 rows, 2.63 KiB in 0.001224 sec., 28594.771241830065 rows/sec., 2.10 MiB/sec. 2026.04.03 04:28:24.698545 [ 59 ] {} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:24.698553 [ 268 ] {9af7f5f6-d9a6-44cf-98c8-3863a2a345e8} TCPHandler: Processed in 0.001430888 sec. 2026.04.03 04:28:24.698575 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:24.698684 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:24.698686 [ 188 ] {aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87::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.04.03 04:28:24.698792 [ 268 ] {98393678-ca73-46e6-86b5-6c5500db82c7} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.03 04:28:24.698840 [ 268 ] {98393678-ca73-46e6-86b5-6c5500db82c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.03 04:28:24.698845 [ 188 ] {aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.03 04:28:24.698890 [ 188 ] {aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 26 rows starting from the beginning of the part 2026.04.03 04:28:24.698957 [ 188 ] {aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 34 rows starting from the beginning of the part 2026.04.03 04:28:24.699004 [ 188 ] {aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part 2026.04.03 04:28:24.699045 [ 188 ] {aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 35 rows starting from the beginning of the part 2026.04.03 04:28:24.699097 [ 188 ] {aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 51 rows starting from the beginning of the part 2026.04.03 04:28:24.699142 [ 188 ] {aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 35 rows starting from the beginning of the part 2026.04.03 04:28:24.699292 [ 268 ] {98393678-ca73-46e6-86b5-6c5500db82c7} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:24.699335 [ 268 ] {98393678-ca73-46e6-86b5-6c5500db82c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:24.699722 [ 268 ] {98393678-ca73-46e6-86b5-6c5500db82c7} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.03 04:28:24.699972 [ 268 ] {98393678-ca73-46e6-86b5-6c5500db82c7} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:24.700083 [ 196 ] {aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 183 rows, containing 5 columns (5 merged, 0 gathered) in 0.001443188 sec., 126802.60645182748 rows/sec., 9.79 MiB/sec. 2026.04.03 04:28:24.700107 [ 268 ] {98393678-ca73-46e6-86b5-6c5500db82c7} executeQuery: Read 99 rows, 7.92 KiB in 0.001334 sec., 74212.89355322339 rows/sec., 5.80 MiB/sec. 2026.04.03 04:28:24.700153 [ 268 ] {98393678-ca73-46e6-86b5-6c5500db82c7} TCPHandler: Processed in 0.00152047 sec. 2026.04.03 04:28:24.700226 [ 188 ] {aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.03 04:28:24.700274 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:24.700377 [ 268 ] {b2e12f88-e5da-4f7a-a902-96f595033363} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.03 04:28:24.700426 [ 268 ] {b2e12f88-e5da-4f7a-a902-96f595033363} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.03 04:28:24.700512 [ 188 ] {aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87::all_1_6_1} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:24.700586 [ 188 ] {aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87::all_1_6_1} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.03 04:28:24.700658 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.04.03 04:28:24.700852 [ 268 ] {b2e12f88-e5da-4f7a-a902-96f595033363} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:24.700921 [ 268 ] {b2e12f88-e5da-4f7a-a902-96f595033363} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:24.701268 [ 268 ] {b2e12f88-e5da-4f7a-a902-96f595033363} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.03 04:28:24.701472 [ 268 ] {b2e12f88-e5da-4f7a-a902-96f595033363} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:24.701605 [ 268 ] {b2e12f88-e5da-4f7a-a902-96f595033363} executeQuery: Read 160 rows, 11.41 KiB in 0.001247 sec., 128307.93905372894 rows/sec., 8.94 MiB/sec. 2026.04.03 04:28:24.701642 [ 268 ] {b2e12f88-e5da-4f7a-a902-96f595033363} TCPHandler: Processed in 0.001418048 sec. 2026.04.03 04:28:24.701756 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:24.701856 [ 268 ] {03640a95-d0bf-460d-8668-53a4225cca07} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.03 04:28:24.701911 [ 268 ] {03640a95-d0bf-460d-8668-53a4225cca07} 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.04.03 04:28:24.702773 [ 268 ] {03640a95-d0bf-460d-8668-53a4225cca07} oximeter.measurements_histogramu64 (4a5f49cb-97be-4b78-98a9-ca04f4d82229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:24.702810 [ 268 ] {03640a95-d0bf-460d-8668-53a4225cca07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:24.703366 [ 268 ] {03640a95-d0bf-460d-8668-53a4225cca07} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.03 04:28:24.703582 [ 268 ] {03640a95-d0bf-460d-8668-53a4225cca07} oximeter.measurements_histogramu64 (4a5f49cb-97be-4b78-98a9-ca04f4d82229): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:24.703723 [ 268 ] {03640a95-d0bf-460d-8668-53a4225cca07} executeQuery: Read 35 rows, 64.22 KiB in 0.001888 sec., 18538.13559322034 rows/sec., 33.22 MiB/sec. 2026.04.03 04:28:24.703783 [ 268 ] {03640a95-d0bf-460d-8668-53a4225cca07} TCPHandler: Processed in 0.002076641 sec. 2026.04.03 04:28:24.703923 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:24.704020 [ 268 ] {1d15b964-2e29-4473-af12-49af010f4899} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.03 04:28:24.704061 [ 268 ] {1d15b964-2e29-4473-af12-49af010f4899} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.03 04:28:24.704496 [ 268 ] {1d15b964-2e29-4473-af12-49af010f4899} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:24.704533 [ 268 ] {1d15b964-2e29-4473-af12-49af010f4899} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:24.704832 [ 268 ] {1d15b964-2e29-4473-af12-49af010f4899} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.03 04:28:24.705040 [ 268 ] {1d15b964-2e29-4473-af12-49af010f4899} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:24.705167 [ 268 ] {1d15b964-2e29-4473-af12-49af010f4899} executeQuery: Read 60 rows, 4.14 KiB in 0.001166 sec., 51457.975986277874 rows/sec., 3.47 MiB/sec. 2026.04.03 04:28:24.705202 [ 268 ] {1d15b964-2e29-4473-af12-49af010f4899} TCPHandler: Processed in 0.001329376 sec. 2026.04.03 04:28:25.000203 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 182.92 MiB, peak 188.07 MiB, free memory in arenas 0.00 B, will set to 184.63 MiB (RSS), difference: 1.71 MiB 2026.04.03 04:28:25.244455 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:25.244717 [ 268 ] {1ec68668-a255-4ac8-97d4-b80957bbbc93} executeQuery: (from [fd00:1122:3344:101::d]:39675) 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.04.03 04:28:25.245107 [ 268 ] {1ec68668-a255-4ac8-97d4-b80957bbbc93} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.03 04:28:25.245155 [ 268 ] {1ec68668-a255-4ac8-97d4-b80957bbbc93} 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.04.03 04:28:25.245433 [ 268 ] {1ec68668-a255-4ac8-97d4-b80957bbbc93} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:28:25.245508 [ 268 ] {1ec68668-a255-4ac8-97d4-b80957bbbc93} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:28:25.245655 [ 268 ] {1ec68668-a255-4ac8-97d4-b80957bbbc93} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2026.04.03 04:28:25.245759 [ 276 ] {1ec68668-a255-4ac8-97d4-b80957bbbc93} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.03 04:28:25.245767 [ 301 ] {1ec68668-a255-4ac8-97d4-b80957bbbc93} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.03 04:28:25.245758 [ 277 ] {1ec68668-a255-4ac8-97d4-b80957bbbc93} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.03 04:28:25.245893 [ 268 ] {1ec68668-a255-4ac8-97d4-b80957bbbc93} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.04.03 04:28:25.245916 [ 268 ] {1ec68668-a255-4ac8-97d4-b80957bbbc93} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.03 04:28:25.246004 [ 268 ] {1ec68668-a255-4ac8-97d4-b80957bbbc93} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.03 04:28:25.246025 [ 268 ] {1ec68668-a255-4ac8-97d4-b80957bbbc93} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Reading approx. 29 rows with 3 streams 2026.04.03 04:28:25.246062 [ 268 ] {1ec68668-a255-4ac8-97d4-b80957bbbc93} 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.04.03 04:28:25.246108 [ 268 ] {1ec68668-a255-4ac8-97d4-b80957bbbc93} 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.04.03 04:28:25.246146 [ 268 ] {1ec68668-a255-4ac8-97d4-b80957bbbc93} 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.04.03 04:28:25.246857 [ 268 ] {1ec68668-a255-4ac8-97d4-b80957bbbc93} executeQuery: Read 29 rows, 1.26 KiB in 0.002249 sec., 12894.619831036016 rows/sec., 561.88 KiB/sec. 2026.04.03 04:28:25.246962 [ 268 ] {1ec68668-a255-4ac8-97d4-b80957bbbc93} TCPHandler: Processed in 0.002642922 sec. 2026.04.03 04:28:25.247283 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:25.247427 [ 268 ] {0982ea33-90a1-4a21-b042-80091dd6438f} executeQuery: (from [fd00:1122:3344:101::d]:39675) 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_data_link:link_enabled', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.04.03 04:28:25.247655 [ 268 ] {0982ea33-90a1-4a21-b042-80091dd6438f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.03 04:28:25.247691 [ 268 ] {0982ea33-90a1-4a21-b042-80091dd6438f} 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_data_link:link_enabled', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.04.03 04:28:25.247891 [ 268 ] {0982ea33-90a1-4a21-b042-80091dd6438f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:28:25.247946 [ 268 ] {0982ea33-90a1-4a21-b042-80091dd6438f} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:28:25.248054 [ 268 ] {0982ea33-90a1-4a21-b042-80091dd6438f} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Key condition: (column 0 notIn 30-element set) 2026.04.03 04:28:25.248107 [ 337 ] {0982ea33-90a1-4a21-b042-80091dd6438f} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.03 04:28:25.248111 [ 277 ] {0982ea33-90a1-4a21-b042-80091dd6438f} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.03 04:28:25.248132 [ 276 ] {0982ea33-90a1-4a21-b042-80091dd6438f} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.03 04:28:25.248204 [ 268 ] {0982ea33-90a1-4a21-b042-80091dd6438f} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.04.03 04:28:25.248226 [ 268 ] {0982ea33-90a1-4a21-b042-80091dd6438f} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.03 04:28:25.248297 [ 268 ] {0982ea33-90a1-4a21-b042-80091dd6438f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.03 04:28:25.248317 [ 268 ] {0982ea33-90a1-4a21-b042-80091dd6438f} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Reading approx. 29 rows with 3 streams 2026.04.03 04:28:25.248347 [ 268 ] {0982ea33-90a1-4a21-b042-80091dd6438f} 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_data_link:link_enabled', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.04.03 04:28:25.248378 [ 268 ] {0982ea33-90a1-4a21-b042-80091dd6438f} 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_data_link:link_enabled', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.04.03 04:28:25.248404 [ 268 ] {0982ea33-90a1-4a21-b042-80091dd6438f} 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_data_link:link_enabled', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.04.03 04:28:25.248958 [ 268 ] {0982ea33-90a1-4a21-b042-80091dd6438f} executeQuery: Read 29 rows, 1.26 KiB in 0.001592 sec., 18216.080402010048 rows/sec., 793.76 KiB/sec. 2026.04.03 04:28:25.249035 [ 268 ] {0982ea33-90a1-4a21-b042-80091dd6438f} TCPHandler: Processed in 0.001806296 sec. 2026.04.03 04:28:25.249573 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:25.249712 [ 268 ] {e820e3aa-5685-45ba-b429-1de54d51e04b} executeQuery: (from [fd00:1122:3344:101::d]:39675) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.04.03 04:28:25.249922 [ 268 ] {e820e3aa-5685-45ba-b429-1de54d51e04b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.03 04:28:25.249957 [ 268 ] {e820e3aa-5685-45ba-b429-1de54d51e04b} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.04.03 04:28:25.250151 [ 268 ] {e820e3aa-5685-45ba-b429-1de54d51e04b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:28:25.250205 [ 268 ] {e820e3aa-5685-45ba-b429-1de54d51e04b} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:28:25.250309 [ 268 ] {e820e3aa-5685-45ba-b429-1de54d51e04b} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Key condition: (column 0 notIn 31-element set) 2026.04.03 04:28:25.250359 [ 301 ] {e820e3aa-5685-45ba-b429-1de54d51e04b} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.03 04:28:25.250373 [ 337 ] {e820e3aa-5685-45ba-b429-1de54d51e04b} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.03 04:28:25.250361 [ 277 ] {e820e3aa-5685-45ba-b429-1de54d51e04b} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.03 04:28:25.250458 [ 268 ] {e820e3aa-5685-45ba-b429-1de54d51e04b} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.04.03 04:28:25.250479 [ 268 ] {e820e3aa-5685-45ba-b429-1de54d51e04b} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.03 04:28:25.250545 [ 268 ] {e820e3aa-5685-45ba-b429-1de54d51e04b} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.03 04:28:25.250563 [ 268 ] {e820e3aa-5685-45ba-b429-1de54d51e04b} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Reading approx. 29 rows with 3 streams 2026.04.03 04:28:25.250593 [ 268 ] {e820e3aa-5685-45ba-b429-1de54d51e04b} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.04.03 04:28:25.250622 [ 268 ] {e820e3aa-5685-45ba-b429-1de54d51e04b} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.04.03 04:28:25.250649 [ 268 ] {e820e3aa-5685-45ba-b429-1de54d51e04b} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.04.03 04:28:25.251229 [ 268 ] {e820e3aa-5685-45ba-b429-1de54d51e04b} executeQuery: Read 29 rows, 1.26 KiB in 0.001575 sec., 18412.698412698413 rows/sec., 802.33 KiB/sec. 2026.04.03 04:28:25.251309 [ 268 ] {e820e3aa-5685-45ba-b429-1de54d51e04b} TCPHandler: Processed in 0.001788506 sec. 2026.04.03 04:28:25.251544 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:25.251680 [ 268 ] {66f49e04-bc83-49ef-9aec-1e7300c276ec} executeQuery: (from [fd00:1122:3344:101::d]:39675) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) 2026.04.03 04:28:25.251898 [ 268 ] {66f49e04-bc83-49ef-9aec-1e7300c276ec} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.03 04:28:25.251934 [ 268 ] {66f49e04-bc83-49ef-9aec-1e7300c276ec} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE 2026.04.03 04:28:25.252132 [ 268 ] {66f49e04-bc83-49ef-9aec-1e7300c276ec} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:28:25.252187 [ 268 ] {66f49e04-bc83-49ef-9aec-1e7300c276ec} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:28:25.252288 [ 268 ] {66f49e04-bc83-49ef-9aec-1e7300c276ec} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2026.04.03 04:28:25.252342 [ 277 ] {66f49e04-bc83-49ef-9aec-1e7300c276ec} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.03 04:28:25.252343 [ 337 ] {66f49e04-bc83-49ef-9aec-1e7300c276ec} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.03 04:28:25.252406 [ 331 ] {66f49e04-bc83-49ef-9aec-1e7300c276ec} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.03 04:28:25.252515 [ 268 ] {66f49e04-bc83-49ef-9aec-1e7300c276ec} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.04.03 04:28:25.252540 [ 268 ] {66f49e04-bc83-49ef-9aec-1e7300c276ec} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.03 04:28:25.252608 [ 268 ] {66f49e04-bc83-49ef-9aec-1e7300c276ec} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.03 04:28:25.252627 [ 268 ] {66f49e04-bc83-49ef-9aec-1e7300c276ec} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Reading approx. 29 rows with 3 streams 2026.04.03 04:28:25.252657 [ 268 ] {66f49e04-bc83-49ef-9aec-1e7300c276ec} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity'))" 2026.04.03 04:28:25.252688 [ 268 ] {66f49e04-bc83-49ef-9aec-1e7300c276ec} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity'))" 2026.04.03 04:28:25.252716 [ 268 ] {66f49e04-bc83-49ef-9aec-1e7300c276ec} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity'))" 2026.04.03 04:28:25.253418 [ 268 ] {66f49e04-bc83-49ef-9aec-1e7300c276ec} executeQuery: Read 29 rows, 1.26 KiB in 0.001794 sec., 16164.994425863992 rows/sec., 704.39 KiB/sec. 2026.04.03 04:28:25.253514 [ 268 ] {66f49e04-bc83-49ef-9aec-1e7300c276ec} TCPHandler: Processed in 0.00202178 sec. 2026.04.03 04:28:25.253743 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:25.253880 [ 268 ] {fbbb4281-c748-4dd9-86ca-9721cbf383ff} executeQuery: (from [fd00:1122:3344:101::d]:39675) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.04.03 04:28:25.254097 [ 268 ] {fbbb4281-c748-4dd9-86ca-9721cbf383ff} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.03 04:28:25.254132 [ 268 ] {fbbb4281-c748-4dd9-86ca-9721cbf383ff} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE 2026.04.03 04:28:25.254330 [ 268 ] {fbbb4281-c748-4dd9-86ca-9721cbf383ff} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:28:25.254383 [ 268 ] {fbbb4281-c748-4dd9-86ca-9721cbf383ff} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:28:25.254483 [ 268 ] {fbbb4281-c748-4dd9-86ca-9721cbf383ff} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2026.04.03 04:28:25.254534 [ 277 ] {fbbb4281-c748-4dd9-86ca-9721cbf383ff} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.03 04:28:25.254540 [ 337 ] {fbbb4281-c748-4dd9-86ca-9721cbf383ff} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.03 04:28:25.254556 [ 331 ] {fbbb4281-c748-4dd9-86ca-9721cbf383ff} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.03 04:28:25.254648 [ 268 ] {fbbb4281-c748-4dd9-86ca-9721cbf383ff} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.04.03 04:28:25.254673 [ 268 ] {fbbb4281-c748-4dd9-86ca-9721cbf383ff} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.03 04:28:25.254742 [ 268 ] {fbbb4281-c748-4dd9-86ca-9721cbf383ff} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.03 04:28:25.254760 [ 268 ] {fbbb4281-c748-4dd9-86ca-9721cbf383ff} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Reading approx. 29 rows with 3 streams 2026.04.03 04:28:25.254790 [ 268 ] {fbbb4281-c748-4dd9-86ca-9721cbf383ff} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" 2026.04.03 04:28:25.254821 [ 268 ] {fbbb4281-c748-4dd9-86ca-9721cbf383ff} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" 2026.04.03 04:28:25.254849 [ 268 ] {fbbb4281-c748-4dd9-86ca-9721cbf383ff} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" 2026.04.03 04:28:25.255565 [ 268 ] {fbbb4281-c748-4dd9-86ca-9721cbf383ff} executeQuery: Read 29 rows, 1.26 KiB in 0.001742 sec., 16647.531572904707 rows/sec., 725.41 KiB/sec. 2026.04.03 04:28:25.255662 [ 268 ] {fbbb4281-c748-4dd9-86ca-9721cbf383ff} TCPHandler: Processed in 0.001969459 sec. 2026.04.03 04:28:25.255919 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:25.256054 [ 268 ] {e0f4c8e1-da9f-416c-9946-6f03d48e054f} executeQuery: (from [fd00:1122:3344:101::d]:39675) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.04.03 04:28:25.256267 [ 268 ] {e0f4c8e1-da9f-416c-9946-6f03d48e054f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.03 04:28:25.256301 [ 268 ] {e0f4c8e1-da9f-416c-9946-6f03d48e054f} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE 2026.04.03 04:28:25.256496 [ 268 ] {e0f4c8e1-da9f-416c-9946-6f03d48e054f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:28:25.256548 [ 268 ] {e0f4c8e1-da9f-416c-9946-6f03d48e054f} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:28:25.256647 [ 268 ] {e0f4c8e1-da9f-416c-9946-6f03d48e054f} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2026.04.03 04:28:25.256715 [ 277 ] {e0f4c8e1-da9f-416c-9946-6f03d48e054f} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.03 04:28:25.256717 [ 337 ] {e0f4c8e1-da9f-416c-9946-6f03d48e054f} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.03 04:28:25.256734 [ 334 ] {e0f4c8e1-da9f-416c-9946-6f03d48e054f} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.03 04:28:25.256841 [ 268 ] {e0f4c8e1-da9f-416c-9946-6f03d48e054f} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.04.03 04:28:25.256867 [ 268 ] {e0f4c8e1-da9f-416c-9946-6f03d48e054f} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.03 04:28:25.256934 [ 268 ] {e0f4c8e1-da9f-416c-9946-6f03d48e054f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.03 04:28:25.256952 [ 268 ] {e0f4c8e1-da9f-416c-9946-6f03d48e054f} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Reading approx. 29 rows with 3 streams 2026.04.03 04:28:25.256982 [ 268 ] {e0f4c8e1-da9f-416c-9946-6f03d48e054f} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" 2026.04.03 04:28:25.257012 [ 268 ] {e0f4c8e1-da9f-416c-9946-6f03d48e054f} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" 2026.04.03 04:28:25.257039 [ 268 ] {e0f4c8e1-da9f-416c-9946-6f03d48e054f} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" 2026.04.03 04:28:25.257637 [ 268 ] {e0f4c8e1-da9f-416c-9946-6f03d48e054f} executeQuery: Read 29 rows, 1.26 KiB in 0.001638 sec., 17704.517704517704 rows/sec., 771.47 KiB/sec. 2026.04.03 04:28:25.257747 [ 268 ] {e0f4c8e1-da9f-416c-9946-6f03d48e054f} TCPHandler: Processed in 0.001877148 sec. 2026.04.03 04:28:25.257994 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:25.258129 [ 268 ] {a5d6a157-ba71-400e-875b-4fcdf2faf905} executeQuery: (from [fd00:1122:3344:101::d]:39675) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.04.03 04:28:25.258345 [ 268 ] {a5d6a157-ba71-400e-875b-4fcdf2faf905} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.03 04:28:25.258381 [ 268 ] {a5d6a157-ba71-400e-875b-4fcdf2faf905} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE 2026.04.03 04:28:25.258583 [ 268 ] {a5d6a157-ba71-400e-875b-4fcdf2faf905} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:28:25.258637 [ 268 ] {a5d6a157-ba71-400e-875b-4fcdf2faf905} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:28:25.258737 [ 268 ] {a5d6a157-ba71-400e-875b-4fcdf2faf905} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2026.04.03 04:28:25.258798 [ 337 ] {a5d6a157-ba71-400e-875b-4fcdf2faf905} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.03 04:28:25.258808 [ 334 ] {a5d6a157-ba71-400e-875b-4fcdf2faf905} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.03 04:28:25.258802 [ 331 ] {a5d6a157-ba71-400e-875b-4fcdf2faf905} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.03 04:28:25.258921 [ 268 ] {a5d6a157-ba71-400e-875b-4fcdf2faf905} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.04.03 04:28:25.258946 [ 268 ] {a5d6a157-ba71-400e-875b-4fcdf2faf905} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.03 04:28:25.259017 [ 268 ] {a5d6a157-ba71-400e-875b-4fcdf2faf905} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.03 04:28:25.259035 [ 268 ] {a5d6a157-ba71-400e-875b-4fcdf2faf905} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Reading approx. 29 rows with 3 streams 2026.04.03 04:28:25.259066 [ 268 ] {a5d6a157-ba71-400e-875b-4fcdf2faf905} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" 2026.04.03 04:28:25.259100 [ 268 ] {a5d6a157-ba71-400e-875b-4fcdf2faf905} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" 2026.04.03 04:28:25.259130 [ 268 ] {a5d6a157-ba71-400e-875b-4fcdf2faf905} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" 2026.04.03 04:28:25.259743 [ 268 ] {a5d6a157-ba71-400e-875b-4fcdf2faf905} executeQuery: Read 29 rows, 1.26 KiB in 0.00167 sec., 17365.269461077845 rows/sec., 756.69 KiB/sec. 2026.04.03 04:28:25.259837 [ 268 ] {a5d6a157-ba71-400e-875b-4fcdf2faf905} TCPHandler: Processed in 0.001892778 sec. 2026.04.03 04:28:25.260070 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:25.260206 [ 268 ] {386ebf3b-ff99-44d0-a49b-ce408039855d} executeQuery: (from [fd00:1122:3344:101::d]:39675) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.04.03 04:28:25.260415 [ 268 ] {386ebf3b-ff99-44d0-a49b-ce408039855d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.03 04:28:25.260451 [ 268 ] {386ebf3b-ff99-44d0-a49b-ce408039855d} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE 2026.04.03 04:28:25.260647 [ 268 ] {386ebf3b-ff99-44d0-a49b-ce408039855d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:28:25.260700 [ 268 ] {386ebf3b-ff99-44d0-a49b-ce408039855d} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:28:25.260798 [ 268 ] {386ebf3b-ff99-44d0-a49b-ce408039855d} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Key condition: (column 0 notIn 36-element set) 2026.04.03 04:28:25.260850 [ 313 ] {386ebf3b-ff99-44d0-a49b-ce408039855d} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.03 04:28:25.260864 [ 277 ] {386ebf3b-ff99-44d0-a49b-ce408039855d} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.03 04:28:25.260866 [ 331 ] {386ebf3b-ff99-44d0-a49b-ce408039855d} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.03 04:28:25.260957 [ 268 ] {386ebf3b-ff99-44d0-a49b-ce408039855d} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.04.03 04:28:25.260985 [ 268 ] {386ebf3b-ff99-44d0-a49b-ce408039855d} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.03 04:28:25.261051 [ 268 ] {386ebf3b-ff99-44d0-a49b-ce408039855d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.03 04:28:25.261068 [ 268 ] {386ebf3b-ff99-44d0-a49b-ce408039855d} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Reading approx. 29 rows with 3 streams 2026.04.03 04:28:25.261098 [ 268 ] {386ebf3b-ff99-44d0-a49b-ce408039855d} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2026.04.03 04:28:25.261129 [ 268 ] {386ebf3b-ff99-44d0-a49b-ce408039855d} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2026.04.03 04:28:25.261158 [ 268 ] {386ebf3b-ff99-44d0-a49b-ce408039855d} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2026.04.03 04:28:25.261881 [ 268 ] {386ebf3b-ff99-44d0-a49b-ce408039855d} executeQuery: Read 29 rows, 1.26 KiB in 0.001732 sec., 16743.64896073903 rows/sec., 729.60 KiB/sec. 2026.04.03 04:28:25.261998 [ 268 ] {386ebf3b-ff99-44d0-a49b-ce408039855d} TCPHandler: Processed in 0.001977468 sec. 2026.04.03 04:28:25.262231 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:25.262366 [ 268 ] {6a3a8548-9541-47e8-860c-7a9e30b21c4f} executeQuery: (from [fd00:1122:3344:101::d]:39675) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.04.03 04:28:25.262583 [ 268 ] {6a3a8548-9541-47e8-860c-7a9e30b21c4f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.03 04:28:25.262619 [ 268 ] {6a3a8548-9541-47e8-860c-7a9e30b21c4f} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE 2026.04.03 04:28:25.262820 [ 268 ] {6a3a8548-9541-47e8-860c-7a9e30b21c4f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:28:25.262873 [ 268 ] {6a3a8548-9541-47e8-860c-7a9e30b21c4f} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:28:25.262970 [ 268 ] {6a3a8548-9541-47e8-860c-7a9e30b21c4f} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Key condition: (column 0 notIn 37-element set) 2026.04.03 04:28:25.263038 [ 334 ] {6a3a8548-9541-47e8-860c-7a9e30b21c4f} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.03 04:28:25.263040 [ 328 ] {6a3a8548-9541-47e8-860c-7a9e30b21c4f} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.03 04:28:25.263040 [ 313 ] {6a3a8548-9541-47e8-860c-7a9e30b21c4f} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.03 04:28:25.263172 [ 268 ] {6a3a8548-9541-47e8-860c-7a9e30b21c4f} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.04.03 04:28:25.263193 [ 268 ] {6a3a8548-9541-47e8-860c-7a9e30b21c4f} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.03 04:28:25.263260 [ 268 ] {6a3a8548-9541-47e8-860c-7a9e30b21c4f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.03 04:28:25.263278 [ 268 ] {6a3a8548-9541-47e8-860c-7a9e30b21c4f} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Reading approx. 29 rows with 3 streams 2026.04.03 04:28:25.263309 [ 268 ] {6a3a8548-9541-47e8-860c-7a9e30b21c4f} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2026.04.03 04:28:25.263339 [ 268 ] {6a3a8548-9541-47e8-860c-7a9e30b21c4f} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2026.04.03 04:28:25.263368 [ 268 ] {6a3a8548-9541-47e8-860c-7a9e30b21c4f} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2026.04.03 04:28:25.263956 [ 268 ] {6a3a8548-9541-47e8-860c-7a9e30b21c4f} executeQuery: Read 29 rows, 1.26 KiB in 0.001647 sec., 17607.77170613236 rows/sec., 767.26 KiB/sec. 2026.04.03 04:28:25.264055 [ 268 ] {6a3a8548-9541-47e8-860c-7a9e30b21c4f} TCPHandler: Processed in 0.001873207 sec. 2026.04.03 04:28:25.264282 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:25.264416 [ 268 ] {407288f0-5255-434d-9189-8f39be82f359} executeQuery: (from [fd00:1122:3344:101::d]:39675) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.04.03 04:28:25.264631 [ 268 ] {407288f0-5255-434d-9189-8f39be82f359} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.03 04:28:25.264666 [ 268 ] {407288f0-5255-434d-9189-8f39be82f359} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.04.03 04:28:25.264867 [ 268 ] {407288f0-5255-434d-9189-8f39be82f359} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:28:25.264921 [ 268 ] {407288f0-5255-434d-9189-8f39be82f359} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:28:25.265019 [ 268 ] {407288f0-5255-434d-9189-8f39be82f359} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Key condition: (column 0 notIn 38-element set) 2026.04.03 04:28:25.265082 [ 328 ] {407288f0-5255-434d-9189-8f39be82f359} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.03 04:28:25.265084 [ 313 ] {407288f0-5255-434d-9189-8f39be82f359} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.03 04:28:25.265083 [ 277 ] {407288f0-5255-434d-9189-8f39be82f359} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.03 04:28:25.265194 [ 268 ] {407288f0-5255-434d-9189-8f39be82f359} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.04.03 04:28:25.265216 [ 268 ] {407288f0-5255-434d-9189-8f39be82f359} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.03 04:28:25.265282 [ 268 ] {407288f0-5255-434d-9189-8f39be82f359} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.03 04:28:25.265301 [ 268 ] {407288f0-5255-434d-9189-8f39be82f359} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Reading approx. 29 rows with 3 streams 2026.04.03 04:28:25.265332 [ 268 ] {407288f0-5255-434d-9189-8f39be82f359} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.03 04:28:25.265363 [ 268 ] {407288f0-5255-434d-9189-8f39be82f359} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.03 04:28:25.265394 [ 268 ] {407288f0-5255-434d-9189-8f39be82f359} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.03 04:28:25.266010 [ 268 ] {407288f0-5255-434d-9189-8f39be82f359} executeQuery: Read 29 rows, 1.26 KiB in 0.001651 sec., 17565.11205330103 rows/sec., 765.40 KiB/sec. 2026.04.03 04:28:25.266108 [ 268 ] {407288f0-5255-434d-9189-8f39be82f359} TCPHandler: Processed in 0.001876386 sec. 2026.04.03 04:28:25.266330 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:25.266464 [ 268 ] {85d863de-1f32-4b48-b730-63db69bd2a54} executeQuery: (from [fd00:1122:3344:101::d]:39675) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.04.03 04:28:25.266681 [ 268 ] {85d863de-1f32-4b48-b730-63db69bd2a54} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.03 04:28:25.266717 [ 268 ] {85d863de-1f32-4b48-b730-63db69bd2a54} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.04.03 04:28:25.266919 [ 268 ] {85d863de-1f32-4b48-b730-63db69bd2a54} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:28:25.266979 [ 268 ] {85d863de-1f32-4b48-b730-63db69bd2a54} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:28:25.267079 [ 268 ] {85d863de-1f32-4b48-b730-63db69bd2a54} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Key condition: (column 0 notIn 39-element set) 2026.04.03 04:28:25.267142 [ 319 ] {85d863de-1f32-4b48-b730-63db69bd2a54} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.03 04:28:25.267146 [ 277 ] {85d863de-1f32-4b48-b730-63db69bd2a54} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.03 04:28:25.267143 [ 313 ] {85d863de-1f32-4b48-b730-63db69bd2a54} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.03 04:28:25.267249 [ 268 ] {85d863de-1f32-4b48-b730-63db69bd2a54} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.04.03 04:28:25.267270 [ 268 ] {85d863de-1f32-4b48-b730-63db69bd2a54} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.03 04:28:25.267336 [ 268 ] {85d863de-1f32-4b48-b730-63db69bd2a54} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.03 04:28:25.267354 [ 268 ] {85d863de-1f32-4b48-b730-63db69bd2a54} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Reading approx. 29 rows with 3 streams 2026.04.03 04:28:25.267385 [ 268 ] {85d863de-1f32-4b48-b730-63db69bd2a54} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.03 04:28:25.267416 [ 268 ] {85d863de-1f32-4b48-b730-63db69bd2a54} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.03 04:28:25.267447 [ 268 ] {85d863de-1f32-4b48-b730-63db69bd2a54} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.03 04:28:25.268011 [ 268 ] {85d863de-1f32-4b48-b730-63db69bd2a54} executeQuery: Read 29 rows, 1.26 KiB in 0.001604 sec., 18079.800498753117 rows/sec., 787.83 KiB/sec. 2026.04.03 04:28:25.268106 [ 268 ] {85d863de-1f32-4b48-b730-63db69bd2a54} TCPHandler: Processed in 0.001824806 sec. 2026.04.03 04:28:25.275718 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:25.275992 [ 268 ] {52395bbb-bf74-4fd5-b30f-3d2abb828955} executeQuery: (from [fd00:1122:3344:101::d]:39675) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.04.03 04:28:25.276340 [ 268 ] {52395bbb-bf74-4fd5-b30f-3d2abb828955} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.03 04:28:25.276377 [ 268 ] {52395bbb-bf74-4fd5-b30f-3d2abb828955} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.04.03 04:28:25.276583 [ 268 ] {52395bbb-bf74-4fd5-b30f-3d2abb828955} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:28:25.276636 [ 268 ] {52395bbb-bf74-4fd5-b30f-3d2abb828955} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:28:25.276735 [ 268 ] {52395bbb-bf74-4fd5-b30f-3d2abb828955} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Key condition: (column 0 notIn 40-element set) 2026.04.03 04:28:25.276800 [ 313 ] {52395bbb-bf74-4fd5-b30f-3d2abb828955} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.03 04:28:25.276802 [ 328 ] {52395bbb-bf74-4fd5-b30f-3d2abb828955} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.03 04:28:25.276810 [ 319 ] {52395bbb-bf74-4fd5-b30f-3d2abb828955} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.03 04:28:25.276923 [ 268 ] {52395bbb-bf74-4fd5-b30f-3d2abb828955} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.04.03 04:28:25.276950 [ 268 ] {52395bbb-bf74-4fd5-b30f-3d2abb828955} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.03 04:28:25.277071 [ 268 ] {52395bbb-bf74-4fd5-b30f-3d2abb828955} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.03 04:28:25.277090 [ 268 ] {52395bbb-bf74-4fd5-b30f-3d2abb828955} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Reading approx. 29 rows with 3 streams 2026.04.03 04:28:25.277122 [ 268 ] {52395bbb-bf74-4fd5-b30f-3d2abb828955} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.03 04:28:25.277154 [ 268 ] {52395bbb-bf74-4fd5-b30f-3d2abb828955} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.03 04:28:25.277185 [ 268 ] {52395bbb-bf74-4fd5-b30f-3d2abb828955} 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.03 04:28:25.277781 [ 268 ] {52395bbb-bf74-4fd5-b30f-3d2abb828955} executeQuery: Read 29 rows, 1.26 KiB in 0.001914 sec., 15151.515151515152 rows/sec., 660.23 KiB/sec. 2026.04.03 04:28:25.277880 [ 268 ] {52395bbb-bf74-4fd5-b30f-3d2abb828955} TCPHandler: Processed in 0.002263294 sec. 2026.04.03 04:28:25.278269 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:25.278408 [ 268 ] {b2cf2efb-f6b3-4eba-89b8-d9b3166445f7} executeQuery: (from [fd00:1122:3344:101::d]:39675) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.04.03 04:28:25.278663 [ 268 ] {b2cf2efb-f6b3-4eba-89b8-d9b3166445f7} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.03 04:28:25.278701 [ 268 ] {b2cf2efb-f6b3-4eba-89b8-d9b3166445f7} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.04.03 04:28:25.278936 [ 268 ] {b2cf2efb-f6b3-4eba-89b8-d9b3166445f7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:28:25.278992 [ 268 ] {b2cf2efb-f6b3-4eba-89b8-d9b3166445f7} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:28:25.279092 [ 268 ] {b2cf2efb-f6b3-4eba-89b8-d9b3166445f7} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Key condition: (column 0 notIn 41-element set) 2026.04.03 04:28:25.279145 [ 325 ] {b2cf2efb-f6b3-4eba-89b8-d9b3166445f7} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.03 04:28:25.279150 [ 313 ] {b2cf2efb-f6b3-4eba-89b8-d9b3166445f7} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.03 04:28:25.279162 [ 319 ] {b2cf2efb-f6b3-4eba-89b8-d9b3166445f7} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.03 04:28:25.279257 [ 268 ] {b2cf2efb-f6b3-4eba-89b8-d9b3166445f7} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.04.03 04:28:25.279283 [ 268 ] {b2cf2efb-f6b3-4eba-89b8-d9b3166445f7} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.03 04:28:25.279352 [ 268 ] {b2cf2efb-f6b3-4eba-89b8-d9b3166445f7} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.03 04:28:25.279370 [ 268 ] {b2cf2efb-f6b3-4eba-89b8-d9b3166445f7} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Reading approx. 29 rows with 3 streams 2026.04.03 04:28:25.279400 [ 268 ] {b2cf2efb-f6b3-4eba-89b8-d9b3166445f7} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.03 04:28:25.279431 [ 268 ] {b2cf2efb-f6b3-4eba-89b8-d9b3166445f7} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.03 04:28:25.279458 [ 268 ] {b2cf2efb-f6b3-4eba-89b8-d9b3166445f7} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.03 04:28:25.280059 [ 268 ] {b2cf2efb-f6b3-4eba-89b8-d9b3166445f7} executeQuery: Read 29 rows, 1.26 KiB in 0.001708 sec., 16978.922716627632 rows/sec., 739.85 KiB/sec. 2026.04.03 04:28:25.280169 [ 268 ] {b2cf2efb-f6b3-4eba-89b8-d9b3166445f7} TCPHandler: Processed in 0.001951109 sec. 2026.04.03 04:28:25.280399 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:25.280540 [ 268 ] {d6522d8e-64de-4523-a362-f719f51942b1} executeQuery: (from [fd00:1122:3344:101::d]:39675) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.04.03 04:28:25.280761 [ 268 ] {d6522d8e-64de-4523-a362-f719f51942b1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.03 04:28:25.280800 [ 268 ] {d6522d8e-64de-4523-a362-f719f51942b1} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.04.03 04:28:25.281011 [ 268 ] {d6522d8e-64de-4523-a362-f719f51942b1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:28:25.281064 [ 268 ] {d6522d8e-64de-4523-a362-f719f51942b1} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:28:25.281164 [ 268 ] {d6522d8e-64de-4523-a362-f719f51942b1} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Key condition: (column 0 notIn 42-element set) 2026.04.03 04:28:25.281227 [ 328 ] {d6522d8e-64de-4523-a362-f719f51942b1} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.03 04:28:25.281231 [ 319 ] {d6522d8e-64de-4523-a362-f719f51942b1} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.03 04:28:25.281233 [ 325 ] {d6522d8e-64de-4523-a362-f719f51942b1} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.03 04:28:25.281345 [ 268 ] {d6522d8e-64de-4523-a362-f719f51942b1} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.04.03 04:28:25.281366 [ 268 ] {d6522d8e-64de-4523-a362-f719f51942b1} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.03 04:28:25.281433 [ 268 ] {d6522d8e-64de-4523-a362-f719f51942b1} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.03 04:28:25.281451 [ 268 ] {d6522d8e-64de-4523-a362-f719f51942b1} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Reading approx. 29 rows with 3 streams 2026.04.03 04:28:25.281481 [ 268 ] {d6522d8e-64de-4523-a362-f719f51942b1} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.03 04:28:25.281511 [ 268 ] {d6522d8e-64de-4523-a362-f719f51942b1} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.03 04:28:25.281539 [ 268 ] {d6522d8e-64de-4523-a362-f719f51942b1} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.03 04:28:25.282200 [ 268 ] {d6522d8e-64de-4523-a362-f719f51942b1} executeQuery: Read 29 rows, 1.26 KiB in 0.001722 sec., 16840.88269454123 rows/sec., 733.84 KiB/sec. 2026.04.03 04:28:25.282328 [ 268 ] {d6522d8e-64de-4523-a362-f719f51942b1} TCPHandler: Processed in 0.001978269 sec. 2026.04.03 04:28:25.282551 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:25.282686 [ 268 ] {02c3d612-e0d1-41dc-8cff-34c39700c96c} executeQuery: (from [fd00:1122:3344:101::d]:39675) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.04.03 04:28:25.282914 [ 268 ] {02c3d612-e0d1-41dc-8cff-34c39700c96c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.03 04:28:25.282952 [ 268 ] {02c3d612-e0d1-41dc-8cff-34c39700c96c} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.04.03 04:28:25.283165 [ 268 ] {02c3d612-e0d1-41dc-8cff-34c39700c96c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:28:25.283219 [ 268 ] {02c3d612-e0d1-41dc-8cff-34c39700c96c} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:28:25.283317 [ 268 ] {02c3d612-e0d1-41dc-8cff-34c39700c96c} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Key condition: (column 0 notIn 43-element set) 2026.04.03 04:28:25.283379 [ 324 ] {02c3d612-e0d1-41dc-8cff-34c39700c96c} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.03 04:28:25.283384 [ 303 ] {02c3d612-e0d1-41dc-8cff-34c39700c96c} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.03 04:28:25.283386 [ 319 ] {02c3d612-e0d1-41dc-8cff-34c39700c96c} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.03 04:28:25.283495 [ 268 ] {02c3d612-e0d1-41dc-8cff-34c39700c96c} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.04.03 04:28:25.283521 [ 268 ] {02c3d612-e0d1-41dc-8cff-34c39700c96c} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.03 04:28:25.283590 [ 268 ] {02c3d612-e0d1-41dc-8cff-34c39700c96c} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.03 04:28:25.283607 [ 268 ] {02c3d612-e0d1-41dc-8cff-34c39700c96c} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Reading approx. 29 rows with 3 streams 2026.04.03 04:28:25.283637 [ 268 ] {02c3d612-e0d1-41dc-8cff-34c39700c96c} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.03 04:28:25.283668 [ 268 ] {02c3d612-e0d1-41dc-8cff-34c39700c96c} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.03 04:28:25.283697 [ 268 ] {02c3d612-e0d1-41dc-8cff-34c39700c96c} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.03 04:28:25.284261 [ 268 ] {02c3d612-e0d1-41dc-8cff-34c39700c96c} executeQuery: Read 29 rows, 1.26 KiB in 0.001631 sec., 17780.50275904353 rows/sec., 774.78 KiB/sec. 2026.04.03 04:28:25.284384 [ 268 ] {02c3d612-e0d1-41dc-8cff-34c39700c96c} TCPHandler: Processed in 0.001882917 sec. 2026.04.03 04:28:25.284592 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:25.284728 [ 268 ] {b81b5c58-7d34-45d6-8847-72d94522ec76} executeQuery: (from [fd00:1122:3344:101::d]:39675) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.04.03 04:28:25.284952 [ 268 ] {b81b5c58-7d34-45d6-8847-72d94522ec76} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.03 04:28:25.284989 [ 268 ] {b81b5c58-7d34-45d6-8847-72d94522ec76} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.04.03 04:28:25.285209 [ 268 ] {b81b5c58-7d34-45d6-8847-72d94522ec76} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:28:25.285263 [ 268 ] {b81b5c58-7d34-45d6-8847-72d94522ec76} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:28:25.285361 [ 268 ] {b81b5c58-7d34-45d6-8847-72d94522ec76} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Key condition: (column 0 notIn 44-element set) 2026.04.03 04:28:25.285420 [ 303 ] {b81b5c58-7d34-45d6-8847-72d94522ec76} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.03 04:28:25.285425 [ 324 ] {b81b5c58-7d34-45d6-8847-72d94522ec76} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.03 04:28:25.285447 [ 314 ] {b81b5c58-7d34-45d6-8847-72d94522ec76} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.03 04:28:25.285541 [ 268 ] {b81b5c58-7d34-45d6-8847-72d94522ec76} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.04.03 04:28:25.285566 [ 268 ] {b81b5c58-7d34-45d6-8847-72d94522ec76} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.03 04:28:25.285633 [ 268 ] {b81b5c58-7d34-45d6-8847-72d94522ec76} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.03 04:28:25.285652 [ 268 ] {b81b5c58-7d34-45d6-8847-72d94522ec76} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Reading approx. 29 rows with 3 streams 2026.04.03 04:28:25.285682 [ 268 ] {b81b5c58-7d34-45d6-8847-72d94522ec76} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.03 04:28:25.285718 [ 268 ] {b81b5c58-7d34-45d6-8847-72d94522ec76} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.03 04:28:25.285755 [ 268 ] {b81b5c58-7d34-45d6-8847-72d94522ec76} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.03 04:28:25.286424 [ 268 ] {b81b5c58-7d34-45d6-8847-72d94522ec76} executeQuery: Read 29 rows, 1.26 KiB in 0.001754 sec., 16533.63740022805 rows/sec., 720.45 KiB/sec. 2026.04.03 04:28:25.286554 [ 268 ] {b81b5c58-7d34-45d6-8847-72d94522ec76} TCPHandler: Processed in 0.00201131 sec. 2026.04.03 04:28:25.286791 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:25.286928 [ 268 ] {2b21a168-32bd-4c26-94f4-91efa4460835} executeQuery: (from [fd00:1122:3344:101::d]:39675) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.04.03 04:28:25.287153 [ 268 ] {2b21a168-32bd-4c26-94f4-91efa4460835} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.03 04:28:25.287190 [ 268 ] {2b21a168-32bd-4c26-94f4-91efa4460835} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.04.03 04:28:25.287403 [ 268 ] {2b21a168-32bd-4c26-94f4-91efa4460835} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:28:25.287454 [ 268 ] {2b21a168-32bd-4c26-94f4-91efa4460835} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:28:25.287551 [ 268 ] {2b21a168-32bd-4c26-94f4-91efa4460835} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Key condition: (column 0 notIn 45-element set) 2026.04.03 04:28:25.287608 [ 311 ] {2b21a168-32bd-4c26-94f4-91efa4460835} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.03 04:28:25.287617 [ 324 ] {2b21a168-32bd-4c26-94f4-91efa4460835} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.03 04:28:25.287623 [ 300 ] {2b21a168-32bd-4c26-94f4-91efa4460835} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.03 04:28:25.287728 [ 268 ] {2b21a168-32bd-4c26-94f4-91efa4460835} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.04.03 04:28:25.287754 [ 268 ] {2b21a168-32bd-4c26-94f4-91efa4460835} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.03 04:28:25.287821 [ 268 ] {2b21a168-32bd-4c26-94f4-91efa4460835} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.03 04:28:25.287840 [ 268 ] {2b21a168-32bd-4c26-94f4-91efa4460835} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Reading approx. 29 rows with 3 streams 2026.04.03 04:28:25.287870 [ 268 ] {2b21a168-32bd-4c26-94f4-91efa4460835} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.03 04:28:25.287901 [ 268 ] {2b21a168-32bd-4c26-94f4-91efa4460835} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.03 04:28:25.287930 [ 268 ] {2b21a168-32bd-4c26-94f4-91efa4460835} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.03 04:28:25.288507 [ 268 ] {2b21a168-32bd-4c26-94f4-91efa4460835} executeQuery: Read 29 rows, 1.26 KiB in 0.001638 sec., 17704.517704517704 rows/sec., 771.47 KiB/sec. 2026.04.03 04:28:25.288632 [ 268 ] {2b21a168-32bd-4c26-94f4-91efa4460835} TCPHandler: Processed in 0.001891518 sec. 2026.04.03 04:28:25.288842 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:25.288980 [ 268 ] {293647e0-250e-4fc6-83b2-be4e94b719c1} executeQuery: (from [fd00:1122:3344:101::d]:39675) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.04.03 04:28:25.289202 [ 268 ] {293647e0-250e-4fc6-83b2-be4e94b719c1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.03 04:28:25.289240 [ 268 ] {293647e0-250e-4fc6-83b2-be4e94b719c1} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.04.03 04:28:25.289454 [ 268 ] {293647e0-250e-4fc6-83b2-be4e94b719c1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:28:25.289506 [ 268 ] {293647e0-250e-4fc6-83b2-be4e94b719c1} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:28:25.289610 [ 268 ] {293647e0-250e-4fc6-83b2-be4e94b719c1} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Key condition: (column 0 notIn 46-element set) 2026.04.03 04:28:25.289668 [ 303 ] {293647e0-250e-4fc6-83b2-be4e94b719c1} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.03 04:28:25.289674 [ 324 ] {293647e0-250e-4fc6-83b2-be4e94b719c1} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.03 04:28:25.289675 [ 300 ] {293647e0-250e-4fc6-83b2-be4e94b719c1} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.03 04:28:25.289779 [ 268 ] {293647e0-250e-4fc6-83b2-be4e94b719c1} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.04.03 04:28:25.289804 [ 268 ] {293647e0-250e-4fc6-83b2-be4e94b719c1} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.03 04:28:25.289872 [ 268 ] {293647e0-250e-4fc6-83b2-be4e94b719c1} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.03 04:28:25.289889 [ 268 ] {293647e0-250e-4fc6-83b2-be4e94b719c1} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Reading approx. 29 rows with 3 streams 2026.04.03 04:28:25.289919 [ 268 ] {293647e0-250e-4fc6-83b2-be4e94b719c1} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.03 04:28:25.289951 [ 268 ] {293647e0-250e-4fc6-83b2-be4e94b719c1} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.03 04:28:25.289980 [ 268 ] {293647e0-250e-4fc6-83b2-be4e94b719c1} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.03 04:28:25.290543 [ 268 ] {293647e0-250e-4fc6-83b2-be4e94b719c1} executeQuery: Read 29 rows, 1.26 KiB in 0.001621 sec., 17890.191239975324 rows/sec., 779.56 KiB/sec. 2026.04.03 04:28:25.290670 [ 268 ] {293647e0-250e-4fc6-83b2-be4e94b719c1} TCPHandler: Processed in 0.001877617 sec. 2026.04.03 04:28:25.297793 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:25.298096 [ 268 ] {66ed27a9-bedb-4a47-aec3-b0ad5390e37c} executeQuery: (from [fd00:1122:3344:101::d]:39675) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.04.03 04:28:25.298418 [ 268 ] {66ed27a9-bedb-4a47-aec3-b0ad5390e37c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.03 04:28:25.298458 [ 268 ] {66ed27a9-bedb-4a47-aec3-b0ad5390e37c} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.04.03 04:28:25.298681 [ 268 ] {66ed27a9-bedb-4a47-aec3-b0ad5390e37c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:28:25.298736 [ 268 ] {66ed27a9-bedb-4a47-aec3-b0ad5390e37c} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:28:25.298839 [ 268 ] {66ed27a9-bedb-4a47-aec3-b0ad5390e37c} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Key condition: (column 0 notIn 47-element set) 2026.04.03 04:28:25.298897 [ 311 ] {66ed27a9-bedb-4a47-aec3-b0ad5390e37c} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.03 04:28:25.298907 [ 303 ] {66ed27a9-bedb-4a47-aec3-b0ad5390e37c} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.03 04:28:25.298910 [ 300 ] {66ed27a9-bedb-4a47-aec3-b0ad5390e37c} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.03 04:28:25.299010 [ 268 ] {66ed27a9-bedb-4a47-aec3-b0ad5390e37c} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.04.03 04:28:25.299037 [ 268 ] {66ed27a9-bedb-4a47-aec3-b0ad5390e37c} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.03 04:28:25.299106 [ 268 ] {66ed27a9-bedb-4a47-aec3-b0ad5390e37c} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.03 04:28:25.299125 [ 268 ] {66ed27a9-bedb-4a47-aec3-b0ad5390e37c} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Reading approx. 29 rows with 3 streams 2026.04.03 04:28:25.299156 [ 268 ] {66ed27a9-bedb-4a47-aec3-b0ad5390e37c} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.03 04:28:25.299188 [ 268 ] {66ed27a9-bedb-4a47-aec3-b0ad5390e37c} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.03 04:28:25.299218 [ 268 ] {66ed27a9-bedb-4a47-aec3-b0ad5390e37c} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.04.03 04:28:25.299926 [ 268 ] {66ed27a9-bedb-4a47-aec3-b0ad5390e37c} executeQuery: Read 29 rows, 1.26 KiB in 0.001971 sec., 14713.343480466767 rows/sec., 641.13 KiB/sec. 2026.04.03 04:28:25.300042 [ 268 ] {66ed27a9-bedb-4a47-aec3-b0ad5390e37c} TCPHandler: Processed in 0.002370607 sec. 2026.04.03 04:28:25.382133 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:25.382302 [ 268 ] {a1914d31-7a73-4180-8208-6d13afc3319d} executeQuery: (from [fd00:1122:3344:101::d]:39675) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec') FORMAT Native; (stage: Complete) 2026.04.03 04:28:25.382599 [ 268 ] {a1914d31-7a73-4180-8208-6d13afc3319d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.03 04:28:25.382647 [ 268 ] {a1914d31-7a73-4180-8208-6d13afc3319d} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec')" moved to PREWHERE 2026.04.03 04:28:25.382923 [ 268 ] {a1914d31-7a73-4180-8208-6d13afc3319d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:28:25.382989 [ 268 ] {a1914d31-7a73-4180-8208-6d13afc3319d} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:28:25.383114 [ 268 ] {a1914d31-7a73-4180-8208-6d13afc3319d} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Key condition: (column 0 notIn 48-element set) 2026.04.03 04:28:25.383192 [ 295 ] {a1914d31-7a73-4180-8208-6d13afc3319d} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.03 04:28:25.383196 [ 305 ] {a1914d31-7a73-4180-8208-6d13afc3319d} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.03 04:28:25.383211 [ 300 ] {a1914d31-7a73-4180-8208-6d13afc3319d} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.03 04:28:25.383367 [ 268 ] {a1914d31-7a73-4180-8208-6d13afc3319d} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.04.03 04:28:25.383397 [ 268 ] {a1914d31-7a73-4180-8208-6d13afc3319d} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.03 04:28:25.383469 [ 268 ] {a1914d31-7a73-4180-8208-6d13afc3319d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.03 04:28:25.383487 [ 268 ] {a1914d31-7a73-4180-8208-6d13afc3319d} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Reading approx. 29 rows with 3 streams 2026.04.03 04:28:25.383518 [ 268 ] {a1914d31-7a73-4180-8208-6d13afc3319d} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.04.03 04:28:25.383549 [ 268 ] {a1914d31-7a73-4180-8208-6d13afc3319d} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.04.03 04:28:25.383579 [ 268 ] {a1914d31-7a73-4180-8208-6d13afc3319d} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.04.03 04:28:25.384264 [ 268 ] {a1914d31-7a73-4180-8208-6d13afc3319d} executeQuery: Read 29 rows, 1.26 KiB in 0.002043 sec., 14194.811551639745 rows/sec., 618.54 KiB/sec. 2026.04.03 04:28:25.384375 [ 268 ] {a1914d31-7a73-4180-8208-6d13afc3319d} TCPHandler: Processed in 0.002296205 sec. 2026.04.03 04:28:25.422700 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:25.422992 [ 268 ] {22034d78-4925-48ff-a55a-3727582df04a} executeQuery: (from [fd00:1122:3344:101::d]:39675) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec') FORMAT Native; (stage: Complete) 2026.04.03 04:28:25.423363 [ 268 ] {22034d78-4925-48ff-a55a-3727582df04a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.04.03 04:28:25.423402 [ 268 ] {22034d78-4925-48ff-a55a-3727582df04a} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec')" moved to PREWHERE 2026.04.03 04:28:25.423634 [ 268 ] {22034d78-4925-48ff-a55a-3727582df04a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:28:25.423690 [ 268 ] {22034d78-4925-48ff-a55a-3727582df04a} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:28:25.423792 [ 268 ] {22034d78-4925-48ff-a55a-3727582df04a} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Key condition: (column 0 notIn 49-element set) 2026.04.03 04:28:25.423869 [ 295 ] {22034d78-4925-48ff-a55a-3727582df04a} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.04.03 04:28:25.423873 [ 305 ] {22034d78-4925-48ff-a55a-3727582df04a} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.04.03 04:28:25.423899 [ 300 ] {22034d78-4925-48ff-a55a-3727582df04a} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.04.03 04:28:25.424043 [ 268 ] {22034d78-4925-48ff-a55a-3727582df04a} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.04.03 04:28:25.424072 [ 268 ] {22034d78-4925-48ff-a55a-3727582df04a} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.04.03 04:28:25.424151 [ 268 ] {22034d78-4925-48ff-a55a-3727582df04a} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.04.03 04:28:25.424170 [ 268 ] {22034d78-4925-48ff-a55a-3727582df04a} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af) (SelectExecutor): Reading approx. 29 rows with 3 streams 2026.04.03 04:28:25.424200 [ 268 ] {22034d78-4925-48ff-a55a-3727582df04a} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.04.03 04:28:25.424231 [ 268 ] {22034d78-4925-48ff-a55a-3727582df04a} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.04.03 04:28:25.424261 [ 268 ] {22034d78-4925-48ff-a55a-3727582df04a} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'zone:cpu_nsec'))" 2026.04.03 04:28:25.424867 [ 268 ] {22034d78-4925-48ff-a55a-3727582df04a} executeQuery: Read 29 rows, 1.26 KiB in 0.002012 sec., 14413.518886679922 rows/sec., 628.07 KiB/sec. 2026.04.03 04:28:25.424979 [ 268 ] {22034d78-4925-48ff-a55a-3727582df04a} TCPHandler: Processed in 0.002394307 sec. 2026.04.03 04:28:25.426651 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:25.426759 [ 268 ] {e5e5f085-e50b-4e21-b56c-1e8daf244a58} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.04.03 04:28:25.426802 [ 268 ] {e5e5f085-e50b-4e21-b56c-1e8daf244a58} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.04.03 04:28:25.427321 [ 268 ] {e5e5f085-e50b-4e21-b56c-1e8daf244a58} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:25.427362 [ 268 ] {e5e5f085-e50b-4e21-b56c-1e8daf244a58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:25.427793 [ 268 ] {e5e5f085-e50b-4e21-b56c-1e8daf244a58} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.03 04:28:25.427988 [ 268 ] {e5e5f085-e50b-4e21-b56c-1e8daf244a58} oximeter.timeseries_schema (4bc7fb95-500e-4467-a543-56be0da146af): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:25.428130 [ 268 ] {e5e5f085-e50b-4e21-b56c-1e8daf244a58} executeQuery: Read 21 rows, 6.25 KiB in 0.001401 sec., 14989.293361884369 rows/sec., 4.36 MiB/sec. 2026.04.03 04:28:25.428170 [ 268 ] {e5e5f085-e50b-4e21-b56c-1e8daf244a58} TCPHandler: Processed in 0.001575771 sec. 2026.04.03 04:28:25.428323 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:25.428422 [ 268 ] {33b11c7a-0262-46aa-b3a4-f41f403fc57b} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.03 04:28:25.428463 [ 268 ] {33b11c7a-0262-46aa-b3a4-f41f403fc57b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.03 04:28:25.429072 [ 268 ] {33b11c7a-0262-46aa-b3a4-f41f403fc57b} oximeter.fields_i16 (9eea47d2-df2b-4527-be52-1284769a16c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:25.429110 [ 268 ] {33b11c7a-0262-46aa-b3a4-f41f403fc57b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:25.429422 [ 268 ] {33b11c7a-0262-46aa-b3a4-f41f403fc57b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.03 04:28:25.429633 [ 268 ] {33b11c7a-0262-46aa-b3a4-f41f403fc57b} oximeter.fields_i16 (9eea47d2-df2b-4527-be52-1284769a16c9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:25.429762 [ 268 ] {33b11c7a-0262-46aa-b3a4-f41f403fc57b} executeQuery: Read 284 rows, 18.47 KiB in 0.00136 sec., 208823.5294117647 rows/sec., 13.26 MiB/sec. 2026.04.03 04:28:25.429799 [ 268 ] {33b11c7a-0262-46aa-b3a4-f41f403fc57b} TCPHandler: Processed in 0.00152657 sec. 2026.04.03 04:28:25.429916 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:25.430019 [ 268 ] {0bde52ca-c2b1-4737-b5e0-751f40df1db3} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.03 04:28:25.430059 [ 268 ] {0bde52ca-c2b1-4737-b5e0-751f40df1db3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.03 04:28:25.430443 [ 268 ] {0bde52ca-c2b1-4737-b5e0-751f40df1db3} oximeter.fields_ipaddr (4dbf6b0b-78ff-42ed-9e98-89b262336374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:25.430480 [ 268 ] {0bde52ca-c2b1-4737-b5e0-751f40df1db3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:25.430763 [ 268 ] {0bde52ca-c2b1-4737-b5e0-751f40df1db3} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.03 04:28:25.430969 [ 268 ] {0bde52ca-c2b1-4737-b5e0-751f40df1db3} oximeter.fields_ipaddr (4dbf6b0b-78ff-42ed-9e98-89b262336374): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:25.431096 [ 268 ] {0bde52ca-c2b1-4737-b5e0-751f40df1db3} executeQuery: Read 2 rows, 167.00 B in 0.001095 sec., 1826.4840182648402 rows/sec., 148.94 KiB/sec. 2026.04.03 04:28:25.431135 [ 268 ] {0bde52ca-c2b1-4737-b5e0-751f40df1db3} TCPHandler: Processed in 0.001269216 sec. 2026.04.03 04:28:25.431251 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:25.431346 [ 268 ] {b51cdd07-22a8-4007-91d5-4772fc93938f} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.03 04:28:25.431386 [ 268 ] {b51cdd07-22a8-4007-91d5-4772fc93938f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.03 04:28:25.434204 [ 268 ] {b51cdd07-22a8-4007-91d5-4772fc93938f} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:25.434242 [ 268 ] {b51cdd07-22a8-4007-91d5-4772fc93938f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:25.434838 [ 268 ] {b51cdd07-22a8-4007-91d5-4772fc93938f} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.03 04:28:25.435048 [ 268 ] {b51cdd07-22a8-4007-91d5-4772fc93938f} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:25.435184 [ 268 ] {b51cdd07-22a8-4007-91d5-4772fc93938f} executeQuery: Read 3149 rows, 240.35 KiB in 0.003856 sec., 816649.377593361 rows/sec., 60.87 MiB/sec. 2026.04.03 04:28:25.435232 [ 268 ] {b51cdd07-22a8-4007-91d5-4772fc93938f} MemoryTracker: Peak memory usage (for query): 4.00 MiB. 2026.04.03 04:28:25.435252 [ 268 ] {b51cdd07-22a8-4007-91d5-4772fc93938f} TCPHandler: Processed in 0.00405749 sec. 2026.04.03 04:28:25.435400 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:25.435505 [ 268 ] {b6083517-772b-4738-8975-36fd8bb650a6} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.03 04:28:25.435544 [ 268 ] {b6083517-772b-4738-8975-36fd8bb650a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.03 04:28:25.436021 [ 268 ] {b6083517-772b-4738-8975-36fd8bb650a6} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:25.436058 [ 268 ] {b6083517-772b-4738-8975-36fd8bb650a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:25.436379 [ 268 ] {b6083517-772b-4738-8975-36fd8bb650a6} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.03 04:28:25.436583 [ 268 ] {b6083517-772b-4738-8975-36fd8bb650a6} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:25.436706 [ 268 ] {b6083517-772b-4738-8975-36fd8bb650a6} executeQuery: Read 155 rows, 9.51 KiB in 0.00122 sec., 127049.18032786886 rows/sec., 7.61 MiB/sec. 2026.04.03 04:28:25.436742 [ 268 ] {b6083517-772b-4738-8975-36fd8bb650a6} TCPHandler: Processed in 0.001393407 sec. 2026.04.03 04:28:25.436853 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:25.436956 [ 268 ] {cfa76df0-e245-43c4-8ae1-0755f7771fa9} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.03 04:28:25.437039 [ 268 ] {cfa76df0-e245-43c4-8ae1-0755f7771fa9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.03 04:28:25.438015 [ 268 ] {cfa76df0-e245-43c4-8ae1-0755f7771fa9} oximeter.fields_u32 (ef1f3134-1ec0-4c33-acfc-a59b11cf61da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:25.438059 [ 268 ] {cfa76df0-e245-43c4-8ae1-0755f7771fa9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:25.438430 [ 268 ] {cfa76df0-e245-43c4-8ae1-0755f7771fa9} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.03 04:28:25.438633 [ 268 ] {cfa76df0-e245-43c4-8ae1-0755f7771fa9} oximeter.fields_u32 (ef1f3134-1ec0-4c33-acfc-a59b11cf61da): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:25.438755 [ 268 ] {cfa76df0-e245-43c4-8ae1-0755f7771fa9} executeQuery: Read 950 rows, 57.24 KiB in 0.001817 sec., 522839.8458998349 rows/sec., 30.76 MiB/sec. 2026.04.03 04:28:25.438793 [ 268 ] {cfa76df0-e245-43c4-8ae1-0755f7771fa9} TCPHandler: Processed in 0.00199037 sec. 2026.04.03 04:28:25.438913 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:25.439008 [ 268 ] {27d0a50b-7405-41f4-ad5d-f89b27abce34} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.03 04:28:25.439047 [ 268 ] {27d0a50b-7405-41f4-ad5d-f89b27abce34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.03 04:28:25.439427 [ 268 ] {27d0a50b-7405-41f4-ad5d-f89b27abce34} oximeter.fields_u64 (481cf10c-d64c-484f-bdb2-cc50da998ce4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:25.439462 [ 268 ] {27d0a50b-7405-41f4-ad5d-f89b27abce34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:25.439744 [ 268 ] {27d0a50b-7405-41f4-ad5d-f89b27abce34} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.03 04:28:25.439943 [ 268 ] {27d0a50b-7405-41f4-ad5d-f89b27abce34} oximeter.fields_u64 (481cf10c-d64c-484f-bdb2-cc50da998ce4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:25.440063 [ 268 ] {27d0a50b-7405-41f4-ad5d-f89b27abce34} executeQuery: Read 2 rows, 144.00 B in 0.001074 sec., 1862.1973929236497 rows/sec., 130.94 KiB/sec. 2026.04.03 04:28:25.440100 [ 268 ] {27d0a50b-7405-41f4-ad5d-f89b27abce34} TCPHandler: Processed in 0.001242954 sec. 2026.04.03 04:28:25.440214 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:25.440307 [ 268 ] {f9524775-b312-43d7-b6d0-a686eaaf7130} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.03 04:28:25.440346 [ 268 ] {f9524775-b312-43d7-b6d0-a686eaaf7130} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.03 04:28:25.440809 [ 268 ] {f9524775-b312-43d7-b6d0-a686eaaf7130} oximeter.fields_u8 (83b86529-4bdb-41f2-a718-74025d6ddd30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:25.440846 [ 268 ] {f9524775-b312-43d7-b6d0-a686eaaf7130} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:25.441140 [ 268 ] {f9524775-b312-43d7-b6d0-a686eaaf7130} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.03 04:28:25.441337 [ 268 ] {f9524775-b312-43d7-b6d0-a686eaaf7130} oximeter.fields_u8 (83b86529-4bdb-41f2-a718-74025d6ddd30): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:25.441458 [ 268 ] {f9524775-b312-43d7-b6d0-a686eaaf7130} executeQuery: Read 148 rows, 8.62 KiB in 0.001168 sec., 126712.32876712328 rows/sec., 7.21 MiB/sec. 2026.04.03 04:28:25.441495 [ 268 ] {f9524775-b312-43d7-b6d0-a686eaaf7130} TCPHandler: Processed in 0.001336946 sec. 2026.04.03 04:28:25.441605 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:25.441706 [ 268 ] {96709b3a-3acd-4645-b9cd-35d512ee9370} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.03 04:28:25.441746 [ 268 ] {96709b3a-3acd-4645-b9cd-35d512ee9370} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.03 04:28:25.442927 [ 268 ] {96709b3a-3acd-4645-b9cd-35d512ee9370} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:25.442965 [ 268 ] {96709b3a-3acd-4645-b9cd-35d512ee9370} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:25.443334 [ 268 ] {96709b3a-3acd-4645-b9cd-35d512ee9370} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.03 04:28:25.443537 [ 268 ] {96709b3a-3acd-4645-b9cd-35d512ee9370} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:25.443660 [ 268 ] {96709b3a-3acd-4645-b9cd-35d512ee9370} executeQuery: Read 1718 rows, 118.34 KiB in 0.001972 sec., 871196.7545638946 rows/sec., 58.60 MiB/sec. 2026.04.03 04:28:25.443698 [ 268 ] {96709b3a-3acd-4645-b9cd-35d512ee9370} TCPHandler: Processed in 0.002141352 sec. 2026.04.03 04:28:25.443810 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:25.443913 [ 268 ] {83efbdb0-f019-40d4-acd3-5bbd82bb6c10} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.03 04:28:25.443954 [ 268 ] {83efbdb0-f019-40d4-acd3-5bbd82bb6c10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.03 04:28:25.444288 [ 268 ] {83efbdb0-f019-40d4-acd3-5bbd82bb6c10} oximeter.measurements_bool (7a4435ad-bf4a-469e-8112-fe09f152620b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:25.444323 [ 268 ] {83efbdb0-f019-40d4-acd3-5bbd82bb6c10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:25.444694 [ 268 ] {83efbdb0-f019-40d4-acd3-5bbd82bb6c10} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.03 04:28:25.444891 [ 268 ] {83efbdb0-f019-40d4-acd3-5bbd82bb6c10} oximeter.measurements_bool (7a4435ad-bf4a-469e-8112-fe09f152620b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:25.445013 [ 268 ] {83efbdb0-f019-40d4-acd3-5bbd82bb6c10} executeQuery: Read 6 rows, 321.00 B in 0.001118 sec., 5366.726296958855 rows/sec., 280.39 KiB/sec. 2026.04.03 04:28:25.445049 [ 268 ] {83efbdb0-f019-40d4-acd3-5bbd82bb6c10} TCPHandler: Processed in 0.001287225 sec. 2026.04.03 04:28:25.445156 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:25.445257 [ 268 ] {0fd843ef-f41a-4060-99a2-520bcdaab664} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.03 04:28:25.445297 [ 268 ] {0fd843ef-f41a-4060-99a2-520bcdaab664} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.03 04:28:25.446639 [ 268 ] {0fd843ef-f41a-4060-99a2-520bcdaab664} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:25.446676 [ 268 ] {0fd843ef-f41a-4060-99a2-520bcdaab664} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:25.447198 [ 268 ] {0fd843ef-f41a-4060-99a2-520bcdaab664} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.03 04:28:25.447400 [ 268 ] {0fd843ef-f41a-4060-99a2-520bcdaab664} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:25.447523 [ 268 ] {0fd843ef-f41a-4060-99a2-520bcdaab664} executeQuery: Read 3537 rows, 228.65 KiB in 0.002284 sec., 1548598.949211909 rows/sec., 97.76 MiB/sec. 2026.04.03 04:28:25.447559 [ 268 ] {0fd843ef-f41a-4060-99a2-520bcdaab664} TCPHandler: Processed in 0.002450378 sec. 2026.04.03 04:28:25.447667 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:25.447769 [ 268 ] {a848acc2-d2cb-4c8c-97a3-c8df71678e46} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.03 04:28:25.447809 [ 268 ] {a848acc2-d2cb-4c8c-97a3-c8df71678e46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.03 04:28:25.448116 [ 268 ] {a848acc2-d2cb-4c8c-97a3-c8df71678e46} oximeter.measurements_f64 (9437292b-5c9a-44b9-8553-0e3548b5b082): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:25.448151 [ 268 ] {a848acc2-d2cb-4c8c-97a3-c8df71678e46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:25.448503 [ 268 ] {a848acc2-d2cb-4c8c-97a3-c8df71678e46} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.04.03 04:28:25.448707 [ 268 ] {a848acc2-d2cb-4c8c-97a3-c8df71678e46} oximeter.measurements_f64 (9437292b-5c9a-44b9-8553-0e3548b5b082): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:25.448828 [ 268 ] {a848acc2-d2cb-4c8c-97a3-c8df71678e46} executeQuery: Read 1 rows, 69.00 B in 0.001077 sec., 928.5051067780872 rows/sec., 62.57 KiB/sec. 2026.04.03 04:28:25.448864 [ 268 ] {a848acc2-d2cb-4c8c-97a3-c8df71678e46} TCPHandler: Processed in 0.001244604 sec. 2026.04.03 04:28:25.448975 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:25.449076 [ 268 ] {eeca8b33-d143-4a38-8313-52b26f76255e} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.03 04:28:25.449126 [ 268 ] {eeca8b33-d143-4a38-8313-52b26f76255e} 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.04.03 04:28:25.449793 [ 268 ] {eeca8b33-d143-4a38-8313-52b26f76255e} oximeter.measurements_histogramu64 (4a5f49cb-97be-4b78-98a9-ca04f4d82229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:25.449828 [ 268 ] {eeca8b33-d143-4a38-8313-52b26f76255e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:25.450283 [ 268 ] {eeca8b33-d143-4a38-8313-52b26f76255e} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.03 04:28:25.450496 [ 268 ] {eeca8b33-d143-4a38-8313-52b26f76255e} oximeter.measurements_histogramu64 (4a5f49cb-97be-4b78-98a9-ca04f4d82229): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:25.450630 [ 268 ] {eeca8b33-d143-4a38-8313-52b26f76255e} executeQuery: Read 11 rows, 20.18 KiB in 0.001572 sec., 6997.455470737913 rows/sec., 12.54 MiB/sec. 2026.04.03 04:28:25.450632 [ 56 ] {} oximeter.measurements_histogramu64 (4a5f49cb-97be-4b78-98a9-ca04f4d82229) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.03 04:28:25.450678 [ 268 ] {eeca8b33-d143-4a38-8313-52b26f76255e} TCPHandler: Processed in 0.001754825 sec. 2026.04.03 04:28:25.450678 [ 56 ] {} oximeter.measurements_histogramu64 (4a5f49cb-97be-4b78-98a9-ca04f4d82229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:25.450704 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:25.450783 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:25.450830 [ 191 ] {4a5f49cb-97be-4b78-98a9-ca04f4d82229::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.04.03 04:28:25.450875 [ 268 ] {3ee6de53-7c7f-4f9a-9403-15a8d6962bde} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.03 04:28:25.450920 [ 268 ] {3ee6de53-7c7f-4f9a-9403-15a8d6962bde} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.03 04:28:25.451112 [ 191 ] {4a5f49cb-97be-4b78-98a9-ca04f4d82229::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.03 04:28:25.451183 [ 191 ] {4a5f49cb-97be-4b78-98a9-ca04f4d82229::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 20 rows starting from the beginning of the part 2026.04.03 04:28:25.451253 [ 268 ] {3ee6de53-7c7f-4f9a-9403-15a8d6962bde} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:25.451292 [ 268 ] {3ee6de53-7c7f-4f9a-9403-15a8d6962bde} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:25.451339 [ 191 ] {4a5f49cb-97be-4b78-98a9-ca04f4d82229::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 34 rows starting from the beginning of the part 2026.04.03 04:28:25.451458 [ 191 ] {4a5f49cb-97be-4b78-98a9-ca04f4d82229::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 35 rows starting from the beginning of the part 2026.04.03 04:28:25.451566 [ 191 ] {4a5f49cb-97be-4b78-98a9-ca04f4d82229::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 35 rows starting from the beginning of the part 2026.04.03 04:28:25.451617 [ 268 ] {3ee6de53-7c7f-4f9a-9403-15a8d6962bde} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.03 04:28:25.451665 [ 191 ] {4a5f49cb-97be-4b78-98a9-ca04f4d82229::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 35 rows starting from the beginning of the part 2026.04.03 04:28:25.451772 [ 191 ] {4a5f49cb-97be-4b78-98a9-ca04f4d82229::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 11 rows starting from the beginning of the part 2026.04.03 04:28:25.451841 [ 268 ] {3ee6de53-7c7f-4f9a-9403-15a8d6962bde} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:25.451974 [ 268 ] {3ee6de53-7c7f-4f9a-9403-15a8d6962bde} executeQuery: Read 42 rows, 2.45 KiB in 0.001117 sec., 37600.71620411817 rows/sec., 2.15 MiB/sec. 2026.04.03 04:28:25.452030 [ 268 ] {3ee6de53-7c7f-4f9a-9403-15a8d6962bde} TCPHandler: Processed in 0.001294936 sec. 2026.04.03 04:28:25.459245 [ 196 ] {4a5f49cb-97be-4b78-98a9-ca04f4d82229::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 170 rows, containing 19 columns (19 merged, 0 gathered) in 0.008463137 sec., 20087.114269803264 rows/sec., 36.00 MiB/sec. 2026.04.03 04:28:25.459924 [ 196 ] {4a5f49cb-97be-4b78-98a9-ca04f4d82229::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.03 04:28:25.460438 [ 196 ] {4a5f49cb-97be-4b78-98a9-ca04f4d82229::all_1_6_1} oximeter.measurements_histogramu64 (4a5f49cb-97be-4b78-98a9-ca04f4d82229): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:25.460521 [ 196 ] {4a5f49cb-97be-4b78-98a9-ca04f4d82229::all_1_6_1} oximeter.measurements_histogramu64 (4a5f49cb-97be-4b78-98a9-ca04f4d82229) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.03 04:28:25.460669 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. 2026.04.03 04:28:26.000183 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 187.01 MiB, peak 191.06 MiB, free memory in arenas 0.00 B, will set to 185.73 MiB (RSS), difference: -1.27 MiB 2026.04.03 04:28:27.752425 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49076 2026.04.03 04:28:27.752545 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:28:27.752575 [ 267 ] {} TCP-Session: 26bc2611-61ca-4616-91de-d85b838f4248 Authenticating user 'default' from [fd00:1122:3344:101::e]:49076 2026.04.03 04:28:27.752599 [ 267 ] {} TCP-Session: 26bc2611-61ca-4616-91de-d85b838f4248 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:27.752615 [ 267 ] {} TCP-Session: 26bc2611-61ca-4616-91de-d85b838f4248 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:27.752851 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65166 2026.04.03 04:28:27.752880 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37888 2026.04.03 04:28:27.752886 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42259 2026.04.03 04:28:27.752935 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52193 2026.04.03 04:28:27.752905 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38338 2026.04.03 04:28:27.752991 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:28:27.752971 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:28:27.753031 [ 288 ] {} TCP-Session: deee6505-9a68-4cf2-9f26-5316ce44a87b Authenticating user 'default' from [fd00:1122:3344:101::e]:37888 2026.04.03 04:28:27.753063 [ 286 ] {} TCP-Session: c5a3a7fa-12b7-482c-bcb3-3f1a224d59b8 Authenticating user 'default' from [fd00:1122:3344:101::e]:65166 2026.04.03 04:28:27.753066 [ 267 ] {} TCP-Session: 26bc2611-61ca-4616-91de-d85b838f4248 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:27.753081 [ 288 ] {} TCP-Session: deee6505-9a68-4cf2-9f26-5316ce44a87b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:27.753099 [ 286 ] {} TCP-Session: c5a3a7fa-12b7-482c-bcb3-3f1a224d59b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:27.753121 [ 288 ] {} TCP-Session: deee6505-9a68-4cf2-9f26-5316ce44a87b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:27.753136 [ 286 ] {} TCP-Session: c5a3a7fa-12b7-482c-bcb3-3f1a224d59b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:27.752908 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36662 2026.04.03 04:28:27.752910 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50098 2026.04.03 04:28:27.753206 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:28:27.752858 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35232 2026.04.03 04:28:27.753259 [ 293 ] {} TCP-Session: e56d8981-d4f6-43b2-a7d8-1e349381bb9a Authenticating user 'default' from [fd00:1122:3344:101::e]:52193 2026.04.03 04:28:27.753190 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:28:27.753293 [ 293 ] {} TCP-Session: e56d8981-d4f6-43b2-a7d8-1e349381bb9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:27.753289 [ 267 ] {b8ff6967-203a-48cd-aaad-a4dc468553f4} executeQuery: (from [fd00:1122:3344:101::e]:49076) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.03 04:28:27.753318 [ 293 ] {} TCP-Session: e56d8981-d4f6-43b2-a7d8-1e349381bb9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:27.753320 [ 289 ] {} TCP-Session: 4fb62355-599a-4c53-b645-edad8f624061 Authenticating user 'default' from [fd00:1122:3344:101::e]:42259 2026.04.03 04:28:27.753364 [ 289 ] {} TCP-Session: 4fb62355-599a-4c53-b645-edad8f624061 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:27.753376 [ 289 ] {} TCP-Session: 4fb62355-599a-4c53-b645-edad8f624061 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:27.753466 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:28:27.753473 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:28:27.753499 [ 287 ] {} TCP-Session: e385eb10-2bdd-47e5-80f8-b25363a2c539 Authenticating user 'default' from [fd00:1122:3344:101::e]:35232 2026.04.03 04:28:27.753510 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:28:27.753519 [ 291 ] {} TCP-Session: a408ebac-a9fb-4f9f-b52a-8b395546ec4d Authenticating user 'default' from [fd00:1122:3344:101::e]:38338 2026.04.03 04:28:27.753552 [ 290 ] {} TCP-Session: 7cd259c9-939d-4993-a088-8c79a6057833 Authenticating user 'default' from [fd00:1122:3344:101::e]:36662 2026.04.03 04:28:27.753570 [ 291 ] {} TCP-Session: a408ebac-a9fb-4f9f-b52a-8b395546ec4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:27.753591 [ 290 ] {} TCP-Session: 7cd259c9-939d-4993-a088-8c79a6057833 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:27.753601 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:28:27.753606 [ 291 ] {} TCP-Session: a408ebac-a9fb-4f9f-b52a-8b395546ec4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:27.753642 [ 292 ] {} TCP-Session: d3cfa542-a041-4b33-a892-f9098e95e7a4 Authenticating user 'default' from [fd00:1122:3344:101::e]:50098 2026.04.03 04:28:27.753655 [ 267 ] {b8ff6967-203a-48cd-aaad-a4dc468553f4} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.03 04:28:27.753674 [ 292 ] {} TCP-Session: d3cfa542-a041-4b33-a892-f9098e95e7a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:27.753617 [ 290 ] {} TCP-Session: 7cd259c9-939d-4993-a088-8c79a6057833 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:27.753703 [ 292 ] {} TCP-Session: d3cfa542-a041-4b33-a892-f9098e95e7a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:27.753520 [ 287 ] {} TCP-Session: e385eb10-2bdd-47e5-80f8-b25363a2c539 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:27.753736 [ 267 ] {b8ff6967-203a-48cd-aaad-a4dc468553f4} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:28:27.753746 [ 287 ] {} TCP-Session: e385eb10-2bdd-47e5-80f8-b25363a2c539 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:27.754028 [ 267 ] {b8ff6967-203a-48cd-aaad-a4dc468553f4} oximeter.version (f3ec663d-8f3e-42fa-b6e3-3fdd1d26ddca) (SelectExecutor): Key condition: unknown 2026.04.03 04:28:27.754115 [ 267 ] {b8ff6967-203a-48cd-aaad-a4dc468553f4} Aggregator: Compile expression max()(UInt64) 0 2026.04.03 04:28:28.000223 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 185.79 MiB, peak 191.06 MiB, free memory in arenas 0.00 B, will set to 196.22 MiB (RSS), difference: 10.43 MiB 2026.04.03 04:28:28.160982 [ 316 ] {b8ff6967-203a-48cd-aaad-a4dc468553f4} AggregatingTransform: Aggregating 2026.04.03 04:28:28.161055 [ 316 ] {b8ff6967-203a-48cd-aaad-a4dc468553f4} Aggregator: Aggregation method: without_key 2026.04.03 04:28:28.161095 [ 316 ] {b8ff6967-203a-48cd-aaad-a4dc468553f4} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001368696 sec. (730.622 rows/sec., 28.54 KiB/sec.) 2026.04.03 04:28:28.161112 [ 316 ] {b8ff6967-203a-48cd-aaad-a4dc468553f4} Aggregator: Merging aggregated data 2026.04.03 04:28:28.162145 [ 267 ] {b8ff6967-203a-48cd-aaad-a4dc468553f4} executeQuery: Read 1 rows, 40.00 B in 0.408917 sec., 2.4454840468848205 rows/sec., 97.82 B/sec. 2026.04.03 04:28:28.162323 [ 267 ] {b8ff6967-203a-48cd-aaad-a4dc468553f4} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2026.04.03 04:28:28.162340 [ 267 ] {b8ff6967-203a-48cd-aaad-a4dc468553f4} TCPHandler: Processed in 0.409417673 sec. 2026.04.03 04:28:28.162465 [ 267 ] {} TCPHandler: Done processing connection. 2026.04.03 04:28:28.162498 [ 267 ] {} TCP-Session: 26bc2611-61ca-4616-91de-d85b838f4248 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:28.162508 [ 287 ] {} TCPHandler: Done processing connection. 2026.04.03 04:28:28.162540 [ 287 ] {} TCP-Session: e385eb10-2bdd-47e5-80f8-b25363a2c539 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:28.162543 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.03 04:28:28.162566 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.03 04:28:28.162599 [ 289 ] {} TCP-Session: 4fb62355-599a-4c53-b645-edad8f624061 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:28.162596 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.03 04:28:28.162617 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.03 04:28:28.162643 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.03 04:28:28.162673 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.03 04:28:28.162707 [ 288 ] {} TCP-Session: deee6505-9a68-4cf2-9f26-5316ce44a87b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:28.162689 [ 293 ] {} TCP-Session: e56d8981-d4f6-43b2-a7d8-1e349381bb9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:28.162696 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.03 04:28:28.162772 [ 290 ] {} TCP-Session: 7cd259c9-939d-4993-a088-8c79a6057833 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:28.162679 [ 292 ] {} TCP-Session: d3cfa542-a041-4b33-a892-f9098e95e7a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:28.162814 [ 291 ] {} TCP-Session: a408ebac-a9fb-4f9f-b52a-8b395546ec4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:28.162609 [ 286 ] {} TCP-Session: c5a3a7fa-12b7-482c-bcb3-3f1a224d59b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:29.000284 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 197.60 MiB, peak 205.68 MiB, free memory in arenas 0.00 B, will set to 205.93 MiB (RSS), difference: 8.32 MiB 2026.04.03 04:28:29.388624 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51049 2026.04.03 04:28:29.388739 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:28:29.388768 [ 288 ] {} TCP-Session: ba13e433-c2e9-473e-9fb5-1a2eb85492bc Authenticating user 'default' from [fd00:1122:3344:101::e]:51049 2026.04.03 04:28:29.388790 [ 288 ] {} TCP-Session: ba13e433-c2e9-473e-9fb5-1a2eb85492bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:29.388802 [ 288 ] {} TCP-Session: ba13e433-c2e9-473e-9fb5-1a2eb85492bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:29.389007 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44525 2026.04.03 04:28:29.389038 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49942 2026.04.03 04:28:29.389065 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63090 2026.04.03 04:28:29.389094 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63267 2026.04.03 04:28:29.389118 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63903 2026.04.03 04:28:29.389148 [ 288 ] {} TCP-Session: ba13e433-c2e9-473e-9fb5-1a2eb85492bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:29.389166 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:28:29.389196 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:28:29.389201 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:28:29.389221 [ 290 ] {} TCP-Session: 9781d121-3cea-4daf-91aa-8471f2a5f661 Authenticating user 'default' from [fd00:1122:3344:101::e]:49942 2026.04.03 04:28:29.389224 [ 294 ] {} TCP-Session: 6705b43c-cc26-4837-88c6-ffbd7c49fa6a Authenticating user 'default' from [fd00:1122:3344:101::e]:63267 2026.04.03 04:28:29.389246 [ 291 ] {} TCP-Session: 65ff7461-2fd0-456f-9948-b4851b3d3de8 Authenticating user 'default' from [fd00:1122:3344:101::e]:63090 2026.04.03 04:28:29.389262 [ 290 ] {} TCP-Session: 9781d121-3cea-4daf-91aa-8471f2a5f661 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:29.389263 [ 294 ] {} TCP-Session: 6705b43c-cc26-4837-88c6-ffbd7c49fa6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:29.389288 [ 290 ] {} TCP-Session: 9781d121-3cea-4daf-91aa-8471f2a5f661 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:29.389296 [ 294 ] {} TCP-Session: 6705b43c-cc26-4837-88c6-ffbd7c49fa6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:29.389290 [ 291 ] {} TCP-Session: 65ff7461-2fd0-456f-9948-b4851b3d3de8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:29.389214 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:28:29.389344 [ 291 ] {} TCP-Session: 65ff7461-2fd0-456f-9948-b4851b3d3de8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:29.389356 [ 288 ] {83b11afe-1067-4d5c-9df9-d18c7bf381de} executeQuery: (from [fd00:1122:3344:101::e]:51049) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.03 04:28:29.389371 [ 286 ] {} TCP-Session: c0a8f936-8d9b-4e00-9f85-012903d43dbb Authenticating user 'default' from [fd00:1122:3344:101::e]:63903 2026.04.03 04:28:29.389131 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:28:29.389417 [ 286 ] {} TCP-Session: c0a8f936-8d9b-4e00-9f85-012903d43dbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:29.389058 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54511 2026.04.03 04:28:29.389435 [ 286 ] {} TCP-Session: c0a8f936-8d9b-4e00-9f85-012903d43dbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:29.389432 [ 289 ] {} TCP-Session: b93476c7-2f07-4a1c-9708-44ccf9be2bd2 Authenticating user 'default' from [fd00:1122:3344:101::e]:44525 2026.04.03 04:28:29.389070 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62758 2026.04.03 04:28:29.389494 [ 289 ] {} TCP-Session: b93476c7-2f07-4a1c-9708-44ccf9be2bd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:29.389514 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:28:29.389527 [ 289 ] {} TCP-Session: b93476c7-2f07-4a1c-9708-44ccf9be2bd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:29.389110 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48411 2026.04.03 04:28:29.389556 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:28:29.389557 [ 292 ] {} TCP-Session: e0f3dc0d-028e-4b67-8d34-c78d5249742a Authenticating user 'default' from [fd00:1122:3344:101::e]:54511 2026.04.03 04:28:29.389604 [ 293 ] {} TCP-Session: fa3abea8-2764-4266-8e5f-0f2309568652 Authenticating user 'default' from [fd00:1122:3344:101::e]:62758 2026.04.03 04:28:29.389631 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:28:29.389641 [ 293 ] {} TCP-Session: fa3abea8-2764-4266-8e5f-0f2309568652 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:29.389636 [ 292 ] {} TCP-Session: e0f3dc0d-028e-4b67-8d34-c78d5249742a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:29.389669 [ 293 ] {} TCP-Session: fa3abea8-2764-4266-8e5f-0f2309568652 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:29.389693 [ 292 ] {} TCP-Session: e0f3dc0d-028e-4b67-8d34-c78d5249742a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:29.389704 [ 288 ] {83b11afe-1067-4d5c-9df9-d18c7bf381de} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.03 04:28:29.389662 [ 267 ] {} TCP-Session: 678ced96-1fc1-4661-9df8-99e715e05893 Authenticating user 'default' from [fd00:1122:3344:101::e]:48411 2026.04.03 04:28:29.389759 [ 267 ] {} TCP-Session: 678ced96-1fc1-4661-9df8-99e715e05893 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:29.389769 [ 288 ] {83b11afe-1067-4d5c-9df9-d18c7bf381de} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:28:29.389772 [ 267 ] {} TCP-Session: 678ced96-1fc1-4661-9df8-99e715e05893 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:29.390096 [ 288 ] {83b11afe-1067-4d5c-9df9-d18c7bf381de} oximeter.version (f3ec663d-8f3e-42fa-b6e3-3fdd1d26ddca) (SelectExecutor): Key condition: unknown 2026.04.03 04:28:29.391226 [ 301 ] {83b11afe-1067-4d5c-9df9-d18c7bf381de} AggregatingTransform: Aggregating 2026.04.03 04:28:29.391261 [ 301 ] {83b11afe-1067-4d5c-9df9-d18c7bf381de} Aggregator: Aggregation method: without_key 2026.04.03 04:28:29.391288 [ 301 ] {83b11afe-1067-4d5c-9df9-d18c7bf381de} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001086821 sec. (920.115 rows/sec., 35.94 KiB/sec.) 2026.04.03 04:28:29.391303 [ 301 ] {83b11afe-1067-4d5c-9df9-d18c7bf381de} Aggregator: Merging aggregated data 2026.04.03 04:28:29.392907 [ 288 ] {83b11afe-1067-4d5c-9df9-d18c7bf381de} executeQuery: Read 1 rows, 40.00 B in 0.003629 sec., 275.5580049600441 rows/sec., 10.76 KiB/sec. 2026.04.03 04:28:29.393046 [ 288 ] {83b11afe-1067-4d5c-9df9-d18c7bf381de} TCPHandler: Processed in 0.004037839 sec. 2026.04.03 04:28:29.393144 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.03 04:28:29.393173 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.03 04:28:29.393174 [ 288 ] {} TCP-Session: ba13e433-c2e9-473e-9fb5-1a2eb85492bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:29.393193 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.03 04:28:29.393219 [ 286 ] {} TCP-Session: c0a8f936-8d9b-4e00-9f85-012903d43dbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:29.393213 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.03 04:28:29.393248 [ 289 ] {} TCP-Session: b93476c7-2f07-4a1c-9708-44ccf9be2bd2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:29.393247 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.03 04:28:29.393274 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.03 04:28:29.393296 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.03 04:28:29.393319 [ 267 ] {} TCPHandler: Done processing connection. 2026.04.03 04:28:29.393331 [ 292 ] {} TCP-Session: e0f3dc0d-028e-4b67-8d34-c78d5249742a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:29.393355 [ 291 ] {} TCP-Session: 65ff7461-2fd0-456f-9948-b4851b3d3de8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:29.393360 [ 267 ] {} TCP-Session: 678ced96-1fc1-4661-9df8-99e715e05893 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:29.393311 [ 293 ] {} TCP-Session: fa3abea8-2764-4266-8e5f-0f2309568652 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:29.393280 [ 290 ] {} TCP-Session: 9781d121-3cea-4daf-91aa-8471f2a5f661 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:29.393226 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.03 04:28:29.393462 [ 294 ] {} TCP-Session: 6705b43c-cc26-4837-88c6-ffbd7c49fa6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:28:29.692333 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:29.692522 [ 268 ] {719b7377-0095-46f1-9a98-1c3f266ac35e} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.03 04:28:29.692600 [ 268 ] {719b7377-0095-46f1-9a98-1c3f266ac35e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.03 04:28:29.693336 [ 268 ] {719b7377-0095-46f1-9a98-1c3f266ac35e} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:29.693392 [ 268 ] {719b7377-0095-46f1-9a98-1c3f266ac35e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:29.693873 [ 268 ] {719b7377-0095-46f1-9a98-1c3f266ac35e} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.03 04:28:29.694144 [ 268 ] {719b7377-0095-46f1-9a98-1c3f266ac35e} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:29.694333 [ 47 ] {} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.03 04:28:29.694343 [ 268 ] {719b7377-0095-46f1-9a98-1c3f266ac35e} executeQuery: Read 56 rows, 4.41 KiB in 0.001873 sec., 29898.558462359848 rows/sec., 2.30 MiB/sec. 2026.04.03 04:28:29.694408 [ 47 ] {} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:29.694434 [ 268 ] {719b7377-0095-46f1-9a98-1c3f266ac35e} TCPHandler: Processed in 0.002230034 sec. 2026.04.03 04:28:29.694438 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:29.694579 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:29.694619 [ 191 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::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.04.03 04:28:29.694690 [ 268 ] {26d97ea2-6a2d-438e-a9c6-c637f3fbc364} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.03 04:28:29.694741 [ 268 ] {26d97ea2-6a2d-438e-a9c6-c637f3fbc364} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.03 04:28:29.694770 [ 191 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.03 04:28:29.694809 [ 191 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 104 rows starting from the beginning of the part 2026.04.03 04:28:29.694874 [ 191 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 248 rows starting from the beginning of the part 2026.04.03 04:28:29.694917 [ 191 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part 2026.04.03 04:28:29.694970 [ 191 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 126 rows starting from the beginning of the part 2026.04.03 04:28:29.695010 [ 191 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 3149 rows starting from the beginning of the part 2026.04.03 04:28:29.695049 [ 191 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part 2026.04.03 04:28:29.695215 [ 268 ] {26d97ea2-6a2d-438e-a9c6-c637f3fbc364} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:29.695262 [ 268 ] {26d97ea2-6a2d-438e-a9c6-c637f3fbc364} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:29.695608 [ 268 ] {26d97ea2-6a2d-438e-a9c6-c637f3fbc364} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.03 04:28:29.695846 [ 268 ] {26d97ea2-6a2d-438e-a9c6-c637f3fbc364} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:29.695988 [ 268 ] {26d97ea2-6a2d-438e-a9c6-c637f3fbc364} executeQuery: Read 64 rows, 5.12 KiB in 0.001323 sec., 48374.905517762665 rows/sec., 3.78 MiB/sec. 2026.04.03 04:28:29.695987 [ 44 ] {} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.03 04:28:29.696042 [ 268 ] {26d97ea2-6a2d-438e-a9c6-c637f3fbc364} TCPHandler: Processed in 0.00151738 sec. 2026.04.03 04:28:29.696042 [ 44 ] {} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:29.696073 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:29.696163 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:29.696174 [ 196 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::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.04.03 04:28:29.696267 [ 268 ] {048ea046-9270-4d35-9caf-b4d5671ebad8} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.03 04:28:29.696306 [ 196 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.03 04:28:29.696316 [ 268 ] {048ea046-9270-4d35-9caf-b4d5671ebad8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.03 04:28:29.696347 [ 196 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 92 rows starting from the beginning of the part 2026.04.03 04:28:29.696419 [ 196 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 139 rows starting from the beginning of the part 2026.04.03 04:28:29.696467 [ 196 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part 2026.04.03 04:28:29.696506 [ 196 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 99 rows starting from the beginning of the part 2026.04.03 04:28:29.696543 [ 196 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1718 rows starting from the beginning of the part 2026.04.03 04:28:29.696582 [ 196 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part 2026.04.03 04:28:29.696740 [ 268 ] {048ea046-9270-4d35-9caf-b4d5671ebad8} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:29.696783 [ 268 ] {048ea046-9270-4d35-9caf-b4d5671ebad8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:29.697005 [ 194 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 3739 rows, containing 5 columns (5 merged, 0 gathered) in 0.002427648 sec., 1540173.8637561952 rows/sec., 123.49 MiB/sec. 2026.04.03 04:28:29.697182 [ 268 ] {048ea046-9270-4d35-9caf-b4d5671ebad8} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.03 04:28:29.697425 [ 199 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.03 04:28:29.697474 [ 268 ] {048ea046-9270-4d35-9caf-b4d5671ebad8} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:29.697596 [ 44 ] {} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.03 04:28:29.697628 [ 268 ] {048ea046-9270-4d35-9caf-b4d5671ebad8} executeQuery: Read 128 rows, 9.13 KiB in 0.001384 sec., 92485.54913294797 rows/sec., 6.44 MiB/sec. 2026.04.03 04:28:29.697631 [ 44 ] {} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:29.697667 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:29.697678 [ 268 ] {048ea046-9270-4d35-9caf-b4d5671ebad8} TCPHandler: Processed in 0.001567011 sec. 2026.04.03 04:28:29.697739 [ 191 ] {f25b6725-879d-46f0-9797-8977429a43f9::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.04.03 04:28:29.697747 [ 199 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_11_2} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:29.697818 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:29.697838 [ 199 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_11_2} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.03 04:28:29.697852 [ 191 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.03 04:28:29.697885 [ 191 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 634 rows starting from the beginning of the part 2026.04.03 04:28:29.697895 [ 194 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 2176 rows, containing 5 columns (5 merged, 0 gathered) in 0.001767635 sec., 1231023.3730379858 rows/sec., 90.54 MiB/sec. 2026.04.03 04:28:29.697926 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB. 2026.04.03 04:28:29.697931 [ 191 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 378 rows starting from the beginning of the part 2026.04.03 04:28:29.697941 [ 268 ] {1cb9acd6-0ffa-432e-809a-97e2bc891c88} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.03 04:28:29.697976 [ 191 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part 2026.04.03 04:28:29.698004 [ 268 ] {1cb9acd6-0ffa-432e-809a-97e2bc891c88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.03 04:28:29.698015 [ 191 ] {f25b6725-879d-46f0-9797-8977429a43f9::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.04.03 04:28:29.698060 [ 191 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 3537 rows starting from the beginning of the part 2026.04.03 04:28:29.698098 [ 191 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 128 rows starting from the beginning of the part 2026.04.03 04:28:29.698191 [ 199 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.03 04:28:29.698397 [ 268 ] {1cb9acd6-0ffa-432e-809a-97e2bc891c88} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:29.698441 [ 268 ] {1cb9acd6-0ffa-432e-809a-97e2bc891c88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:29.698451 [ 199 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_11_2} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:29.698531 [ 199 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_11_2} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.03 04:28:29.698612 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. 2026.04.03 04:28:29.698814 [ 268 ] {1cb9acd6-0ffa-432e-809a-97e2bc891c88} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.03 04:28:29.699036 [ 268 ] {1cb9acd6-0ffa-432e-809a-97e2bc891c88} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:29.699181 [ 268 ] {1cb9acd6-0ffa-432e-809a-97e2bc891c88} executeQuery: Read 48 rows, 3.31 KiB in 0.001262 sec., 38034.865293185416 rows/sec., 2.56 MiB/sec. 2026.04.03 04:28:29.699184 [ 43 ] {} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.03 04:28:29.699229 [ 268 ] {1cb9acd6-0ffa-432e-809a-97e2bc891c88} TCPHandler: Processed in 0.001467799 sec. 2026.04.03 04:28:29.699237 [ 43 ] {} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:29.699270 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:29.699409 [ 194 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::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.04.03 04:28:29.699553 [ 194 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.03 04:28:29.699598 [ 194 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::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.04.03 04:28:29.699694 [ 194 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::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.04.03 04:28:29.699744 [ 194 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::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.04.03 04:28:29.699802 [ 194 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::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.04.03 04:28:29.699853 [ 194 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 42 rows starting from the beginning of the part 2026.04.03 04:28:29.699902 [ 194 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 48 rows starting from the beginning of the part 2026.04.03 04:28:29.699924 [ 196 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 4997 rows, containing 5 columns (5 merged, 0 gathered) in 0.002213133 sec., 2257885.088695528 rows/sec., 147.93 MiB/sec. 2026.04.03 04:28:29.700271 [ 191 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.03 04:28:29.700531 [ 191 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_11_2} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:29.700600 [ 191 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_11_2} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.03 04:28:29.700660 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.02 MiB. 2026.04.03 04:28:29.700854 [ 191 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 480 rows, containing 4 columns (4 merged, 0 gathered) in 0.00150949 sec., 317988.1946882722 rows/sec., 21.16 MiB/sec. 2026.04.03 04:28:29.701028 [ 196 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.03 04:28:29.701324 [ 196 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::all_1_11_2} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:29.701405 [ 196 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::all_1_11_2} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.03 04:28:29.701494 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.04.03 04:28:30.366142 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4386 2026.04.03 04:28:30.366661 [ 245 ] {} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:30.366703 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:30.367317 [ 245 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.03 04:28:30.367748 [ 245 ] {} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:30.367953 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4386 2026.04.03 04:28:30.599229 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2026.04.03 04:28:30.617174 [ 244 ] {} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:30.617239 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:30.623712 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.03 04:28:30.624411 [ 244 ] {} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:30.627479 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2026.04.03 04:28:31.000200 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 207.94 MiB, peak 214.26 MiB, free memory in arenas 0.00 B, will set to 210.50 MiB (RSS), difference: 2.56 MiB 2026.04.03 04:28:32.863646 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 94 entries to flush up to offset 350 2026.04.03 04:28:32.867304 [ 243 ] {} system.query_log (7212dc63-7bc5-4d34-8e52-a96490942866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:32.867353 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:32.868649 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.03 04:28:32.868916 [ 243 ] {} system.query_log (7212dc63-7bc5-4d34-8e52-a96490942866): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:32.869173 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 350 2026.04.03 04:28:34.695893 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:34.696086 [ 268 ] {1bdfd7a2-560d-49d4-9d49-6c95491e0991} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.03 04:28:34.696150 [ 268 ] {1bdfd7a2-560d-49d4-9d49-6c95491e0991} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.03 04:28:34.696868 [ 268 ] {1bdfd7a2-560d-49d4-9d49-6c95491e0991} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:34.696913 [ 268 ] {1bdfd7a2-560d-49d4-9d49-6c95491e0991} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:34.697314 [ 268 ] {1bdfd7a2-560d-49d4-9d49-6c95491e0991} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.03 04:28:34.697540 [ 268 ] {1bdfd7a2-560d-49d4-9d49-6c95491e0991} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:34.697690 [ 268 ] {1bdfd7a2-560d-49d4-9d49-6c95491e0991} executeQuery: Read 126 rows, 11.12 KiB in 0.001652 sec., 76271.18644067796 rows/sec., 6.57 MiB/sec. 2026.04.03 04:28:34.697738 [ 268 ] {1bdfd7a2-560d-49d4-9d49-6c95491e0991} TCPHandler: Processed in 0.001967219 sec. 2026.04.03 04:28:34.697896 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:34.697999 [ 268 ] {073e798b-3495-49f1-bf64-30444b6adf29} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.03 04:28:34.698043 [ 268 ] {073e798b-3495-49f1-bf64-30444b6adf29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.03 04:28:34.698541 [ 268 ] {073e798b-3495-49f1-bf64-30444b6adf29} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:34.698577 [ 268 ] {073e798b-3495-49f1-bf64-30444b6adf29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:34.698873 [ 268 ] {073e798b-3495-49f1-bf64-30444b6adf29} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.03 04:28:34.699086 [ 268 ] {073e798b-3495-49f1-bf64-30444b6adf29} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:34.699213 [ 268 ] {073e798b-3495-49f1-bf64-30444b6adf29} executeQuery: Read 35 rows, 2.63 KiB in 0.001238 sec., 28271.40549273021 rows/sec., 2.08 MiB/sec. 2026.04.03 04:28:34.699253 [ 268 ] {073e798b-3495-49f1-bf64-30444b6adf29} TCPHandler: Processed in 0.001418958 sec. 2026.04.03 04:28:34.699386 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:34.699481 [ 268 ] {047845ab-fa40-4186-8b62-0b11058dea9d} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.03 04:28:34.699522 [ 268 ] {047845ab-fa40-4186-8b62-0b11058dea9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.03 04:28:34.699969 [ 268 ] {047845ab-fa40-4186-8b62-0b11058dea9d} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:34.700005 [ 268 ] {047845ab-fa40-4186-8b62-0b11058dea9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:34.700305 [ 268 ] {047845ab-fa40-4186-8b62-0b11058dea9d} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.03 04:28:34.700510 [ 268 ] {047845ab-fa40-4186-8b62-0b11058dea9d} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:34.700632 [ 268 ] {047845ab-fa40-4186-8b62-0b11058dea9d} executeQuery: Read 99 rows, 7.92 KiB in 0.001171 sec., 84543.12553373186 rows/sec., 6.60 MiB/sec. 2026.04.03 04:28:34.700670 [ 268 ] {047845ab-fa40-4186-8b62-0b11058dea9d} TCPHandler: Processed in 0.001345406 sec. 2026.04.03 04:28:34.700792 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:34.700894 [ 268 ] {942b6854-7ae0-41d4-8000-2231efb3dab5} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.03 04:28:34.700937 [ 268 ] {942b6854-7ae0-41d4-8000-2231efb3dab5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.03 04:28:34.701346 [ 268 ] {942b6854-7ae0-41d4-8000-2231efb3dab5} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:34.701382 [ 268 ] {942b6854-7ae0-41d4-8000-2231efb3dab5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:34.701698 [ 268 ] {942b6854-7ae0-41d4-8000-2231efb3dab5} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.03 04:28:34.701904 [ 268 ] {942b6854-7ae0-41d4-8000-2231efb3dab5} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:34.702028 [ 268 ] {942b6854-7ae0-41d4-8000-2231efb3dab5} executeQuery: Read 160 rows, 11.41 KiB in 0.001153 sec., 138768.43018213357 rows/sec., 9.66 MiB/sec. 2026.04.03 04:28:34.702064 [ 268 ] {942b6854-7ae0-41d4-8000-2231efb3dab5} TCPHandler: Processed in 0.001321886 sec. 2026.04.03 04:28:34.702175 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:34.702277 [ 268 ] {3d71850e-c2fe-4f6f-834e-02d011fd31a0} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.03 04:28:34.702330 [ 268 ] {3d71850e-c2fe-4f6f-834e-02d011fd31a0} 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.04.03 04:28:34.703144 [ 268 ] {3d71850e-c2fe-4f6f-834e-02d011fd31a0} oximeter.measurements_histogramu64 (4a5f49cb-97be-4b78-98a9-ca04f4d82229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:34.703179 [ 268 ] {3d71850e-c2fe-4f6f-834e-02d011fd31a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:34.703724 [ 268 ] {3d71850e-c2fe-4f6f-834e-02d011fd31a0} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.03 04:28:34.703946 [ 268 ] {3d71850e-c2fe-4f6f-834e-02d011fd31a0} oximeter.measurements_histogramu64 (4a5f49cb-97be-4b78-98a9-ca04f4d82229): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:34.704078 [ 268 ] {3d71850e-c2fe-4f6f-834e-02d011fd31a0} executeQuery: Read 35 rows, 64.22 KiB in 0.00182 sec., 19230.76923076923 rows/sec., 34.46 MiB/sec. 2026.04.03 04:28:34.704138 [ 268 ] {3d71850e-c2fe-4f6f-834e-02d011fd31a0} TCPHandler: Processed in 0.002012629 sec. 2026.04.03 04:28:34.704261 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:34.704354 [ 268 ] {5790f431-f4bc-47c9-bf9a-776f482bff3c} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.03 04:28:34.704395 [ 268 ] {5790f431-f4bc-47c9-bf9a-776f482bff3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.03 04:28:34.704727 [ 268 ] {5790f431-f4bc-47c9-bf9a-776f482bff3c} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:34.704763 [ 268 ] {5790f431-f4bc-47c9-bf9a-776f482bff3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:34.705056 [ 268 ] {5790f431-f4bc-47c9-bf9a-776f482bff3c} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.03 04:28:34.705264 [ 268 ] {5790f431-f4bc-47c9-bf9a-776f482bff3c} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:34.705389 [ 268 ] {5790f431-f4bc-47c9-bf9a-776f482bff3c} executeQuery: Read 60 rows, 4.14 KiB in 0.001053 sec., 56980.05698005699 rows/sec., 3.84 MiB/sec. 2026.04.03 04:28:34.705424 [ 268 ] {5790f431-f4bc-47c9-bf9a-776f482bff3c} TCPHandler: Processed in 0.001221484 sec. 2026.04.03 04:28:37.779385 [ 32 ] {} DNSResolver: Updating DNS cache 2026.04.03 04:28:37.779444 [ 32 ] {} DNSResolver: Updated DNS cache 2026.04.03 04:28:37.868999 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4834 2026.04.03 04:28:37.869505 [ 245 ] {} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:37.869555 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:37.870051 [ 245 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.03 04:28:37.870290 [ 245 ] {} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:37.870433 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4834 2026.04.03 04:28:38.128520 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2026.04.03 04:28:38.145897 [ 244 ] {} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:38.145953 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:38.152105 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.03 04:28:38.152823 [ 244 ] {} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:38.156108 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2026.04.03 04:28:39.700862 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:39.701134 [ 268 ] {295fbff6-29b1-49dc-a917-3175cb78d472} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.03 04:28:39.701231 [ 268 ] {295fbff6-29b1-49dc-a917-3175cb78d472} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.03 04:28:39.702119 [ 268 ] {295fbff6-29b1-49dc-a917-3175cb78d472} oximeter.fields_i16 (9eea47d2-df2b-4527-be52-1284769a16c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:39.702156 [ 268 ] {295fbff6-29b1-49dc-a917-3175cb78d472} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:39.702561 [ 268 ] {295fbff6-29b1-49dc-a917-3175cb78d472} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.03 04:28:39.702778 [ 268 ] {295fbff6-29b1-49dc-a917-3175cb78d472} oximeter.fields_i16 (9eea47d2-df2b-4527-be52-1284769a16c9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:39.702921 [ 268 ] {295fbff6-29b1-49dc-a917-3175cb78d472} executeQuery: Read 284 rows, 18.47 KiB in 0.001862 sec., 152524.16756176154 rows/sec., 9.69 MiB/sec. 2026.04.03 04:28:39.702960 [ 268 ] {295fbff6-29b1-49dc-a917-3175cb78d472} TCPHandler: Processed in 0.002271775 sec. 2026.04.03 04:28:39.703087 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:39.703184 [ 268 ] {0bc7986f-e1d2-43e6-a529-a292f037ef36} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.03 04:28:39.703222 [ 268 ] {0bc7986f-e1d2-43e6-a529-a292f037ef36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.03 04:28:39.703979 [ 268 ] {0bc7986f-e1d2-43e6-a529-a292f037ef36} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:39.704014 [ 268 ] {0bc7986f-e1d2-43e6-a529-a292f037ef36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:39.704358 [ 268 ] {0bc7986f-e1d2-43e6-a529-a292f037ef36} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.03 04:28:39.704573 [ 268 ] {0bc7986f-e1d2-43e6-a529-a292f037ef36} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:39.704695 [ 268 ] {0bc7986f-e1d2-43e6-a529-a292f037ef36} executeQuery: Read 797 rows, 62.84 KiB in 0.001529 sec., 521255.7226945716 rows/sec., 40.13 MiB/sec. 2026.04.03 04:28:39.704729 [ 268 ] {0bc7986f-e1d2-43e6-a529-a292f037ef36} TCPHandler: Processed in 0.001689364 sec. 2026.04.03 04:28:39.704848 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:39.704940 [ 268 ] {ae1369e9-a6bf-4bcd-b92d-98f17958f662} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.03 04:28:39.704977 [ 268 ] {ae1369e9-a6bf-4bcd-b92d-98f17958f662} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.03 04:28:39.705415 [ 268 ] {ae1369e9-a6bf-4bcd-b92d-98f17958f662} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:39.705447 [ 268 ] {ae1369e9-a6bf-4bcd-b92d-98f17958f662} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:39.705738 [ 268 ] {ae1369e9-a6bf-4bcd-b92d-98f17958f662} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.03 04:28:39.705934 [ 268 ] {ae1369e9-a6bf-4bcd-b92d-98f17958f662} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:39.706051 [ 268 ] {ae1369e9-a6bf-4bcd-b92d-98f17958f662} executeQuery: Read 142 rows, 8.54 KiB in 0.001129 sec., 125775.02214348981 rows/sec., 7.39 MiB/sec. 2026.04.03 04:28:39.706084 [ 268 ] {ae1369e9-a6bf-4bcd-b92d-98f17958f662} TCPHandler: Processed in 0.001283325 sec. 2026.04.03 04:28:39.706208 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:39.706299 [ 268 ] {1d3e3b9c-191e-4105-b225-89c211e97770} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.03 04:28:39.706335 [ 268 ] {1d3e3b9c-191e-4105-b225-89c211e97770} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.03 04:28:39.706735 [ 268 ] {1d3e3b9c-191e-4105-b225-89c211e97770} oximeter.fields_u32 (ef1f3134-1ec0-4c33-acfc-a59b11cf61da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:39.706768 [ 268 ] {1d3e3b9c-191e-4105-b225-89c211e97770} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:39.707056 [ 268 ] {1d3e3b9c-191e-4105-b225-89c211e97770} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.03 04:28:39.707253 [ 268 ] {1d3e3b9c-191e-4105-b225-89c211e97770} oximeter.fields_u32 (ef1f3134-1ec0-4c33-acfc-a59b11cf61da): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:39.707369 [ 268 ] {1d3e3b9c-191e-4105-b225-89c211e97770} executeQuery: Read 149 rows, 9.86 KiB in 0.001088 sec., 136948.5294117647 rows/sec., 8.85 MiB/sec. 2026.04.03 04:28:39.707404 [ 268 ] {1d3e3b9c-191e-4105-b225-89c211e97770} TCPHandler: Processed in 0.001251955 sec. 2026.04.03 04:28:39.707512 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:39.707602 [ 268 ] {c6d7e225-30c2-4ae9-a17b-138366ebe64f} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.03 04:28:39.707640 [ 268 ] {c6d7e225-30c2-4ae9-a17b-138366ebe64f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.03 04:28:39.708062 [ 268 ] {c6d7e225-30c2-4ae9-a17b-138366ebe64f} oximeter.fields_u8 (83b86529-4bdb-41f2-a718-74025d6ddd30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:39.708096 [ 268 ] {c6d7e225-30c2-4ae9-a17b-138366ebe64f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:39.708392 [ 268 ] {c6d7e225-30c2-4ae9-a17b-138366ebe64f} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.03 04:28:39.708602 [ 268 ] {c6d7e225-30c2-4ae9-a17b-138366ebe64f} oximeter.fields_u8 (83b86529-4bdb-41f2-a718-74025d6ddd30): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:39.708718 [ 268 ] {c6d7e225-30c2-4ae9-a17b-138366ebe64f} executeQuery: Read 148 rows, 8.62 KiB in 0.001134 sec., 130511.46384479718 rows/sec., 7.42 MiB/sec. 2026.04.03 04:28:39.708753 [ 268 ] {c6d7e225-30c2-4ae9-a17b-138366ebe64f} TCPHandler: Processed in 0.001287686 sec. 2026.04.03 04:28:39.708875 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:39.708965 [ 268 ] {82f21563-4e20-49f2-a4c5-17eba5e53c7a} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.03 04:28:39.709003 [ 268 ] {82f21563-4e20-49f2-a4c5-17eba5e53c7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.03 04:28:39.709574 [ 268 ] {82f21563-4e20-49f2-a4c5-17eba5e53c7a} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:39.709607 [ 268 ] {82f21563-4e20-49f2-a4c5-17eba5e53c7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:39.709932 [ 268 ] {82f21563-4e20-49f2-a4c5-17eba5e53c7a} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.03 04:28:39.710134 [ 268 ] {82f21563-4e20-49f2-a4c5-17eba5e53c7a} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:39.710253 [ 268 ] {82f21563-4e20-49f2-a4c5-17eba5e53c7a} executeQuery: Read 490 rows, 35.18 KiB in 0.001305 sec., 375478.92720306513 rows/sec., 26.33 MiB/sec. 2026.04.03 04:28:39.710288 [ 268 ] {82f21563-4e20-49f2-a4c5-17eba5e53c7a} TCPHandler: Processed in 0.001459889 sec. 2026.04.03 04:28:39.710402 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:39.710493 [ 268 ] {4631b156-b345-4e68-a612-497378151e5d} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.03 04:28:39.710532 [ 268 ] {4631b156-b345-4e68-a612-497378151e5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.03 04:28:39.710876 [ 268 ] {4631b156-b345-4e68-a612-497378151e5d} oximeter.measurements_bool (7a4435ad-bf4a-469e-8112-fe09f152620b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:39.710909 [ 268 ] {4631b156-b345-4e68-a612-497378151e5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:39.711200 [ 268 ] {4631b156-b345-4e68-a612-497378151e5d} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.03 04:28:39.711403 [ 268 ] {4631b156-b345-4e68-a612-497378151e5d} oximeter.measurements_bool (7a4435ad-bf4a-469e-8112-fe09f152620b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:39.711518 [ 268 ] {4631b156-b345-4e68-a612-497378151e5d} executeQuery: Read 6 rows, 321.00 B in 0.001043 sec., 5752.636625119846 rows/sec., 300.55 KiB/sec. 2026.04.03 04:28:39.711552 [ 268 ] {4631b156-b345-4e68-a612-497378151e5d} TCPHandler: Processed in 0.001195714 sec. 2026.04.03 04:28:39.711665 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:39.711755 [ 268 ] {bf69c9b1-f726-4575-a1d9-77c9b96a3b63} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.03 04:28:39.711796 [ 268 ] {bf69c9b1-f726-4575-a1d9-77c9b96a3b63} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.03 04:28:39.712173 [ 268 ] {bf69c9b1-f726-4575-a1d9-77c9b96a3b63} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:39.712206 [ 268 ] {bf69c9b1-f726-4575-a1d9-77c9b96a3b63} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:39.712530 [ 268 ] {bf69c9b1-f726-4575-a1d9-77c9b96a3b63} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.03 04:28:39.712732 [ 268 ] {bf69c9b1-f726-4575-a1d9-77c9b96a3b63} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:39.712852 [ 268 ] {bf69c9b1-f726-4575-a1d9-77c9b96a3b63} executeQuery: Read 265 rows, 18.03 KiB in 0.001114 sec., 237881.5080789946 rows/sec., 15.81 MiB/sec. 2026.04.03 04:28:39.712887 [ 268 ] {bf69c9b1-f726-4575-a1d9-77c9b96a3b63} TCPHandler: Processed in 0.001268285 sec. 2026.04.03 04:28:39.712995 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:39.713085 [ 268 ] {304fda94-1838-42ae-805f-094523d14406} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.03 04:28:39.713129 [ 268 ] {304fda94-1838-42ae-805f-094523d14406} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.03 04:28:39.713423 [ 268 ] {304fda94-1838-42ae-805f-094523d14406} oximeter.measurements_f64 (9437292b-5c9a-44b9-8553-0e3548b5b082): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:39.713457 [ 268 ] {304fda94-1838-42ae-805f-094523d14406} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:39.713739 [ 268 ] {304fda94-1838-42ae-805f-094523d14406} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.03 04:28:39.713937 [ 268 ] {304fda94-1838-42ae-805f-094523d14406} oximeter.measurements_f64 (9437292b-5c9a-44b9-8553-0e3548b5b082): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:39.714054 [ 268 ] {304fda94-1838-42ae-805f-094523d14406} executeQuery: Read 1 rows, 69.00 B in 0.000986 sec., 1014.1987829614606 rows/sec., 68.34 KiB/sec. 2026.04.03 04:28:39.714088 [ 268 ] {304fda94-1838-42ae-805f-094523d14406} TCPHandler: Processed in 0.001139453 sec. 2026.04.03 04:28:39.714202 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:39.714292 [ 268 ] {9f0153b5-fe1d-4c2d-b053-b6742154cddf} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.03 04:28:39.714331 [ 268 ] {9f0153b5-fe1d-4c2d-b053-b6742154cddf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.03 04:28:39.714637 [ 268 ] {9f0153b5-fe1d-4c2d-b053-b6742154cddf} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:39.714671 [ 268 ] {9f0153b5-fe1d-4c2d-b053-b6742154cddf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:39.714976 [ 268 ] {9f0153b5-fe1d-4c2d-b053-b6742154cddf} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.03 04:28:39.715177 [ 268 ] {9f0153b5-fe1d-4c2d-b053-b6742154cddf} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:39.715294 [ 268 ] {9f0153b5-fe1d-4c2d-b053-b6742154cddf} executeQuery: Read 90 rows, 5.77 KiB in 0.00102 sec., 88235.29411764705 rows/sec., 5.52 MiB/sec. 2026.04.03 04:28:39.715326 [ 268 ] {9f0153b5-fe1d-4c2d-b053-b6742154cddf} TCPHandler: Processed in 0.001170393 sec. 2026.04.03 04:28:42.869573 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 382 2026.04.03 04:28:42.871776 [ 243 ] {} system.query_log (7212dc63-7bc5-4d34-8e52-a96490942866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:42.871834 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:42.873069 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.03 04:28:42.873355 [ 243 ] {} system.query_log (7212dc63-7bc5-4d34-8e52-a96490942866): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:42.873718 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 382 2026.04.03 04:28:44.695977 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:44.696202 [ 268 ] {32fa0bdf-566f-4221-8136-702b35e49d91} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.03 04:28:44.696273 [ 268 ] {32fa0bdf-566f-4221-8136-702b35e49d91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.03 04:28:44.696934 [ 268 ] {32fa0bdf-566f-4221-8136-702b35e49d91} oximeter.fields_ipaddr (4dbf6b0b-78ff-42ed-9e98-89b262336374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:44.696985 [ 268 ] {32fa0bdf-566f-4221-8136-702b35e49d91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:44.697457 [ 268 ] {32fa0bdf-566f-4221-8136-702b35e49d91} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.03 04:28:44.697725 [ 268 ] {32fa0bdf-566f-4221-8136-702b35e49d91} oximeter.fields_ipaddr (4dbf6b0b-78ff-42ed-9e98-89b262336374): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:44.697906 [ 268 ] {32fa0bdf-566f-4221-8136-702b35e49d91} executeQuery: Read 10 rows, 835.00 B in 0.001754 sec., 5701.254275940707 rows/sec., 464.90 KiB/sec. 2026.04.03 04:28:44.697956 [ 268 ] {32fa0bdf-566f-4221-8136-702b35e49d91} TCPHandler: Processed in 0.002153163 sec. 2026.04.03 04:28:44.698084 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:44.698182 [ 268 ] {c4afe7c3-0da5-455b-b5fe-1058415c9c93} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.03 04:28:44.698222 [ 268 ] {c4afe7c3-0da5-455b-b5fe-1058415c9c93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.03 04:28:44.698685 [ 268 ] {c4afe7c3-0da5-455b-b5fe-1058415c9c93} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:44.698722 [ 268 ] {c4afe7c3-0da5-455b-b5fe-1058415c9c93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:44.699033 [ 268 ] {c4afe7c3-0da5-455b-b5fe-1058415c9c93} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.03 04:28:44.699235 [ 268 ] {c4afe7c3-0da5-455b-b5fe-1058415c9c93} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:44.699366 [ 268 ] {c4afe7c3-0da5-455b-b5fe-1058415c9c93} executeQuery: Read 141 rows, 12.46 KiB in 0.001203 sec., 117206.98254364089 rows/sec., 10.12 MiB/sec. 2026.04.03 04:28:44.699406 [ 268 ] {c4afe7c3-0da5-455b-b5fe-1058415c9c93} TCPHandler: Processed in 0.001377367 sec. 2026.04.03 04:28:44.699516 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:44.699612 [ 268 ] {796ec056-3459-47ab-b201-81520ffc41e0} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.03 04:28:44.699652 [ 268 ] {796ec056-3459-47ab-b201-81520ffc41e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.03 04:28:44.700055 [ 268 ] {796ec056-3459-47ab-b201-81520ffc41e0} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:44.700092 [ 268 ] {796ec056-3459-47ab-b201-81520ffc41e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:44.700377 [ 268 ] {796ec056-3459-47ab-b201-81520ffc41e0} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.03 04:28:44.700575 [ 268 ] {796ec056-3459-47ab-b201-81520ffc41e0} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:44.700701 [ 268 ] {796ec056-3459-47ab-b201-81520ffc41e0} executeQuery: Read 50 rows, 3.71 KiB in 0.001107 sec., 45167.11833785005 rows/sec., 3.27 MiB/sec. 2026.04.03 04:28:44.700742 [ 268 ] {796ec056-3459-47ab-b201-81520ffc41e0} TCPHandler: Processed in 0.001274695 sec. 2026.04.03 04:28:44.700848 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:44.700943 [ 268 ] {718a31cf-ea24-473b-8da4-4fdd1cce0d56} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.03 04:28:44.700982 [ 268 ] {718a31cf-ea24-473b-8da4-4fdd1cce0d56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.03 04:28:44.701379 [ 268 ] {718a31cf-ea24-473b-8da4-4fdd1cce0d56} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:44.701414 [ 268 ] {718a31cf-ea24-473b-8da4-4fdd1cce0d56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:44.701690 [ 268 ] {718a31cf-ea24-473b-8da4-4fdd1cce0d56} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.03 04:28:44.701887 [ 268 ] {718a31cf-ea24-473b-8da4-4fdd1cce0d56} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:44.702005 [ 268 ] {718a31cf-ea24-473b-8da4-4fdd1cce0d56} executeQuery: Read 120 rows, 9.62 KiB in 0.001138 sec., 105448.1546572935 rows/sec., 8.25 MiB/sec. 2026.04.03 04:28:44.702040 [ 268 ] {718a31cf-ea24-473b-8da4-4fdd1cce0d56} TCPHandler: Processed in 0.001301205 sec. 2026.04.03 04:28:44.702216 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:44.702310 [ 268 ] {dac18f17-b6a0-4e78-8426-54bae8799074} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.03 04:28:44.702353 [ 268 ] {dac18f17-b6a0-4e78-8426-54bae8799074} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.03 04:28:44.702746 [ 268 ] {dac18f17-b6a0-4e78-8426-54bae8799074} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:44.702782 [ 268 ] {dac18f17-b6a0-4e78-8426-54bae8799074} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:44.703109 [ 268 ] {dac18f17-b6a0-4e78-8426-54bae8799074} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.03 04:28:44.703312 [ 268 ] {dac18f17-b6a0-4e78-8426-54bae8799074} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:44.703437 [ 268 ] {dac18f17-b6a0-4e78-8426-54bae8799074} executeQuery: Read 165 rows, 11.76 KiB in 0.001144 sec., 144230.76923076922 rows/sec., 10.04 MiB/sec. 2026.04.03 04:28:44.703473 [ 268 ] {dac18f17-b6a0-4e78-8426-54bae8799074} TCPHandler: Processed in 0.001306826 sec. 2026.04.03 04:28:44.703578 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:44.703672 [ 268 ] {ef897550-5067-44f9-bf75-c6850d18adda} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.03 04:28:44.703726 [ 268 ] {ef897550-5067-44f9-bf75-c6850d18adda} 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.04.03 04:28:44.704512 [ 268 ] {ef897550-5067-44f9-bf75-c6850d18adda} oximeter.measurements_histogramu64 (4a5f49cb-97be-4b78-98a9-ca04f4d82229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:44.704548 [ 268 ] {ef897550-5067-44f9-bf75-c6850d18adda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:44.705120 [ 268 ] {ef897550-5067-44f9-bf75-c6850d18adda} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.03 04:28:44.705349 [ 268 ] {ef897550-5067-44f9-bf75-c6850d18adda} oximeter.measurements_histogramu64 (4a5f49cb-97be-4b78-98a9-ca04f4d82229): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:44.705485 [ 268 ] {ef897550-5067-44f9-bf75-c6850d18adda} executeQuery: Read 40 rows, 73.40 KiB in 0.00183 sec., 21857.92349726776 rows/sec., 39.17 MiB/sec. 2026.04.03 04:28:44.705535 [ 268 ] {ef897550-5067-44f9-bf75-c6850d18adda} TCPHandler: Processed in 0.002006639 sec. 2026.04.03 04:28:44.705642 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:44.705738 [ 268 ] {e933473f-c3d4-444a-98a3-96dcbd0daf93} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.04.03 04:28:44.705779 [ 268 ] {e933473f-c3d4-444a-98a3-96dcbd0daf93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.04.03 04:28:44.706095 [ 268 ] {e933473f-c3d4-444a-98a3-96dcbd0daf93} oximeter.measurements_i64 (bff7ff44-e5d7-4574-b21e-6255f44340f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:44.706130 [ 268 ] {e933473f-c3d4-444a-98a3-96dcbd0daf93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:44.706424 [ 268 ] {e933473f-c3d4-444a-98a3-96dcbd0daf93} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.03 04:28:44.706637 [ 268 ] {e933473f-c3d4-444a-98a3-96dcbd0daf93} oximeter.measurements_i64 (bff7ff44-e5d7-4574-b21e-6255f44340f2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:44.706760 [ 268 ] {e933473f-c3d4-444a-98a3-96dcbd0daf93} executeQuery: Read 6 rows, 434.00 B in 0.00104 sec., 5769.2307692307695 rows/sec., 407.53 KiB/sec. 2026.04.03 04:28:44.706795 [ 268 ] {e933473f-c3d4-444a-98a3-96dcbd0daf93} TCPHandler: Processed in 0.001202254 sec. 2026.04.03 04:28:44.706904 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:44.706998 [ 268 ] {52f46a2c-b07f-4aef-99a2-5dc34819ad6e} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.03 04:28:44.707039 [ 268 ] {52f46a2c-b07f-4aef-99a2-5dc34819ad6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.03 04:28:44.707381 [ 268 ] {52f46a2c-b07f-4aef-99a2-5dc34819ad6e} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:44.707416 [ 268 ] {52f46a2c-b07f-4aef-99a2-5dc34819ad6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:44.707722 [ 268 ] {52f46a2c-b07f-4aef-99a2-5dc34819ad6e} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.03 04:28:44.707925 [ 268 ] {52f46a2c-b07f-4aef-99a2-5dc34819ad6e} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:44.708055 [ 268 ] {52f46a2c-b07f-4aef-99a2-5dc34819ad6e} executeQuery: Read 60 rows, 4.14 KiB in 0.001074 sec., 55865.92178770949 rows/sec., 3.76 MiB/sec. 2026.04.03 04:28:44.708092 [ 268 ] {52f46a2c-b07f-4aef-99a2-5dc34819ad6e} TCPHandler: Processed in 0.001236834 sec. 2026.04.03 04:28:45.370646 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5346 2026.04.03 04:28:45.371327 [ 245 ] {} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:45.371365 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:45.371867 [ 245 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.03 04:28:45.372092 [ 245 ] {} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:45.372224 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5346 2026.04.03 04:28:45.372222 [ 98 ] {} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.03 04:28:45.372306 [ 98 ] {} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:45.372330 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:45.372436 [ 194 ] {00c4024f-bd6e-4c86-9f30-5d9b7a2add6f::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.04.03 04:28:45.372573 [ 194 ] {00c4024f-bd6e-4c86-9f30-5d9b7a2add6f::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.03 04:28:45.372615 [ 194 ] {00c4024f-bd6e-4c86-9f30-5d9b7a2add6f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2914 rows starting from the beginning of the part 2026.04.03 04:28:45.372684 [ 194 ] {00c4024f-bd6e-4c86-9f30-5d9b7a2add6f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 512 rows starting from the beginning of the part 2026.04.03 04:28:45.372733 [ 194 ] {00c4024f-bd6e-4c86-9f30-5d9b7a2add6f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 448 rows starting from the beginning of the part 2026.04.03 04:28:45.372782 [ 194 ] {00c4024f-bd6e-4c86-9f30-5d9b7a2add6f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 512 rows starting from the beginning of the part 2026.04.03 04:28:45.372828 [ 194 ] {00c4024f-bd6e-4c86-9f30-5d9b7a2add6f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 448 rows starting from the beginning of the part 2026.04.03 04:28:45.372878 [ 194 ] {00c4024f-bd6e-4c86-9f30-5d9b7a2add6f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 512 rows starting from the beginning of the part 2026.04.03 04:28:45.374334 [ 190 ] {00c4024f-bd6e-4c86-9f30-5d9b7a2add6f::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5346 rows, containing 4 columns (4 merged, 0 gathered) in 0.001944698 sec., 2749012.957281799 rows/sec., 39.32 MiB/sec. 2026.04.03 04:28:45.375126 [ 190 ] {00c4024f-bd6e-4c86-9f30-5d9b7a2add6f::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.03 04:28:45.375403 [ 190 ] {00c4024f-bd6e-4c86-9f30-5d9b7a2add6f::all_1_11_2} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:45.375477 [ 190 ] {00c4024f-bd6e-4c86-9f30-5d9b7a2add6f::all_1_11_2} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.03 04:28:45.375550 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2026.04.03 04:28:45.656269 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2026.04.03 04:28:45.674610 [ 244 ] {} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:45.674677 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:45.681102 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.03 04:28:45.681801 [ 244 ] {} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:45.682133 [ 111 ] {} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.03 04:28:45.682212 [ 111 ] {} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:45.682241 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:45.682348 [ 191 ] {cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5::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.04.03 04:28:45.685016 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2026.04.03 04:28:45.685279 [ 191 ] {cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.03 04:28:45.686034 [ 191 ] {cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5::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.04.03 04:28:45.689377 [ 191 ] {cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5::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.04.03 04:28:45.692849 [ 191 ] {cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5::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.04.03 04:28:45.697447 [ 191 ] {cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5::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.04.03 04:28:45.702302 [ 191 ] {cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5::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.04.03 04:28:45.706976 [ 191 ] {cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5::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.04.03 04:28:45.763548 [ 194 ] {cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.081237932 sec., 1021.6902123997937 rows/sec., 5.28 MiB/sec. 2026.04.03 04:28:45.765953 [ 192 ] {cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.03 04:28:45.767985 [ 192 ] {cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5::all_1_11_2} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:45.768091 [ 192 ] {cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5::all_1_11_2} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.03 04:28:45.769799 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2026.04.03 04:28:46.000194 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 213.07 MiB, peak 222.95 MiB, free memory in arenas 0.00 B, will set to 222.02 MiB (RSS), difference: 8.95 MiB 2026.04.03 04:28:49.701619 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:49.701807 [ 268 ] {431f10e8-9c1a-4966-82c7-72573023dfd0} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.03 04:28:49.701870 [ 268 ] {431f10e8-9c1a-4966-82c7-72573023dfd0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.03 04:28:49.702646 [ 268 ] {431f10e8-9c1a-4966-82c7-72573023dfd0} oximeter.fields_i16 (9eea47d2-df2b-4527-be52-1284769a16c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:49.702688 [ 268 ] {431f10e8-9c1a-4966-82c7-72573023dfd0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:49.703097 [ 268 ] {431f10e8-9c1a-4966-82c7-72573023dfd0} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.03 04:28:49.703319 [ 268 ] {431f10e8-9c1a-4966-82c7-72573023dfd0} oximeter.fields_i16 (9eea47d2-df2b-4527-be52-1284769a16c9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:49.703467 [ 268 ] {431f10e8-9c1a-4966-82c7-72573023dfd0} executeQuery: Read 284 rows, 18.47 KiB in 0.001706 sec., 166471.27784290738 rows/sec., 10.57 MiB/sec. 2026.04.03 04:28:49.703509 [ 268 ] {431f10e8-9c1a-4966-82c7-72573023dfd0} TCPHandler: Processed in 0.00201063 sec. 2026.04.03 04:28:49.703652 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:49.703748 [ 268 ] {e3831004-da92-44b9-8c8c-ec2809f441e5} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.03 04:28:49.703788 [ 268 ] {e3831004-da92-44b9-8c8c-ec2809f441e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.03 04:28:49.704626 [ 268 ] {e3831004-da92-44b9-8c8c-ec2809f441e5} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:49.704662 [ 268 ] {e3831004-da92-44b9-8c8c-ec2809f441e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:49.705030 [ 268 ] {e3831004-da92-44b9-8c8c-ec2809f441e5} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.03 04:28:49.705255 [ 268 ] {e3831004-da92-44b9-8c8c-ec2809f441e5} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:49.705382 [ 268 ] {e3831004-da92-44b9-8c8c-ec2809f441e5} executeQuery: Read 797 rows, 62.84 KiB in 0.001654 sec., 481862.1523579202 rows/sec., 37.10 MiB/sec. 2026.04.03 04:28:49.705420 [ 268 ] {e3831004-da92-44b9-8c8c-ec2809f441e5} TCPHandler: Processed in 0.001815886 sec. 2026.04.03 04:28:49.705534 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:49.705628 [ 268 ] {89c535a4-f220-4e85-bd34-7e1de473dbe5} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.03 04:28:49.705667 [ 268 ] {89c535a4-f220-4e85-bd34-7e1de473dbe5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.03 04:28:49.706100 [ 268 ] {89c535a4-f220-4e85-bd34-7e1de473dbe5} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:49.706136 [ 268 ] {89c535a4-f220-4e85-bd34-7e1de473dbe5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:49.706446 [ 268 ] {89c535a4-f220-4e85-bd34-7e1de473dbe5} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.03 04:28:49.706655 [ 268 ] {89c535a4-f220-4e85-bd34-7e1de473dbe5} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:49.706756 [ 168 ] {} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.03 04:28:49.706776 [ 268 ] {89c535a4-f220-4e85-bd34-7e1de473dbe5} executeQuery: Read 142 rows, 8.54 KiB in 0.001166 sec., 121783.87650085764 rows/sec., 7.15 MiB/sec. 2026.04.03 04:28:49.706828 [ 168 ] {} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:49.706835 [ 268 ] {89c535a4-f220-4e85-bd34-7e1de473dbe5} TCPHandler: Processed in 0.001349177 sec. 2026.04.03 04:28:49.706859 [ 168 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:49.706965 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:49.706991 [ 187 ] {aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87::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.04.03 04:28:49.707064 [ 268 ] {7341cef3-4448-41b0-b0da-116d77e74396} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.03 04:28:49.707108 [ 268 ] {7341cef3-4448-41b0-b0da-116d77e74396} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.03 04:28:49.707141 [ 187 ] {aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.03 04:28:49.707179 [ 187 ] {aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 59 rows starting from the beginning of the part 2026.04.03 04:28:49.707248 [ 187 ] {aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 155 rows starting from the beginning of the part 2026.04.03 04:28:49.707300 [ 187 ] {aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 35 rows starting from the beginning of the part 2026.04.03 04:28:49.707350 [ 187 ] {aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 142 rows starting from the beginning of the part 2026.04.03 04:28:49.707393 [ 187 ] {aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 50 rows starting from the beginning of the part 2026.04.03 04:28:49.707442 [ 187 ] {aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 142 rows starting from the beginning of the part 2026.04.03 04:28:49.707539 [ 268 ] {7341cef3-4448-41b0-b0da-116d77e74396} oximeter.fields_u32 (ef1f3134-1ec0-4c33-acfc-a59b11cf61da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:49.707581 [ 268 ] {7341cef3-4448-41b0-b0da-116d77e74396} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:49.708023 [ 268 ] {7341cef3-4448-41b0-b0da-116d77e74396} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.03 04:28:49.708272 [ 268 ] {7341cef3-4448-41b0-b0da-116d77e74396} oximeter.fields_u32 (ef1f3134-1ec0-4c33-acfc-a59b11cf61da): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:49.708401 [ 268 ] {7341cef3-4448-41b0-b0da-116d77e74396} executeQuery: Read 149 rows, 9.86 KiB in 0.001355 sec., 109963.09963099631 rows/sec., 7.10 MiB/sec. 2026.04.03 04:28:49.708438 [ 268 ] {7341cef3-4448-41b0-b0da-116d77e74396} TCPHandler: Processed in 0.001520019 sec. 2026.04.03 04:28:49.708549 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:49.708550 [ 192 ] {aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 583 rows, containing 5 columns (5 merged, 0 gathered) in 0.001618401 sec., 360232.10564007313 rows/sec., 23.92 MiB/sec. 2026.04.03 04:28:49.708644 [ 268 ] {49d1ba90-a006-438e-b5e4-e95ab91f3256} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.03 04:28:49.708688 [ 268 ] {49d1ba90-a006-438e-b5e4-e95ab91f3256} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.03 04:28:49.708793 [ 194 ] {aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.03 04:28:49.709120 [ 268 ] {49d1ba90-a006-438e-b5e4-e95ab91f3256} oximeter.fields_u8 (83b86529-4bdb-41f2-a718-74025d6ddd30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:49.709155 [ 194 ] {aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87::all_1_11_2} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:49.709161 [ 268 ] {49d1ba90-a006-438e-b5e4-e95ab91f3256} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:49.709256 [ 194 ] {aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87::all_1_11_2} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.03 04:28:49.709356 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.04.03 04:28:49.709507 [ 268 ] {49d1ba90-a006-438e-b5e4-e95ab91f3256} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.03 04:28:49.709716 [ 268 ] {49d1ba90-a006-438e-b5e4-e95ab91f3256} oximeter.fields_u8 (83b86529-4bdb-41f2-a718-74025d6ddd30): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:49.709837 [ 268 ] {49d1ba90-a006-438e-b5e4-e95ab91f3256} executeQuery: Read 148 rows, 8.62 KiB in 0.001211 sec., 122213.04706853839 rows/sec., 6.95 MiB/sec. 2026.04.03 04:28:49.709874 [ 268 ] {49d1ba90-a006-438e-b5e4-e95ab91f3256} TCPHandler: Processed in 0.001372947 sec. 2026.04.03 04:28:49.709984 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:49.710077 [ 268 ] {d084ab42-347e-4d0d-a2da-f8b33d2197e9} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.03 04:28:49.710115 [ 268 ] {d084ab42-347e-4d0d-a2da-f8b33d2197e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.03 04:28:49.710677 [ 268 ] {d084ab42-347e-4d0d-a2da-f8b33d2197e9} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:49.710713 [ 268 ] {d084ab42-347e-4d0d-a2da-f8b33d2197e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:49.711043 [ 268 ] {d084ab42-347e-4d0d-a2da-f8b33d2197e9} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.03 04:28:49.711256 [ 268 ] {d084ab42-347e-4d0d-a2da-f8b33d2197e9} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:49.711382 [ 268 ] {d084ab42-347e-4d0d-a2da-f8b33d2197e9} executeQuery: Read 490 rows, 35.18 KiB in 0.001323 sec., 370370.3703703704 rows/sec., 25.97 MiB/sec. 2026.04.03 04:28:49.711418 [ 268 ] {d084ab42-347e-4d0d-a2da-f8b33d2197e9} TCPHandler: Processed in 0.001481159 sec. 2026.04.03 04:28:49.711529 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:49.711623 [ 268 ] {27c70a9d-8feb-4cda-b4ce-837dc1d21e71} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.03 04:28:49.711663 [ 268 ] {27c70a9d-8feb-4cda-b4ce-837dc1d21e71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.03 04:28:49.711989 [ 268 ] {27c70a9d-8feb-4cda-b4ce-837dc1d21e71} oximeter.measurements_bool (7a4435ad-bf4a-469e-8112-fe09f152620b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:49.712024 [ 268 ] {27c70a9d-8feb-4cda-b4ce-837dc1d21e71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:49.712335 [ 268 ] {27c70a9d-8feb-4cda-b4ce-837dc1d21e71} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.03 04:28:49.712545 [ 268 ] {27c70a9d-8feb-4cda-b4ce-837dc1d21e71} oximeter.measurements_bool (7a4435ad-bf4a-469e-8112-fe09f152620b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:49.712667 [ 268 ] {27c70a9d-8feb-4cda-b4ce-837dc1d21e71} executeQuery: Read 6 rows, 321.00 B in 0.001062 sec., 5649.717514124293 rows/sec., 295.18 KiB/sec. 2026.04.03 04:28:49.712702 [ 268 ] {27c70a9d-8feb-4cda-b4ce-837dc1d21e71} TCPHandler: Processed in 0.001221173 sec. 2026.04.03 04:28:49.712811 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:49.712904 [ 268 ] {ae8c35fa-393f-49c4-aacc-8e1dfb615e5d} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.03 04:28:49.712944 [ 268 ] {ae8c35fa-393f-49c4-aacc-8e1dfb615e5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.03 04:28:49.713341 [ 268 ] {ae8c35fa-393f-49c4-aacc-8e1dfb615e5d} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:49.713375 [ 268 ] {ae8c35fa-393f-49c4-aacc-8e1dfb615e5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:49.713711 [ 268 ] {ae8c35fa-393f-49c4-aacc-8e1dfb615e5d} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.03 04:28:49.713918 [ 268 ] {ae8c35fa-393f-49c4-aacc-8e1dfb615e5d} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:49.714038 [ 268 ] {ae8c35fa-393f-49c4-aacc-8e1dfb615e5d} executeQuery: Read 265 rows, 18.03 KiB in 0.001152 sec., 230034.72222222222 rows/sec., 15.29 MiB/sec. 2026.04.03 04:28:49.714073 [ 268 ] {ae8c35fa-393f-49c4-aacc-8e1dfb615e5d} TCPHandler: Processed in 0.001308976 sec. 2026.04.03 04:28:49.714186 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:49.714284 [ 268 ] {4bfa104d-5c89-430f-b5fc-bf368067a1e9} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.03 04:28:49.714325 [ 268 ] {4bfa104d-5c89-430f-b5fc-bf368067a1e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.03 04:28:49.714629 [ 268 ] {4bfa104d-5c89-430f-b5fc-bf368067a1e9} oximeter.measurements_f64 (9437292b-5c9a-44b9-8553-0e3548b5b082): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:49.714662 [ 268 ] {4bfa104d-5c89-430f-b5fc-bf368067a1e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:49.714958 [ 268 ] {4bfa104d-5c89-430f-b5fc-bf368067a1e9} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.03 04:28:49.715165 [ 268 ] {4bfa104d-5c89-430f-b5fc-bf368067a1e9} oximeter.measurements_f64 (9437292b-5c9a-44b9-8553-0e3548b5b082): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:49.715284 [ 268 ] {4bfa104d-5c89-430f-b5fc-bf368067a1e9} executeQuery: Read 1 rows, 69.00 B in 0.001017 sec., 983.2841691248772 rows/sec., 66.26 KiB/sec. 2026.04.03 04:28:49.715317 [ 268 ] {4bfa104d-5c89-430f-b5fc-bf368067a1e9} TCPHandler: Processed in 0.001178353 sec. 2026.04.03 04:28:49.715427 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:49.715518 [ 268 ] {3ab0c0fe-1a77-46c0-af0b-0229e5a4f63a} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.03 04:28:49.715557 [ 268 ] {3ab0c0fe-1a77-46c0-af0b-0229e5a4f63a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.03 04:28:49.715874 [ 268 ] {3ab0c0fe-1a77-46c0-af0b-0229e5a4f63a} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:49.715906 [ 268 ] {3ab0c0fe-1a77-46c0-af0b-0229e5a4f63a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:49.716213 [ 268 ] {3ab0c0fe-1a77-46c0-af0b-0229e5a4f63a} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.03 04:28:49.716421 [ 268 ] {3ab0c0fe-1a77-46c0-af0b-0229e5a4f63a} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:49.716539 [ 268 ] {3ab0c0fe-1a77-46c0-af0b-0229e5a4f63a} executeQuery: Read 90 rows, 5.77 KiB in 0.001039 sec., 86621.75168431184 rows/sec., 5.42 MiB/sec. 2026.04.03 04:28:49.716573 [ 268 ] {3ab0c0fe-1a77-46c0-af0b-0229e5a4f63a} TCPHandler: Processed in 0.001193634 sec. 2026.04.03 04:28:52.779485 [ 153 ] {} DNSResolver: Updating DNS cache 2026.04.03 04:28:52.779542 [ 153 ] {} DNSResolver: Updated DNS cache 2026.04.03 04:28:52.872390 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5794 2026.04.03 04:28:52.872888 [ 245 ] {} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:52.872936 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:52.873545 [ 245 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.03 04:28:52.873793 [ 245 ] {} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:52.873953 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5794 2026.04.03 04:28:52.874044 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 418 2026.04.03 04:28:52.876273 [ 243 ] {} system.query_log (7212dc63-7bc5-4d34-8e52-a96490942866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:52.876316 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:52.877507 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.03 04:28:52.877767 [ 243 ] {} system.query_log (7212dc63-7bc5-4d34-8e52-a96490942866): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:52.878100 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 418 2026.04.03 04:28:53.185179 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2026.04.03 04:28:53.202828 [ 244 ] {} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:53.202888 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:53.208673 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.03 04:28:53.209341 [ 244 ] {} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:53.212416 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2026.04.03 04:28:54.695396 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:54.695595 [ 268 ] {9261605d-8952-4ef0-b308-e0c05fce65a9} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.03 04:28:54.695673 [ 268 ] {9261605d-8952-4ef0-b308-e0c05fce65a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.03 04:28:54.696509 [ 268 ] {9261605d-8952-4ef0-b308-e0c05fce65a9} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:54.696560 [ 268 ] {9261605d-8952-4ef0-b308-e0c05fce65a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:54.696982 [ 268 ] {9261605d-8952-4ef0-b308-e0c05fce65a9} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.03 04:28:54.697225 [ 268 ] {9261605d-8952-4ef0-b308-e0c05fce65a9} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:54.697368 [ 139 ] {} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.03 04:28:54.697393 [ 268 ] {9261605d-8952-4ef0-b308-e0c05fce65a9} executeQuery: Read 136 rows, 12.10 KiB in 0.001852 sec., 73434.12526997841 rows/sec., 6.38 MiB/sec. 2026.04.03 04:28:54.697434 [ 139 ] {} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:54.697458 [ 268 ] {9261605d-8952-4ef0-b308-e0c05fce65a9} TCPHandler: Processed in 0.002189084 sec. 2026.04.03 04:28:54.697460 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:54.697581 [ 200 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::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.04.03 04:28:54.697595 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:54.697693 [ 200 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.03 04:28:54.697708 [ 268 ] {e89c4200-5650-4bce-9055-4a2d421c1194} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.03 04:28:54.697730 [ 200 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3345 rows starting from the beginning of the part 2026.04.03 04:28:54.697758 [ 268 ] {e89c4200-5650-4bce-9055-4a2d421c1194} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.03 04:28:54.697827 [ 200 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 126 rows starting from the beginning of the part 2026.04.03 04:28:54.697882 [ 200 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 797 rows starting from the beginning of the part 2026.04.03 04:28:54.697924 [ 200 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 141 rows starting from the beginning of the part 2026.04.03 04:28:54.697963 [ 200 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 797 rows starting from the beginning of the part 2026.04.03 04:28:54.698000 [ 200 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 136 rows starting from the beginning of the part 2026.04.03 04:28:54.698217 [ 268 ] {e89c4200-5650-4bce-9055-4a2d421c1194} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:54.698264 [ 268 ] {e89c4200-5650-4bce-9055-4a2d421c1194} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:54.698667 [ 268 ] {e89c4200-5650-4bce-9055-4a2d421c1194} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.03 04:28:54.698922 [ 268 ] {e89c4200-5650-4bce-9055-4a2d421c1194} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:54.699065 [ 268 ] {e89c4200-5650-4bce-9055-4a2d421c1194} executeQuery: Read 40 rows, 3.01 KiB in 0.001381 sec., 28964.51846488052 rows/sec., 2.13 MiB/sec. 2026.04.03 04:28:54.699109 [ 268 ] {e89c4200-5650-4bce-9055-4a2d421c1194} TCPHandler: Processed in 0.001566641 sec. 2026.04.03 04:28:54.699224 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:54.699325 [ 268 ] {e7075138-3ef2-4cd9-838d-c4ca2f53cac6} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.03 04:28:54.699369 [ 268 ] {e7075138-3ef2-4cd9-838d-c4ca2f53cac6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.03 04:28:54.699906 [ 268 ] {e7075138-3ef2-4cd9-838d-c4ca2f53cac6} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:54.699951 [ 268 ] {e7075138-3ef2-4cd9-838d-c4ca2f53cac6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:54.699961 [ 194 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 5342 rows, containing 5 columns (5 merged, 0 gathered) in 0.002419928 sec., 2207503.69432479 rows/sec., 178.04 MiB/sec. 2026.04.03 04:28:54.700331 [ 192 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.03 04:28:54.700341 [ 268 ] {e7075138-3ef2-4cd9-838d-c4ca2f53cac6} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.03 04:28:54.700707 [ 192 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_16_3} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:54.700708 [ 268 ] {e7075138-3ef2-4cd9-838d-c4ca2f53cac6} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:54.700789 [ 192 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_16_3} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.03 04:28:54.700867 [ 139 ] {} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.03 04:28:54.700881 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. 2026.04.03 04:28:54.700897 [ 139 ] {} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:54.700899 [ 268 ] {e7075138-3ef2-4cd9-838d-c4ca2f53cac6} executeQuery: Read 104 rows, 8.32 KiB in 0.001595 sec., 65203.76175548589 rows/sec., 5.09 MiB/sec. 2026.04.03 04:28:54.700922 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:54.700956 [ 268 ] {e7075138-3ef2-4cd9-838d-c4ca2f53cac6} TCPHandler: Processed in 0.001783526 sec. 2026.04.03 04:28:54.700991 [ 200 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::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.04.03 04:28:54.701079 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:54.701102 [ 200 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.03 04:28:54.701145 [ 200 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1814 rows starting from the beginning of the part 2026.04.03 04:28:54.701181 [ 268 ] {0886b38b-ff4e-46e5-a203-e02b1304c16f} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.03 04:28:54.701209 [ 200 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 99 rows starting from the beginning of the part 2026.04.03 04:28:54.701230 [ 268 ] {0886b38b-ff4e-46e5-a203-e02b1304c16f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.03 04:28:54.701277 [ 200 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 490 rows starting from the beginning of the part 2026.04.03 04:28:54.701341 [ 200 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 120 rows starting from the beginning of the part 2026.04.03 04:28:54.701403 [ 200 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 490 rows starting from the beginning of the part 2026.04.03 04:28:54.701468 [ 200 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 104 rows starting from the beginning of the part 2026.04.03 04:28:54.701659 [ 268 ] {0886b38b-ff4e-46e5-a203-e02b1304c16f} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:54.701700 [ 268 ] {0886b38b-ff4e-46e5-a203-e02b1304c16f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:54.702059 [ 268 ] {0886b38b-ff4e-46e5-a203-e02b1304c16f} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.03 04:28:54.702302 [ 268 ] {0886b38b-ff4e-46e5-a203-e02b1304c16f} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:54.702406 [ 139 ] {} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.03 04:28:54.702434 [ 139 ] {} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:54.702434 [ 268 ] {0886b38b-ff4e-46e5-a203-e02b1304c16f} executeQuery: Read 160 rows, 11.41 KiB in 0.001273 sec., 125687.35271013353 rows/sec., 8.75 MiB/sec. 2026.04.03 04:28:54.702452 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:54.702486 [ 268 ] {0886b38b-ff4e-46e5-a203-e02b1304c16f} TCPHandler: Processed in 0.001456789 sec. 2026.04.03 04:28:54.702534 [ 192 ] {f25b6725-879d-46f0-9797-8977429a43f9::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.04.03 04:28:54.702607 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:54.702639 [ 192 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.03 04:28:54.702671 [ 192 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4997 rows starting from the beginning of the part 2026.04.03 04:28:54.702705 [ 268 ] {fa7e1cde-1059-4666-9794-e6fb07d71a5f} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.03 04:28:54.702727 [ 201 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 3117 rows, containing 5 columns (5 merged, 0 gathered) in 0.001758674 sec., 1772358.0379308502 rows/sec., 130.39 MiB/sec. 2026.04.03 04:28:54.702736 [ 192 ] {f25b6725-879d-46f0-9797-8977429a43f9::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.04.03 04:28:54.702765 [ 268 ] {fa7e1cde-1059-4666-9794-e6fb07d71a5f} 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.04.03 04:28:54.702795 [ 192 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 265 rows starting from the beginning of the part 2026.04.03 04:28:54.702839 [ 192 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 165 rows starting from the beginning of the part 2026.04.03 04:28:54.702881 [ 192 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 265 rows starting from the beginning of the part 2026.04.03 04:28:54.702924 [ 192 ] {f25b6725-879d-46f0-9797-8977429a43f9::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.04.03 04:28:54.702982 [ 197 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.03 04:28:54.703308 [ 197 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_16_3} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:54.703388 [ 197 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_16_3} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.03 04:28:54.703467 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. 2026.04.03 04:28:54.703635 [ 268 ] {fa7e1cde-1059-4666-9794-e6fb07d71a5f} oximeter.measurements_histogramu64 (4a5f49cb-97be-4b78-98a9-ca04f4d82229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:54.703670 [ 268 ] {fa7e1cde-1059-4666-9794-e6fb07d71a5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:54.704268 [ 268 ] {fa7e1cde-1059-4666-9794-e6fb07d71a5f} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.03 04:28:54.704511 [ 268 ] {fa7e1cde-1059-4666-9794-e6fb07d71a5f} oximeter.measurements_histogramu64 (4a5f49cb-97be-4b78-98a9-ca04f4d82229): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:54.704649 [ 268 ] {fa7e1cde-1059-4666-9794-e6fb07d71a5f} executeQuery: Read 40 rows, 73.40 KiB in 0.001962 sec., 20387.35983690112 rows/sec., 36.53 MiB/sec. 2026.04.03 04:28:54.704699 [ 268 ] {fa7e1cde-1059-4666-9794-e6fb07d71a5f} TCPHandler: Processed in 0.002139752 sec. 2026.04.03 04:28:54.704816 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:54.704910 [ 268 ] {89ce6094-a587-43db-8f86-91ba9646da22} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.03 04:28:54.704951 [ 268 ] {89ce6094-a587-43db-8f86-91ba9646da22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.03 04:28:54.705288 [ 268 ] {89ce6094-a587-43db-8f86-91ba9646da22} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:54.705324 [ 268 ] {89ce6094-a587-43db-8f86-91ba9646da22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:54.705382 [ 197 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 6012 rows, containing 5 columns (5 merged, 0 gathered) in 0.002882477 sec., 2085706.1478721253 rows/sec., 137.52 MiB/sec. 2026.04.03 04:28:54.705629 [ 268 ] {89ce6094-a587-43db-8f86-91ba9646da22} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.03 04:28:54.705836 [ 268 ] {89ce6094-a587-43db-8f86-91ba9646da22} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:54.705878 [ 192 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.03 04:28:54.705943 [ 139 ] {} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.03 04:28:54.705967 [ 268 ] {89ce6094-a587-43db-8f86-91ba9646da22} executeQuery: Read 60 rows, 4.14 KiB in 0.001075 sec., 55813.95348837209 rows/sec., 3.76 MiB/sec. 2026.04.03 04:28:54.705972 [ 139 ] {} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:54.706010 [ 268 ] {89ce6094-a587-43db-8f86-91ba9646da22} TCPHandler: Processed in 0.001241484 sec. 2026.04.03 04:28:54.706013 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:54.706103 [ 201 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::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.04.03 04:28:54.706165 [ 192 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_16_3} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:54.706198 [ 201 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.03 04:28:54.706233 [ 201 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 480 rows starting from the beginning of the part 2026.04.03 04:28:54.706240 [ 192 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_16_3} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.03 04:28:54.706293 [ 201 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::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.04.03 04:28:54.706316 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.31 MiB. 2026.04.03 04:28:54.706347 [ 201 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::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.04.03 04:28:54.706392 [ 201 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::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.04.03 04:28:54.706447 [ 201 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::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.04.03 04:28:54.706487 [ 201 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::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.04.03 04:28:54.707264 [ 192 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 840 rows, containing 4 columns (4 merged, 0 gathered) in 0.001192244 sec., 704553.7658398784 rows/sec., 46.41 MiB/sec. 2026.04.03 04:28:54.707424 [ 189 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.03 04:28:54.707684 [ 189 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::all_1_16_3} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:54.707748 [ 189 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::all_1_16_3} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.03 04:28:54.707801 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2026.04.03 04:28:55.190929 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:55.191109 [ 268 ] {414d401d-eae7-4eb3-904a-a50ce3d26932} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.03 04:28:55.191178 [ 268 ] {414d401d-eae7-4eb3-904a-a50ce3d26932} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.03 04:28:55.191896 [ 268 ] {414d401d-eae7-4eb3-904a-a50ce3d26932} oximeter.fields_i16 (9eea47d2-df2b-4527-be52-1284769a16c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:55.191944 [ 268 ] {414d401d-eae7-4eb3-904a-a50ce3d26932} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:55.192341 [ 268 ] {414d401d-eae7-4eb3-904a-a50ce3d26932} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.03 04:28:55.192644 [ 268 ] {414d401d-eae7-4eb3-904a-a50ce3d26932} oximeter.fields_i16 (9eea47d2-df2b-4527-be52-1284769a16c9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:55.192818 [ 268 ] {414d401d-eae7-4eb3-904a-a50ce3d26932} executeQuery: Read 284 rows, 18.47 KiB in 0.001758 sec., 161547.21274175198 rows/sec., 10.26 MiB/sec. 2026.04.03 04:28:55.192869 [ 268 ] {414d401d-eae7-4eb3-904a-a50ce3d26932} TCPHandler: Processed in 0.002076511 sec. 2026.04.03 04:28:55.192996 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:55.193098 [ 268 ] {5f555a08-b9d2-4de5-8c53-a8629d7b8bab} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.03 04:28:55.193143 [ 268 ] {5f555a08-b9d2-4de5-8c53-a8629d7b8bab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.03 04:28:55.193565 [ 268 ] {5f555a08-b9d2-4de5-8c53-a8629d7b8bab} oximeter.fields_ipaddr (4dbf6b0b-78ff-42ed-9e98-89b262336374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:55.193602 [ 268 ] {5f555a08-b9d2-4de5-8c53-a8629d7b8bab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:55.193909 [ 268 ] {5f555a08-b9d2-4de5-8c53-a8629d7b8bab} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.03 04:28:55.194119 [ 268 ] {5f555a08-b9d2-4de5-8c53-a8629d7b8bab} oximeter.fields_ipaddr (4dbf6b0b-78ff-42ed-9e98-89b262336374): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:55.194233 [ 139 ] {} oximeter.fields_ipaddr (4dbf6b0b-78ff-42ed-9e98-89b262336374) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.03 04:28:55.194251 [ 268 ] {5f555a08-b9d2-4de5-8c53-a8629d7b8bab} executeQuery: Read 2 rows, 167.00 B in 0.001176 sec., 1700.6802721088436 rows/sec., 138.68 KiB/sec. 2026.04.03 04:28:55.194303 [ 139 ] {} oximeter.fields_ipaddr (4dbf6b0b-78ff-42ed-9e98-89b262336374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:55.194311 [ 268 ] {5f555a08-b9d2-4de5-8c53-a8629d7b8bab} TCPHandler: Processed in 0.001369217 sec. 2026.04.03 04:28:55.194335 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:55.194441 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:55.194447 [ 197 ] {4dbf6b0b-78ff-42ed-9e98-89b262336374::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.04.03 04:28:55.194543 [ 197 ] {4dbf6b0b-78ff-42ed-9e98-89b262336374::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.03 04:28:55.194545 [ 268 ] {633b1801-2551-4008-b172-8dd7c040cb70} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.03 04:28:55.194571 [ 197 ] {4dbf6b0b-78ff-42ed-9e98-89b262336374::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part 2026.04.03 04:28:55.194594 [ 268 ] {633b1801-2551-4008-b172-8dd7c040cb70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.03 04:28:55.194659 [ 197 ] {4dbf6b0b-78ff-42ed-9e98-89b262336374::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part 2026.04.03 04:28:55.194720 [ 197 ] {4dbf6b0b-78ff-42ed-9e98-89b262336374::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part 2026.04.03 04:28:55.194768 [ 197 ] {4dbf6b0b-78ff-42ed-9e98-89b262336374::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part 2026.04.03 04:28:55.194816 [ 197 ] {4dbf6b0b-78ff-42ed-9e98-89b262336374::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 10 rows starting from the beginning of the part 2026.04.03 04:28:55.194859 [ 197 ] {4dbf6b0b-78ff-42ed-9e98-89b262336374::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part 2026.04.03 04:28:55.195623 [ 189 ] {4dbf6b0b-78ff-42ed-9e98-89b262336374::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 5 columns (5 merged, 0 gathered) in 0.001225455 sec., 21216.609341020274 rows/sec., 1.77 MiB/sec. 2026.04.03 04:28:55.195747 [ 197 ] {4dbf6b0b-78ff-42ed-9e98-89b262336374::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.03 04:28:55.195980 [ 197 ] {4dbf6b0b-78ff-42ed-9e98-89b262336374::all_1_6_1} oximeter.fields_ipaddr (4dbf6b0b-78ff-42ed-9e98-89b262336374): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:55.196043 [ 197 ] {4dbf6b0b-78ff-42ed-9e98-89b262336374::all_1_6_1} oximeter.fields_ipaddr (4dbf6b0b-78ff-42ed-9e98-89b262336374) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.03 04:28:55.196104 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2026.04.03 04:28:55.196381 [ 268 ] {633b1801-2551-4008-b172-8dd7c040cb70} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:55.196416 [ 268 ] {633b1801-2551-4008-b172-8dd7c040cb70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:55.196957 [ 268 ] {633b1801-2551-4008-b172-8dd7c040cb70} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.03 04:28:55.197189 [ 268 ] {633b1801-2551-4008-b172-8dd7c040cb70} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:55.197324 [ 268 ] {633b1801-2551-4008-b172-8dd7c040cb70} executeQuery: Read 3147 rows, 240.20 KiB in 0.0028 sec., 1123928.5714285714 rows/sec., 83.78 MiB/sec. 2026.04.03 04:28:55.197363 [ 268 ] {633b1801-2551-4008-b172-8dd7c040cb70} MemoryTracker: Peak memory usage (for query): 4.00 MiB. 2026.04.03 04:28:55.197377 [ 268 ] {633b1801-2551-4008-b172-8dd7c040cb70} TCPHandler: Processed in 0.002986679 sec. 2026.04.03 04:28:55.197495 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:55.197594 [ 268 ] {e85d0862-76bc-41de-abeb-be55be3ac7ec} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.03 04:28:55.197634 [ 268 ] {e85d0862-76bc-41de-abeb-be55be3ac7ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.03 04:28:55.198088 [ 268 ] {e85d0862-76bc-41de-abeb-be55be3ac7ec} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:55.198125 [ 268 ] {e85d0862-76bc-41de-abeb-be55be3ac7ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:55.198452 [ 268 ] {e85d0862-76bc-41de-abeb-be55be3ac7ec} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.03 04:28:55.198674 [ 268 ] {e85d0862-76bc-41de-abeb-be55be3ac7ec} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:55.198803 [ 268 ] {e85d0862-76bc-41de-abeb-be55be3ac7ec} executeQuery: Read 155 rows, 9.51 KiB in 0.001229 sec., 126118.79576891781 rows/sec., 7.56 MiB/sec. 2026.04.03 04:28:55.198840 [ 268 ] {e85d0862-76bc-41de-abeb-be55be3ac7ec} TCPHandler: Processed in 0.001396448 sec. 2026.04.03 04:28:55.198962 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:55.199066 [ 268 ] {f8025ee2-fc24-4f69-9f65-8ff0a017bbc3} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.03 04:28:55.199105 [ 268 ] {f8025ee2-fc24-4f69-9f65-8ff0a017bbc3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.03 04:28:55.199811 [ 268 ] {f8025ee2-fc24-4f69-9f65-8ff0a017bbc3} oximeter.fields_u32 (ef1f3134-1ec0-4c33-acfc-a59b11cf61da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:55.199848 [ 268 ] {f8025ee2-fc24-4f69-9f65-8ff0a017bbc3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:55.200184 [ 268 ] {f8025ee2-fc24-4f69-9f65-8ff0a017bbc3} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.03 04:28:55.200393 [ 268 ] {f8025ee2-fc24-4f69-9f65-8ff0a017bbc3} oximeter.fields_u32 (ef1f3134-1ec0-4c33-acfc-a59b11cf61da): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:55.200526 [ 268 ] {f8025ee2-fc24-4f69-9f65-8ff0a017bbc3} executeQuery: Read 950 rows, 57.24 KiB in 0.001478 sec., 642760.4871447902 rows/sec., 37.82 MiB/sec. 2026.04.03 04:28:55.200565 [ 268 ] {f8025ee2-fc24-4f69-9f65-8ff0a017bbc3} TCPHandler: Processed in 0.001652643 sec. 2026.04.03 04:28:55.200686 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:55.200781 [ 268 ] {a3492dd5-e1d9-4db0-889c-7cc3545c3d3f} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.03 04:28:55.200820 [ 268 ] {a3492dd5-e1d9-4db0-889c-7cc3545c3d3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.03 04:28:55.201196 [ 268 ] {a3492dd5-e1d9-4db0-889c-7cc3545c3d3f} oximeter.fields_u64 (481cf10c-d64c-484f-bdb2-cc50da998ce4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:55.201232 [ 268 ] {a3492dd5-e1d9-4db0-889c-7cc3545c3d3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:55.201509 [ 268 ] {a3492dd5-e1d9-4db0-889c-7cc3545c3d3f} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.04.03 04:28:55.201720 [ 268 ] {a3492dd5-e1d9-4db0-889c-7cc3545c3d3f} oximeter.fields_u64 (481cf10c-d64c-484f-bdb2-cc50da998ce4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:55.201846 [ 268 ] {a3492dd5-e1d9-4db0-889c-7cc3545c3d3f} executeQuery: Read 1 rows, 72.00 B in 0.001083 sec., 923.3610341643583 rows/sec., 64.92 KiB/sec. 2026.04.03 04:28:55.201883 [ 268 ] {a3492dd5-e1d9-4db0-889c-7cc3545c3d3f} TCPHandler: Processed in 0.001248194 sec. 2026.04.03 04:28:55.202003 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:55.202098 [ 268 ] {aeb5f240-42bb-4015-a2fe-3e9b2a9c7984} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.03 04:28:55.202137 [ 268 ] {aeb5f240-42bb-4015-a2fe-3e9b2a9c7984} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.03 04:28:55.202566 [ 268 ] {aeb5f240-42bb-4015-a2fe-3e9b2a9c7984} oximeter.fields_u8 (83b86529-4bdb-41f2-a718-74025d6ddd30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:55.202601 [ 268 ] {aeb5f240-42bb-4015-a2fe-3e9b2a9c7984} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:55.202908 [ 268 ] {aeb5f240-42bb-4015-a2fe-3e9b2a9c7984} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.03 04:28:55.203111 [ 268 ] {aeb5f240-42bb-4015-a2fe-3e9b2a9c7984} oximeter.fields_u8 (83b86529-4bdb-41f2-a718-74025d6ddd30): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:55.203239 [ 268 ] {aeb5f240-42bb-4015-a2fe-3e9b2a9c7984} executeQuery: Read 148 rows, 8.62 KiB in 0.001159 sec., 127696.28990509058 rows/sec., 7.26 MiB/sec. 2026.04.03 04:28:55.203276 [ 268 ] {aeb5f240-42bb-4015-a2fe-3e9b2a9c7984} TCPHandler: Processed in 0.001322506 sec. 2026.04.03 04:28:55.203399 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:55.203493 [ 268 ] {5a1c9468-b743-456d-adc8-8320a20ca7e0} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.03 04:28:55.203531 [ 268 ] {5a1c9468-b743-456d-adc8-8320a20ca7e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.03 04:28:55.204475 [ 268 ] {5a1c9468-b743-456d-adc8-8320a20ca7e0} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:55.204511 [ 268 ] {5a1c9468-b743-456d-adc8-8320a20ca7e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:55.204881 [ 268 ] {5a1c9468-b743-456d-adc8-8320a20ca7e0} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.03 04:28:55.205093 [ 268 ] {5a1c9468-b743-456d-adc8-8320a20ca7e0} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:55.205218 [ 268 ] {5a1c9468-b743-456d-adc8-8320a20ca7e0} executeQuery: Read 1718 rows, 118.34 KiB in 0.001742 sec., 986222.7324913891 rows/sec., 66.34 MiB/sec. 2026.04.03 04:28:55.205253 [ 268 ] {5a1c9468-b743-456d-adc8-8320a20ca7e0} TCPHandler: Processed in 0.001902897 sec. 2026.04.03 04:28:55.205377 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:55.205473 [ 268 ] {de0fcc5b-a138-458b-88fc-b08aac0eeadb} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.03 04:28:55.205514 [ 268 ] {de0fcc5b-a138-458b-88fc-b08aac0eeadb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.03 04:28:55.205854 [ 268 ] {de0fcc5b-a138-458b-88fc-b08aac0eeadb} oximeter.measurements_bool (7a4435ad-bf4a-469e-8112-fe09f152620b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:55.205890 [ 268 ] {de0fcc5b-a138-458b-88fc-b08aac0eeadb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:55.206185 [ 268 ] {de0fcc5b-a138-458b-88fc-b08aac0eeadb} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.03 04:28:55.206393 [ 268 ] {de0fcc5b-a138-458b-88fc-b08aac0eeadb} oximeter.measurements_bool (7a4435ad-bf4a-469e-8112-fe09f152620b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:55.206516 [ 268 ] {de0fcc5b-a138-458b-88fc-b08aac0eeadb} executeQuery: Read 6 rows, 321.00 B in 0.001061 sec., 5655.042412818096 rows/sec., 295.45 KiB/sec. 2026.04.03 04:28:55.206551 [ 268 ] {de0fcc5b-a138-458b-88fc-b08aac0eeadb} TCPHandler: Processed in 0.001223604 sec. 2026.04.03 04:28:55.206662 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:55.206756 [ 268 ] {153301b6-36b5-4164-9e35-8fec446af430} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.03 04:28:55.206797 [ 268 ] {153301b6-36b5-4164-9e35-8fec446af430} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.03 04:28:55.207471 [ 268 ] {153301b6-36b5-4164-9e35-8fec446af430} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:55.207513 [ 268 ] {153301b6-36b5-4164-9e35-8fec446af430} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:55.208018 [ 268 ] {153301b6-36b5-4164-9e35-8fec446af430} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.03 04:28:55.208241 [ 268 ] {153301b6-36b5-4164-9e35-8fec446af430} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:55.208382 [ 268 ] {153301b6-36b5-4164-9e35-8fec446af430} executeQuery: Read 1602 rows, 99.59 KiB in 0.001643 sec., 975045.648204504 rows/sec., 59.20 MiB/sec. 2026.04.03 04:28:55.208419 [ 268 ] {153301b6-36b5-4164-9e35-8fec446af430} TCPHandler: Processed in 0.001805826 sec. 2026.04.03 04:28:55.208530 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:55.208623 [ 268 ] {e2579748-e62c-450d-b5a7-01b20cf62d58} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.03 04:28:55.208665 [ 268 ] {e2579748-e62c-450d-b5a7-01b20cf62d58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.03 04:28:55.208973 [ 268 ] {e2579748-e62c-450d-b5a7-01b20cf62d58} oximeter.measurements_f64 (9437292b-5c9a-44b9-8553-0e3548b5b082): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:55.209009 [ 268 ] {e2579748-e62c-450d-b5a7-01b20cf62d58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:55.209299 [ 268 ] {e2579748-e62c-450d-b5a7-01b20cf62d58} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.03 04:28:55.209503 [ 268 ] {e2579748-e62c-450d-b5a7-01b20cf62d58} oximeter.measurements_f64 (9437292b-5c9a-44b9-8553-0e3548b5b082): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:55.209636 [ 268 ] {e2579748-e62c-450d-b5a7-01b20cf62d58} executeQuery: Read 1 rows, 69.00 B in 0.00103 sec., 970.8737864077669 rows/sec., 65.42 KiB/sec. 2026.04.03 04:28:55.209672 [ 268 ] {e2579748-e62c-450d-b5a7-01b20cf62d58} TCPHandler: Processed in 0.001191484 sec. 2026.04.03 04:28:55.209813 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:55.209917 [ 268 ] {0a0356da-9828-4757-abc1-1f4bc430e7d9} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.03 04:28:55.209977 [ 268 ] {0a0356da-9828-4757-abc1-1f4bc430e7d9} 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.04.03 04:28:55.210754 [ 268 ] {0a0356da-9828-4757-abc1-1f4bc430e7d9} oximeter.measurements_histogramu64 (4a5f49cb-97be-4b78-98a9-ca04f4d82229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:55.210791 [ 268 ] {0a0356da-9828-4757-abc1-1f4bc430e7d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:55.211313 [ 268 ] {0a0356da-9828-4757-abc1-1f4bc430e7d9} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.03 04:28:55.211540 [ 268 ] {0a0356da-9828-4757-abc1-1f4bc430e7d9} oximeter.measurements_histogramu64 (4a5f49cb-97be-4b78-98a9-ca04f4d82229): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:55.211701 [ 268 ] {0a0356da-9828-4757-abc1-1f4bc430e7d9} executeQuery: Read 11 rows, 20.18 KiB in 0.001801 sec., 6107.717934480844 rows/sec., 10.94 MiB/sec. 2026.04.03 04:28:55.211772 [ 268 ] {0a0356da-9828-4757-abc1-1f4bc430e7d9} TCPHandler: Processed in 0.00202819 sec. 2026.04.03 04:28:55.211890 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:55.211984 [ 268 ] {95fc6190-2c89-4a70-8d77-af5f3aacb9f4} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.03 04:28:55.212028 [ 268 ] {95fc6190-2c89-4a70-8d77-af5f3aacb9f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.03 04:28:55.212408 [ 268 ] {95fc6190-2c89-4a70-8d77-af5f3aacb9f4} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:55.212447 [ 268 ] {95fc6190-2c89-4a70-8d77-af5f3aacb9f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:55.212766 [ 268 ] {95fc6190-2c89-4a70-8d77-af5f3aacb9f4} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.03 04:28:55.212982 [ 268 ] {95fc6190-2c89-4a70-8d77-af5f3aacb9f4} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:55.213128 [ 268 ] {95fc6190-2c89-4a70-8d77-af5f3aacb9f4} executeQuery: Read 42 rows, 2.45 KiB in 0.001162 sec., 36144.57831325301 rows/sec., 2.06 MiB/sec. 2026.04.03 04:28:55.213173 [ 268 ] {95fc6190-2c89-4a70-8d77-af5f3aacb9f4} TCPHandler: Processed in 0.001336827 sec. 2026.04.03 04:28:59.692035 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:59.692232 [ 268 ] {6161adc8-ac56-492a-8d40-d5758df768d0} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.03 04:28:59.692297 [ 268 ] {6161adc8-ac56-492a-8d40-d5758df768d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.03 04:28:59.692925 [ 268 ] {6161adc8-ac56-492a-8d40-d5758df768d0} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:59.692965 [ 268 ] {6161adc8-ac56-492a-8d40-d5758df768d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:59.693361 [ 268 ] {6161adc8-ac56-492a-8d40-d5758df768d0} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.03 04:28:59.693596 [ 268 ] {6161adc8-ac56-492a-8d40-d5758df768d0} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:59.693755 [ 268 ] {6161adc8-ac56-492a-8d40-d5758df768d0} executeQuery: Read 56 rows, 4.41 KiB in 0.001572 sec., 35623.40966921119 rows/sec., 2.74 MiB/sec. 2026.04.03 04:28:59.693805 [ 268 ] {6161adc8-ac56-492a-8d40-d5758df768d0} TCPHandler: Processed in 0.001893577 sec. 2026.04.03 04:28:59.693928 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:59.694032 [ 268 ] {68890dfc-2bce-44c3-9307-7b4374a30dc3} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.03 04:28:59.694075 [ 268 ] {68890dfc-2bce-44c3-9307-7b4374a30dc3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.03 04:28:59.694506 [ 268 ] {68890dfc-2bce-44c3-9307-7b4374a30dc3} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:59.694542 [ 268 ] {68890dfc-2bce-44c3-9307-7b4374a30dc3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:59.694855 [ 268 ] {68890dfc-2bce-44c3-9307-7b4374a30dc3} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.03 04:28:59.695058 [ 268 ] {68890dfc-2bce-44c3-9307-7b4374a30dc3} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:59.695187 [ 268 ] {68890dfc-2bce-44c3-9307-7b4374a30dc3} executeQuery: Read 64 rows, 5.12 KiB in 0.001179 sec., 54283.2909245123 rows/sec., 4.24 MiB/sec. 2026.04.03 04:28:59.695225 [ 268 ] {68890dfc-2bce-44c3-9307-7b4374a30dc3} TCPHandler: Processed in 0.001348406 sec. 2026.04.03 04:28:59.695341 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:59.695440 [ 268 ] {1b3dc795-9ae5-4135-b012-183540f74ce4} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.03 04:28:59.695484 [ 268 ] {1b3dc795-9ae5-4135-b012-183540f74ce4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.03 04:28:59.695852 [ 268 ] {1b3dc795-9ae5-4135-b012-183540f74ce4} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:59.695886 [ 268 ] {1b3dc795-9ae5-4135-b012-183540f74ce4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:59.696212 [ 268 ] {1b3dc795-9ae5-4135-b012-183540f74ce4} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.03 04:28:59.696416 [ 268 ] {1b3dc795-9ae5-4135-b012-183540f74ce4} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:59.696541 [ 268 ] {1b3dc795-9ae5-4135-b012-183540f74ce4} executeQuery: Read 128 rows, 9.13 KiB in 0.001121 sec., 114183.76449598573 rows/sec., 7.95 MiB/sec. 2026.04.03 04:28:59.696590 [ 268 ] {1b3dc795-9ae5-4135-b012-183540f74ce4} TCPHandler: Processed in 0.001299596 sec. 2026.04.03 04:28:59.696703 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:28:59.696799 [ 268 ] {99fb4c84-8e93-4a54-aa7c-659c742baa47} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.03 04:28:59.696842 [ 268 ] {99fb4c84-8e93-4a54-aa7c-659c742baa47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.03 04:28:59.697176 [ 268 ] {99fb4c84-8e93-4a54-aa7c-659c742baa47} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:28:59.697213 [ 268 ] {99fb4c84-8e93-4a54-aa7c-659c742baa47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:28:59.697513 [ 268 ] {99fb4c84-8e93-4a54-aa7c-659c742baa47} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.03 04:28:59.697721 [ 268 ] {99fb4c84-8e93-4a54-aa7c-659c742baa47} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:28:59.697849 [ 268 ] {99fb4c84-8e93-4a54-aa7c-659c742baa47} executeQuery: Read 48 rows, 3.31 KiB in 0.001069 sec., 44901.77736202058 rows/sec., 3.03 MiB/sec. 2026.04.03 04:28:59.697890 [ 268 ] {99fb4c84-8e93-4a54-aa7c-659c742baa47} TCPHandler: Processed in 0.001235935 sec. 2026.04.03 04:29:00.374869 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 6306 2026.04.03 04:29:00.375376 [ 245 ] {} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:00.375410 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:29:00.375899 [ 245 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.03 04:29:00.376131 [ 245 ] {} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:00.376261 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6306 2026.04.03 04:29:00.713323 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2026.04.03 04:29:00.729766 [ 244 ] {} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:00.729832 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:29:00.736059 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.03 04:29:00.736764 [ 244 ] {} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:00.739882 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2026.04.03 04:29:01.000204 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 224.86 MiB, peak 229.71 MiB, free memory in arenas 0.00 B, will set to 225.91 MiB (RSS), difference: 1.05 MiB 2026.04.03 04:29:02.879094 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 464 2026.04.03 04:29:02.881576 [ 243 ] {} system.query_log (7212dc63-7bc5-4d34-8e52-a96490942866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:02.881631 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:29:02.882838 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.03 04:29:02.883124 [ 243 ] {} system.query_log (7212dc63-7bc5-4d34-8e52-a96490942866): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:02.883462 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 464 2026.04.03 04:29:04.695257 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:04.695452 [ 268 ] {be39e66a-7d3f-46ca-8145-a16e5055ab98} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.03 04:29:04.695519 [ 268 ] {be39e66a-7d3f-46ca-8145-a16e5055ab98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.03 04:29:04.696229 [ 268 ] {be39e66a-7d3f-46ca-8145-a16e5055ab98} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:04.696279 [ 268 ] {be39e66a-7d3f-46ca-8145-a16e5055ab98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:29:04.696687 [ 268 ] {be39e66a-7d3f-46ca-8145-a16e5055ab98} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.03 04:29:04.696911 [ 268 ] {be39e66a-7d3f-46ca-8145-a16e5055ab98} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:04.697068 [ 268 ] {be39e66a-7d3f-46ca-8145-a16e5055ab98} executeQuery: Read 136 rows, 12.10 KiB in 0.001663 sec., 81779.91581479255 rows/sec., 7.10 MiB/sec. 2026.04.03 04:29:04.697115 [ 268 ] {be39e66a-7d3f-46ca-8145-a16e5055ab98} TCPHandler: Processed in 0.001984519 sec. 2026.04.03 04:29:04.697248 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:04.697352 [ 268 ] {330fc308-74ba-4771-a9c0-b8b30949afe6} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.03 04:29:04.697396 [ 268 ] {330fc308-74ba-4771-a9c0-b8b30949afe6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.03 04:29:04.697838 [ 268 ] {330fc308-74ba-4771-a9c0-b8b30949afe6} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:04.697876 [ 268 ] {330fc308-74ba-4771-a9c0-b8b30949afe6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:29:04.698190 [ 268 ] {330fc308-74ba-4771-a9c0-b8b30949afe6} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.03 04:29:04.698397 [ 268 ] {330fc308-74ba-4771-a9c0-b8b30949afe6} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:04.698529 [ 268 ] {330fc308-74ba-4771-a9c0-b8b30949afe6} executeQuery: Read 40 rows, 3.01 KiB in 0.001201 sec., 33305.57868442964 rows/sec., 2.45 MiB/sec. 2026.04.03 04:29:04.698568 [ 268 ] {330fc308-74ba-4771-a9c0-b8b30949afe6} TCPHandler: Processed in 0.001372068 sec. 2026.04.03 04:29:04.698684 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:04.698780 [ 268 ] {b7fdf300-5913-4389-bcef-8c17bd1454a4} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.03 04:29:04.698819 [ 268 ] {b7fdf300-5913-4389-bcef-8c17bd1454a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.03 04:29:04.699264 [ 268 ] {b7fdf300-5913-4389-bcef-8c17bd1454a4} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:04.699307 [ 268 ] {b7fdf300-5913-4389-bcef-8c17bd1454a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:29:04.699609 [ 268 ] {b7fdf300-5913-4389-bcef-8c17bd1454a4} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.03 04:29:04.699816 [ 268 ] {b7fdf300-5913-4389-bcef-8c17bd1454a4} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:04.699945 [ 268 ] {b7fdf300-5913-4389-bcef-8c17bd1454a4} executeQuery: Read 104 rows, 8.32 KiB in 0.001183 sec., 87912.08791208791 rows/sec., 6.87 MiB/sec. 2026.04.03 04:29:04.699982 [ 268 ] {b7fdf300-5913-4389-bcef-8c17bd1454a4} TCPHandler: Processed in 0.001346986 sec. 2026.04.03 04:29:04.700099 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:04.700194 [ 268 ] {88da9912-7124-41d2-9ab9-3ac67940094a} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.03 04:29:04.700238 [ 268 ] {88da9912-7124-41d2-9ab9-3ac67940094a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.03 04:29:04.700651 [ 268 ] {88da9912-7124-41d2-9ab9-3ac67940094a} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:04.700686 [ 268 ] {88da9912-7124-41d2-9ab9-3ac67940094a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:29:04.701009 [ 268 ] {88da9912-7124-41d2-9ab9-3ac67940094a} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.03 04:29:04.701217 [ 268 ] {88da9912-7124-41d2-9ab9-3ac67940094a} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:04.701352 [ 268 ] {88da9912-7124-41d2-9ab9-3ac67940094a} executeQuery: Read 160 rows, 11.41 KiB in 0.001176 sec., 136054.42176870749 rows/sec., 9.48 MiB/sec. 2026.04.03 04:29:04.701389 [ 268 ] {88da9912-7124-41d2-9ab9-3ac67940094a} TCPHandler: Processed in 0.001339646 sec. 2026.04.03 04:29:04.701503 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:04.701597 [ 268 ] {d96ad25f-5e14-42b6-8214-4af827f11c4a} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.03 04:29:04.701651 [ 268 ] {d96ad25f-5e14-42b6-8214-4af827f11c4a} 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.04.03 04:29:04.702484 [ 268 ] {d96ad25f-5e14-42b6-8214-4af827f11c4a} oximeter.measurements_histogramu64 (4a5f49cb-97be-4b78-98a9-ca04f4d82229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:04.702519 [ 268 ] {d96ad25f-5e14-42b6-8214-4af827f11c4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:29:04.703033 [ 268 ] {d96ad25f-5e14-42b6-8214-4af827f11c4a} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.03 04:29:04.703314 [ 268 ] {d96ad25f-5e14-42b6-8214-4af827f11c4a} oximeter.measurements_histogramu64 (4a5f49cb-97be-4b78-98a9-ca04f4d82229): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:04.703431 [ 132 ] {} oximeter.measurements_histogramu64 (4a5f49cb-97be-4b78-98a9-ca04f4d82229) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.03 04:29:04.703450 [ 268 ] {d96ad25f-5e14-42b6-8214-4af827f11c4a} executeQuery: Read 40 rows, 73.40 KiB in 0.001871 sec., 21378.94174238375 rows/sec., 38.31 MiB/sec. 2026.04.03 04:29:04.703464 [ 132 ] {} oximeter.measurements_histogramu64 (4a5f49cb-97be-4b78-98a9-ca04f4d82229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:04.703485 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:29:04.703503 [ 268 ] {d96ad25f-5e14-42b6-8214-4af827f11c4a} TCPHandler: Processed in 0.002046951 sec. 2026.04.03 04:29:04.703609 [ 192 ] {4a5f49cb-97be-4b78-98a9-ca04f4d82229::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.04.03 04:29:04.703618 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:04.703777 [ 268 ] {62b56fc5-3b36-4968-b320-f9c272e6a4e9} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.03 04:29:04.703819 [ 268 ] {62b56fc5-3b36-4968-b320-f9c272e6a4e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.03 04:29:04.703923 [ 192 ] {4a5f49cb-97be-4b78-98a9-ca04f4d82229::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.03 04:29:04.703998 [ 192 ] {4a5f49cb-97be-4b78-98a9-ca04f4d82229::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 170 rows starting from the beginning of the part 2026.04.03 04:29:04.704137 [ 192 ] {4a5f49cb-97be-4b78-98a9-ca04f4d82229::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 35 rows starting from the beginning of the part 2026.04.03 04:29:04.704156 [ 268 ] {62b56fc5-3b36-4968-b320-f9c272e6a4e9} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:04.704198 [ 268 ] {62b56fc5-3b36-4968-b320-f9c272e6a4e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:29:04.704249 [ 192 ] {4a5f49cb-97be-4b78-98a9-ca04f4d82229::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.04.03 04:29:04.704360 [ 192 ] {4a5f49cb-97be-4b78-98a9-ca04f4d82229::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 40 rows starting from the beginning of the part 2026.04.03 04:29:04.704460 [ 192 ] {4a5f49cb-97be-4b78-98a9-ca04f4d82229::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 11 rows starting from the beginning of the part 2026.04.03 04:29:04.704515 [ 268 ] {62b56fc5-3b36-4968-b320-f9c272e6a4e9} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.03 04:29:04.704559 [ 192 ] {4a5f49cb-97be-4b78-98a9-ca04f4d82229::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 40 rows starting from the beginning of the part 2026.04.03 04:29:04.704742 [ 268 ] {62b56fc5-3b36-4968-b320-f9c272e6a4e9} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:04.704880 [ 268 ] {62b56fc5-3b36-4968-b320-f9c272e6a4e9} executeQuery: Read 60 rows, 4.14 KiB in 0.001122 sec., 53475.93582887701 rows/sec., 3.60 MiB/sec. 2026.04.03 04:29:04.704918 [ 268 ] {62b56fc5-3b36-4968-b320-f9c272e6a4e9} TCPHandler: Processed in 0.001349447 sec. 2026.04.03 04:29:04.707785 [ 186 ] {4a5f49cb-97be-4b78-98a9-ca04f4d82229::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 336 rows, containing 19 columns (19 merged, 0 gathered) in 0.004229783 sec., 79436.6992349253 rows/sec., 142.35 MiB/sec. 2026.04.03 04:29:04.708323 [ 192 ] {4a5f49cb-97be-4b78-98a9-ca04f4d82229::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.03 04:29:04.708637 [ 192 ] {4a5f49cb-97be-4b78-98a9-ca04f4d82229::all_1_11_2} oximeter.measurements_histogramu64 (4a5f49cb-97be-4b78-98a9-ca04f4d82229): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:04.708708 [ 192 ] {4a5f49cb-97be-4b78-98a9-ca04f4d82229::all_1_11_2} oximeter.measurements_histogramu64 (4a5f49cb-97be-4b78-98a9-ca04f4d82229) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.03 04:29:04.708789 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.73 MiB. 2026.04.03 04:29:06.536952 [ 131 ] {} oximeter.fields_i16 (9eea47d2-df2b-4527-be52-1284769a16c9) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.04.03 04:29:06.537048 [ 131 ] {} oximeter.fields_i16 (9eea47d2-df2b-4527-be52-1284769a16c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:06.537086 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:29:06.537241 [ 192 ] {9eea47d2-df2b-4527-be52-1284769a16c9::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.04.03 04:29:06.537436 [ 192 ] {9eea47d2-df2b-4527-be52-1284769a16c9::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.03 04:29:06.537494 [ 192 ] {9eea47d2-df2b-4527-be52-1284769a16c9::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.04.03 04:29:06.537604 [ 192 ] {9eea47d2-df2b-4527-be52-1284769a16c9::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 284 rows starting from the beginning of the part 2026.04.03 04:29:06.537691 [ 192 ] {9eea47d2-df2b-4527-be52-1284769a16c9::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 284 rows starting from the beginning of the part 2026.04.03 04:29:06.537781 [ 192 ] {9eea47d2-df2b-4527-be52-1284769a16c9::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 284 rows starting from the beginning of the part 2026.04.03 04:29:06.537857 [ 192 ] {9eea47d2-df2b-4527-be52-1284769a16c9::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 284 rows starting from the beginning of the part 2026.04.03 04:29:06.538901 [ 186 ] {9eea47d2-df2b-4527-be52-1284769a16c9::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 1160 rows, containing 5 columns (5 merged, 0 gathered) in 0.001724054 sec., 672832.7534984403 rows/sec., 45.57 MiB/sec. 2026.04.03 04:29:06.539187 [ 195 ] {9eea47d2-df2b-4527-be52-1284769a16c9::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.04.03 04:29:06.539555 [ 195 ] {9eea47d2-df2b-4527-be52-1284769a16c9::all_1_5_1} oximeter.fields_i16 (9eea47d2-df2b-4527-be52-1284769a16c9): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:06.539650 [ 195 ] {9eea47d2-df2b-4527-be52-1284769a16c9::all_1_5_1} oximeter.fields_i16 (9eea47d2-df2b-4527-be52-1284769a16c9) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.04.03 04:29:06.539748 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. 2026.04.03 04:29:07.317577 [ 130 ] {} oximeter.fields_u8 (83b86529-4bdb-41f2-a718-74025d6ddd30) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.04.03 04:29:07.317642 [ 130 ] {} oximeter.fields_u8 (83b86529-4bdb-41f2-a718-74025d6ddd30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:07.317663 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:29:07.317796 [ 192 ] {83b86529-4bdb-41f2-a718-74025d6ddd30::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.04.03 04:29:07.317958 [ 192 ] {83b86529-4bdb-41f2-a718-74025d6ddd30::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.03 04:29:07.317997 [ 192 ] {83b86529-4bdb-41f2-a718-74025d6ddd30::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.04.03 04:29:07.318074 [ 192 ] {83b86529-4bdb-41f2-a718-74025d6ddd30::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 148 rows starting from the beginning of the part 2026.04.03 04:29:07.318131 [ 192 ] {83b86529-4bdb-41f2-a718-74025d6ddd30::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 148 rows starting from the beginning of the part 2026.04.03 04:29:07.318182 [ 192 ] {83b86529-4bdb-41f2-a718-74025d6ddd30::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 148 rows starting from the beginning of the part 2026.04.03 04:29:07.318228 [ 192 ] {83b86529-4bdb-41f2-a718-74025d6ddd30::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 148 rows starting from the beginning of the part 2026.04.03 04:29:07.319122 [ 195 ] {83b86529-4bdb-41f2-a718-74025d6ddd30::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 604 rows, containing 5 columns (5 merged, 0 gathered) in 0.001388997 sec., 434846.1515755613 rows/sec., 26.56 MiB/sec. 2026.04.03 04:29:07.319339 [ 195 ] {83b86529-4bdb-41f2-a718-74025d6ddd30::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.04.03 04:29:07.319736 [ 195 ] {83b86529-4bdb-41f2-a718-74025d6ddd30::all_1_5_1} oximeter.fields_u8 (83b86529-4bdb-41f2-a718-74025d6ddd30): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:07.319836 [ 195 ] {83b86529-4bdb-41f2-a718-74025d6ddd30::all_1_5_1} oximeter.fields_u8 (83b86529-4bdb-41f2-a718-74025d6ddd30) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.04.03 04:29:07.319944 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.04.03 04:29:07.779584 [ 129 ] {} DNSResolver: Updating DNS cache 2026.04.03 04:29:07.779637 [ 129 ] {} DNSResolver: Updated DNS cache 2026.04.03 04:29:07.876366 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 6754 2026.04.03 04:29:07.876861 [ 245 ] {} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:07.876912 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:29:07.877532 [ 245 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.03 04:29:07.877773 [ 245 ] {} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:07.877930 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6754 2026.04.03 04:29:08.239973 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2026.04.03 04:29:08.256992 [ 244 ] {} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:08.257058 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:29:08.262442 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.03 04:29:08.263148 [ 244 ] {} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:08.266094 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2026.04.03 04:29:09.701216 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:09.701498 [ 268 ] {2008b341-8562-423a-900f-a2fd02f58db0} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.03 04:29:09.701601 [ 268 ] {2008b341-8562-423a-900f-a2fd02f58db0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.03 04:29:09.702479 [ 268 ] {2008b341-8562-423a-900f-a2fd02f58db0} oximeter.fields_i16 (9eea47d2-df2b-4527-be52-1284769a16c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:09.702517 [ 268 ] {2008b341-8562-423a-900f-a2fd02f58db0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:29:09.702926 [ 268 ] {2008b341-8562-423a-900f-a2fd02f58db0} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.03 04:29:09.703151 [ 268 ] {2008b341-8562-423a-900f-a2fd02f58db0} oximeter.fields_i16 (9eea47d2-df2b-4527-be52-1284769a16c9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:09.703300 [ 268 ] {2008b341-8562-423a-900f-a2fd02f58db0} executeQuery: Read 284 rows, 18.47 KiB in 0.00188 sec., 151063.82978723405 rows/sec., 9.59 MiB/sec. 2026.04.03 04:29:09.703342 [ 268 ] {2008b341-8562-423a-900f-a2fd02f58db0} TCPHandler: Processed in 0.002307595 sec. 2026.04.03 04:29:09.703475 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:09.703570 [ 268 ] {ab0ccbe6-b5a7-4e04-bb46-0342e73df4f9} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.03 04:29:09.703610 [ 268 ] {ab0ccbe6-b5a7-4e04-bb46-0342e73df4f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.03 04:29:09.704438 [ 268 ] {ab0ccbe6-b5a7-4e04-bb46-0342e73df4f9} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:09.704470 [ 268 ] {ab0ccbe6-b5a7-4e04-bb46-0342e73df4f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:29:09.704799 [ 268 ] {ab0ccbe6-b5a7-4e04-bb46-0342e73df4f9} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.03 04:29:09.705014 [ 268 ] {ab0ccbe6-b5a7-4e04-bb46-0342e73df4f9} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:09.705200 [ 268 ] {ab0ccbe6-b5a7-4e04-bb46-0342e73df4f9} executeQuery: Read 797 rows, 62.84 KiB in 0.001649 sec., 483323.22619769553 rows/sec., 37.21 MiB/sec. 2026.04.03 04:29:09.705237 [ 268 ] {ab0ccbe6-b5a7-4e04-bb46-0342e73df4f9} TCPHandler: Processed in 0.001810636 sec. 2026.04.03 04:29:09.705350 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:09.705444 [ 268 ] {562d5174-a849-4ca1-85fb-cc70ea8228f5} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.03 04:29:09.705483 [ 268 ] {562d5174-a849-4ca1-85fb-cc70ea8228f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.03 04:29:09.705944 [ 268 ] {562d5174-a849-4ca1-85fb-cc70ea8228f5} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:09.705978 [ 268 ] {562d5174-a849-4ca1-85fb-cc70ea8228f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:29:09.706290 [ 268 ] {562d5174-a849-4ca1-85fb-cc70ea8228f5} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.03 04:29:09.706493 [ 268 ] {562d5174-a849-4ca1-85fb-cc70ea8228f5} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:09.706617 [ 268 ] {562d5174-a849-4ca1-85fb-cc70ea8228f5} executeQuery: Read 142 rows, 8.54 KiB in 0.001191 sec., 119227.53988245172 rows/sec., 7.00 MiB/sec. 2026.04.03 04:29:09.706653 [ 268 ] {562d5174-a849-4ca1-85fb-cc70ea8228f5} TCPHandler: Processed in 0.001352997 sec. 2026.04.03 04:29:09.706770 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:09.706863 [ 268 ] {9e033fef-1750-4d0f-b242-fb6401ba21a8} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.03 04:29:09.706901 [ 268 ] {9e033fef-1750-4d0f-b242-fb6401ba21a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.03 04:29:09.707359 [ 268 ] {9e033fef-1750-4d0f-b242-fb6401ba21a8} oximeter.fields_u32 (ef1f3134-1ec0-4c33-acfc-a59b11cf61da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:09.707392 [ 268 ] {9e033fef-1750-4d0f-b242-fb6401ba21a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:29:09.707687 [ 268 ] {9e033fef-1750-4d0f-b242-fb6401ba21a8} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.03 04:29:09.707891 [ 268 ] {9e033fef-1750-4d0f-b242-fb6401ba21a8} oximeter.fields_u32 (ef1f3134-1ec0-4c33-acfc-a59b11cf61da): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:09.707973 [ 33 ] {} oximeter.fields_u32 (ef1f3134-1ec0-4c33-acfc-a59b11cf61da) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.03 04:29:09.708010 [ 33 ] {} oximeter.fields_u32 (ef1f3134-1ec0-4c33-acfc-a59b11cf61da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:09.708012 [ 268 ] {9e033fef-1750-4d0f-b242-fb6401ba21a8} executeQuery: Read 149 rows, 9.86 KiB in 0.001168 sec., 127568.49315068494 rows/sec., 8.24 MiB/sec. 2026.04.03 04:29:09.708027 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:29:09.708053 [ 268 ] {9e033fef-1750-4d0f-b242-fb6401ba21a8} TCPHandler: Processed in 0.001331836 sec. 2026.04.03 04:29:09.708134 [ 186 ] {ef1f3134-1ec0-4c33-acfc-a59b11cf61da::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.04.03 04:29:09.708167 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:09.708269 [ 268 ] {6ed104bf-cb22-4a0e-8e2c-6a9d47432d3f} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.03 04:29:09.708279 [ 186 ] {ef1f3134-1ec0-4c33-acfc-a59b11cf61da::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.03 04:29:09.708311 [ 268 ] {6ed104bf-cb22-4a0e-8e2c-6a9d47432d3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.03 04:29:09.708319 [ 186 ] {ef1f3134-1ec0-4c33-acfc-a59b11cf61da::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part 2026.04.03 04:29:09.708396 [ 186 ] {ef1f3134-1ec0-4c33-acfc-a59b11cf61da::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 950 rows starting from the beginning of the part 2026.04.03 04:29:09.708444 [ 186 ] {ef1f3134-1ec0-4c33-acfc-a59b11cf61da::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 149 rows starting from the beginning of the part 2026.04.03 04:29:09.708488 [ 186 ] {ef1f3134-1ec0-4c33-acfc-a59b11cf61da::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 149 rows starting from the beginning of the part 2026.04.03 04:29:09.708527 [ 186 ] {ef1f3134-1ec0-4c33-acfc-a59b11cf61da::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 950 rows starting from the beginning of the part 2026.04.03 04:29:09.708567 [ 186 ] {ef1f3134-1ec0-4c33-acfc-a59b11cf61da::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 149 rows starting from the beginning of the part 2026.04.03 04:29:09.708773 [ 268 ] {6ed104bf-cb22-4a0e-8e2c-6a9d47432d3f} oximeter.fields_u8 (83b86529-4bdb-41f2-a718-74025d6ddd30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:09.708814 [ 268 ] {6ed104bf-cb22-4a0e-8e2c-6a9d47432d3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:09.709141 [ 268 ] {6ed104bf-cb22-4a0e-8e2c-6a9d47432d3f} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.03 04:29:09.709387 [ 268 ] {6ed104bf-cb22-4a0e-8e2c-6a9d47432d3f} oximeter.fields_u8 (83b86529-4bdb-41f2-a718-74025d6ddd30): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:09.709511 [ 268 ] {6ed104bf-cb22-4a0e-8e2c-6a9d47432d3f} executeQuery: Read 148 rows, 8.62 KiB in 0.001259 sec., 117553.6139793487 rows/sec., 6.69 MiB/sec. 2026.04.03 04:29:09.709548 [ 268 ] {6ed104bf-cb22-4a0e-8e2c-6a9d47432d3f} TCPHandler: Processed in 0.001430219 sec. 2026.04.03 04:29:09.709661 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:09.709755 [ 268 ] {f5da4370-4cac-49d2-9fb5-bad934a05e68} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.03 04:29:09.709772 [ 195 ] {ef1f3134-1ec0-4c33-acfc-a59b11cf61da::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2371 rows, containing 5 columns (5 merged, 0 gathered) in 0.001686143 sec., 1406167.8042728286 rows/sec., 89.97 MiB/sec. 2026.04.03 04:29:09.709794 [ 268 ] {f5da4370-4cac-49d2-9fb5-bad934a05e68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.03 04:29:09.710000 [ 195 ] {ef1f3134-1ec0-4c33-acfc-a59b11cf61da::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.03 04:29:09.710307 [ 195 ] {ef1f3134-1ec0-4c33-acfc-a59b11cf61da::all_1_6_1} oximeter.fields_u32 (ef1f3134-1ec0-4c33-acfc-a59b11cf61da): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:09.710379 [ 195 ] {ef1f3134-1ec0-4c33-acfc-a59b11cf61da::all_1_6_1} oximeter.fields_u32 (ef1f3134-1ec0-4c33-acfc-a59b11cf61da) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.03 04:29:09.710466 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. 2026.04.03 04:29:09.710473 [ 268 ] {f5da4370-4cac-49d2-9fb5-bad934a05e68} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:09.710515 [ 268 ] {f5da4370-4cac-49d2-9fb5-bad934a05e68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:29:09.710845 [ 268 ] {f5da4370-4cac-49d2-9fb5-bad934a05e68} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.03 04:29:09.711052 [ 268 ] {f5da4370-4cac-49d2-9fb5-bad934a05e68} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:09.711187 [ 268 ] {f5da4370-4cac-49d2-9fb5-bad934a05e68} executeQuery: Read 490 rows, 35.18 KiB in 0.001451 sec., 337698.13921433495 rows/sec., 23.68 MiB/sec. 2026.04.03 04:29:09.711224 [ 268 ] {f5da4370-4cac-49d2-9fb5-bad934a05e68} TCPHandler: Processed in 0.001611342 sec. 2026.04.03 04:29:09.711333 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:09.711427 [ 268 ] {2a6a7505-f4f6-4d08-a9b4-3fb0971c448f} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.03 04:29:09.711467 [ 268 ] {2a6a7505-f4f6-4d08-a9b4-3fb0971c448f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.03 04:29:09.711793 [ 268 ] {2a6a7505-f4f6-4d08-a9b4-3fb0971c448f} oximeter.measurements_bool (7a4435ad-bf4a-469e-8112-fe09f152620b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:09.711826 [ 268 ] {2a6a7505-f4f6-4d08-a9b4-3fb0971c448f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:29:09.712122 [ 268 ] {2a6a7505-f4f6-4d08-a9b4-3fb0971c448f} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.03 04:29:09.712325 [ 268 ] {2a6a7505-f4f6-4d08-a9b4-3fb0971c448f} oximeter.measurements_bool (7a4435ad-bf4a-469e-8112-fe09f152620b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:09.712450 [ 268 ] {2a6a7505-f4f6-4d08-a9b4-3fb0971c448f} executeQuery: Read 6 rows, 321.00 B in 0.001041 sec., 5763.688760806916 rows/sec., 301.13 KiB/sec. 2026.04.03 04:29:09.712484 [ 268 ] {2a6a7505-f4f6-4d08-a9b4-3fb0971c448f} TCPHandler: Processed in 0.001199884 sec. 2026.04.03 04:29:09.712592 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:09.712685 [ 268 ] {856be4ed-050e-44c5-973b-ceeb4c48c9cc} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.03 04:29:09.712726 [ 268 ] {856be4ed-050e-44c5-973b-ceeb4c48c9cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.03 04:29:09.713157 [ 268 ] {856be4ed-050e-44c5-973b-ceeb4c48c9cc} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:09.713192 [ 268 ] {856be4ed-050e-44c5-973b-ceeb4c48c9cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:29:09.713515 [ 268 ] {856be4ed-050e-44c5-973b-ceeb4c48c9cc} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.03 04:29:09.713723 [ 268 ] {856be4ed-050e-44c5-973b-ceeb4c48c9cc} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:09.713849 [ 268 ] {856be4ed-050e-44c5-973b-ceeb4c48c9cc} executeQuery: Read 265 rows, 18.03 KiB in 0.001182 sec., 224196.27749576987 rows/sec., 14.90 MiB/sec. 2026.04.03 04:29:09.713885 [ 268 ] {856be4ed-050e-44c5-973b-ceeb4c48c9cc} TCPHandler: Processed in 0.001341796 sec. 2026.04.03 04:29:09.713999 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:09.714093 [ 268 ] {24b7c9d3-fab1-4656-9d43-271c04aaf627} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.03 04:29:09.714133 [ 268 ] {24b7c9d3-fab1-4656-9d43-271c04aaf627} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.03 04:29:09.714435 [ 268 ] {24b7c9d3-fab1-4656-9d43-271c04aaf627} oximeter.measurements_f64 (9437292b-5c9a-44b9-8553-0e3548b5b082): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:09.714471 [ 268 ] {24b7c9d3-fab1-4656-9d43-271c04aaf627} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:29:09.714785 [ 268 ] {24b7c9d3-fab1-4656-9d43-271c04aaf627} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.04.03 04:29:09.714990 [ 268 ] {24b7c9d3-fab1-4656-9d43-271c04aaf627} oximeter.measurements_f64 (9437292b-5c9a-44b9-8553-0e3548b5b082): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:09.715093 [ 81 ] {} oximeter.measurements_f64 (9437292b-5c9a-44b9-8553-0e3548b5b082) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.04.03 04:29:09.715116 [ 268 ] {24b7c9d3-fab1-4656-9d43-271c04aaf627} executeQuery: Read 1 rows, 69.00 B in 0.001041 sec., 960.6147934678194 rows/sec., 64.73 KiB/sec. 2026.04.03 04:29:09.715145 [ 81 ] {} oximeter.measurements_f64 (9437292b-5c9a-44b9-8553-0e3548b5b082): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:09.715160 [ 268 ] {24b7c9d3-fab1-4656-9d43-271c04aaf627} TCPHandler: Processed in 0.001210234 sec. 2026.04.03 04:29:09.715172 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:29:09.715283 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:09.715333 [ 188 ] {9437292b-5c9a-44b9-8553-0e3548b5b082::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.04.03 04:29:09.715379 [ 268 ] {96374530-6df5-4ea5-afbe-8b4f74a730b6} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.03 04:29:09.715424 [ 268 ] {96374530-6df5-4ea5-afbe-8b4f74a730b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.03 04:29:09.715492 [ 188 ] {9437292b-5c9a-44b9-8553-0e3548b5b082::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.03 04:29:09.715535 [ 188 ] {9437292b-5c9a-44b9-8553-0e3548b5b082::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part 2026.04.03 04:29:09.715609 [ 188 ] {9437292b-5c9a-44b9-8553-0e3548b5b082::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part 2026.04.03 04:29:09.715656 [ 188 ] {9437292b-5c9a-44b9-8553-0e3548b5b082::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part 2026.04.03 04:29:09.715698 [ 188 ] {9437292b-5c9a-44b9-8553-0e3548b5b082::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part 2026.04.03 04:29:09.715738 [ 188 ] {9437292b-5c9a-44b9-8553-0e3548b5b082::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part 2026.04.03 04:29:09.715773 [ 268 ] {96374530-6df5-4ea5-afbe-8b4f74a730b6} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:09.715813 [ 268 ] {96374530-6df5-4ea5-afbe-8b4f74a730b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:09.716150 [ 268 ] {96374530-6df5-4ea5-afbe-8b4f74a730b6} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.03 04:29:09.716384 [ 268 ] {96374530-6df5-4ea5-afbe-8b4f74a730b6} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:09.716487 [ 198 ] {9437292b-5c9a-44b9-8553-0e3548b5b082::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.001207784 sec., 4139.81307915985 rows/sec., 278.95 KiB/sec. 2026.04.03 04:29:09.716511 [ 268 ] {96374530-6df5-4ea5-afbe-8b4f74a730b6} executeQuery: Read 90 rows, 5.77 KiB in 0.001151 sec., 78192.87576020852 rows/sec., 4.89 MiB/sec. 2026.04.03 04:29:09.716551 [ 268 ] {96374530-6df5-4ea5-afbe-8b4f74a730b6} TCPHandler: Processed in 0.001317296 sec. 2026.04.03 04:29:09.716611 [ 188 ] {9437292b-5c9a-44b9-8553-0e3548b5b082::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.04.03 04:29:09.716874 [ 188 ] {9437292b-5c9a-44b9-8553-0e3548b5b082::all_1_5_1} oximeter.measurements_f64 (9437292b-5c9a-44b9-8553-0e3548b5b082): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:09.716941 [ 188 ] {9437292b-5c9a-44b9-8553-0e3548b5b082::all_1_5_1} oximeter.measurements_f64 (9437292b-5c9a-44b9-8553-0e3548b5b082) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.04.03 04:29:09.717005 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. 2026.04.03 04:29:12.883830 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 496 2026.04.03 04:29:12.886220 [ 243 ] {} system.query_log (7212dc63-7bc5-4d34-8e52-a96490942866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:12.886262 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:29:12.887453 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.03 04:29:12.887743 [ 243 ] {} system.query_log (7212dc63-7bc5-4d34-8e52-a96490942866): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:12.887897 [ 40 ] {} system.query_log (7212dc63-7bc5-4d34-8e52-a96490942866) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.03 04:29:12.887942 [ 40 ] {} system.query_log (7212dc63-7bc5-4d34-8e52-a96490942866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:12.887965 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. 2026.04.03 04:29:12.888072 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 496 2026.04.03 04:29:12.888098 [ 195 ] {7212dc63-7bc5-4d34-8e52-a96490942866::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.04.03 04:29:12.888764 [ 195 ] {7212dc63-7bc5-4d34-8e52-a96490942866::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.03 04:29:12.888935 [ 195 ] {7212dc63-7bc5-4d34-8e52-a96490942866::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 256 rows starting from the beginning of the part 2026.04.03 04:29:12.889344 [ 195 ] {7212dc63-7bc5-4d34-8e52-a96490942866::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 94 rows starting from the beginning of the part 2026.04.03 04:29:12.889671 [ 195 ] {7212dc63-7bc5-4d34-8e52-a96490942866::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 32 rows starting from the beginning of the part 2026.04.03 04:29:12.889997 [ 195 ] {7212dc63-7bc5-4d34-8e52-a96490942866::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 36 rows starting from the beginning of the part 2026.04.03 04:29:12.890315 [ 195 ] {7212dc63-7bc5-4d34-8e52-a96490942866::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 46 rows starting from the beginning of the part 2026.04.03 04:29:12.890636 [ 195 ] {7212dc63-7bc5-4d34-8e52-a96490942866::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 32 rows starting from the beginning of the part 2026.04.03 04:29:12.896373 [ 193 ] {7212dc63-7bc5-4d34-8e52-a96490942866::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 496 rows, containing 72 columns (72 merged, 0 gathered) in 0.008323844 sec., 59587.853880971335 rows/sec., 58.56 MiB/sec. 2026.04.03 04:29:12.897373 [ 188 ] {7212dc63-7bc5-4d34-8e52-a96490942866::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.03 04:29:12.897940 [ 188 ] {7212dc63-7bc5-4d34-8e52-a96490942866::all_1_11_2} system.query_log (7212dc63-7bc5-4d34-8e52-a96490942866): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:12.898018 [ 188 ] {7212dc63-7bc5-4d34-8e52-a96490942866::all_1_11_2} system.query_log (7212dc63-7bc5-4d34-8e52-a96490942866) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.03 04:29:12.898244 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.93 MiB. 2026.04.03 04:29:14.696089 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:14.696304 [ 268 ] {993f7dd4-7f90-4592-9cd7-630ed073ccf4} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.03 04:29:14.696376 [ 268 ] {993f7dd4-7f90-4592-9cd7-630ed073ccf4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.03 04:29:14.697041 [ 268 ] {993f7dd4-7f90-4592-9cd7-630ed073ccf4} oximeter.fields_ipaddr (4dbf6b0b-78ff-42ed-9e98-89b262336374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:14.697091 [ 268 ] {993f7dd4-7f90-4592-9cd7-630ed073ccf4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:14.697481 [ 268 ] {993f7dd4-7f90-4592-9cd7-630ed073ccf4} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.03 04:29:14.697703 [ 268 ] {993f7dd4-7f90-4592-9cd7-630ed073ccf4} oximeter.fields_ipaddr (4dbf6b0b-78ff-42ed-9e98-89b262336374): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:14.697850 [ 268 ] {993f7dd4-7f90-4592-9cd7-630ed073ccf4} executeQuery: Read 4 rows, 334.00 B in 0.001599 sec., 2501.5634771732334 rows/sec., 203.98 KiB/sec. 2026.04.03 04:29:14.697893 [ 268 ] {993f7dd4-7f90-4592-9cd7-630ed073ccf4} TCPHandler: Processed in 0.001937678 sec. 2026.04.03 04:29:14.698006 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:14.698099 [ 268 ] {b910e271-bd22-4999-8497-e69f0bf4e84b} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.03 04:29:14.698138 [ 268 ] {b910e271-bd22-4999-8497-e69f0bf4e84b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.03 04:29:14.698623 [ 268 ] {b910e271-bd22-4999-8497-e69f0bf4e84b} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:14.698659 [ 268 ] {b910e271-bd22-4999-8497-e69f0bf4e84b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:14.698996 [ 268 ] {b910e271-bd22-4999-8497-e69f0bf4e84b} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.03 04:29:14.699206 [ 268 ] {b910e271-bd22-4999-8497-e69f0bf4e84b} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:14.699336 [ 268 ] {b910e271-bd22-4999-8497-e69f0bf4e84b} executeQuery: Read 140 rows, 12.44 KiB in 0.001254 sec., 111642.7432216906 rows/sec., 9.69 MiB/sec. 2026.04.03 04:29:14.699332 [ 30 ] {} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.03 04:29:14.699373 [ 268 ] {b910e271-bd22-4999-8497-e69f0bf4e84b} TCPHandler: Processed in 0.001414368 sec. 2026.04.03 04:29:14.699412 [ 30 ] {} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:14.699441 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:14.699499 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:14.699553 [ 199 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::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.04.03 04:29:14.699596 [ 268 ] {6e7201cd-2304-4680-b482-280618e41f61} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.03 04:29:14.699640 [ 268 ] {6e7201cd-2304-4680-b482-280618e41f61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.03 04:29:14.699698 [ 199 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.03 04:29:14.699737 [ 199 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 3357 rows starting from the beginning of the part 2026.04.03 04:29:14.699829 [ 199 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 3147 rows starting from the beginning of the part 2026.04.03 04:29:14.699877 [ 199 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 56 rows starting from the beginning of the part 2026.04.03 04:29:14.699925 [ 199 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 136 rows starting from the beginning of the part 2026.04.03 04:29:14.699970 [ 199 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 797 rows starting from the beginning of the part 2026.04.03 04:29:14.700012 [ 199 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 140 rows starting from the beginning of the part 2026.04.03 04:29:14.700051 [ 268 ] {6e7201cd-2304-4680-b482-280618e41f61} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:14.700092 [ 268 ] {6e7201cd-2304-4680-b482-280618e41f61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:14.700428 [ 268 ] {6e7201cd-2304-4680-b482-280618e41f61} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.03 04:29:14.700642 [ 268 ] {6e7201cd-2304-4680-b482-280618e41f61} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:14.700741 [ 30 ] {} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.03 04:29:14.700770 [ 30 ] {} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:14.700773 [ 268 ] {6e7201cd-2304-4680-b482-280618e41f61} executeQuery: Read 45 rows, 3.36 KiB in 0.001196 sec., 37625.41806020067 rows/sec., 2.75 MiB/sec. 2026.04.03 04:29:14.700789 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:14.700823 [ 268 ] {6e7201cd-2304-4680-b482-280618e41f61} TCPHandler: Processed in 0.001374457 sec. 2026.04.03 04:29:14.700908 [ 188 ] {aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87::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.04.03 04:29:14.700933 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:14.701044 [ 268 ] {bcb2f1cd-e8d9-48ab-adef-d562023aa7ac} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.03 04:29:14.701064 [ 188 ] {aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.03 04:29:14.701084 [ 268 ] {bcb2f1cd-e8d9-48ab-adef-d562023aa7ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.03 04:29:14.701103 [ 188 ] {aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 223 rows starting from the beginning of the part 2026.04.03 04:29:14.701176 [ 188 ] {aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 40 rows starting from the beginning of the part 2026.04.03 04:29:14.701224 [ 188 ] {aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 155 rows starting from the beginning of the part 2026.04.03 04:29:14.701262 [ 188 ] {aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 40 rows starting from the beginning of the part 2026.04.03 04:29:14.701300 [ 188 ] {aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 142 rows starting from the beginning of the part 2026.04.03 04:29:14.701340 [ 188 ] {aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 45 rows starting from the beginning of the part 2026.04.03 04:29:14.701522 [ 268 ] {bcb2f1cd-e8d9-48ab-adef-d562023aa7ac} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:14.701562 [ 268 ] {bcb2f1cd-e8d9-48ab-adef-d562023aa7ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:14.702015 [ 268 ] {bcb2f1cd-e8d9-48ab-adef-d562023aa7ac} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.03 04:29:14.702235 [ 193 ] {aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 645 rows, containing 5 columns (5 merged, 0 gathered) in 0.001381677 sec., 466824.01169014175 rows/sec., 31.48 MiB/sec. 2026.04.03 04:29:14.702237 [ 268 ] {bcb2f1cd-e8d9-48ab-adef-d562023aa7ac} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:14.702350 [ 30 ] {} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.03 04:29:14.702378 [ 30 ] {} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:14.702389 [ 268 ] {bcb2f1cd-e8d9-48ab-adef-d562023aa7ac} executeQuery: Read 109 rows, 8.72 KiB in 0.001363 sec., 79970.65297138665 rows/sec., 6.25 MiB/sec. 2026.04.03 04:29:14.702399 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:14.702426 [ 196 ] {aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.03 04:29:14.702434 [ 268 ] {bcb2f1cd-e8d9-48ab-adef-d562023aa7ac} TCPHandler: Processed in 0.001548411 sec. 2026.04.03 04:29:14.702502 [ 199 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::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.04.03 04:29:14.702559 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:14.702611 [ 199 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.03 04:29:14.702645 [ 199 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1828 rows starting from the beginning of the part 2026.04.03 04:29:14.702644 [ 191 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 7633 rows, containing 5 columns (5 merged, 0 gathered) in 0.003142862 sec., 2428678.0647702636 rows/sec., 193.24 MiB/sec. 2026.04.03 04:29:14.702658 [ 268 ] {d480c205-039a-47ac-9323-654f57581fc0} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.03 04:29:14.702702 [ 199 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1718 rows starting from the beginning of the part 2026.04.03 04:29:14.702726 [ 268 ] {d480c205-039a-47ac-9323-654f57581fc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.03 04:29:14.702737 [ 196 ] {aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87::all_1_16_3} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:14.702751 [ 199 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 64 rows starting from the beginning of the part 2026.04.03 04:29:14.702801 [ 199 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 104 rows starting from the beginning of the part 2026.04.03 04:29:14.702826 [ 196 ] {aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87::all_1_16_3} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.03 04:29:14.702839 [ 199 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 490 rows starting from the beginning of the part 2026.04.03 04:29:14.702885 [ 199 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 109 rows starting from the beginning of the part 2026.04.03 04:29:14.702928 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.04.03 04:29:14.703067 [ 190 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.03 04:29:14.703145 [ 268 ] {d480c205-039a-47ac-9323-654f57581fc0} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:14.703187 [ 268 ] {d480c205-039a-47ac-9323-654f57581fc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:14.703409 [ 190 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_21_4} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:14.703496 [ 190 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_21_4} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.03 04:29:14.703579 [ 268 ] {d480c205-039a-47ac-9323-654f57581fc0} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.03 04:29:14.703594 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.40 MiB. 2026.04.03 04:29:14.703837 [ 268 ] {d480c205-039a-47ac-9323-654f57581fc0} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:14.703943 [ 30 ] {} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.03 04:29:14.703972 [ 30 ] {} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:14.703972 [ 268 ] {d480c205-039a-47ac-9323-654f57581fc0} executeQuery: Read 162 rows, 11.55 KiB in 0.001332 sec., 121621.62162162161 rows/sec., 8.47 MiB/sec. 2026.04.03 04:29:14.703990 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:14.704024 [ 268 ] {d480c205-039a-47ac-9323-654f57581fc0} TCPHandler: Processed in 0.001511319 sec. 2026.04.03 04:29:14.704061 [ 193 ] {f25b6725-879d-46f0-9797-8977429a43f9::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.04.03 04:29:14.704137 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:14.704156 [ 193 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.03 04:29:14.704184 [ 193 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 6012 rows starting from the beginning of the part 2026.04.03 04:29:14.704231 [ 268 ] {26dd0b3b-a080-4a13-af85-4d2908bfeed9} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.03 04:29:14.704264 [ 196 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 4313 rows, containing 5 columns (5 merged, 0 gathered) in 0.001809496 sec., 2383536.6311945426 rows/sec., 172.74 MiB/sec. 2026.04.03 04:29:14.704269 [ 193 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1602 rows starting from the beginning of the part 2026.04.03 04:29:14.704285 [ 268 ] {26dd0b3b-a080-4a13-af85-4d2908bfeed9} 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.04.03 04:29:14.704331 [ 193 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 128 rows starting from the beginning of the part 2026.04.03 04:29:14.704370 [ 193 ] {f25b6725-879d-46f0-9797-8977429a43f9::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.04.03 04:29:14.704409 [ 193 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 265 rows starting from the beginning of the part 2026.04.03 04:29:14.704453 [ 193 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 162 rows starting from the beginning of the part 2026.04.03 04:29:14.704512 [ 191 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.03 04:29:14.704823 [ 191 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_21_4} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:14.704899 [ 191 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_21_4} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.03 04:29:14.704982 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2026.04.03 04:29:14.705146 [ 268 ] {26dd0b3b-a080-4a13-af85-4d2908bfeed9} oximeter.measurements_histogramu64 (4a5f49cb-97be-4b78-98a9-ca04f4d82229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:14.705186 [ 268 ] {26dd0b3b-a080-4a13-af85-4d2908bfeed9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:14.705763 [ 268 ] {26dd0b3b-a080-4a13-af85-4d2908bfeed9} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.03 04:29:14.705985 [ 268 ] {26dd0b3b-a080-4a13-af85-4d2908bfeed9} oximeter.measurements_histogramu64 (4a5f49cb-97be-4b78-98a9-ca04f4d82229): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:14.706126 [ 268 ] {26dd0b3b-a080-4a13-af85-4d2908bfeed9} executeQuery: Read 41 rows, 75.23 KiB in 0.001913 sec., 21432.30527966545 rows/sec., 38.41 MiB/sec. 2026.04.03 04:29:14.706177 [ 268 ] {26dd0b3b-a080-4a13-af85-4d2908bfeed9} TCPHandler: Processed in 0.002087191 sec. 2026.04.03 04:29:14.706290 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:14.706382 [ 268 ] {7980c5d7-aa40-49e1-8b1a-8cef30cc8847} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.03 04:29:14.706422 [ 268 ] {7980c5d7-aa40-49e1-8b1a-8cef30cc8847} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.03 04:29:14.706779 [ 268 ] {7980c5d7-aa40-49e1-8b1a-8cef30cc8847} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:14.706814 [ 268 ] {7980c5d7-aa40-49e1-8b1a-8cef30cc8847} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:14.707121 [ 268 ] {7980c5d7-aa40-49e1-8b1a-8cef30cc8847} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.03 04:29:14.707334 [ 268 ] {7980c5d7-aa40-49e1-8b1a-8cef30cc8847} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:14.707434 [ 30 ] {} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.03 04:29:14.707463 [ 268 ] {7980c5d7-aa40-49e1-8b1a-8cef30cc8847} executeQuery: Read 60 rows, 4.14 KiB in 0.001099 sec., 54595.08644222021 rows/sec., 3.68 MiB/sec. 2026.04.03 04:29:14.707464 [ 30 ] {} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:14.707502 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:14.707503 [ 191 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 8329 rows, containing 5 columns (5 merged, 0 gathered) in 0.003466979 sec., 2402379.708674324 rows/sec., 156.50 MiB/sec. 2026.04.03 04:29:14.707505 [ 268 ] {7980c5d7-aa40-49e1-8b1a-8cef30cc8847} TCPHandler: Processed in 0.001262405 sec. 2026.04.03 04:29:14.707573 [ 199 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::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.04.03 04:29:14.707685 [ 199 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.03 04:29:14.707716 [ 199 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 840 rows starting from the beginning of the part 2026.04.03 04:29:14.707768 [ 199 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 42 rows starting from the beginning of the part 2026.04.03 04:29:14.707773 [ 196 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.03 04:29:14.707815 [ 199 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 48 rows starting from the beginning of the part 2026.04.03 04:29:14.707857 [ 199 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::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.04.03 04:29:14.707898 [ 199 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 90 rows starting from the beginning of the part 2026.04.03 04:29:14.707948 [ 199 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::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.04.03 04:29:14.708080 [ 196 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_21_4} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:14.708165 [ 196 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_21_4} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.03 04:29:14.708267 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.55 MiB. 2026.04.03 04:29:14.708773 [ 187 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1140 rows, containing 4 columns (4 merged, 0 gathered) in 0.001233575 sec., 924143.2422025414 rows/sec., 60.54 MiB/sec. 2026.04.03 04:29:14.708959 [ 196 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.03 04:29:14.709219 [ 196 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::all_1_21_4} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:14.709288 [ 196 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::all_1_21_4} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.03 04:29:14.709463 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.04.03 04:29:15.378177 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 7266 2026.04.03 04:29:15.379055 [ 245 ] {} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:15.379123 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:15.379632 [ 245 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.03 04:29:15.379862 [ 245 ] {} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:15.379991 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7266 2026.04.03 04:29:15.766323 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2026.04.03 04:29:15.782209 [ 244 ] {} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:15.782266 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:15.788081 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.03 04:29:15.788909 [ 244 ] {} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:15.791538 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2026.04.03 04:29:19.701880 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:19.702093 [ 268 ] {8ab74a5d-ec05-4339-9cad-6a1bdfc620ed} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.03 04:29:19.702164 [ 268 ] {8ab74a5d-ec05-4339-9cad-6a1bdfc620ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.03 04:29:19.702957 [ 268 ] {8ab74a5d-ec05-4339-9cad-6a1bdfc620ed} oximeter.fields_i16 (9eea47d2-df2b-4527-be52-1284769a16c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:19.703005 [ 268 ] {8ab74a5d-ec05-4339-9cad-6a1bdfc620ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:19.703410 [ 268 ] {8ab74a5d-ec05-4339-9cad-6a1bdfc620ed} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.03 04:29:19.703667 [ 268 ] {8ab74a5d-ec05-4339-9cad-6a1bdfc620ed} oximeter.fields_i16 (9eea47d2-df2b-4527-be52-1284769a16c9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:19.703810 [ 268 ] {8ab74a5d-ec05-4339-9cad-6a1bdfc620ed} executeQuery: Read 284 rows, 18.47 KiB in 0.001772 sec., 160270.88036117383 rows/sec., 10.18 MiB/sec. 2026.04.03 04:29:19.703850 [ 268 ] {8ab74a5d-ec05-4339-9cad-6a1bdfc620ed} TCPHandler: Processed in 0.002107222 sec. 2026.04.03 04:29:19.703974 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:19.704068 [ 268 ] {2faae2f0-e5c4-49df-bcac-1308193811ec} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.03 04:29:19.704106 [ 268 ] {2faae2f0-e5c4-49df-bcac-1308193811ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.03 04:29:19.704887 [ 268 ] {2faae2f0-e5c4-49df-bcac-1308193811ec} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:19.704922 [ 268 ] {2faae2f0-e5c4-49df-bcac-1308193811ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:19.705280 [ 268 ] {2faae2f0-e5c4-49df-bcac-1308193811ec} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.03 04:29:19.705481 [ 268 ] {2faae2f0-e5c4-49df-bcac-1308193811ec} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:19.705607 [ 268 ] {2faae2f0-e5c4-49df-bcac-1308193811ec} executeQuery: Read 797 rows, 62.84 KiB in 0.001558 sec., 511553.27342747117 rows/sec., 39.39 MiB/sec. 2026.04.03 04:29:19.705643 [ 268 ] {2faae2f0-e5c4-49df-bcac-1308193811ec} TCPHandler: Processed in 0.001717064 sec. 2026.04.03 04:29:19.705758 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:19.705850 [ 268 ] {75d8930e-5b86-4dd5-8252-62e255752268} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.03 04:29:19.705888 [ 268 ] {75d8930e-5b86-4dd5-8252-62e255752268} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.03 04:29:19.706353 [ 268 ] {75d8930e-5b86-4dd5-8252-62e255752268} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:19.706390 [ 268 ] {75d8930e-5b86-4dd5-8252-62e255752268} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:19.706696 [ 268 ] {75d8930e-5b86-4dd5-8252-62e255752268} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.03 04:29:19.706903 [ 268 ] {75d8930e-5b86-4dd5-8252-62e255752268} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:19.707026 [ 268 ] {75d8930e-5b86-4dd5-8252-62e255752268} executeQuery: Read 142 rows, 8.54 KiB in 0.001194 sec., 118927.97319933 rows/sec., 6.99 MiB/sec. 2026.04.03 04:29:19.707062 [ 268 ] {75d8930e-5b86-4dd5-8252-62e255752268} TCPHandler: Processed in 0.001351417 sec. 2026.04.03 04:29:19.707173 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:19.707266 [ 268 ] {75100245-d284-473a-9950-db1e724e0d6f} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.03 04:29:19.707304 [ 268 ] {75100245-d284-473a-9950-db1e724e0d6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.03 04:29:19.707742 [ 268 ] {75100245-d284-473a-9950-db1e724e0d6f} oximeter.fields_u32 (ef1f3134-1ec0-4c33-acfc-a59b11cf61da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:19.707777 [ 268 ] {75100245-d284-473a-9950-db1e724e0d6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:19.708075 [ 268 ] {75100245-d284-473a-9950-db1e724e0d6f} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.03 04:29:19.708300 [ 268 ] {75100245-d284-473a-9950-db1e724e0d6f} oximeter.fields_u32 (ef1f3134-1ec0-4c33-acfc-a59b11cf61da): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:19.708420 [ 268 ] {75100245-d284-473a-9950-db1e724e0d6f} executeQuery: Read 149 rows, 9.86 KiB in 0.001173 sec., 127024.72293265132 rows/sec., 8.21 MiB/sec. 2026.04.03 04:29:19.708455 [ 268 ] {75100245-d284-473a-9950-db1e724e0d6f} TCPHandler: Processed in 0.001329786 sec. 2026.04.03 04:29:19.708562 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:19.708655 [ 268 ] {ad8cd6ea-3e04-439e-9986-ab95f8559597} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.03 04:29:19.708694 [ 268 ] {ad8cd6ea-3e04-439e-9986-ab95f8559597} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.03 04:29:19.709150 [ 268 ] {ad8cd6ea-3e04-439e-9986-ab95f8559597} oximeter.fields_u8 (83b86529-4bdb-41f2-a718-74025d6ddd30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:19.709187 [ 268 ] {ad8cd6ea-3e04-439e-9986-ab95f8559597} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:19.709493 [ 268 ] {ad8cd6ea-3e04-439e-9986-ab95f8559597} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.03 04:29:19.709698 [ 268 ] {ad8cd6ea-3e04-439e-9986-ab95f8559597} oximeter.fields_u8 (83b86529-4bdb-41f2-a718-74025d6ddd30): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:19.709819 [ 268 ] {ad8cd6ea-3e04-439e-9986-ab95f8559597} executeQuery: Read 148 rows, 8.62 KiB in 0.001182 sec., 125211.50592216582 rows/sec., 7.12 MiB/sec. 2026.04.03 04:29:19.709856 [ 268 ] {ad8cd6ea-3e04-439e-9986-ab95f8559597} TCPHandler: Processed in 0.001340346 sec. 2026.04.03 04:29:19.709965 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:19.710058 [ 268 ] {5508d996-c0f7-4935-abe5-b8d6bbb9dcd0} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.03 04:29:19.710096 [ 268 ] {5508d996-c0f7-4935-abe5-b8d6bbb9dcd0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.03 04:29:19.710699 [ 268 ] {5508d996-c0f7-4935-abe5-b8d6bbb9dcd0} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:19.710736 [ 268 ] {5508d996-c0f7-4935-abe5-b8d6bbb9dcd0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:19.711066 [ 268 ] {5508d996-c0f7-4935-abe5-b8d6bbb9dcd0} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.03 04:29:19.711274 [ 268 ] {5508d996-c0f7-4935-abe5-b8d6bbb9dcd0} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:19.711400 [ 268 ] {5508d996-c0f7-4935-abe5-b8d6bbb9dcd0} executeQuery: Read 490 rows, 35.18 KiB in 0.001361 sec., 360029.3901542983 rows/sec., 25.24 MiB/sec. 2026.04.03 04:29:19.711438 [ 268 ] {5508d996-c0f7-4935-abe5-b8d6bbb9dcd0} TCPHandler: Processed in 0.001520119 sec. 2026.04.03 04:29:19.711542 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:19.711635 [ 268 ] {00d9ee15-993d-4d93-b768-1006fd2548b1} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.03 04:29:19.711675 [ 268 ] {00d9ee15-993d-4d93-b768-1006fd2548b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.03 04:29:19.712002 [ 268 ] {00d9ee15-993d-4d93-b768-1006fd2548b1} oximeter.measurements_bool (7a4435ad-bf4a-469e-8112-fe09f152620b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:19.712036 [ 268 ] {00d9ee15-993d-4d93-b768-1006fd2548b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:19.712334 [ 268 ] {00d9ee15-993d-4d93-b768-1006fd2548b1} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.03 04:29:19.712537 [ 268 ] {00d9ee15-993d-4d93-b768-1006fd2548b1} oximeter.measurements_bool (7a4435ad-bf4a-469e-8112-fe09f152620b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:19.712656 [ 268 ] {00d9ee15-993d-4d93-b768-1006fd2548b1} executeQuery: Read 6 rows, 321.00 B in 0.001039 sec., 5774.783445620789 rows/sec., 301.71 KiB/sec. 2026.04.03 04:29:19.712654 [ 51 ] {} oximeter.measurements_bool (7a4435ad-bf4a-469e-8112-fe09f152620b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.04.03 04:29:19.712692 [ 268 ] {00d9ee15-993d-4d93-b768-1006fd2548b1} TCPHandler: Processed in 0.001197243 sec. 2026.04.03 04:29:19.712733 [ 51 ] {} oximeter.measurements_bool (7a4435ad-bf4a-469e-8112-fe09f152620b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:19.712760 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:19.712818 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:19.712916 [ 268 ] {0dc019d1-4b0a-40af-b3ec-3a2fff4d686c} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.03 04:29:19.712938 [ 187 ] {7a4435ad-bf4a-469e-8112-fe09f152620b::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.04.03 04:29:19.712957 [ 268 ] {0dc019d1-4b0a-40af-b3ec-3a2fff4d686c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.03 04:29:19.713174 [ 187 ] {7a4435ad-bf4a-469e-8112-fe09f152620b::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.03 04:29:19.713236 [ 187 ] {7a4435ad-bf4a-469e-8112-fe09f152620b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part 2026.04.03 04:29:19.713338 [ 187 ] {7a4435ad-bf4a-469e-8112-fe09f152620b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part 2026.04.03 04:29:19.713408 [ 187 ] {7a4435ad-bf4a-469e-8112-fe09f152620b::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.04.03 04:29:19.713416 [ 268 ] {0dc019d1-4b0a-40af-b3ec-3a2fff4d686c} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:19.713467 [ 268 ] {0dc019d1-4b0a-40af-b3ec-3a2fff4d686c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:19.713475 [ 187 ] {7a4435ad-bf4a-469e-8112-fe09f152620b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2026.04.03 04:29:19.713527 [ 187 ] {7a4435ad-bf4a-469e-8112-fe09f152620b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2026.04.03 04:29:19.713562 [ 187 ] {7a4435ad-bf4a-469e-8112-fe09f152620b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part 2026.04.03 04:29:19.713854 [ 268 ] {0dc019d1-4b0a-40af-b3ec-3a2fff4d686c} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.03 04:29:19.714089 [ 268 ] {0dc019d1-4b0a-40af-b3ec-3a2fff4d686c} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:19.714222 [ 268 ] {0dc019d1-4b0a-40af-b3ec-3a2fff4d686c} executeQuery: Read 265 rows, 18.03 KiB in 0.001324 sec., 200151.05740181266 rows/sec., 13.30 MiB/sec. 2026.04.03 04:29:19.714258 [ 268 ] {0dc019d1-4b0a-40af-b3ec-3a2fff4d686c} TCPHandler: Processed in 0.001487319 sec. 2026.04.03 04:29:19.714366 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:19.714370 [ 196 ] {7a4435ad-bf4a-469e-8112-fe09f152620b::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.0015147 sec., 23767.082590612004 rows/sec., 1.21 MiB/sec. 2026.04.03 04:29:19.714458 [ 268 ] {421b57f0-b455-4449-89e8-adb27c809565} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.03 04:29:19.714503 [ 268 ] {421b57f0-b455-4449-89e8-adb27c809565} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.03 04:29:19.714529 [ 191 ] {7a4435ad-bf4a-469e-8112-fe09f152620b::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.04.03 04:29:19.714811 [ 191 ] {7a4435ad-bf4a-469e-8112-fe09f152620b::all_1_6_1} oximeter.measurements_bool (7a4435ad-bf4a-469e-8112-fe09f152620b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:19.714813 [ 268 ] {421b57f0-b455-4449-89e8-adb27c809565} oximeter.measurements_f64 (9437292b-5c9a-44b9-8553-0e3548b5b082): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:19.714862 [ 268 ] {421b57f0-b455-4449-89e8-adb27c809565} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:19.714890 [ 191 ] {7a4435ad-bf4a-469e-8112-fe09f152620b::all_1_6_1} oximeter.measurements_bool (7a4435ad-bf4a-469e-8112-fe09f152620b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.04.03 04:29:19.714969 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.04.03 04:29:19.715159 [ 268 ] {421b57f0-b455-4449-89e8-adb27c809565} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.04.03 04:29:19.715369 [ 268 ] {421b57f0-b455-4449-89e8-adb27c809565} oximeter.measurements_f64 (9437292b-5c9a-44b9-8553-0e3548b5b082): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:19.715492 [ 268 ] {421b57f0-b455-4449-89e8-adb27c809565} executeQuery: Read 1 rows, 69.00 B in 0.001052 sec., 950.5703422053232 rows/sec., 64.05 KiB/sec. 2026.04.03 04:29:19.715527 [ 268 ] {421b57f0-b455-4449-89e8-adb27c809565} TCPHandler: Processed in 0.001207234 sec. 2026.04.03 04:29:19.715629 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:19.715720 [ 268 ] {98cd83db-170b-460b-a5b1-6a565f116ea1} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.03 04:29:19.715758 [ 268 ] {98cd83db-170b-460b-a5b1-6a565f116ea1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.03 04:29:19.716073 [ 268 ] {98cd83db-170b-460b-a5b1-6a565f116ea1} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:19.716108 [ 268 ] {98cd83db-170b-460b-a5b1-6a565f116ea1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:19.716410 [ 268 ] {98cd83db-170b-460b-a5b1-6a565f116ea1} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.03 04:29:19.716612 [ 268 ] {98cd83db-170b-460b-a5b1-6a565f116ea1} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:19.716724 [ 268 ] {98cd83db-170b-460b-a5b1-6a565f116ea1} executeQuery: Read 90 rows, 5.77 KiB in 0.001031 sec., 87293.88942774005 rows/sec., 5.46 MiB/sec. 2026.04.03 04:29:19.716756 [ 268 ] {98cd83db-170b-460b-a5b1-6a565f116ea1} TCPHandler: Processed in 0.001184204 sec. 2026.04.03 04:29:22.779713 [ 24 ] {} DNSResolver: Updating DNS cache 2026.04.03 04:29:22.779803 [ 24 ] {} DNSResolver: Updated DNS cache 2026.04.03 04:29:22.880200 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 7714 2026.04.03 04:29:22.880724 [ 245 ] {} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:22.880775 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:22.881354 [ 245 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.03 04:29:22.881599 [ 245 ] {} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:22.881737 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7714 2026.04.03 04:29:22.881762 [ 24 ] {} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.03 04:29:22.881827 [ 24 ] {} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:22.881848 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:22.881972 [ 187 ] {00c4024f-bd6e-4c86-9f30-5d9b7a2add6f::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.04.03 04:29:22.882123 [ 187 ] {00c4024f-bd6e-4c86-9f30-5d9b7a2add6f::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.03 04:29:22.882160 [ 187 ] {00c4024f-bd6e-4c86-9f30-5d9b7a2add6f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5346 rows starting from the beginning of the part 2026.04.03 04:29:22.882222 [ 187 ] {00c4024f-bd6e-4c86-9f30-5d9b7a2add6f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 448 rows starting from the beginning of the part 2026.04.03 04:29:22.882268 [ 187 ] {00c4024f-bd6e-4c86-9f30-5d9b7a2add6f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 512 rows starting from the beginning of the part 2026.04.03 04:29:22.882306 [ 187 ] {00c4024f-bd6e-4c86-9f30-5d9b7a2add6f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 448 rows starting from the beginning of the part 2026.04.03 04:29:22.882344 [ 187 ] {00c4024f-bd6e-4c86-9f30-5d9b7a2add6f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 512 rows starting from the beginning of the part 2026.04.03 04:29:22.882384 [ 187 ] {00c4024f-bd6e-4c86-9f30-5d9b7a2add6f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 448 rows starting from the beginning of the part 2026.04.03 04:29:22.883708 [ 196 ] {00c4024f-bd6e-4c86-9f30-5d9b7a2add6f::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7714 rows, containing 4 columns (4 merged, 0 gathered) in 0.001794775 sec., 4298031.786714212 rows/sec., 61.48 MiB/sec. 2026.04.03 04:29:22.884483 [ 194 ] {00c4024f-bd6e-4c86-9f30-5d9b7a2add6f::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.03 04:29:22.884805 [ 194 ] {00c4024f-bd6e-4c86-9f30-5d9b7a2add6f::all_1_16_3} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:22.884882 [ 194 ] {00c4024f-bd6e-4c86-9f30-5d9b7a2add6f::all_1_16_3} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.03 04:29:22.884983 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.45 MiB. 2026.04.03 04:29:22.888352 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 530 2026.04.03 04:29:22.890541 [ 243 ] {} system.query_log (7212dc63-7bc5-4d34-8e52-a96490942866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:22.890579 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:22.891777 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.04.03 04:29:22.892049 [ 243 ] {} system.query_log (7212dc63-7bc5-4d34-8e52-a96490942866): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:22.892289 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 530 2026.04.03 04:29:23.002044 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000817426 sec. 2026.04.03 04:29:23.291737 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2026.04.03 04:29:23.307953 [ 244 ] {} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:23.308006 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:23.314289 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.03 04:29:23.315003 [ 244 ] {} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:23.315294 [ 24 ] {} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.03 04:29:23.315357 [ 24 ] {} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:23.315377 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:23.315473 [ 187 ] {cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5::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.04.03 04:29:23.317784 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2026.04.03 04:29:23.318472 [ 187 ] {cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.03 04:29:23.319161 [ 187 ] {cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5::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.04.03 04:29:23.322398 [ 187 ] {cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5::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.04.03 04:29:23.325735 [ 187 ] {cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5::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.04.03 04:29:23.329531 [ 187 ] {cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5::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.04.03 04:29:23.333809 [ 187 ] {cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5::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.04.03 04:29:23.337760 [ 187 ] {cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5::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.04.03 04:29:23.392209 [ 196 ] {cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.076772564 sec., 1576.0838728793792 rows/sec., 8.15 MiB/sec. 2026.04.03 04:29:23.394888 [ 201 ] {cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.03 04:29:23.396933 [ 201 ] {cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5::all_1_16_3} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:23.397037 [ 201 ] {cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5::all_1_16_3} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.03 04:29:23.399367 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2026.04.03 04:29:24.000201 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 230.79 MiB, peak 240.74 MiB, free memory in arenas 0.00 B, will set to 239.86 MiB (RSS), difference: 9.07 MiB 2026.04.03 04:29:24.696183 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:24.696452 [ 268 ] {81c2a0e5-74e1-46d2-a9c5-70760039511d} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.03 04:29:24.696552 [ 268 ] {81c2a0e5-74e1-46d2-a9c5-70760039511d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.03 04:29:24.697406 [ 268 ] {81c2a0e5-74e1-46d2-a9c5-70760039511d} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:24.697443 [ 268 ] {81c2a0e5-74e1-46d2-a9c5-70760039511d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:24.697956 [ 268 ] {81c2a0e5-74e1-46d2-a9c5-70760039511d} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.03 04:29:24.698228 [ 268 ] {81c2a0e5-74e1-46d2-a9c5-70760039511d} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:24.698407 [ 268 ] {81c2a0e5-74e1-46d2-a9c5-70760039511d} executeQuery: Read 138 rows, 12.30 KiB in 0.002026 sec., 68114.51135241856 rows/sec., 5.93 MiB/sec. 2026.04.03 04:29:24.698457 [ 268 ] {81c2a0e5-74e1-46d2-a9c5-70760039511d} TCPHandler: Processed in 0.002463159 sec. 2026.04.03 04:29:24.698593 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:24.698690 [ 268 ] {de82b39c-af53-4191-b145-b4de681ea518} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.03 04:29:24.698730 [ 268 ] {de82b39c-af53-4191-b145-b4de681ea518} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.03 04:29:24.699201 [ 268 ] {de82b39c-af53-4191-b145-b4de681ea518} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:24.699238 [ 268 ] {de82b39c-af53-4191-b145-b4de681ea518} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:24.699534 [ 268 ] {de82b39c-af53-4191-b145-b4de681ea518} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.03 04:29:24.699740 [ 268 ] {de82b39c-af53-4191-b145-b4de681ea518} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:24.699871 [ 268 ] {de82b39c-af53-4191-b145-b4de681ea518} executeQuery: Read 41 rows, 3.08 KiB in 0.001199 sec., 34195.16263552961 rows/sec., 2.51 MiB/sec. 2026.04.03 04:29:24.699907 [ 268 ] {de82b39c-af53-4191-b145-b4de681ea518} TCPHandler: Processed in 0.001362597 sec. 2026.04.03 04:29:24.700044 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:24.700145 [ 268 ] {f6b1ddae-ef47-4a81-bd2d-bd957c22d444} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.03 04:29:24.700184 [ 268 ] {f6b1ddae-ef47-4a81-bd2d-bd957c22d444} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.03 04:29:24.700647 [ 268 ] {f6b1ddae-ef47-4a81-bd2d-bd957c22d444} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:24.700682 [ 268 ] {f6b1ddae-ef47-4a81-bd2d-bd957c22d444} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:24.700980 [ 268 ] {f6b1ddae-ef47-4a81-bd2d-bd957c22d444} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.03 04:29:24.701189 [ 268 ] {f6b1ddae-ef47-4a81-bd2d-bd957c22d444} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:24.701311 [ 268 ] {f6b1ddae-ef47-4a81-bd2d-bd957c22d444} executeQuery: Read 105 rows, 8.40 KiB in 0.001184 sec., 88682.43243243244 rows/sec., 6.93 MiB/sec. 2026.04.03 04:29:24.701347 [ 268 ] {f6b1ddae-ef47-4a81-bd2d-bd957c22d444} TCPHandler: Processed in 0.001350197 sec. 2026.04.03 04:29:24.701461 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:24.701555 [ 268 ] {62c400a5-6290-43ef-a33e-5bcfc6bdd515} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.03 04:29:24.701606 [ 268 ] {62c400a5-6290-43ef-a33e-5bcfc6bdd515} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.03 04:29:24.702046 [ 268 ] {62c400a5-6290-43ef-a33e-5bcfc6bdd515} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:24.702082 [ 268 ] {62c400a5-6290-43ef-a33e-5bcfc6bdd515} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:24.702415 [ 268 ] {62c400a5-6290-43ef-a33e-5bcfc6bdd515} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.03 04:29:24.702630 [ 268 ] {62c400a5-6290-43ef-a33e-5bcfc6bdd515} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:24.702754 [ 268 ] {62c400a5-6290-43ef-a33e-5bcfc6bdd515} executeQuery: Read 160 rows, 11.41 KiB in 0.001218 sec., 131362.88998357966 rows/sec., 9.15 MiB/sec. 2026.04.03 04:29:24.702791 [ 268 ] {62c400a5-6290-43ef-a33e-5bcfc6bdd515} TCPHandler: Processed in 0.001380887 sec. 2026.04.03 04:29:24.702903 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:24.702997 [ 268 ] {df9bad28-c55e-4e72-8a58-f591926c180a} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.03 04:29:24.703051 [ 268 ] {df9bad28-c55e-4e72-8a58-f591926c180a} 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.04.03 04:29:24.703934 [ 268 ] {df9bad28-c55e-4e72-8a58-f591926c180a} oximeter.measurements_histogramu64 (4a5f49cb-97be-4b78-98a9-ca04f4d82229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:24.703972 [ 268 ] {df9bad28-c55e-4e72-8a58-f591926c180a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:24.704551 [ 268 ] {df9bad28-c55e-4e72-8a58-f591926c180a} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.03 04:29:24.704771 [ 268 ] {df9bad28-c55e-4e72-8a58-f591926c180a} oximeter.measurements_histogramu64 (4a5f49cb-97be-4b78-98a9-ca04f4d82229): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:24.704905 [ 268 ] {df9bad28-c55e-4e72-8a58-f591926c180a} executeQuery: Read 41 rows, 75.23 KiB in 0.001926 sec., 21287.642782969888 rows/sec., 38.15 MiB/sec. 2026.04.03 04:29:24.704956 [ 268 ] {df9bad28-c55e-4e72-8a58-f591926c180a} TCPHandler: Processed in 0.002100082 sec. 2026.04.03 04:29:24.705119 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:24.705243 [ 268 ] {5956c409-04e0-4d08-b91e-8c25ea96d80e} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.03 04:29:24.705301 [ 268 ] {5956c409-04e0-4d08-b91e-8c25ea96d80e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.03 04:29:24.705716 [ 268 ] {5956c409-04e0-4d08-b91e-8c25ea96d80e} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:24.705750 [ 268 ] {5956c409-04e0-4d08-b91e-8c25ea96d80e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:24.706075 [ 268 ] {5956c409-04e0-4d08-b91e-8c25ea96d80e} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.03 04:29:24.706283 [ 268 ] {5956c409-04e0-4d08-b91e-8c25ea96d80e} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:24.706407 [ 268 ] {5956c409-04e0-4d08-b91e-8c25ea96d80e} executeQuery: Read 60 rows, 4.14 KiB in 0.001189 sec., 50462.57359125315 rows/sec., 3.40 MiB/sec. 2026.04.03 04:29:24.706446 [ 268 ] {5956c409-04e0-4d08-b91e-8c25ea96d80e} TCPHandler: Processed in 0.001387667 sec. 2026.04.03 04:29:25.184816 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:25.185067 [ 268 ] {9dcfdfd9-78f8-4373-af88-1ecd5bfea622} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.03 04:29:25.185160 [ 268 ] {9dcfdfd9-78f8-4373-af88-1ecd5bfea622} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.03 04:29:25.186075 [ 268 ] {9dcfdfd9-78f8-4373-af88-1ecd5bfea622} oximeter.fields_i16 (9eea47d2-df2b-4527-be52-1284769a16c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:25.186120 [ 268 ] {9dcfdfd9-78f8-4373-af88-1ecd5bfea622} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:25.186509 [ 268 ] {9dcfdfd9-78f8-4373-af88-1ecd5bfea622} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.03 04:29:25.186726 [ 268 ] {9dcfdfd9-78f8-4373-af88-1ecd5bfea622} oximeter.fields_i16 (9eea47d2-df2b-4527-be52-1284769a16c9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:25.186871 [ 268 ] {9dcfdfd9-78f8-4373-af88-1ecd5bfea622} executeQuery: Read 284 rows, 18.47 KiB in 0.001872 sec., 151709.40170940172 rows/sec., 9.64 MiB/sec. 2026.04.03 04:29:25.186911 [ 268 ] {9dcfdfd9-78f8-4373-af88-1ecd5bfea622} TCPHandler: Processed in 0.002252914 sec. 2026.04.03 04:29:25.187032 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:25.187125 [ 268 ] {3a3c95c2-26d6-4065-b0b3-994f4ef1d16b} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.03 04:29:25.187166 [ 268 ] {3a3c95c2-26d6-4065-b0b3-994f4ef1d16b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.03 04:29:25.187574 [ 268 ] {3a3c95c2-26d6-4065-b0b3-994f4ef1d16b} oximeter.fields_ipaddr (4dbf6b0b-78ff-42ed-9e98-89b262336374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:25.187610 [ 268 ] {3a3c95c2-26d6-4065-b0b3-994f4ef1d16b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:25.187885 [ 268 ] {3a3c95c2-26d6-4065-b0b3-994f4ef1d16b} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.03 04:29:25.188089 [ 268 ] {3a3c95c2-26d6-4065-b0b3-994f4ef1d16b} oximeter.fields_ipaddr (4dbf6b0b-78ff-42ed-9e98-89b262336374): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:25.188212 [ 268 ] {3a3c95c2-26d6-4065-b0b3-994f4ef1d16b} executeQuery: Read 2 rows, 167.00 B in 0.001105 sec., 1809.9547511312217 rows/sec., 147.59 KiB/sec. 2026.04.03 04:29:25.188247 [ 268 ] {3a3c95c2-26d6-4065-b0b3-994f4ef1d16b} TCPHandler: Processed in 0.001262945 sec. 2026.04.03 04:29:25.188354 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:25.188446 [ 268 ] {d2eaaf0e-d6a9-4001-803b-3215d1508152} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.03 04:29:25.188484 [ 268 ] {d2eaaf0e-d6a9-4001-803b-3215d1508152} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.03 04:29:25.190198 [ 268 ] {d2eaaf0e-d6a9-4001-803b-3215d1508152} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:25.190234 [ 268 ] {d2eaaf0e-d6a9-4001-803b-3215d1508152} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:25.190843 [ 268 ] {d2eaaf0e-d6a9-4001-803b-3215d1508152} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.03 04:29:25.191054 [ 268 ] {d2eaaf0e-d6a9-4001-803b-3215d1508152} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:25.191182 [ 268 ] {d2eaaf0e-d6a9-4001-803b-3215d1508152} executeQuery: Read 3147 rows, 240.20 KiB in 0.002753 sec., 1143116.6000726481 rows/sec., 85.21 MiB/sec. 2026.04.03 04:29:25.191220 [ 268 ] {d2eaaf0e-d6a9-4001-803b-3215d1508152} MemoryTracker: Peak memory usage (for query): 4.00 MiB. 2026.04.03 04:29:25.191234 [ 268 ] {d2eaaf0e-d6a9-4001-803b-3215d1508152} TCPHandler: Processed in 0.002926688 sec. 2026.04.03 04:29:25.191341 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:25.191434 [ 268 ] {ac8868b1-0271-40ee-abd9-5f4e6c2fc92b} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.03 04:29:25.191472 [ 268 ] {ac8868b1-0271-40ee-abd9-5f4e6c2fc92b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.03 04:29:25.191898 [ 268 ] {ac8868b1-0271-40ee-abd9-5f4e6c2fc92b} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:25.191934 [ 268 ] {ac8868b1-0271-40ee-abd9-5f4e6c2fc92b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:25.192244 [ 268 ] {ac8868b1-0271-40ee-abd9-5f4e6c2fc92b} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.03 04:29:25.192445 [ 268 ] {ac8868b1-0271-40ee-abd9-5f4e6c2fc92b} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:25.192569 [ 268 ] {ac8868b1-0271-40ee-abd9-5f4e6c2fc92b} executeQuery: Read 155 rows, 9.51 KiB in 0.001154 sec., 134315.424610052 rows/sec., 8.05 MiB/sec. 2026.04.03 04:29:25.192605 [ 268 ] {ac8868b1-0271-40ee-abd9-5f4e6c2fc92b} TCPHandler: Processed in 0.001310665 sec. 2026.04.03 04:29:25.192713 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:25.192806 [ 268 ] {bf3ca0a7-6955-4347-853e-1dbcba95f9cc} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.03 04:29:25.192844 [ 268 ] {bf3ca0a7-6955-4347-853e-1dbcba95f9cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.03 04:29:25.193483 [ 268 ] {bf3ca0a7-6955-4347-853e-1dbcba95f9cc} oximeter.fields_u32 (ef1f3134-1ec0-4c33-acfc-a59b11cf61da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:25.193518 [ 268 ] {bf3ca0a7-6955-4347-853e-1dbcba95f9cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:25.193851 [ 268 ] {bf3ca0a7-6955-4347-853e-1dbcba95f9cc} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.03 04:29:25.194052 [ 268 ] {bf3ca0a7-6955-4347-853e-1dbcba95f9cc} oximeter.fields_u32 (ef1f3134-1ec0-4c33-acfc-a59b11cf61da): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:25.194171 [ 268 ] {bf3ca0a7-6955-4347-853e-1dbcba95f9cc} executeQuery: Read 950 rows, 57.24 KiB in 0.001382 sec., 687409.5513748191 rows/sec., 40.44 MiB/sec. 2026.04.03 04:29:25.194207 [ 268 ] {bf3ca0a7-6955-4347-853e-1dbcba95f9cc} TCPHandler: Processed in 0.00154043 sec. 2026.04.03 04:29:25.194315 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:25.194406 [ 268 ] {e96c6c8b-d3b8-4333-a7af-ce0930b673d0} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.03 04:29:25.194443 [ 268 ] {e96c6c8b-d3b8-4333-a7af-ce0930b673d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.03 04:29:25.194815 [ 268 ] {e96c6c8b-d3b8-4333-a7af-ce0930b673d0} oximeter.fields_u64 (481cf10c-d64c-484f-bdb2-cc50da998ce4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:25.194850 [ 268 ] {e96c6c8b-d3b8-4333-a7af-ce0930b673d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:25.195128 [ 268 ] {e96c6c8b-d3b8-4333-a7af-ce0930b673d0} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.04.03 04:29:25.195329 [ 268 ] {e96c6c8b-d3b8-4333-a7af-ce0930b673d0} oximeter.fields_u64 (481cf10c-d64c-484f-bdb2-cc50da998ce4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:25.195448 [ 268 ] {e96c6c8b-d3b8-4333-a7af-ce0930b673d0} executeQuery: Read 1 rows, 72.00 B in 0.00106 sec., 943.3962264150944 rows/sec., 66.33 KiB/sec. 2026.04.03 04:29:25.195484 [ 268 ] {e96c6c8b-d3b8-4333-a7af-ce0930b673d0} TCPHandler: Processed in 0.001216014 sec. 2026.04.03 04:29:25.195590 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:25.195681 [ 268 ] {4b228447-aeb7-4741-bd26-9bd9968c7759} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.03 04:29:25.195718 [ 268 ] {4b228447-aeb7-4741-bd26-9bd9968c7759} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.03 04:29:25.196128 [ 268 ] {4b228447-aeb7-4741-bd26-9bd9968c7759} oximeter.fields_u8 (83b86529-4bdb-41f2-a718-74025d6ddd30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:25.196163 [ 268 ] {4b228447-aeb7-4741-bd26-9bd9968c7759} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:25.196468 [ 268 ] {4b228447-aeb7-4741-bd26-9bd9968c7759} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.03 04:29:25.196668 [ 268 ] {4b228447-aeb7-4741-bd26-9bd9968c7759} oximeter.fields_u8 (83b86529-4bdb-41f2-a718-74025d6ddd30): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:25.196787 [ 268 ] {4b228447-aeb7-4741-bd26-9bd9968c7759} executeQuery: Read 148 rows, 8.62 KiB in 0.001124 sec., 131672.59786476867 rows/sec., 7.49 MiB/sec. 2026.04.03 04:29:25.196823 [ 268 ] {4b228447-aeb7-4741-bd26-9bd9968c7759} TCPHandler: Processed in 0.001279066 sec. 2026.04.03 04:29:25.196933 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:25.197023 [ 268 ] {b6811ea2-ed06-45da-b182-079a8b96fb29} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.03 04:29:25.197062 [ 268 ] {b6811ea2-ed06-45da-b182-079a8b96fb29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.03 04:29:25.197958 [ 268 ] {b6811ea2-ed06-45da-b182-079a8b96fb29} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:25.197995 [ 268 ] {b6811ea2-ed06-45da-b182-079a8b96fb29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:25.198356 [ 268 ] {b6811ea2-ed06-45da-b182-079a8b96fb29} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.03 04:29:25.198562 [ 268 ] {b6811ea2-ed06-45da-b182-079a8b96fb29} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:25.198687 [ 268 ] {b6811ea2-ed06-45da-b182-079a8b96fb29} executeQuery: Read 1718 rows, 118.34 KiB in 0.001681 sec., 1022010.7079119572 rows/sec., 68.75 MiB/sec. 2026.04.03 04:29:25.198723 [ 268 ] {b6811ea2-ed06-45da-b182-079a8b96fb29} TCPHandler: Processed in 0.001838426 sec. 2026.04.03 04:29:25.198831 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:25.198923 [ 268 ] {21fb7b39-8014-4bdb-abef-75bbcf57c3a5} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.03 04:29:25.198962 [ 268 ] {21fb7b39-8014-4bdb-abef-75bbcf57c3a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.03 04:29:25.199280 [ 268 ] {21fb7b39-8014-4bdb-abef-75bbcf57c3a5} oximeter.measurements_bool (7a4435ad-bf4a-469e-8112-fe09f152620b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:25.199315 [ 268 ] {21fb7b39-8014-4bdb-abef-75bbcf57c3a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:25.199618 [ 268 ] {21fb7b39-8014-4bdb-abef-75bbcf57c3a5} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.03 04:29:25.199820 [ 268 ] {21fb7b39-8014-4bdb-abef-75bbcf57c3a5} oximeter.measurements_bool (7a4435ad-bf4a-469e-8112-fe09f152620b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:25.199942 [ 268 ] {21fb7b39-8014-4bdb-abef-75bbcf57c3a5} executeQuery: Read 6 rows, 321.00 B in 0.001037 sec., 5785.9209257473485 rows/sec., 302.29 KiB/sec. 2026.04.03 04:29:25.199976 [ 268 ] {21fb7b39-8014-4bdb-abef-75bbcf57c3a5} TCPHandler: Processed in 0.001191444 sec. 2026.04.03 04:29:25.200080 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:25.200172 [ 268 ] {d9fe8b71-074c-4781-a16b-d7898db621e5} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.03 04:29:25.200212 [ 268 ] {d9fe8b71-074c-4781-a16b-d7898db621e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.03 04:29:25.200861 [ 268 ] {d9fe8b71-074c-4781-a16b-d7898db621e5} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:25.200895 [ 268 ] {d9fe8b71-074c-4781-a16b-d7898db621e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:25.201317 [ 268 ] {d9fe8b71-074c-4781-a16b-d7898db621e5} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.03 04:29:25.201549 [ 268 ] {d9fe8b71-074c-4781-a16b-d7898db621e5} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:25.201675 [ 268 ] {d9fe8b71-074c-4781-a16b-d7898db621e5} executeQuery: Read 1602 rows, 99.59 KiB in 0.00152 sec., 1053947.3684210526 rows/sec., 63.99 MiB/sec. 2026.04.03 04:29:25.201710 [ 268 ] {d9fe8b71-074c-4781-a16b-d7898db621e5} TCPHandler: Processed in 0.001676593 sec. 2026.04.03 04:29:25.201815 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:25.201907 [ 268 ] {62ef543b-2b7f-40b7-b63a-f6d42a069cd6} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.03 04:29:25.201947 [ 268 ] {62ef543b-2b7f-40b7-b63a-f6d42a069cd6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.03 04:29:25.202247 [ 268 ] {62ef543b-2b7f-40b7-b63a-f6d42a069cd6} oximeter.measurements_f64 (9437292b-5c9a-44b9-8553-0e3548b5b082): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:25.202281 [ 268 ] {62ef543b-2b7f-40b7-b63a-f6d42a069cd6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:25.202563 [ 268 ] {62ef543b-2b7f-40b7-b63a-f6d42a069cd6} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.04.03 04:29:25.202762 [ 268 ] {62ef543b-2b7f-40b7-b63a-f6d42a069cd6} oximeter.measurements_f64 (9437292b-5c9a-44b9-8553-0e3548b5b082): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:25.202884 [ 268 ] {62ef543b-2b7f-40b7-b63a-f6d42a069cd6} executeQuery: Read 1 rows, 69.00 B in 0.000994 sec., 1006.0362173038228 rows/sec., 67.79 KiB/sec. 2026.04.03 04:29:25.202917 [ 268 ] {62ef543b-2b7f-40b7-b63a-f6d42a069cd6} TCPHandler: Processed in 0.001149563 sec. 2026.04.03 04:29:25.203020 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:25.203111 [ 268 ] {75b0d64d-2b3b-428e-9f5a-5d88f8cb12c4} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.03 04:29:25.203162 [ 268 ] {75b0d64d-2b3b-428e-9f5a-5d88f8cb12c4} 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.04.03 04:29:25.203895 [ 268 ] {75b0d64d-2b3b-428e-9f5a-5d88f8cb12c4} oximeter.measurements_histogramu64 (4a5f49cb-97be-4b78-98a9-ca04f4d82229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:25.203930 [ 268 ] {75b0d64d-2b3b-428e-9f5a-5d88f8cb12c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:25.204414 [ 268 ] {75b0d64d-2b3b-428e-9f5a-5d88f8cb12c4} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.03 04:29:25.204637 [ 268 ] {75b0d64d-2b3b-428e-9f5a-5d88f8cb12c4} oximeter.measurements_histogramu64 (4a5f49cb-97be-4b78-98a9-ca04f4d82229): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:25.204770 [ 268 ] {75b0d64d-2b3b-428e-9f5a-5d88f8cb12c4} executeQuery: Read 11 rows, 20.18 KiB in 0.001677 sec., 6559.332140727489 rows/sec., 11.75 MiB/sec. 2026.04.03 04:29:25.204825 [ 268 ] {75b0d64d-2b3b-428e-9f5a-5d88f8cb12c4} TCPHandler: Processed in 0.001851886 sec. 2026.04.03 04:29:25.204937 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:25.205030 [ 268 ] {d82af7a0-0059-42d2-a199-9557170ddd90} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.03 04:29:25.205070 [ 268 ] {d82af7a0-0059-42d2-a199-9557170ddd90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.03 04:29:25.205385 [ 268 ] {d82af7a0-0059-42d2-a199-9557170ddd90} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:25.205419 [ 268 ] {d82af7a0-0059-42d2-a199-9557170ddd90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:25.205710 [ 268 ] {d82af7a0-0059-42d2-a199-9557170ddd90} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.03 04:29:25.205933 [ 268 ] {d82af7a0-0059-42d2-a199-9557170ddd90} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:25.206055 [ 268 ] {d82af7a0-0059-42d2-a199-9557170ddd90} executeQuery: Read 42 rows, 2.45 KiB in 0.001043 sec., 40268.45637583892 rows/sec., 2.30 MiB/sec. 2026.04.03 04:29:25.206089 [ 268 ] {d82af7a0-0059-42d2-a199-9557170ddd90} TCPHandler: Processed in 0.001199323 sec. 2026.04.03 04:29:27.832928 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59129 2026.04.03 04:29:27.833037 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:29:27.833062 [ 288 ] {} TCP-Session: e7627ced-c8fd-43ff-a51b-ab2d48f1a6c9 Authenticating user 'default' from [fd00:1122:3344:101::e]:59129 2026.04.03 04:29:27.833084 [ 288 ] {} TCP-Session: e7627ced-c8fd-43ff-a51b-ab2d48f1a6c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:27.833097 [ 288 ] {} TCP-Session: e7627ced-c8fd-43ff-a51b-ab2d48f1a6c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:27.833330 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37107 2026.04.03 04:29:27.833362 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51091 2026.04.03 04:29:27.833392 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56800 2026.04.03 04:29:27.833404 [ 288 ] {} TCP-Session: e7627ced-c8fd-43ff-a51b-ab2d48f1a6c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:27.833385 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46266 2026.04.03 04:29:27.833374 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55167 2026.04.03 04:29:27.833348 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42074 2026.04.03 04:29:27.833346 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48001 2026.04.03 04:29:27.833339 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49796 2026.04.03 04:29:27.833601 [ 288 ] {eacfd70e-0583-47f1-bdf2-3911ffa6ad29} executeQuery: (from [fd00:1122:3344:101::e]:59129) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.03 04:29:27.833844 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:29:27.833878 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:29:27.833894 [ 288 ] {eacfd70e-0583-47f1-bdf2-3911ffa6ad29} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.03 04:29:27.833914 [ 292 ] {} TCP-Session: e8fbb84f-c06d-42d4-8410-1648ed801286 Authenticating user 'default' from [fd00:1122:3344:101::e]:49796 2026.04.03 04:29:27.833884 [ 267 ] {} TCP-Session: 2c59982a-e043-41ef-901b-8d07c0707a33 Authenticating user 'default' from [fd00:1122:3344:101::e]:46266 2026.04.03 04:29:27.833937 [ 292 ] {} TCP-Session: e8fbb84f-c06d-42d4-8410-1648ed801286 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:27.833958 [ 288 ] {eacfd70e-0583-47f1-bdf2-3911ffa6ad29} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:29:27.833964 [ 292 ] {} TCP-Session: e8fbb84f-c06d-42d4-8410-1648ed801286 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:27.833964 [ 267 ] {} TCP-Session: 2c59982a-e043-41ef-901b-8d07c0707a33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:27.833998 [ 267 ] {} TCP-Session: 2c59982a-e043-41ef-901b-8d07c0707a33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:27.834103 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:29:27.834140 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:29:27.834142 [ 286 ] {} TCP-Session: 6c776de2-128b-4a80-bd7b-5cc89e9690e3 Authenticating user 'default' from [fd00:1122:3344:101::e]:56800 2026.04.03 04:29:27.834169 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:29:27.834183 [ 290 ] {} TCP-Session: 16b0461b-e246-43b4-a321-14ff396428f3 Authenticating user 'default' from [fd00:1122:3344:101::e]:42074 2026.04.03 04:29:27.834203 [ 286 ] {} TCP-Session: 6c776de2-128b-4a80-bd7b-5cc89e9690e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:27.834218 [ 294 ] {} TCP-Session: bfa91bc8-8cac-471b-88f6-c2ee83b30441 Authenticating user 'default' from [fd00:1122:3344:101::e]:55167 2026.04.03 04:29:27.834226 [ 290 ] {} TCP-Session: 16b0461b-e246-43b4-a321-14ff396428f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:27.834238 [ 286 ] {} TCP-Session: 6c776de2-128b-4a80-bd7b-5cc89e9690e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:27.834249 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:29:27.834252 [ 294 ] {} TCP-Session: bfa91bc8-8cac-471b-88f6-c2ee83b30441 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:27.834292 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:29:27.834295 [ 293 ] {} TCP-Session: e06023ed-d6cd-4b01-b86c-b00b83764076 Authenticating user 'default' from [fd00:1122:3344:101::e]:51091 2026.04.03 04:29:27.834333 [ 291 ] {} TCP-Session: 6f871ce6-d793-4398-808b-fffba52da86b Authenticating user 'default' from [fd00:1122:3344:101::e]:48001 2026.04.03 04:29:27.834304 [ 294 ] {} TCP-Session: bfa91bc8-8cac-471b-88f6-c2ee83b30441 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:27.834361 [ 293 ] {} TCP-Session: e06023ed-d6cd-4b01-b86c-b00b83764076 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:27.834373 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:29:27.834396 [ 293 ] {} TCP-Session: e06023ed-d6cd-4b01-b86c-b00b83764076 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:27.834370 [ 291 ] {} TCP-Session: 6f871ce6-d793-4398-808b-fffba52da86b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:27.834423 [ 289 ] {} TCP-Session: 1b1dcf37-2349-479b-a43c-2111f60c3f8e Authenticating user 'default' from [fd00:1122:3344:101::e]:37107 2026.04.03 04:29:27.834450 [ 291 ] {} TCP-Session: 6f871ce6-d793-4398-808b-fffba52da86b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:27.834467 [ 289 ] {} TCP-Session: 1b1dcf37-2349-479b-a43c-2111f60c3f8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:27.834256 [ 290 ] {} TCP-Session: 16b0461b-e246-43b4-a321-14ff396428f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:27.834496 [ 289 ] {} TCP-Session: 1b1dcf37-2349-479b-a43c-2111f60c3f8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:27.834243 [ 288 ] {eacfd70e-0583-47f1-bdf2-3911ffa6ad29} oximeter.version (f3ec663d-8f3e-42fa-b6e3-3fdd1d26ddca) (SelectExecutor): Key condition: unknown 2026.04.03 04:29:27.835408 [ 276 ] {eacfd70e-0583-47f1-bdf2-3911ffa6ad29} AggregatingTransform: Aggregating 2026.04.03 04:29:27.835436 [ 276 ] {eacfd70e-0583-47f1-bdf2-3911ffa6ad29} Aggregator: Aggregation method: without_key 2026.04.03 04:29:27.835466 [ 276 ] {eacfd70e-0583-47f1-bdf2-3911ffa6ad29} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000827617 sec. (1208.288 rows/sec., 47.20 KiB/sec.) 2026.04.03 04:29:27.835482 [ 276 ] {eacfd70e-0583-47f1-bdf2-3911ffa6ad29} Aggregator: Merging aggregated data 2026.04.03 04:29:27.836890 [ 288 ] {eacfd70e-0583-47f1-bdf2-3911ffa6ad29} executeQuery: Read 1 rows, 40.00 B in 0.003346 sec., 298.86431560071725 rows/sec., 11.67 KiB/sec. 2026.04.03 04:29:27.837028 [ 288 ] {eacfd70e-0583-47f1-bdf2-3911ffa6ad29} TCPHandler: Processed in 0.003734004 sec. 2026.04.03 04:29:27.837127 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.03 04:29:27.837155 [ 288 ] {} TCP-Session: e7627ced-c8fd-43ff-a51b-ab2d48f1a6c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:27.837161 [ 267 ] {} TCPHandler: Done processing connection. 2026.04.03 04:29:27.837182 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.03 04:29:27.837206 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.03 04:29:27.837211 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.03 04:29:27.837238 [ 289 ] {} TCP-Session: 1b1dcf37-2349-479b-a43c-2111f60c3f8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:27.837250 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.03 04:29:27.837271 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.03 04:29:27.837286 [ 293 ] {} TCP-Session: e06023ed-d6cd-4b01-b86c-b00b83764076 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:27.837305 [ 294 ] {} TCP-Session: bfa91bc8-8cac-471b-88f6-c2ee83b30441 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:27.837327 [ 292 ] {} TCP-Session: e8fbb84f-c06d-42d4-8410-1648ed801286 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:27.837292 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.03 04:29:27.837234 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.03 04:29:27.837391 [ 286 ] {} TCP-Session: 6c776de2-128b-4a80-bd7b-5cc89e9690e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:27.837219 [ 267 ] {} TCP-Session: 2c59982a-e043-41ef-901b-8d07c0707a33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:27.837426 [ 291 ] {} TCP-Session: 6f871ce6-d793-4398-808b-fffba52da86b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:27.837255 [ 290 ] {} TCP-Session: 16b0461b-e246-43b4-a321-14ff396428f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:27.844834 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34225 2026.04.03 04:29:27.844898 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:29:27.844918 [ 288 ] {} TCP-Session: c1ee9370-f4b1-4c2f-bde0-5be3b05e98c6 Authenticating user 'default' from [fd00:1122:3344:101::e]:34225 2026.04.03 04:29:27.844937 [ 288 ] {} TCP-Session: c1ee9370-f4b1-4c2f-bde0-5be3b05e98c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:27.844950 [ 288 ] {} TCP-Session: c1ee9370-f4b1-4c2f-bde0-5be3b05e98c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:27.845131 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40321 2026.04.03 04:29:27.845167 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49648 2026.04.03 04:29:27.845178 [ 288 ] {} TCP-Session: c1ee9370-f4b1-4c2f-bde0-5be3b05e98c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:27.845185 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41635 2026.04.03 04:29:27.845210 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50024 2026.04.03 04:29:27.845232 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:29:27.845229 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39944 2026.04.03 04:29:27.845277 [ 290 ] {} TCP-Session: f8a1f411-fdb5-4287-aa07-7097a703d26d Authenticating user 'default' from [fd00:1122:3344:101::e]:49648 2026.04.03 04:29:27.845281 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:29:27.845315 [ 290 ] {} TCP-Session: f8a1f411-fdb5-4287-aa07-7097a703d26d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:27.845317 [ 288 ] {653ef0c1-9a4b-4fd4-8d80-e1dedd3d0898} executeQuery: (from [fd00:1122:3344:101::e]:34225) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.03 04:29:27.845334 [ 292 ] {} TCP-Session: 9c63b4c3-e4b6-4271-b59d-5368b592d7f3 Authenticating user 'default' from [fd00:1122:3344:101::e]:41635 2026.04.03 04:29:27.845367 [ 290 ] {} TCP-Session: f8a1f411-fdb5-4287-aa07-7097a703d26d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:27.845378 [ 292 ] {} TCP-Session: 9c63b4c3-e4b6-4271-b59d-5368b592d7f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:27.845337 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:29:27.845406 [ 292 ] {} TCP-Session: 9c63b4c3-e4b6-4271-b59d-5368b592d7f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:27.845434 [ 286 ] {} TCP-Session: 5701428c-b79a-43f4-8df5-1bc180f41b6f Authenticating user 'default' from [fd00:1122:3344:101::e]:39944 2026.04.03 04:29:27.845298 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:29:27.845464 [ 286 ] {} TCP-Session: 5701428c-b79a-43f4-8df5-1bc180f41b6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:27.845215 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64499 2026.04.03 04:29:27.845495 [ 286 ] {} TCP-Session: 5701428c-b79a-43f4-8df5-1bc180f41b6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:27.845522 [ 288 ] {653ef0c1-9a4b-4fd4-8d80-e1dedd3d0898} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.03 04:29:27.845488 [ 294 ] {} TCP-Session: debd4bf0-b815-4937-924e-c853fd3a5276 Authenticating user 'default' from [fd00:1122:3344:101::e]:50024 2026.04.03 04:29:27.845556 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:29:27.845575 [ 288 ] {653ef0c1-9a4b-4fd4-8d80-e1dedd3d0898} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:29:27.845577 [ 294 ] {} TCP-Session: debd4bf0-b815-4937-924e-c853fd3a5276 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:27.845595 [ 267 ] {} TCP-Session: 5f511fad-7618-4e04-998d-2fbe4b6fc9cd Authenticating user 'default' from [fd00:1122:3344:101::e]:64499 2026.04.03 04:29:27.845618 [ 294 ] {} TCP-Session: debd4bf0-b815-4937-924e-c853fd3a5276 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:27.845637 [ 267 ] {} TCP-Session: 5f511fad-7618-4e04-998d-2fbe4b6fc9cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:27.845199 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62559 2026.04.03 04:29:27.845664 [ 267 ] {} TCP-Session: 5f511fad-7618-4e04-998d-2fbe4b6fc9cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:27.845232 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:29:27.845179 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50231 2026.04.03 04:29:27.845720 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:29:27.845732 [ 289 ] {} TCP-Session: 97a47338-730c-4d6b-9563-26e46d75f3cf Authenticating user 'default' from [fd00:1122:3344:101::e]:40321 2026.04.03 04:29:27.845772 [ 293 ] {} TCP-Session: 38b96fc5-a865-4d9b-9822-3269f45650b1 Authenticating user 'default' from [fd00:1122:3344:101::e]:62559 2026.04.03 04:29:27.845782 [ 289 ] {} TCP-Session: 97a47338-730c-4d6b-9563-26e46d75f3cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:27.845789 [ 293 ] {} TCP-Session: 38b96fc5-a865-4d9b-9822-3269f45650b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:27.845796 [ 289 ] {} TCP-Session: 97a47338-730c-4d6b-9563-26e46d75f3cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:27.845803 [ 293 ] {} TCP-Session: 38b96fc5-a865-4d9b-9822-3269f45650b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:27.845790 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:29:27.845826 [ 288 ] {653ef0c1-9a4b-4fd4-8d80-e1dedd3d0898} oximeter.version (f3ec663d-8f3e-42fa-b6e3-3fdd1d26ddca) (SelectExecutor): Key condition: unknown 2026.04.03 04:29:27.845865 [ 291 ] {} TCP-Session: 054fabfd-f652-48e6-86c6-6e1fd79962cf Authenticating user 'default' from [fd00:1122:3344:101::e]:50231 2026.04.03 04:29:27.845889 [ 291 ] {} TCP-Session: 054fabfd-f652-48e6-86c6-6e1fd79962cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:27.845902 [ 291 ] {} TCP-Session: 054fabfd-f652-48e6-86c6-6e1fd79962cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:27.846639 [ 308 ] {653ef0c1-9a4b-4fd4-8d80-e1dedd3d0898} AggregatingTransform: Aggregating 2026.04.03 04:29:27.846683 [ 308 ] {653ef0c1-9a4b-4fd4-8d80-e1dedd3d0898} Aggregator: Aggregation method: without_key 2026.04.03 04:29:27.846721 [ 308 ] {653ef0c1-9a4b-4fd4-8d80-e1dedd3d0898} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000790846 sec. (1264.469 rows/sec., 49.39 KiB/sec.) 2026.04.03 04:29:27.846740 [ 308 ] {653ef0c1-9a4b-4fd4-8d80-e1dedd3d0898} Aggregator: Merging aggregated data 2026.04.03 04:29:27.848219 [ 288 ] {653ef0c1-9a4b-4fd4-8d80-e1dedd3d0898} executeQuery: Read 1 rows, 40.00 B in 0.002938 sec., 340.3675970047651 rows/sec., 13.30 KiB/sec. 2026.04.03 04:29:27.848356 [ 288 ] {653ef0c1-9a4b-4fd4-8d80-e1dedd3d0898} TCPHandler: Processed in 0.003233334 sec. 2026.04.03 04:29:27.848475 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.03 04:29:27.848513 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.03 04:29:27.848517 [ 288 ] {} TCP-Session: c1ee9370-f4b1-4c2f-bde0-5be3b05e98c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:27.848550 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.03 04:29:27.848555 [ 286 ] {} TCP-Session: 5701428c-b79a-43f4-8df5-1bc180f41b6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:27.848571 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.03 04:29:27.848591 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.03 04:29:27.848625 [ 289 ] {} TCP-Session: 97a47338-730c-4d6b-9563-26e46d75f3cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:27.848637 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.03 04:29:27.848651 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.03 04:29:27.848680 [ 267 ] {} TCPHandler: Done processing connection. 2026.04.03 04:29:27.848689 [ 291 ] {} TCP-Session: 054fabfd-f652-48e6-86c6-6e1fd79962cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:27.848712 [ 294 ] {} TCP-Session: debd4bf0-b815-4937-924e-c853fd3a5276 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:27.848724 [ 267 ] {} TCP-Session: 5f511fad-7618-4e04-998d-2fbe4b6fc9cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:27.848652 [ 290 ] {} TCP-Session: f8a1f411-fdb5-4287-aa07-7097a703d26d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:27.848612 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.03 04:29:27.848601 [ 292 ] {} TCP-Session: 9c63b4c3-e4b6-4271-b59d-5368b592d7f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:27.848816 [ 293 ] {} TCP-Session: 38b96fc5-a865-4d9b-9822-3269f45650b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:29.396204 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65513 2026.04.03 04:29:29.396321 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:29:29.396348 [ 286 ] {} TCP-Session: f0e23114-1c7d-4b15-a64d-a235af333349 Authenticating user 'default' from [fd00:1122:3344:101::e]:65513 2026.04.03 04:29:29.396370 [ 286 ] {} TCP-Session: f0e23114-1c7d-4b15-a64d-a235af333349 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:29.396383 [ 286 ] {} TCP-Session: f0e23114-1c7d-4b15-a64d-a235af333349 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:29.396576 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33506 2026.04.03 04:29:29.396610 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48311 2026.04.03 04:29:29.396630 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64358 2026.04.03 04:29:29.396653 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65355 2026.04.03 04:29:29.396697 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:29:29.396700 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:29:29.396734 [ 287 ] {} TCP-Session: 5c0815da-3f4a-4795-8663-d28a29b8259b Authenticating user 'default' from [fd00:1122:3344:101::e]:33506 2026.04.03 04:29:29.396735 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:29:29.396752 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:29:29.396763 [ 287 ] {} TCP-Session: 5c0815da-3f4a-4795-8663-d28a29b8259b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:29.396772 [ 291 ] {} TCP-Session: c6276e51-15b4-4248-b4f4-4fcbeca92a07 Authenticating user 'default' from [fd00:1122:3344:101::e]:64358 2026.04.03 04:29:29.396786 [ 293 ] {} TCP-Session: 3dd7c551-3903-4016-94df-61042e1c0ae4 Authenticating user 'default' from [fd00:1122:3344:101::e]:65355 2026.04.03 04:29:29.396791 [ 287 ] {} TCP-Session: 5c0815da-3f4a-4795-8663-d28a29b8259b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:29.396805 [ 291 ] {} TCP-Session: c6276e51-15b4-4248-b4f4-4fcbeca92a07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:29.396822 [ 293 ] {} TCP-Session: 3dd7c551-3903-4016-94df-61042e1c0ae4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:29.396837 [ 291 ] {} TCP-Session: c6276e51-15b4-4248-b4f4-4fcbeca92a07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:29.396852 [ 293 ] {} TCP-Session: 3dd7c551-3903-4016-94df-61042e1c0ae4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:29.396746 [ 289 ] {} TCP-Session: 2771da52-b0b2-425b-9a84-0b86eb591840 Authenticating user 'default' from [fd00:1122:3344:101::e]:48311 2026.04.03 04:29:29.396699 [ 286 ] {} TCP-Session: f0e23114-1c7d-4b15-a64d-a235af333349 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:29.396898 [ 289 ] {} TCP-Session: 2771da52-b0b2-425b-9a84-0b86eb591840 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:29.396924 [ 289 ] {} TCP-Session: 2771da52-b0b2-425b-9a84-0b86eb591840 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:29.396637 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65071 2026.04.03 04:29:29.396663 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50878 2026.04.03 04:29:29.396609 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60805 2026.04.03 04:29:29.396638 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48632 2026.04.03 04:29:29.397065 [ 286 ] {b4251182-1186-4415-b33e-17f87050faea} executeQuery: (from [fd00:1122:3344:101::e]:65513) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.04.03 04:29:29.397077 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:29:29.397077 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:29:29.397115 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:29:29.397138 [ 290 ] {} TCP-Session: a0af4b62-2871-4f56-8d8f-288aba765869 Authenticating user 'default' from [fd00:1122:3344:101::e]:65071 2026.04.03 04:29:29.397149 [ 294 ] {} TCP-Session: ab431602-2fa3-4f84-aa1f-beedd2adf61c Authenticating user 'default' from [fd00:1122:3344:101::e]:50878 2026.04.03 04:29:29.397166 [ 288 ] {} TCP-Session: e5ac397d-a34f-4325-afe0-2dd7442818fd Authenticating user 'default' from [fd00:1122:3344:101::e]:60805 2026.04.03 04:29:29.397188 [ 290 ] {} TCP-Session: a0af4b62-2871-4f56-8d8f-288aba765869 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:29.397190 [ 294 ] {} TCP-Session: ab431602-2fa3-4f84-aa1f-beedd2adf61c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:29.397220 [ 288 ] {} TCP-Session: e5ac397d-a34f-4325-afe0-2dd7442818fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:29.397237 [ 294 ] {} TCP-Session: ab431602-2fa3-4f84-aa1f-beedd2adf61c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:29.397260 [ 288 ] {} TCP-Session: e5ac397d-a34f-4325-afe0-2dd7442818fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:29.397225 [ 290 ] {} TCP-Session: a0af4b62-2871-4f56-8d8f-288aba765869 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:29.397115 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.04.03 04:29:29.397336 [ 286 ] {b4251182-1186-4415-b33e-17f87050faea} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.04.03 04:29:29.397341 [ 292 ] {} TCP-Session: 75e8fd7a-5903-4fed-b04f-8b203c42e33f Authenticating user 'default' from [fd00:1122:3344:101::e]:48632 2026.04.03 04:29:29.397380 [ 292 ] {} TCP-Session: 75e8fd7a-5903-4fed-b04f-8b203c42e33f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:29.397393 [ 292 ] {} TCP-Session: 75e8fd7a-5903-4fed-b04f-8b203c42e33f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:29.397397 [ 286 ] {b4251182-1186-4415-b33e-17f87050faea} InterpreterSelectQuery: FetchColumns -> Complete 2026.04.03 04:29:29.397690 [ 286 ] {b4251182-1186-4415-b33e-17f87050faea} oximeter.version (f3ec663d-8f3e-42fa-b6e3-3fdd1d26ddca) (SelectExecutor): Key condition: unknown 2026.04.03 04:29:29.398546 [ 339 ] {b4251182-1186-4415-b33e-17f87050faea} AggregatingTransform: Aggregating 2026.04.03 04:29:29.398597 [ 339 ] {b4251182-1186-4415-b33e-17f87050faea} Aggregator: Aggregation method: without_key 2026.04.03 04:29:29.398635 [ 339 ] {b4251182-1186-4415-b33e-17f87050faea} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000845086 sec. (1183.312 rows/sec., 46.22 KiB/sec.) 2026.04.03 04:29:29.398654 [ 339 ] {b4251182-1186-4415-b33e-17f87050faea} Aggregator: Merging aggregated data 2026.04.03 04:29:29.399980 [ 286 ] {b4251182-1186-4415-b33e-17f87050faea} executeQuery: Read 1 rows, 40.00 B in 0.002968 sec., 336.92722371967653 rows/sec., 13.16 KiB/sec. 2026.04.03 04:29:29.400128 [ 286 ] {b4251182-1186-4415-b33e-17f87050faea} TCPHandler: Processed in 0.00355669 sec. 2026.04.03 04:29:29.400245 [ 286 ] {} TCPHandler: Done processing connection. 2026.04.03 04:29:29.400274 [ 286 ] {} TCP-Session: f0e23114-1c7d-4b15-a64d-a235af333349 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:29.400274 [ 287 ] {} TCPHandler: Done processing connection. 2026.04.03 04:29:29.400292 [ 294 ] {} TCPHandler: Done processing connection. 2026.04.03 04:29:29.400309 [ 290 ] {} TCPHandler: Done processing connection. 2026.04.03 04:29:29.400325 [ 287 ] {} TCP-Session: 5c0815da-3f4a-4795-8663-d28a29b8259b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:29.400348 [ 294 ] {} TCP-Session: ab431602-2fa3-4f84-aa1f-beedd2adf61c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:29.400360 [ 290 ] {} TCP-Session: a0af4b62-2871-4f56-8d8f-288aba765869 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:29.400373 [ 293 ] {} TCPHandler: Done processing connection. 2026.04.03 04:29:29.400405 [ 289 ] {} TCPHandler: Done processing connection. 2026.04.03 04:29:29.400422 [ 293 ] {} TCP-Session: 3dd7c551-3903-4016-94df-61042e1c0ae4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:29.400433 [ 288 ] {} TCPHandler: Done processing connection. 2026.04.03 04:29:29.400451 [ 292 ] {} TCPHandler: Done processing connection. 2026.04.03 04:29:29.400474 [ 291 ] {} TCPHandler: Done processing connection. 2026.04.03 04:29:29.400491 [ 292 ] {} TCP-Session: 75e8fd7a-5903-4fed-b04f-8b203c42e33f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:29.400477 [ 288 ] {} TCP-Session: e5ac397d-a34f-4325-afe0-2dd7442818fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:29.400519 [ 291 ] {} TCP-Session: c6276e51-15b4-4248-b4f4-4fcbeca92a07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:29.400444 [ 289 ] {} TCP-Session: 2771da52-b0b2-425b-9a84-0b86eb591840 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.04.03 04:29:29.692701 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:29.692876 [ 268 ] {962904ea-1219-4638-8a4f-63ba53821028} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.03 04:29:29.692941 [ 268 ] {962904ea-1219-4638-8a4f-63ba53821028} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.03 04:29:29.693616 [ 268 ] {962904ea-1219-4638-8a4f-63ba53821028} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:29.693663 [ 268 ] {962904ea-1219-4638-8a4f-63ba53821028} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:29.694073 [ 268 ] {962904ea-1219-4638-8a4f-63ba53821028} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.03 04:29:29.694318 [ 268 ] {962904ea-1219-4638-8a4f-63ba53821028} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:29.694492 [ 268 ] {962904ea-1219-4638-8a4f-63ba53821028} executeQuery: Read 56 rows, 4.41 KiB in 0.001663 sec., 33674.08298256164 rows/sec., 2.59 MiB/sec. 2026.04.03 04:29:29.694546 [ 268 ] {962904ea-1219-4638-8a4f-63ba53821028} TCPHandler: Processed in 0.00200404 sec. 2026.04.03 04:29:29.694672 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:29.694779 [ 268 ] {3ce7b8e3-9f36-42f2-9c61-3fcabcf3d2a1} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.03 04:29:29.694826 [ 268 ] {3ce7b8e3-9f36-42f2-9c61-3fcabcf3d2a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.03 04:29:29.695283 [ 268 ] {3ce7b8e3-9f36-42f2-9c61-3fcabcf3d2a1} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:29.695323 [ 268 ] {3ce7b8e3-9f36-42f2-9c61-3fcabcf3d2a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:29.695647 [ 268 ] {3ce7b8e3-9f36-42f2-9c61-3fcabcf3d2a1} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.03 04:29:29.695860 [ 268 ] {3ce7b8e3-9f36-42f2-9c61-3fcabcf3d2a1} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:29.695999 [ 268 ] {3ce7b8e3-9f36-42f2-9c61-3fcabcf3d2a1} executeQuery: Read 64 rows, 5.12 KiB in 0.001245 sec., 51405.62248995984 rows/sec., 4.01 MiB/sec. 2026.04.03 04:29:29.696041 [ 268 ] {3ce7b8e3-9f36-42f2-9c61-3fcabcf3d2a1} TCPHandler: Processed in 0.001419958 sec. 2026.04.03 04:29:29.696160 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:29.696258 [ 268 ] {9b8ec885-9f72-4417-9332-a3ba38c0a032} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.03 04:29:29.696303 [ 268 ] {9b8ec885-9f72-4417-9332-a3ba38c0a032} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.03 04:29:29.696697 [ 268 ] {9b8ec885-9f72-4417-9332-a3ba38c0a032} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:29.696740 [ 268 ] {9b8ec885-9f72-4417-9332-a3ba38c0a032} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:29.697136 [ 268 ] {9b8ec885-9f72-4417-9332-a3ba38c0a032} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.03 04:29:29.697408 [ 268 ] {9b8ec885-9f72-4417-9332-a3ba38c0a032} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:29.697562 [ 268 ] {9b8ec885-9f72-4417-9332-a3ba38c0a032} executeQuery: Read 128 rows, 9.13 KiB in 0.001325 sec., 96603.77358490566 rows/sec., 6.73 MiB/sec. 2026.04.03 04:29:29.697603 [ 268 ] {9b8ec885-9f72-4417-9332-a3ba38c0a032} TCPHandler: Processed in 0.00149332 sec. 2026.04.03 04:29:29.697726 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:29.697825 [ 268 ] {ca8a3958-b07f-467e-8189-849f01613484} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.03 04:29:29.697869 [ 268 ] {ca8a3958-b07f-467e-8189-849f01613484} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.03 04:29:29.698218 [ 268 ] {ca8a3958-b07f-467e-8189-849f01613484} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:29.698257 [ 268 ] {ca8a3958-b07f-467e-8189-849f01613484} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:29.698585 [ 268 ] {ca8a3958-b07f-467e-8189-849f01613484} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.03 04:29:29.698799 [ 268 ] {ca8a3958-b07f-467e-8189-849f01613484} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:29.698937 [ 268 ] {ca8a3958-b07f-467e-8189-849f01613484} executeQuery: Read 48 rows, 3.31 KiB in 0.001132 sec., 42402.826855123676 rows/sec., 2.86 MiB/sec. 2026.04.03 04:29:29.698975 [ 268 ] {ca8a3958-b07f-467e-8189-849f01613484} TCPHandler: Processed in 0.001300816 sec. 2026.04.03 04:29:30.382775 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 8226 2026.04.03 04:29:30.383391 [ 245 ] {} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:30.383444 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:30.383975 [ 245 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.03 04:29:30.384231 [ 245 ] {} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:30.384383 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8226 2026.04.03 04:29:30.819048 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 2026.04.03 04:29:30.836566 [ 244 ] {} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:30.836636 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:30.843298 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.03 04:29:30.844177 [ 244 ] {} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:30.850967 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 129 2026.04.03 04:29:32.893375 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 52 entries to flush up to offset 582 2026.04.03 04:29:32.896134 [ 243 ] {} system.query_log (7212dc63-7bc5-4d34-8e52-a96490942866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:32.896198 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:32.897457 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.04.03 04:29:32.897741 [ 243 ] {} system.query_log (7212dc63-7bc5-4d34-8e52-a96490942866): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:32.898106 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 582 2026.04.03 04:29:34.695429 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:34.695616 [ 268 ] {01db4e75-b436-4c18-b448-12cb3dba216a} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.03 04:29:34.695677 [ 268 ] {01db4e75-b436-4c18-b448-12cb3dba216a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.03 04:29:34.696375 [ 268 ] {01db4e75-b436-4c18-b448-12cb3dba216a} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:34.696413 [ 268 ] {01db4e75-b436-4c18-b448-12cb3dba216a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:34.696801 [ 268 ] {01db4e75-b436-4c18-b448-12cb3dba216a} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.03 04:29:34.697017 [ 268 ] {01db4e75-b436-4c18-b448-12cb3dba216a} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:34.697160 [ 113 ] {} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.03 04:29:34.697167 [ 268 ] {01db4e75-b436-4c18-b448-12cb3dba216a} executeQuery: Read 138 rows, 12.30 KiB in 0.001597 sec., 86412.02254226676 rows/sec., 7.52 MiB/sec. 2026.04.03 04:29:34.697237 [ 113 ] {} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:34.697258 [ 268 ] {01db4e75-b436-4c18-b448-12cb3dba216a} TCPHandler: Processed in 0.001952259 sec. 2026.04.03 04:29:34.697263 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:34.697389 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:34.697406 [ 196 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::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.04.03 04:29:34.697489 [ 268 ] {a6fab826-8565-42d0-ba1c-5988f562acc5} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.03 04:29:34.697533 [ 268 ] {a6fab826-8565-42d0-ba1c-5988f562acc5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.03 04:29:34.697552 [ 196 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.03 04:29:34.697592 [ 196 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 3360 rows starting from the beginning of the part 2026.04.03 04:29:34.697659 [ 196 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 797 rows starting from the beginning of the part 2026.04.03 04:29:34.697707 [ 196 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 138 rows starting from the beginning of the part 2026.04.03 04:29:34.697747 [ 196 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 3147 rows starting from the beginning of the part 2026.04.03 04:29:34.697783 [ 196 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 56 rows starting from the beginning of the part 2026.04.03 04:29:34.697820 [ 196 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 138 rows starting from the beginning of the part 2026.04.03 04:29:34.697969 [ 268 ] {a6fab826-8565-42d0-ba1c-5988f562acc5} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:34.698012 [ 268 ] {a6fab826-8565-42d0-ba1c-5988f562acc5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:34.698327 [ 268 ] {a6fab826-8565-42d0-ba1c-5988f562acc5} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.03 04:29:34.698542 [ 268 ] {a6fab826-8565-42d0-ba1c-5988f562acc5} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:34.698673 [ 268 ] {a6fab826-8565-42d0-ba1c-5988f562acc5} executeQuery: Read 41 rows, 3.08 KiB in 0.001203 sec., 34081.46300914381 rows/sec., 2.50 MiB/sec. 2026.04.03 04:29:34.698711 [ 268 ] {a6fab826-8565-42d0-ba1c-5988f562acc5} TCPHandler: Processed in 0.001370047 sec. 2026.04.03 04:29:34.698829 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:34.698922 [ 268 ] {25bc6a96-3e9f-4587-ab60-f8025bac4369} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.03 04:29:34.698962 [ 268 ] {25bc6a96-3e9f-4587-ab60-f8025bac4369} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.03 04:29:34.699390 [ 268 ] {25bc6a96-3e9f-4587-ab60-f8025bac4369} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:34.699425 [ 268 ] {25bc6a96-3e9f-4587-ab60-f8025bac4369} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:34.699762 [ 268 ] {25bc6a96-3e9f-4587-ab60-f8025bac4369} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.03 04:29:34.699966 [ 268 ] {25bc6a96-3e9f-4587-ab60-f8025bac4369} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:34.700074 [ 113 ] {} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.03 04:29:34.700088 [ 268 ] {25bc6a96-3e9f-4587-ab60-f8025bac4369} executeQuery: Read 105 rows, 8.40 KiB in 0.001184 sec., 88682.43243243244 rows/sec., 6.93 MiB/sec. 2026.04.03 04:29:34.700115 [ 113 ] {} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:34.700136 [ 268 ] {25bc6a96-3e9f-4587-ab60-f8025bac4369} TCPHandler: Processed in 0.001353787 sec. 2026.04.03 04:29:34.700139 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:34.700245 [ 189 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::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.04.03 04:29:34.700262 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:34.700355 [ 189 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.03 04:29:34.700362 [ 268 ] {d80b6fb7-69fa-4d7a-af45-224bd3b5729b} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.03 04:29:34.700366 [ 196 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 7636 rows, containing 5 columns (5 merged, 0 gathered) in 0.00301943 sec., 2528954.1403509933 rows/sec., 201.25 MiB/sec. 2026.04.03 04:29:34.700390 [ 189 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1831 rows starting from the beginning of the part 2026.04.03 04:29:34.700408 [ 268 ] {d80b6fb7-69fa-4d7a-af45-224bd3b5729b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.03 04:29:34.700479 [ 189 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 490 rows starting from the beginning of the part 2026.04.03 04:29:34.700533 [ 189 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 105 rows starting from the beginning of the part 2026.04.03 04:29:34.700582 [ 189 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1718 rows starting from the beginning of the part 2026.04.03 04:29:34.700628 [ 189 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 64 rows starting from the beginning of the part 2026.04.03 04:29:34.700669 [ 189 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 105 rows starting from the beginning of the part 2026.04.03 04:29:34.700794 [ 192 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.03 04:29:34.700840 [ 268 ] {d80b6fb7-69fa-4d7a-af45-224bd3b5729b} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:34.700880 [ 268 ] {d80b6fb7-69fa-4d7a-af45-224bd3b5729b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:34.701124 [ 192 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_26_5} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:34.701210 [ 192 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_26_5} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.03 04:29:34.701250 [ 268 ] {d80b6fb7-69fa-4d7a-af45-224bd3b5729b} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.03 04:29:34.701292 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.40 MiB. 2026.04.03 04:29:34.701471 [ 268 ] {d80b6fb7-69fa-4d7a-af45-224bd3b5729b} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:34.701580 [ 113 ] {} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.03 04:29:34.701604 [ 268 ] {d80b6fb7-69fa-4d7a-af45-224bd3b5729b} executeQuery: Read 160 rows, 11.41 KiB in 0.00126 sec., 126984.12698412698 rows/sec., 8.84 MiB/sec. 2026.04.03 04:29:34.701616 [ 113 ] {} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:34.701643 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:34.701647 [ 268 ] {d80b6fb7-69fa-4d7a-af45-224bd3b5729b} TCPHandler: Processed in 0.001431338 sec. 2026.04.03 04:29:34.701719 [ 197 ] {f25b6725-879d-46f0-9797-8977429a43f9::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.04.03 04:29:34.701768 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:34.701811 [ 197 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.03 04:29:34.701837 [ 197 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 8329 rows starting from the beginning of the part 2026.04.03 04:29:34.701860 [ 268 ] {26f13f5d-1ebd-4e6a-8bed-7ed956297268} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.03 04:29:34.701890 [ 197 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 265 rows starting from the beginning of the part 2026.04.03 04:29:34.701913 [ 268 ] {26f13f5d-1ebd-4e6a-8bed-7ed956297268} 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.04.03 04:29:34.701934 [ 197 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part 2026.04.03 04:29:34.701974 [ 197 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1602 rows starting from the beginning of the part 2026.04.03 04:29:34.702010 [ 197 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 128 rows starting from the beginning of the part 2026.04.03 04:29:34.702049 [ 197 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part 2026.04.03 04:29:34.702185 [ 186 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 4313 rows, containing 5 columns (5 merged, 0 gathered) in 0.001981599 sec., 2176525.119360678 rows/sec., 157.74 MiB/sec. 2026.04.03 04:29:34.702410 [ 189 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.03 04:29:34.702652 [ 189 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_26_5} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:34.702712 [ 189 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_26_5} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.03 04:29:34.702752 [ 268 ] {26f13f5d-1ebd-4e6a-8bed-7ed956297268} oximeter.measurements_histogramu64 (4a5f49cb-97be-4b78-98a9-ca04f4d82229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:34.702768 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2026.04.03 04:29:34.702787 [ 268 ] {26f13f5d-1ebd-4e6a-8bed-7ed956297268} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:34.703409 [ 268 ] {26f13f5d-1ebd-4e6a-8bed-7ed956297268} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.03 04:29:34.703628 [ 268 ] {26f13f5d-1ebd-4e6a-8bed-7ed956297268} oximeter.measurements_histogramu64 (4a5f49cb-97be-4b78-98a9-ca04f4d82229): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:34.703758 [ 268 ] {26f13f5d-1ebd-4e6a-8bed-7ed956297268} executeQuery: Read 41 rows, 75.23 KiB in 0.001916 sec., 21398.74739039666 rows/sec., 38.35 MiB/sec. 2026.04.03 04:29:34.703810 [ 268 ] {26f13f5d-1ebd-4e6a-8bed-7ed956297268} TCPHandler: Processed in 0.002089561 sec. 2026.04.03 04:29:34.703927 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:34.704020 [ 268 ] {a109a2fd-a55c-4cab-9490-678a0cae8316} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.03 04:29:34.704060 [ 268 ] {a109a2fd-a55c-4cab-9490-678a0cae8316} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.03 04:29:34.704390 [ 268 ] {a109a2fd-a55c-4cab-9490-678a0cae8316} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:34.704425 [ 268 ] {a109a2fd-a55c-4cab-9490-678a0cae8316} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:34.704756 [ 268 ] {a109a2fd-a55c-4cab-9490-678a0cae8316} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.04.03 04:29:34.704963 [ 268 ] {a109a2fd-a55c-4cab-9490-678a0cae8316} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:34.705065 [ 113 ] {} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.04.03 04:29:34.705092 [ 268 ] {a109a2fd-a55c-4cab-9490-678a0cae8316} executeQuery: Read 60 rows, 4.14 KiB in 0.00109 sec., 55045.87155963302 rows/sec., 3.71 MiB/sec. 2026.04.03 04:29:34.705098 [ 113 ] {} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:34.705132 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:34.705135 [ 268 ] {a109a2fd-a55c-4cab-9490-678a0cae8316} TCPHandler: Processed in 0.001256085 sec. 2026.04.03 04:29:34.705205 [ 196 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::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.04.03 04:29:34.705306 [ 196 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.03 04:29:34.705332 [ 196 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1140 rows starting from the beginning of the part 2026.04.03 04:29:34.705378 [ 196 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 90 rows starting from the beginning of the part 2026.04.03 04:29:34.705415 [ 196 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::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.04.03 04:29:34.705451 [ 196 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 42 rows starting from the beginning of the part 2026.04.03 04:29:34.705481 [ 196 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 48 rows starting from the beginning of the part 2026.04.03 04:29:34.705512 [ 196 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::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.04.03 04:29:34.705898 [ 186 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 10644 rows, containing 5 columns (5 merged, 0 gathered) in 0.004212283 sec., 2526895.747507943 rows/sec., 163.49 MiB/sec. 2026.04.03 04:29:34.706153 [ 197 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.03 04:29:34.706409 [ 186 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_26_5} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:34.706423 [ 196 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1440 rows, containing 4 columns (4 merged, 0 gathered) in 0.001249354 sec., 1152595.6614378311 rows/sec., 75.26 MiB/sec. 2026.04.03 04:29:34.706526 [ 186 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_26_5} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.03 04:29:34.706639 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.18 MiB. 2026.04.03 04:29:34.706641 [ 197 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.04.03 04:29:34.706893 [ 197 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::all_1_26_5} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:34.707042 [ 197 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::all_1_26_5} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.04.03 04:29:34.707111 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2026.04.03 04:29:35.001158 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 242.23 MiB, peak 250.58 MiB, free memory in arenas 0.00 B, will set to 243.94 MiB (RSS), difference: 1.70 MiB 2026.04.03 04:29:37.780860 [ 120 ] {} DNSResolver: Updating DNS cache 2026.04.03 04:29:37.780920 [ 120 ] {} DNSResolver: Updated DNS cache 2026.04.03 04:29:37.884476 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 8674 2026.04.03 04:29:37.885019 [ 245 ] {} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:37.885070 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:37.885578 [ 245 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.03 04:29:37.885829 [ 245 ] {} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:37.886086 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8674 2026.04.03 04:29:38.351121 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 2026.04.03 04:29:38.367693 [ 244 ] {} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:38.367760 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:38.373967 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.03 04:29:38.374701 [ 244 ] {} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:38.377771 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2026.04.03 04:29:39.702482 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:39.702761 [ 268 ] {898e8587-1720-4de5-bf59-17fda9ddfa00} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.03 04:29:39.702862 [ 268 ] {898e8587-1720-4de5-bf59-17fda9ddfa00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.03 04:29:39.703744 [ 268 ] {898e8587-1720-4de5-bf59-17fda9ddfa00} oximeter.fields_i16 (9eea47d2-df2b-4527-be52-1284769a16c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:39.703785 [ 268 ] {898e8587-1720-4de5-bf59-17fda9ddfa00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:39.704190 [ 268 ] {898e8587-1720-4de5-bf59-17fda9ddfa00} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.03 04:29:39.704416 [ 268 ] {898e8587-1720-4de5-bf59-17fda9ddfa00} oximeter.fields_i16 (9eea47d2-df2b-4527-be52-1284769a16c9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:39.704568 [ 268 ] {898e8587-1720-4de5-bf59-17fda9ddfa00} executeQuery: Read 284 rows, 18.47 KiB in 0.001883 sec., 150823.15454062668 rows/sec., 9.58 MiB/sec. 2026.04.03 04:29:39.704617 [ 268 ] {898e8587-1720-4de5-bf59-17fda9ddfa00} TCPHandler: Processed in 0.002310936 sec. 2026.04.03 04:29:39.704751 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:39.704847 [ 268 ] {f59c433d-fd0f-4dbb-9350-8345766cea0f} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.03 04:29:39.704885 [ 268 ] {f59c433d-fd0f-4dbb-9350-8345766cea0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.03 04:29:39.705575 [ 268 ] {f59c433d-fd0f-4dbb-9350-8345766cea0f} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:39.705608 [ 268 ] {f59c433d-fd0f-4dbb-9350-8345766cea0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:39.706021 [ 268 ] {f59c433d-fd0f-4dbb-9350-8345766cea0f} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.03 04:29:39.706235 [ 268 ] {f59c433d-fd0f-4dbb-9350-8345766cea0f} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:39.706364 [ 268 ] {f59c433d-fd0f-4dbb-9350-8345766cea0f} executeQuery: Read 797 rows, 62.84 KiB in 0.001529 sec., 521255.7226945716 rows/sec., 40.13 MiB/sec. 2026.04.03 04:29:39.706401 [ 268 ] {f59c433d-fd0f-4dbb-9350-8345766cea0f} TCPHandler: Processed in 0.001700624 sec. 2026.04.03 04:29:39.706519 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:39.706613 [ 268 ] {a7990fad-2b29-4b49-a1b3-bc67b08ac48b} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.03 04:29:39.706652 [ 268 ] {a7990fad-2b29-4b49-a1b3-bc67b08ac48b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.03 04:29:39.707071 [ 268 ] {a7990fad-2b29-4b49-a1b3-bc67b08ac48b} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:39.707105 [ 268 ] {a7990fad-2b29-4b49-a1b3-bc67b08ac48b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:39.707410 [ 268 ] {a7990fad-2b29-4b49-a1b3-bc67b08ac48b} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.03 04:29:39.707637 [ 268 ] {a7990fad-2b29-4b49-a1b3-bc67b08ac48b} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:39.707746 [ 124 ] {} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.03 04:29:39.707759 [ 268 ] {a7990fad-2b29-4b49-a1b3-bc67b08ac48b} executeQuery: Read 142 rows, 8.54 KiB in 0.001166 sec., 121783.87650085764 rows/sec., 7.15 MiB/sec. 2026.04.03 04:29:39.707784 [ 124 ] {} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:39.707801 [ 268 ] {a7990fad-2b29-4b49-a1b3-bc67b08ac48b} TCPHandler: Processed in 0.001330596 sec. 2026.04.03 04:29:39.707803 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:39.707913 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:39.707949 [ 198 ] {aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87::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.04.03 04:29:39.708005 [ 268 ] {01ae5d42-b1f6-41d4-a950-518c11d9ce13} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.03 04:29:39.708048 [ 268 ] {01ae5d42-b1f6-41d4-a950-518c11d9ce13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.03 04:29:39.708109 [ 198 ] {aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.03 04:29:39.708165 [ 198 ] {aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 226 rows starting from the beginning of the part 2026.04.03 04:29:39.708260 [ 198 ] {aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 142 rows starting from the beginning of the part 2026.04.03 04:29:39.708311 [ 198 ] {aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 41 rows starting from the beginning of the part 2026.04.03 04:29:39.708360 [ 198 ] {aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 155 rows starting from the beginning of the part 2026.04.03 04:29:39.708401 [ 198 ] {aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 41 rows starting from the beginning of the part 2026.04.03 04:29:39.708446 [ 198 ] {aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 142 rows starting from the beginning of the part 2026.04.03 04:29:39.708472 [ 268 ] {01ae5d42-b1f6-41d4-a950-518c11d9ce13} oximeter.fields_u32 (ef1f3134-1ec0-4c33-acfc-a59b11cf61da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:39.708512 [ 268 ] {01ae5d42-b1f6-41d4-a950-518c11d9ce13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:39.708864 [ 268 ] {01ae5d42-b1f6-41d4-a950-518c11d9ce13} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.03 04:29:39.709089 [ 268 ] {01ae5d42-b1f6-41d4-a950-518c11d9ce13} oximeter.fields_u32 (ef1f3134-1ec0-4c33-acfc-a59b11cf61da): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:39.709217 [ 268 ] {01ae5d42-b1f6-41d4-a950-518c11d9ce13} executeQuery: Read 149 rows, 9.86 KiB in 0.00123 sec., 121138.21138211382 rows/sec., 7.83 MiB/sec. 2026.04.03 04:29:39.709254 [ 268 ] {01ae5d42-b1f6-41d4-a950-518c11d9ce13} TCPHandler: Processed in 0.001389257 sec. 2026.04.03 04:29:39.709364 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:39.709368 [ 186 ] {aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 747 rows, containing 5 columns (5 merged, 0 gathered) in 0.001484319 sec., 503261.0914500185 rows/sec., 33.22 MiB/sec. 2026.04.03 04:29:39.709457 [ 268 ] {34100f65-9ebf-49b6-8f49-aa3455c76291} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.03 04:29:39.709501 [ 268 ] {34100f65-9ebf-49b6-8f49-aa3455c76291} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.03 04:29:39.709516 [ 186 ] {aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.03 04:29:39.709769 [ 186 ] {aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87::all_1_21_4} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:39.709833 [ 186 ] {aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87::all_1_21_4} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.03 04:29:39.709894 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.04.03 04:29:39.709910 [ 268 ] {34100f65-9ebf-49b6-8f49-aa3455c76291} oximeter.fields_u8 (83b86529-4bdb-41f2-a718-74025d6ddd30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:39.709948 [ 268 ] {34100f65-9ebf-49b6-8f49-aa3455c76291} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:39.710245 [ 268 ] {34100f65-9ebf-49b6-8f49-aa3455c76291} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.03 04:29:39.710439 [ 268 ] {34100f65-9ebf-49b6-8f49-aa3455c76291} oximeter.fields_u8 (83b86529-4bdb-41f2-a718-74025d6ddd30): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:39.710553 [ 268 ] {34100f65-9ebf-49b6-8f49-aa3455c76291} executeQuery: Read 148 rows, 8.62 KiB in 0.00117 sec., 126495.72649572649 rows/sec., 7.19 MiB/sec. 2026.04.03 04:29:39.710587 [ 268 ] {34100f65-9ebf-49b6-8f49-aa3455c76291} TCPHandler: Processed in 0.001329887 sec. 2026.04.03 04:29:39.710755 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:39.710848 [ 268 ] {aea15c96-815c-4d42-8906-9360b3e63635} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.03 04:29:39.710886 [ 268 ] {aea15c96-815c-4d42-8906-9360b3e63635} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.03 04:29:39.711413 [ 268 ] {aea15c96-815c-4d42-8906-9360b3e63635} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:39.711449 [ 268 ] {aea15c96-815c-4d42-8906-9360b3e63635} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:39.711769 [ 268 ] {aea15c96-815c-4d42-8906-9360b3e63635} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.03 04:29:39.712000 [ 268 ] {aea15c96-815c-4d42-8906-9360b3e63635} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:39.712126 [ 268 ] {aea15c96-815c-4d42-8906-9360b3e63635} executeQuery: Read 490 rows, 35.18 KiB in 0.001296 sec., 378086.4197530864 rows/sec., 26.51 MiB/sec. 2026.04.03 04:29:39.712164 [ 268 ] {aea15c96-815c-4d42-8906-9360b3e63635} TCPHandler: Processed in 0.001455829 sec. 2026.04.03 04:29:39.712269 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:39.712361 [ 268 ] {63613a67-7ef4-4c45-b94a-a57e8e333cd0} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.03 04:29:39.712401 [ 268 ] {63613a67-7ef4-4c45-b94a-a57e8e333cd0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.03 04:29:39.712724 [ 268 ] {63613a67-7ef4-4c45-b94a-a57e8e333cd0} oximeter.measurements_bool (7a4435ad-bf4a-469e-8112-fe09f152620b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:39.712760 [ 268 ] {63613a67-7ef4-4c45-b94a-a57e8e333cd0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:39.713050 [ 268 ] {63613a67-7ef4-4c45-b94a-a57e8e333cd0} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.03 04:29:39.713264 [ 268 ] {63613a67-7ef4-4c45-b94a-a57e8e333cd0} oximeter.measurements_bool (7a4435ad-bf4a-469e-8112-fe09f152620b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:39.713387 [ 268 ] {63613a67-7ef4-4c45-b94a-a57e8e333cd0} executeQuery: Read 6 rows, 321.00 B in 0.001043 sec., 5752.636625119846 rows/sec., 300.55 KiB/sec. 2026.04.03 04:29:39.713422 [ 268 ] {63613a67-7ef4-4c45-b94a-a57e8e333cd0} TCPHandler: Processed in 0.001200103 sec. 2026.04.03 04:29:39.713525 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:39.713624 [ 268 ] {abc1061c-b636-49f0-8bca-e4a386fc2c7c} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.03 04:29:39.713665 [ 268 ] {abc1061c-b636-49f0-8bca-e4a386fc2c7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.03 04:29:39.714047 [ 268 ] {abc1061c-b636-49f0-8bca-e4a386fc2c7c} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:39.714083 [ 268 ] {abc1061c-b636-49f0-8bca-e4a386fc2c7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:39.714413 [ 268 ] {abc1061c-b636-49f0-8bca-e4a386fc2c7c} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.03 04:29:39.714621 [ 268 ] {abc1061c-b636-49f0-8bca-e4a386fc2c7c} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:39.714743 [ 268 ] {abc1061c-b636-49f0-8bca-e4a386fc2c7c} executeQuery: Read 265 rows, 18.03 KiB in 0.001139 sec., 232660.22827041263 rows/sec., 15.46 MiB/sec. 2026.04.03 04:29:39.714777 [ 268 ] {abc1061c-b636-49f0-8bca-e4a386fc2c7c} TCPHandler: Processed in 0.001303826 sec. 2026.04.03 04:29:39.714882 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:39.714976 [ 268 ] {d06f9d68-c77c-4cc4-865d-4f6e9f9e4cbf} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.03 04:29:39.715013 [ 268 ] {d06f9d68-c77c-4cc4-865d-4f6e9f9e4cbf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.03 04:29:39.715299 [ 268 ] {d06f9d68-c77c-4cc4-865d-4f6e9f9e4cbf} oximeter.measurements_f64 (9437292b-5c9a-44b9-8553-0e3548b5b082): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:39.715332 [ 268 ] {d06f9d68-c77c-4cc4-865d-4f6e9f9e4cbf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:39.715594 [ 268 ] {d06f9d68-c77c-4cc4-865d-4f6e9f9e4cbf} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.04.03 04:29:39.715879 [ 268 ] {d06f9d68-c77c-4cc4-865d-4f6e9f9e4cbf} oximeter.measurements_f64 (9437292b-5c9a-44b9-8553-0e3548b5b082): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:39.716004 [ 268 ] {d06f9d68-c77c-4cc4-865d-4f6e9f9e4cbf} executeQuery: Read 1 rows, 69.00 B in 0.001028 sec., 972.7626459143968 rows/sec., 65.55 KiB/sec. 2026.04.03 04:29:39.716039 [ 268 ] {d06f9d68-c77c-4cc4-865d-4f6e9f9e4cbf} TCPHandler: Processed in 0.001192014 sec. 2026.04.03 04:29:39.716147 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:39.716246 [ 268 ] {c4043d7f-a950-48b3-ab50-035023a04a4b} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.03 04:29:39.716285 [ 268 ] {c4043d7f-a950-48b3-ab50-035023a04a4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.03 04:29:39.716596 [ 268 ] {c4043d7f-a950-48b3-ab50-035023a04a4b} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:39.716631 [ 268 ] {c4043d7f-a950-48b3-ab50-035023a04a4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:39.716936 [ 268 ] {c4043d7f-a950-48b3-ab50-035023a04a4b} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.04.03 04:29:39.717145 [ 268 ] {c4043d7f-a950-48b3-ab50-035023a04a4b} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:39.717265 [ 268 ] {c4043d7f-a950-48b3-ab50-035023a04a4b} executeQuery: Read 90 rows, 5.77 KiB in 0.001037 sec., 86788.81388621022 rows/sec., 5.43 MiB/sec. 2026.04.03 04:29:39.717299 [ 268 ] {c4043d7f-a950-48b3-ab50-035023a04a4b} TCPHandler: Processed in 0.001198844 sec. 2026.04.03 04:29:42.898567 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 614 2026.04.03 04:29:42.900848 [ 243 ] {} system.query_log (7212dc63-7bc5-4d34-8e52-a96490942866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:42.900896 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:42.902073 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.04.03 04:29:42.902348 [ 243 ] {} system.query_log (7212dc63-7bc5-4d34-8e52-a96490942866): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:42.902608 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 614 2026.04.03 04:29:44.696177 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:44.696364 [ 268 ] {726b0bc9-1259-4e0f-819a-1884b800878b} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.03 04:29:44.696428 [ 268 ] {726b0bc9-1259-4e0f-819a-1884b800878b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.03 04:29:44.697074 [ 268 ] {726b0bc9-1259-4e0f-819a-1884b800878b} oximeter.fields_ipaddr (4dbf6b0b-78ff-42ed-9e98-89b262336374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:44.697120 [ 268 ] {726b0bc9-1259-4e0f-819a-1884b800878b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:44.697493 [ 268 ] {726b0bc9-1259-4e0f-819a-1884b800878b} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.03 04:29:44.697717 [ 268 ] {726b0bc9-1259-4e0f-819a-1884b800878b} oximeter.fields_ipaddr (4dbf6b0b-78ff-42ed-9e98-89b262336374): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:44.697871 [ 268 ] {726b0bc9-1259-4e0f-819a-1884b800878b} executeQuery: Read 10 rows, 835.00 B in 0.001554 sec., 6435.006435006435 rows/sec., 524.73 KiB/sec. 2026.04.03 04:29:44.697919 [ 268 ] {726b0bc9-1259-4e0f-819a-1884b800878b} TCPHandler: Processed in 0.001863257 sec. 2026.04.03 04:29:44.698050 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:44.698160 [ 268 ] {db0a188b-279d-4ab8-aafe-c5f6b3089152} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.03 04:29:44.698201 [ 268 ] {db0a188b-279d-4ab8-aafe-c5f6b3089152} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.03 04:29:44.698700 [ 268 ] {db0a188b-279d-4ab8-aafe-c5f6b3089152} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:44.698742 [ 268 ] {db0a188b-279d-4ab8-aafe-c5f6b3089152} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:44.699064 [ 268 ] {db0a188b-279d-4ab8-aafe-c5f6b3089152} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.03 04:29:44.699277 [ 268 ] {db0a188b-279d-4ab8-aafe-c5f6b3089152} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:44.699406 [ 268 ] {db0a188b-279d-4ab8-aafe-c5f6b3089152} executeQuery: Read 143 rows, 12.66 KiB in 0.001269 sec., 112687.15524034674 rows/sec., 9.75 MiB/sec. 2026.04.03 04:29:44.699444 [ 268 ] {db0a188b-279d-4ab8-aafe-c5f6b3089152} TCPHandler: Processed in 0.001445188 sec. 2026.04.03 04:29:44.699545 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:44.699646 [ 268 ] {894430f8-0976-4f89-b132-b394751ec289} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.03 04:29:44.699685 [ 268 ] {894430f8-0976-4f89-b132-b394751ec289} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.03 04:29:44.700095 [ 268 ] {894430f8-0976-4f89-b132-b394751ec289} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:44.700130 [ 268 ] {894430f8-0976-4f89-b132-b394751ec289} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:44.700439 [ 268 ] {894430f8-0976-4f89-b132-b394751ec289} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.04.03 04:29:44.700648 [ 268 ] {894430f8-0976-4f89-b132-b394751ec289} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:44.700775 [ 268 ] {894430f8-0976-4f89-b132-b394751ec289} executeQuery: Read 51 rows, 3.78 KiB in 0.001147 sec., 44463.81865736705 rows/sec., 3.22 MiB/sec. 2026.04.03 04:29:44.700813 [ 268 ] {894430f8-0976-4f89-b132-b394751ec289} TCPHandler: Processed in 0.001314686 sec. 2026.04.03 04:29:44.700917 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:44.701018 [ 268 ] {8ae9a017-53a2-46e8-b974-5828f848857d} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.03 04:29:44.701057 [ 268 ] {8ae9a017-53a2-46e8-b974-5828f848857d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.03 04:29:44.701496 [ 268 ] {8ae9a017-53a2-46e8-b974-5828f848857d} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:44.701533 [ 268 ] {8ae9a017-53a2-46e8-b974-5828f848857d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:44.701848 [ 268 ] {8ae9a017-53a2-46e8-b974-5828f848857d} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.03 04:29:44.702056 [ 268 ] {8ae9a017-53a2-46e8-b974-5828f848857d} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:44.702188 [ 268 ] {8ae9a017-53a2-46e8-b974-5828f848857d} executeQuery: Read 115 rows, 9.21 KiB in 0.001187 sec., 96882.89806234205 rows/sec., 7.58 MiB/sec. 2026.04.03 04:29:44.702224 [ 268 ] {8ae9a017-53a2-46e8-b974-5828f848857d} TCPHandler: Processed in 0.001354866 sec. 2026.04.03 04:29:44.702335 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:44.702437 [ 268 ] {ade999da-e5fe-4b37-8d9a-d6332faea7ba} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.03 04:29:44.702479 [ 268 ] {ade999da-e5fe-4b37-8d9a-d6332faea7ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.03 04:29:44.702872 [ 268 ] {ade999da-e5fe-4b37-8d9a-d6332faea7ba} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:44.702905 [ 268 ] {ade999da-e5fe-4b37-8d9a-d6332faea7ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:44.703219 [ 268 ] {ade999da-e5fe-4b37-8d9a-d6332faea7ba} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.03 04:29:44.703412 [ 268 ] {ade999da-e5fe-4b37-8d9a-d6332faea7ba} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:44.703531 [ 268 ] {ade999da-e5fe-4b37-8d9a-d6332faea7ba} executeQuery: Read 165 rows, 11.76 KiB in 0.001166 sec., 141509.43396226416 rows/sec., 9.85 MiB/sec. 2026.04.03 04:29:44.703564 [ 268 ] {ade999da-e5fe-4b37-8d9a-d6332faea7ba} TCPHandler: Processed in 0.001333497 sec. 2026.04.03 04:29:44.703728 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:44.703828 [ 268 ] {068fe234-e030-46c5-973c-83d41731a581} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.03 04:29:44.703881 [ 268 ] {068fe234-e030-46c5-973c-83d41731a581} 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.04.03 04:29:44.704721 [ 268 ] {068fe234-e030-46c5-973c-83d41731a581} oximeter.measurements_histogramu64 (4a5f49cb-97be-4b78-98a9-ca04f4d82229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:44.704756 [ 268 ] {068fe234-e030-46c5-973c-83d41731a581} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:44.705333 [ 268 ] {068fe234-e030-46c5-973c-83d41731a581} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.04.03 04:29:44.705555 [ 268 ] {068fe234-e030-46c5-973c-83d41731a581} oximeter.measurements_histogramu64 (4a5f49cb-97be-4b78-98a9-ca04f4d82229): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:44.705670 [ 115 ] {} oximeter.measurements_histogramu64 (4a5f49cb-97be-4b78-98a9-ca04f4d82229) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.04.03 04:29:44.705692 [ 268 ] {068fe234-e030-46c5-973c-83d41731a581} executeQuery: Read 41 rows, 75.23 KiB in 0.001882 sec., 21785.334750265676 rows/sec., 39.04 MiB/sec. 2026.04.03 04:29:44.705749 [ 115 ] {} oximeter.measurements_histogramu64 (4a5f49cb-97be-4b78-98a9-ca04f4d82229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:44.705778 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:44.705780 [ 268 ] {068fe234-e030-46c5-973c-83d41731a581} TCPHandler: Processed in 0.002100401 sec. 2026.04.03 04:29:44.705882 [ 196 ] {4a5f49cb-97be-4b78-98a9-ca04f4d82229::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.04.03 04:29:44.705906 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:44.706015 [ 268 ] {1d6df8ea-c4f3-49a4-be5e-7a4d4f14e3a8} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.03 04:29:44.706056 [ 268 ] {1d6df8ea-c4f3-49a4-be5e-7a4d4f14e3a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.03 04:29:44.706107 [ 196 ] {4a5f49cb-97be-4b78-98a9-ca04f4d82229::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.03 04:29:44.706164 [ 196 ] {4a5f49cb-97be-4b78-98a9-ca04f4d82229::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 336 rows starting from the beginning of the part 2026.04.03 04:29:44.706283 [ 196 ] {4a5f49cb-97be-4b78-98a9-ca04f4d82229::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 41 rows starting from the beginning of the part 2026.04.03 04:29:44.706376 [ 196 ] {4a5f49cb-97be-4b78-98a9-ca04f4d82229::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 41 rows starting from the beginning of the part 2026.04.03 04:29:44.706391 [ 268 ] {1d6df8ea-c4f3-49a4-be5e-7a4d4f14e3a8} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:44.706431 [ 268 ] {1d6df8ea-c4f3-49a4-be5e-7a4d4f14e3a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:44.706460 [ 196 ] {4a5f49cb-97be-4b78-98a9-ca04f4d82229::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 11 rows starting from the beginning of the part 2026.04.03 04:29:44.706548 [ 196 ] {4a5f49cb-97be-4b78-98a9-ca04f4d82229::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 41 rows starting from the beginning of the part 2026.04.03 04:29:44.706632 [ 196 ] {4a5f49cb-97be-4b78-98a9-ca04f4d82229::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 41 rows starting from the beginning of the part 2026.04.03 04:29:44.706752 [ 268 ] {1d6df8ea-c4f3-49a4-be5e-7a4d4f14e3a8} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.04.03 04:29:44.706989 [ 268 ] {1d6df8ea-c4f3-49a4-be5e-7a4d4f14e3a8} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:44.707128 [ 268 ] {1d6df8ea-c4f3-49a4-be5e-7a4d4f14e3a8} executeQuery: Read 60 rows, 4.14 KiB in 0.001132 sec., 53003.5335689046 rows/sec., 3.57 MiB/sec. 2026.04.03 04:29:44.707163 [ 268 ] {1d6df8ea-c4f3-49a4-be5e-7a4d4f14e3a8} TCPHandler: Processed in 0.001305226 sec. 2026.04.03 04:29:44.710324 [ 195 ] {4a5f49cb-97be-4b78-98a9-ca04f4d82229::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 511 rows, containing 19 columns (19 merged, 0 gathered) in 0.004482449 sec., 114000.18159715815 rows/sec., 204.28 MiB/sec. 2026.04.03 04:29:44.710993 [ 188 ] {4a5f49cb-97be-4b78-98a9-ca04f4d82229::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.04.03 04:29:44.711378 [ 188 ] {4a5f49cb-97be-4b78-98a9-ca04f4d82229::all_1_16_3} oximeter.measurements_histogramu64 (4a5f49cb-97be-4b78-98a9-ca04f4d82229): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:44.711448 [ 188 ] {4a5f49cb-97be-4b78-98a9-ca04f4d82229::all_1_16_3} oximeter.measurements_histogramu64 (4a5f49cb-97be-4b78-98a9-ca04f4d82229) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.04.03 04:29:44.711528 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.41 MiB. 2026.04.03 04:29:45.386521 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 9186 2026.04.03 04:29:45.387401 [ 245 ] {} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:45.387475 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:45.387976 [ 245 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.03 04:29:45.388204 [ 245 ] {} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:45.388333 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9186 2026.04.03 04:29:45.878112 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2026.04.03 04:29:45.894429 [ 244 ] {} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:45.894490 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:45.900283 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.04.03 04:29:45.901007 [ 244 ] {} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:45.903875 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2026.04.03 04:29:49.701767 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:49.702065 [ 268 ] {90a118d5-818b-47fa-9d65-f793dce4c953} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.03 04:29:49.702175 [ 268 ] {90a118d5-818b-47fa-9d65-f793dce4c953} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.03 04:29:49.703190 [ 268 ] {90a118d5-818b-47fa-9d65-f793dce4c953} oximeter.fields_i16 (9eea47d2-df2b-4527-be52-1284769a16c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:49.703241 [ 268 ] {90a118d5-818b-47fa-9d65-f793dce4c953} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:49.703668 [ 268 ] {90a118d5-818b-47fa-9d65-f793dce4c953} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.03 04:29:49.703909 [ 268 ] {90a118d5-818b-47fa-9d65-f793dce4c953} oximeter.fields_i16 (9eea47d2-df2b-4527-be52-1284769a16c9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:49.704040 [ 106 ] {} oximeter.fields_i16 (9eea47d2-df2b-4527-be52-1284769a16c9) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.04.03 04:29:49.704068 [ 268 ] {90a118d5-818b-47fa-9d65-f793dce4c953} executeQuery: Read 284 rows, 18.47 KiB in 0.002077 sec., 136735.67645642755 rows/sec., 8.68 MiB/sec. 2026.04.03 04:29:49.704114 [ 106 ] {} oximeter.fields_i16 (9eea47d2-df2b-4527-be52-1284769a16c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:49.704138 [ 268 ] {90a118d5-818b-47fa-9d65-f793dce4c953} TCPHandler: Processed in 0.002551601 sec. 2026.04.03 04:29:49.704141 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:49.704265 [ 198 ] {9eea47d2-df2b-4527-be52-1284769a16c9::all_1_10_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full 2026.04.03 04:29:49.704326 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:49.704392 [ 198 ] {9eea47d2-df2b-4527-be52-1284769a16c9::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.03 04:29:49.704434 [ 198 ] {9eea47d2-df2b-4527-be52-1284769a16c9::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 308 rows starting from the beginning of the part 2026.04.03 04:29:49.704461 [ 268 ] {25ff287b-aef4-4f7b-af0e-c8cf441654c9} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.03 04:29:49.704508 [ 198 ] {9eea47d2-df2b-4527-be52-1284769a16c9::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 284 rows starting from the beginning of the part 2026.04.03 04:29:49.704518 [ 268 ] {25ff287b-aef4-4f7b-af0e-c8cf441654c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.03 04:29:49.704567 [ 198 ] {9eea47d2-df2b-4527-be52-1284769a16c9::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 284 rows starting from the beginning of the part 2026.04.03 04:29:49.704617 [ 198 ] {9eea47d2-df2b-4527-be52-1284769a16c9::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 284 rows starting from the beginning of the part 2026.04.03 04:29:49.704658 [ 198 ] {9eea47d2-df2b-4527-be52-1284769a16c9::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 284 rows starting from the beginning of the part 2026.04.03 04:29:49.704701 [ 198 ] {9eea47d2-df2b-4527-be52-1284769a16c9::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 284 rows starting from the beginning of the part 2026.04.03 04:29:49.705520 [ 268 ] {25ff287b-aef4-4f7b-af0e-c8cf441654c9} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:49.705567 [ 268 ] {25ff287b-aef4-4f7b-af0e-c8cf441654c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:49.705800 [ 188 ] {9eea47d2-df2b-4527-be52-1284769a16c9::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 1728 rows, containing 5 columns (5 merged, 0 gathered) in 0.001582451 sec., 1091976.9395703247 rows/sec., 73.82 MiB/sec. 2026.04.03 04:29:49.705976 [ 198 ] {9eea47d2-df2b-4527-be52-1284769a16c9::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.04.03 04:29:49.705986 [ 268 ] {25ff287b-aef4-4f7b-af0e-c8cf441654c9} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.04.03 04:29:49.706303 [ 198 ] {9eea47d2-df2b-4527-be52-1284769a16c9::all_1_10_2} oximeter.fields_i16 (9eea47d2-df2b-4527-be52-1284769a16c9): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:49.706312 [ 268 ] {25ff287b-aef4-4f7b-af0e-c8cf441654c9} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:49.706379 [ 198 ] {9eea47d2-df2b-4527-be52-1284769a16c9::all_1_10_2} oximeter.fields_i16 (9eea47d2-df2b-4527-be52-1284769a16c9) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.04.03 04:29:49.706456 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. 2026.04.03 04:29:49.706464 [ 268 ] {25ff287b-aef4-4f7b-af0e-c8cf441654c9} executeQuery: Read 797 rows, 62.84 KiB in 0.002033 sec., 392031.48057058535 rows/sec., 30.18 MiB/sec. 2026.04.03 04:29:49.706508 [ 268 ] {25ff287b-aef4-4f7b-af0e-c8cf441654c9} TCPHandler: Processed in 0.002250355 sec. 2026.04.03 04:29:49.706649 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:49.706796 [ 268 ] {1080e20d-2fb0-4860-81d7-13c17aa5f42a} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.03 04:29:49.706850 [ 268 ] {1080e20d-2fb0-4860-81d7-13c17aa5f42a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.03 04:29:49.707412 [ 268 ] {1080e20d-2fb0-4860-81d7-13c17aa5f42a} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:49.707454 [ 268 ] {1080e20d-2fb0-4860-81d7-13c17aa5f42a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:49.707788 [ 268 ] {1080e20d-2fb0-4860-81d7-13c17aa5f42a} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.04.03 04:29:49.708013 [ 268 ] {1080e20d-2fb0-4860-81d7-13c17aa5f42a} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:49.708141 [ 268 ] {1080e20d-2fb0-4860-81d7-13c17aa5f42a} executeQuery: Read 142 rows, 8.54 KiB in 0.001384 sec., 102601.15606936417 rows/sec., 6.03 MiB/sec. 2026.04.03 04:29:49.708177 [ 268 ] {1080e20d-2fb0-4860-81d7-13c17aa5f42a} TCPHandler: Processed in 0.001601882 sec. 2026.04.03 04:29:49.708292 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:49.708395 [ 268 ] {43ef2f9a-7191-4771-8857-1a68279cf139} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.03 04:29:49.708433 [ 268 ] {43ef2f9a-7191-4771-8857-1a68279cf139} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.03 04:29:49.708859 [ 268 ] {43ef2f9a-7191-4771-8857-1a68279cf139} oximeter.fields_u32 (ef1f3134-1ec0-4c33-acfc-a59b11cf61da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:49.708899 [ 268 ] {43ef2f9a-7191-4771-8857-1a68279cf139} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:49.709189 [ 268 ] {43ef2f9a-7191-4771-8857-1a68279cf139} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.03 04:29:49.709393 [ 268 ] {43ef2f9a-7191-4771-8857-1a68279cf139} oximeter.fields_u32 (ef1f3134-1ec0-4c33-acfc-a59b11cf61da): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:49.709514 [ 268 ] {43ef2f9a-7191-4771-8857-1a68279cf139} executeQuery: Read 149 rows, 9.86 KiB in 0.001137 sec., 131046.61389621811 rows/sec., 8.47 MiB/sec. 2026.04.03 04:29:49.709550 [ 268 ] {43ef2f9a-7191-4771-8857-1a68279cf139} TCPHandler: Processed in 0.001309466 sec. 2026.04.03 04:29:49.709657 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:49.709749 [ 268 ] {f62bd7d6-bd36-438f-9d7f-f6c6af7146f6} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.03 04:29:49.709787 [ 268 ] {f62bd7d6-bd36-438f-9d7f-f6c6af7146f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.03 04:29:49.710216 [ 268 ] {f62bd7d6-bd36-438f-9d7f-f6c6af7146f6} oximeter.fields_u8 (83b86529-4bdb-41f2-a718-74025d6ddd30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:49.710249 [ 268 ] {f62bd7d6-bd36-438f-9d7f-f6c6af7146f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:49.710560 [ 268 ] {f62bd7d6-bd36-438f-9d7f-f6c6af7146f6} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.03 04:29:49.710759 [ 268 ] {f62bd7d6-bd36-438f-9d7f-f6c6af7146f6} oximeter.fields_u8 (83b86529-4bdb-41f2-a718-74025d6ddd30): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:49.710849 [ 105 ] {} oximeter.fields_u8 (83b86529-4bdb-41f2-a718-74025d6ddd30) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.04.03 04:29:49.710881 [ 268 ] {f62bd7d6-bd36-438f-9d7f-f6c6af7146f6} executeQuery: Read 148 rows, 8.62 KiB in 0.00115 sec., 128695.65217391304 rows/sec., 7.32 MiB/sec. 2026.04.03 04:29:49.710886 [ 105 ] {} oximeter.fields_u8 (83b86529-4bdb-41f2-a718-74025d6ddd30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:49.710912 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:49.710917 [ 268 ] {f62bd7d6-bd36-438f-9d7f-f6c6af7146f6} TCPHandler: Processed in 0.001307155 sec. 2026.04.03 04:29:49.710993 [ 190 ] {83b86529-4bdb-41f2-a718-74025d6ddd30::all_1_10_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full 2026.04.03 04:29:49.711028 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:49.711098 [ 190 ] {83b86529-4bdb-41f2-a718-74025d6ddd30::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.03 04:29:49.711126 [ 268 ] {4a1aa357-8462-4967-ad7c-819f1eae0187} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.03 04:29:49.711130 [ 190 ] {83b86529-4bdb-41f2-a718-74025d6ddd30::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 160 rows starting from the beginning of the part 2026.04.03 04:29:49.711174 [ 268 ] {4a1aa357-8462-4967-ad7c-819f1eae0187} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.03 04:29:49.711225 [ 190 ] {83b86529-4bdb-41f2-a718-74025d6ddd30::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 148 rows starting from the beginning of the part 2026.04.03 04:29:49.711279 [ 190 ] {83b86529-4bdb-41f2-a718-74025d6ddd30::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 148 rows starting from the beginning of the part 2026.04.03 04:29:49.711324 [ 190 ] {83b86529-4bdb-41f2-a718-74025d6ddd30::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 148 rows starting from the beginning of the part 2026.04.03 04:29:49.711367 [ 190 ] {83b86529-4bdb-41f2-a718-74025d6ddd30::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 148 rows starting from the beginning of the part 2026.04.03 04:29:49.711429 [ 190 ] {83b86529-4bdb-41f2-a718-74025d6ddd30::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 148 rows starting from the beginning of the part 2026.04.03 04:29:49.711763 [ 268 ] {4a1aa357-8462-4967-ad7c-819f1eae0187} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:49.711804 [ 268 ] {4a1aa357-8462-4967-ad7c-819f1eae0187} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:49.712127 [ 268 ] {4a1aa357-8462-4967-ad7c-819f1eae0187} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.04.03 04:29:49.712361 [ 268 ] {4a1aa357-8462-4967-ad7c-819f1eae0187} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:49.712400 [ 198 ] {83b86529-4bdb-41f2-a718-74025d6ddd30::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 900 rows, containing 5 columns (5 merged, 0 gathered) in 0.001441279 sec., 624445.3710905383 rows/sec., 38.06 MiB/sec. 2026.04.03 04:29:49.712488 [ 268 ] {4a1aa357-8462-4967-ad7c-819f1eae0187} executeQuery: Read 490 rows, 35.18 KiB in 0.001379 sec., 355329.9492385787 rows/sec., 24.91 MiB/sec. 2026.04.03 04:29:49.712524 [ 198 ] {83b86529-4bdb-41f2-a718-74025d6ddd30::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.04.03 04:29:49.712530 [ 268 ] {4a1aa357-8462-4967-ad7c-819f1eae0187} TCPHandler: Processed in 0.00154926 sec. 2026.04.03 04:29:49.712648 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:49.712743 [ 268 ] {2cbc2acd-b969-4f79-b5d5-c70802d1e05a} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.03 04:29:49.712785 [ 198 ] {83b86529-4bdb-41f2-a718-74025d6ddd30::all_1_10_2} oximeter.fields_u8 (83b86529-4bdb-41f2-a718-74025d6ddd30): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:49.712790 [ 268 ] {2cbc2acd-b969-4f79-b5d5-c70802d1e05a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.03 04:29:49.712855 [ 198 ] {83b86529-4bdb-41f2-a718-74025d6ddd30::all_1_10_2} oximeter.fields_u8 (83b86529-4bdb-41f2-a718-74025d6ddd30) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.04.03 04:29:49.712915 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.04.03 04:29:49.713142 [ 268 ] {2cbc2acd-b969-4f79-b5d5-c70802d1e05a} oximeter.measurements_bool (7a4435ad-bf4a-469e-8112-fe09f152620b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:49.713180 [ 268 ] {2cbc2acd-b969-4f79-b5d5-c70802d1e05a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:49.713486 [ 268 ] {2cbc2acd-b969-4f79-b5d5-c70802d1e05a} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.03 04:29:49.713694 [ 268 ] {2cbc2acd-b969-4f79-b5d5-c70802d1e05a} oximeter.measurements_bool (7a4435ad-bf4a-469e-8112-fe09f152620b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:49.713816 [ 268 ] {2cbc2acd-b969-4f79-b5d5-c70802d1e05a} executeQuery: Read 6 rows, 321.00 B in 0.00109 sec., 5504.587155963302 rows/sec., 287.59 KiB/sec. 2026.04.03 04:29:49.713851 [ 268 ] {2cbc2acd-b969-4f79-b5d5-c70802d1e05a} TCPHandler: Processed in 0.001249964 sec. 2026.04.03 04:29:49.713956 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:49.714048 [ 268 ] {022d6295-0249-476d-8c82-5ab986ba930a} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.03 04:29:49.714089 [ 268 ] {022d6295-0249-476d-8c82-5ab986ba930a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.03 04:29:49.714487 [ 268 ] {022d6295-0249-476d-8c82-5ab986ba930a} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:49.714522 [ 268 ] {022d6295-0249-476d-8c82-5ab986ba930a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:49.714849 [ 268 ] {022d6295-0249-476d-8c82-5ab986ba930a} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.04.03 04:29:49.715051 [ 268 ] {022d6295-0249-476d-8c82-5ab986ba930a} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:49.715178 [ 268 ] {022d6295-0249-476d-8c82-5ab986ba930a} executeQuery: Read 265 rows, 18.03 KiB in 0.001148 sec., 230836.23693379792 rows/sec., 15.34 MiB/sec. 2026.04.03 04:29:49.715214 [ 268 ] {022d6295-0249-476d-8c82-5ab986ba930a} TCPHandler: Processed in 0.001304106 sec. 2026.04.03 04:29:49.715326 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:49.715427 [ 268 ] {af8317d6-3a28-45c8-9058-94981631eaf1} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.03 04:29:49.715481 [ 268 ] {af8317d6-3a28-45c8-9058-94981631eaf1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.03 04:29:49.715792 [ 268 ] {af8317d6-3a28-45c8-9058-94981631eaf1} oximeter.measurements_f64 (9437292b-5c9a-44b9-8553-0e3548b5b082): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:49.715827 [ 268 ] {af8317d6-3a28-45c8-9058-94981631eaf1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:49.716120 [ 268 ] {af8317d6-3a28-45c8-9058-94981631eaf1} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.04.03 04:29:49.716315 [ 268 ] {af8317d6-3a28-45c8-9058-94981631eaf1} oximeter.measurements_f64 (9437292b-5c9a-44b9-8553-0e3548b5b082): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:49.716436 [ 268 ] {af8317d6-3a28-45c8-9058-94981631eaf1} executeQuery: Read 1 rows, 69.00 B in 0.001031 sec., 969.9321047526673 rows/sec., 65.36 KiB/sec. 2026.04.03 04:29:49.716472 [ 268 ] {af8317d6-3a28-45c8-9058-94981631eaf1} TCPHandler: Processed in 0.001193664 sec. 2026.04.03 04:29:49.716580 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:49.716676 [ 268 ] {9daa5968-03bc-4106-8aee-b474f6c819a3} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.03 04:29:49.716716 [ 268 ] {9daa5968-03bc-4106-8aee-b474f6c819a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.03 04:29:49.717053 [ 268 ] {9daa5968-03bc-4106-8aee-b474f6c819a3} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:49.717087 [ 268 ] {9daa5968-03bc-4106-8aee-b474f6c819a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:49.717397 [ 268 ] {9daa5968-03bc-4106-8aee-b474f6c819a3} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.04.03 04:29:49.717600 [ 268 ] {9daa5968-03bc-4106-8aee-b474f6c819a3} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:49.717721 [ 268 ] {9daa5968-03bc-4106-8aee-b474f6c819a3} executeQuery: Read 90 rows, 5.77 KiB in 0.001063 sec., 84666.03951081845 rows/sec., 5.30 MiB/sec. 2026.04.03 04:29:49.717755 [ 268 ] {9daa5968-03bc-4106-8aee-b474f6c819a3} TCPHandler: Processed in 0.001222125 sec. 2026.04.03 04:29:52.781966 [ 103 ] {} DNSResolver: Updating DNS cache 2026.04.03 04:29:52.782047 [ 103 ] {} DNSResolver: Updated DNS cache 2026.04.03 04:29:52.889276 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 9634 2026.04.03 04:29:52.889775 [ 245 ] {} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:52.889822 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:52.890327 [ 245 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.03 04:29:52.890576 [ 245 ] {} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:52.890723 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9634 2026.04.03 04:29:52.902738 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 648 2026.04.03 04:29:52.904990 [ 243 ] {} system.query_log (7212dc63-7bc5-4d34-8e52-a96490942866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:52.905030 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:52.906215 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.04.03 04:29:52.906467 [ 243 ] {} system.query_log (7212dc63-7bc5-4d34-8e52-a96490942866): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:52.906722 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 648 2026.04.03 04:29:53.404792 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2026.04.03 04:29:53.420998 [ 244 ] {} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:53.421041 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:53.426932 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.04.03 04:29:53.427630 [ 244 ] {} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:53.430311 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2026.04.03 04:29:54.695640 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:54.695910 [ 268 ] {93c9665a-1ac7-470f-987c-9217238bea01} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.03 04:29:54.696008 [ 268 ] {93c9665a-1ac7-470f-987c-9217238bea01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.03 04:29:54.696885 [ 268 ] {93c9665a-1ac7-470f-987c-9217238bea01} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:54.696927 [ 268 ] {93c9665a-1ac7-470f-987c-9217238bea01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:54.697312 [ 268 ] {93c9665a-1ac7-470f-987c-9217238bea01} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.04.03 04:29:54.697525 [ 268 ] {93c9665a-1ac7-470f-987c-9217238bea01} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:54.697671 [ 268 ] {93c9665a-1ac7-470f-987c-9217238bea01} executeQuery: Read 138 rows, 12.30 KiB in 0.001834 sec., 75245.3653217012 rows/sec., 6.55 MiB/sec. 2026.04.03 04:29:54.697712 [ 268 ] {93c9665a-1ac7-470f-987c-9217238bea01} TCPHandler: Processed in 0.002242164 sec. 2026.04.03 04:29:54.697826 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:54.697929 [ 268 ] {cf00a9e4-147c-4f8d-88df-7cf97264d889} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.03 04:29:54.697969 [ 268 ] {cf00a9e4-147c-4f8d-88df-7cf97264d889} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.03 04:29:54.698373 [ 268 ] {cf00a9e4-147c-4f8d-88df-7cf97264d889} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:54.698408 [ 268 ] {cf00a9e4-147c-4f8d-88df-7cf97264d889} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:54.698726 [ 268 ] {cf00a9e4-147c-4f8d-88df-7cf97264d889} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.04.03 04:29:54.698938 [ 268 ] {cf00a9e4-147c-4f8d-88df-7cf97264d889} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:54.699064 [ 268 ] {cf00a9e4-147c-4f8d-88df-7cf97264d889} executeQuery: Read 41 rows, 3.08 KiB in 0.001154 sec., 35528.59618717504 rows/sec., 2.61 MiB/sec. 2026.04.03 04:29:54.699101 [ 268 ] {cf00a9e4-147c-4f8d-88df-7cf97264d889} TCPHandler: Processed in 0.001322826 sec. 2026.04.03 04:29:54.699210 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:54.699310 [ 268 ] {df3f2995-9409-44ec-9459-e68a07196cdb} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.03 04:29:54.699349 [ 268 ] {df3f2995-9409-44ec-9459-e68a07196cdb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.03 04:29:54.699755 [ 268 ] {df3f2995-9409-44ec-9459-e68a07196cdb} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:54.699790 [ 268 ] {df3f2995-9409-44ec-9459-e68a07196cdb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:54.700119 [ 268 ] {df3f2995-9409-44ec-9459-e68a07196cdb} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.04.03 04:29:54.700321 [ 268 ] {df3f2995-9409-44ec-9459-e68a07196cdb} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:54.700442 [ 268 ] {df3f2995-9409-44ec-9459-e68a07196cdb} executeQuery: Read 105 rows, 8.40 KiB in 0.00115 sec., 91304.34782608696 rows/sec., 7.13 MiB/sec. 2026.04.03 04:29:54.700478 [ 268 ] {df3f2995-9409-44ec-9459-e68a07196cdb} TCPHandler: Processed in 0.001314796 sec. 2026.04.03 04:29:54.700589 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:54.700689 [ 268 ] {30f49f73-3954-4256-b773-0063e01d005b} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.03 04:29:54.700730 [ 268 ] {30f49f73-3954-4256-b773-0063e01d005b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.03 04:29:54.701107 [ 268 ] {30f49f73-3954-4256-b773-0063e01d005b} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:54.701143 [ 268 ] {30f49f73-3954-4256-b773-0063e01d005b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:54.701462 [ 268 ] {30f49f73-3954-4256-b773-0063e01d005b} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.04.03 04:29:54.701665 [ 268 ] {30f49f73-3954-4256-b773-0063e01d005b} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:54.701787 [ 268 ] {30f49f73-3954-4256-b773-0063e01d005b} executeQuery: Read 160 rows, 11.41 KiB in 0.001117 sec., 143240.82363473592 rows/sec., 9.98 MiB/sec. 2026.04.03 04:29:54.701822 [ 268 ] {30f49f73-3954-4256-b773-0063e01d005b} TCPHandler: Processed in 0.001280235 sec. 2026.04.03 04:29:54.701929 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:54.702028 [ 268 ] {0cd5a4c3-edd9-46ed-b6c7-ea2fec9b9301} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.03 04:29:54.702080 [ 268 ] {0cd5a4c3-edd9-46ed-b6c7-ea2fec9b9301} 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.04.03 04:29:54.702840 [ 268 ] {0cd5a4c3-edd9-46ed-b6c7-ea2fec9b9301} oximeter.measurements_histogramu64 (4a5f49cb-97be-4b78-98a9-ca04f4d82229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:54.702876 [ 268 ] {0cd5a4c3-edd9-46ed-b6c7-ea2fec9b9301} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:54.703420 [ 268 ] {0cd5a4c3-edd9-46ed-b6c7-ea2fec9b9301} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.04.03 04:29:54.703630 [ 268 ] {0cd5a4c3-edd9-46ed-b6c7-ea2fec9b9301} oximeter.measurements_histogramu64 (4a5f49cb-97be-4b78-98a9-ca04f4d82229): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:54.703760 [ 268 ] {0cd5a4c3-edd9-46ed-b6c7-ea2fec9b9301} executeQuery: Read 41 rows, 75.23 KiB in 0.00175 sec., 23428.571428571428 rows/sec., 41.98 MiB/sec. 2026.04.03 04:29:54.703809 [ 268 ] {0cd5a4c3-edd9-46ed-b6c7-ea2fec9b9301} TCPHandler: Processed in 0.001927587 sec. 2026.04.03 04:29:54.703921 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:54.704022 [ 268 ] {a59d8a2c-2750-46c3-9580-6823ca9c44b6} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.03 04:29:54.704062 [ 268 ] {a59d8a2c-2750-46c3-9580-6823ca9c44b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.03 04:29:54.704387 [ 268 ] {a59d8a2c-2750-46c3-9580-6823ca9c44b6} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:54.704421 [ 268 ] {a59d8a2c-2750-46c3-9580-6823ca9c44b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:54.704720 [ 268 ] {a59d8a2c-2750-46c3-9580-6823ca9c44b6} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.04.03 04:29:54.704943 [ 268 ] {a59d8a2c-2750-46c3-9580-6823ca9c44b6} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:54.705066 [ 268 ] {a59d8a2c-2750-46c3-9580-6823ca9c44b6} executeQuery: Read 60 rows, 4.14 KiB in 0.00107 sec., 56074.766355140186 rows/sec., 3.78 MiB/sec. 2026.04.03 04:29:54.705106 [ 268 ] {a59d8a2c-2750-46c3-9580-6823ca9c44b6} TCPHandler: Processed in 0.001231934 sec. 2026.04.03 04:29:55.184969 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:55.185161 [ 268 ] {68a2311b-ee03-4412-98a9-d7c75ce19295} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.04.03 04:29:55.185232 [ 268 ] {68a2311b-ee03-4412-98a9-d7c75ce19295} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.04.03 04:29:55.185945 [ 268 ] {68a2311b-ee03-4412-98a9-d7c75ce19295} oximeter.fields_i16 (9eea47d2-df2b-4527-be52-1284769a16c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:55.185987 [ 268 ] {68a2311b-ee03-4412-98a9-d7c75ce19295} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:55.186395 [ 268 ] {68a2311b-ee03-4412-98a9-d7c75ce19295} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.03 04:29:55.186626 [ 268 ] {68a2311b-ee03-4412-98a9-d7c75ce19295} oximeter.fields_i16 (9eea47d2-df2b-4527-be52-1284769a16c9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:55.186784 [ 268 ] {68a2311b-ee03-4412-98a9-d7c75ce19295} executeQuery: Read 284 rows, 18.47 KiB in 0.001675 sec., 169552.23880597015 rows/sec., 10.77 MiB/sec. 2026.04.03 04:29:55.186832 [ 268 ] {68a2311b-ee03-4412-98a9-d7c75ce19295} TCPHandler: Processed in 0.00199382 sec. 2026.04.03 04:29:55.186953 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:55.187055 [ 268 ] {9f188716-9187-4460-9608-ea9cdc1affc8} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.04.03 04:29:55.187099 [ 268 ] {9f188716-9187-4460-9608-ea9cdc1affc8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.04.03 04:29:55.187498 [ 268 ] {9f188716-9187-4460-9608-ea9cdc1affc8} oximeter.fields_ipaddr (4dbf6b0b-78ff-42ed-9e98-89b262336374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:55.187532 [ 268 ] {9f188716-9187-4460-9608-ea9cdc1affc8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:55.187831 [ 268 ] {9f188716-9187-4460-9608-ea9cdc1affc8} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.03 04:29:55.188036 [ 268 ] {9f188716-9187-4460-9608-ea9cdc1affc8} oximeter.fields_ipaddr (4dbf6b0b-78ff-42ed-9e98-89b262336374): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:55.188167 [ 268 ] {9f188716-9187-4460-9608-ea9cdc1affc8} executeQuery: Read 2 rows, 167.00 B in 0.001135 sec., 1762.114537444934 rows/sec., 143.69 KiB/sec. 2026.04.03 04:29:55.188206 [ 268 ] {9f188716-9187-4460-9608-ea9cdc1affc8} TCPHandler: Processed in 0.001305296 sec. 2026.04.03 04:29:55.188312 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:55.188407 [ 268 ] {b9c91529-0536-4d94-8b35-128f2bce3a00} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.03 04:29:55.188448 [ 268 ] {b9c91529-0536-4d94-8b35-128f2bce3a00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.03 04:29:55.190002 [ 268 ] {b9c91529-0536-4d94-8b35-128f2bce3a00} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:55.190040 [ 268 ] {b9c91529-0536-4d94-8b35-128f2bce3a00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:55.190551 [ 268 ] {b9c91529-0536-4d94-8b35-128f2bce3a00} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.04.03 04:29:55.190778 [ 268 ] {b9c91529-0536-4d94-8b35-128f2bce3a00} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:55.190886 [ 97 ] {} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.04.03 04:29:55.190911 [ 268 ] {b9c91529-0536-4d94-8b35-128f2bce3a00} executeQuery: Read 3147 rows, 240.20 KiB in 0.002522 sec., 1247819.1911181603 rows/sec., 93.01 MiB/sec. 2026.04.03 04:29:55.190928 [ 97 ] {} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:55.190951 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:55.190952 [ 268 ] {b9c91529-0536-4d94-8b35-128f2bce3a00} MemoryTracker: Peak memory usage (for query): 4.00 MiB. 2026.04.03 04:29:55.190974 [ 268 ] {b9c91529-0536-4d94-8b35-128f2bce3a00} TCPHandler: Processed in 0.002711253 sec. 2026.04.03 04:29:55.191079 [ 190 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::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.04.03 04:29:55.191088 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:55.191228 [ 268 ] {c7f0db6e-28ee-4b84-8c4e-254a2bd35cad} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.04.03 04:29:55.191233 [ 190 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.03 04:29:55.191273 [ 268 ] {c7f0db6e-28ee-4b84-8c4e-254a2bd35cad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.04.03 04:29:55.191281 [ 190 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 3360 rows starting from the beginning of the part 2026.04.03 04:29:55.191364 [ 190 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 797 rows starting from the beginning of the part 2026.04.03 04:29:55.191409 [ 190 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 143 rows starting from the beginning of the part 2026.04.03 04:29:55.191459 [ 190 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 797 rows starting from the beginning of the part 2026.04.03 04:29:55.191498 [ 190 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 138 rows starting from the beginning of the part 2026.04.03 04:29:55.191539 [ 190 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 3147 rows starting from the beginning of the part 2026.04.03 04:29:55.191719 [ 268 ] {c7f0db6e-28ee-4b84-8c4e-254a2bd35cad} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:55.191761 [ 268 ] {c7f0db6e-28ee-4b84-8c4e-254a2bd35cad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:55.192117 [ 268 ] {c7f0db6e-28ee-4b84-8c4e-254a2bd35cad} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.04.03 04:29:55.192342 [ 268 ] {c7f0db6e-28ee-4b84-8c4e-254a2bd35cad} oximeter.fields_u16 (aa23c4e2-d51e-49ec-86ab-9ef1a4ec0c87): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:55.192481 [ 268 ] {c7f0db6e-28ee-4b84-8c4e-254a2bd35cad} executeQuery: Read 155 rows, 9.51 KiB in 0.001272 sec., 121855.3459119497 rows/sec., 7.30 MiB/sec. 2026.04.03 04:29:55.192520 [ 268 ] {c7f0db6e-28ee-4b84-8c4e-254a2bd35cad} TCPHandler: Processed in 0.00148145 sec. 2026.04.03 04:29:55.192631 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:55.192726 [ 268 ] {efdec3f2-1b57-4730-84f6-44ef80550751} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.04.03 04:29:55.192768 [ 268 ] {efdec3f2-1b57-4730-84f6-44ef80550751} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.04.03 04:29:55.193411 [ 268 ] {efdec3f2-1b57-4730-84f6-44ef80550751} oximeter.fields_u32 (ef1f3134-1ec0-4c33-acfc-a59b11cf61da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:55.193447 [ 268 ] {efdec3f2-1b57-4730-84f6-44ef80550751} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:55.193817 [ 268 ] {efdec3f2-1b57-4730-84f6-44ef80550751} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.03 04:29:55.194044 [ 268 ] {efdec3f2-1b57-4730-84f6-44ef80550751} oximeter.fields_u32 (ef1f3134-1ec0-4c33-acfc-a59b11cf61da): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:55.194134 [ 97 ] {} oximeter.fields_u32 (ef1f3134-1ec0-4c33-acfc-a59b11cf61da) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.04.03 04:29:55.194159 [ 97 ] {} oximeter.fields_u32 (ef1f3134-1ec0-4c33-acfc-a59b11cf61da): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:55.194176 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:55.194176 [ 268 ] {efdec3f2-1b57-4730-84f6-44ef80550751} executeQuery: Read 950 rows, 57.24 KiB in 0.001467 sec., 647580.0954328561 rows/sec., 38.10 MiB/sec. 2026.04.03 04:29:55.194219 [ 268 ] {efdec3f2-1b57-4730-84f6-44ef80550751} TCPHandler: Processed in 0.001637422 sec. 2026.04.03 04:29:55.194277 [ 188 ] {ef1f3134-1ec0-4c33-acfc-a59b11cf61da::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.04.03 04:29:55.194341 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:55.194420 [ 188 ] {ef1f3134-1ec0-4c33-acfc-a59b11cf61da::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.03 04:29:55.194440 [ 268 ] {1e764704-682c-489b-9d5b-51472ef1ca10} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.04.03 04:29:55.194458 [ 188 ] {ef1f3134-1ec0-4c33-acfc-a59b11cf61da::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 974 rows starting from the beginning of the part 2026.04.03 04:29:55.194486 [ 268 ] {1e764704-682c-489b-9d5b-51472ef1ca10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.04.03 04:29:55.194536 [ 188 ] {ef1f3134-1ec0-4c33-acfc-a59b11cf61da::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 149 rows starting from the beginning of the part 2026.04.03 04:29:55.194531 [ 199 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 8382 rows, containing 5 columns (5 merged, 0 gathered) in 0.003505779 sec., 2390909.409862972 rows/sec., 190.52 MiB/sec. 2026.04.03 04:29:55.194598 [ 188 ] {ef1f3134-1ec0-4c33-acfc-a59b11cf61da::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 950 rows starting from the beginning of the part 2026.04.03 04:29:55.194665 [ 188 ] {ef1f3134-1ec0-4c33-acfc-a59b11cf61da::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 149 rows starting from the beginning of the part 2026.04.03 04:29:55.194712 [ 188 ] {ef1f3134-1ec0-4c33-acfc-a59b11cf61da::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 149 rows starting from the beginning of the part 2026.04.03 04:29:55.194755 [ 188 ] {ef1f3134-1ec0-4c33-acfc-a59b11cf61da::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 950 rows starting from the beginning of the part 2026.04.03 04:29:55.194895 [ 268 ] {1e764704-682c-489b-9d5b-51472ef1ca10} oximeter.fields_u64 (481cf10c-d64c-484f-bdb2-cc50da998ce4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:55.194938 [ 268 ] {1e764704-682c-489b-9d5b-51472ef1ca10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:55.195203 [ 199 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.04.03 04:29:55.195280 [ 268 ] {1e764704-682c-489b-9d5b-51472ef1ca10} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.04.03 04:29:55.195587 [ 268 ] {1e764704-682c-489b-9d5b-51472ef1ca10} oximeter.fields_u64 (481cf10c-d64c-484f-bdb2-cc50da998ce4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:55.195710 [ 199 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_31_6} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:55.195726 [ 268 ] {1e764704-682c-489b-9d5b-51472ef1ca10} executeQuery: Read 1 rows, 72.00 B in 0.001304 sec., 766.8711656441718 rows/sec., 53.92 KiB/sec. 2026.04.03 04:29:55.195770 [ 268 ] {1e764704-682c-489b-9d5b-51472ef1ca10} TCPHandler: Processed in 0.001478599 sec. 2026.04.03 04:29:55.195822 [ 199 ] {8ee424fb-ef8e-4178-902c-2638caa10ed9::all_1_31_6} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.04.03 04:29:55.195888 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:55.195927 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.49 MiB. 2026.04.03 04:29:55.195986 [ 268 ] {36fa8471-719c-4553-a441-3d4f32796816} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.04.03 04:29:55.196030 [ 268 ] {36fa8471-719c-4553-a441-3d4f32796816} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.04.03 04:29:55.196205 [ 199 ] {ef1f3134-1ec0-4c33-acfc-a59b11cf61da::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 3321 rows, containing 5 columns (5 merged, 0 gathered) in 0.001980059 sec., 1677222.7494231232 rows/sec., 106.68 MiB/sec. 2026.04.03 04:29:55.196418 [ 193 ] {ef1f3134-1ec0-4c33-acfc-a59b11cf61da::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.04.03 04:29:55.196458 [ 268 ] {36fa8471-719c-4553-a441-3d4f32796816} oximeter.fields_u8 (83b86529-4bdb-41f2-a718-74025d6ddd30): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:55.196493 [ 268 ] {36fa8471-719c-4553-a441-3d4f32796816} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:55.196715 [ 193 ] {ef1f3134-1ec0-4c33-acfc-a59b11cf61da::all_1_11_2} oximeter.fields_u32 (ef1f3134-1ec0-4c33-acfc-a59b11cf61da): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:55.196790 [ 193 ] {ef1f3134-1ec0-4c33-acfc-a59b11cf61da::all_1_11_2} oximeter.fields_u32 (ef1f3134-1ec0-4c33-acfc-a59b11cf61da) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.04.03 04:29:55.196816 [ 268 ] {36fa8471-719c-4553-a441-3d4f32796816} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.04.03 04:29:55.196863 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. 2026.04.03 04:29:55.197031 [ 268 ] {36fa8471-719c-4553-a441-3d4f32796816} oximeter.fields_u8 (83b86529-4bdb-41f2-a718-74025d6ddd30): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:55.197161 [ 268 ] {36fa8471-719c-4553-a441-3d4f32796816} executeQuery: Read 148 rows, 8.62 KiB in 0.001193 sec., 124056.99916177703 rows/sec., 7.06 MiB/sec. 2026.04.03 04:29:55.197198 [ 268 ] {36fa8471-719c-4553-a441-3d4f32796816} TCPHandler: Processed in 0.001359467 sec. 2026.04.03 04:29:55.197307 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:55.197401 [ 268 ] {98dd4cdd-ce39-472b-bbdd-b2eb59473eb1} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.03 04:29:55.197442 [ 268 ] {98dd4cdd-ce39-472b-bbdd-b2eb59473eb1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.03 04:29:55.198420 [ 268 ] {98dd4cdd-ce39-472b-bbdd-b2eb59473eb1} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:55.198454 [ 268 ] {98dd4cdd-ce39-472b-bbdd-b2eb59473eb1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:55.198825 [ 268 ] {98dd4cdd-ce39-472b-bbdd-b2eb59473eb1} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.04.03 04:29:55.199032 [ 268 ] {98dd4cdd-ce39-472b-bbdd-b2eb59473eb1} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:55.199126 [ 97 ] {} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.04.03 04:29:55.199156 [ 268 ] {98dd4cdd-ce39-472b-bbdd-b2eb59473eb1} executeQuery: Read 1718 rows, 118.34 KiB in 0.001773 sec., 968979.1314156796 rows/sec., 65.18 MiB/sec. 2026.04.03 04:29:55.199166 [ 97 ] {} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:55.199190 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:55.199193 [ 268 ] {98dd4cdd-ce39-472b-bbdd-b2eb59473eb1} TCPHandler: Processed in 0.001935598 sec. 2026.04.03 04:29:55.199266 [ 188 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::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.04.03 04:29:55.199313 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:55.199374 [ 188 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.03 04:29:55.199407 [ 188 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1831 rows starting from the beginning of the part 2026.04.03 04:29:55.199413 [ 268 ] {6aee1786-c015-45b2-b64b-a2f9e2dc5dae} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.04.03 04:29:55.199461 [ 268 ] {6aee1786-c015-45b2-b64b-a2f9e2dc5dae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.04.03 04:29:55.199462 [ 188 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 490 rows starting from the beginning of the part 2026.04.03 04:29:55.199519 [ 188 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 115 rows starting from the beginning of the part 2026.04.03 04:29:55.199558 [ 188 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 490 rows starting from the beginning of the part 2026.04.03 04:29:55.199595 [ 188 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 105 rows starting from the beginning of the part 2026.04.03 04:29:55.199637 [ 188 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1718 rows starting from the beginning of the part 2026.04.03 04:29:55.199803 [ 268 ] {6aee1786-c015-45b2-b64b-a2f9e2dc5dae} oximeter.measurements_bool (7a4435ad-bf4a-469e-8112-fe09f152620b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:55.199844 [ 268 ] {6aee1786-c015-45b2-b64b-a2f9e2dc5dae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:55.200154 [ 268 ] {6aee1786-c015-45b2-b64b-a2f9e2dc5dae} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.03 04:29:55.200372 [ 268 ] {6aee1786-c015-45b2-b64b-a2f9e2dc5dae} oximeter.measurements_bool (7a4435ad-bf4a-469e-8112-fe09f152620b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:55.200500 [ 268 ] {6aee1786-c015-45b2-b64b-a2f9e2dc5dae} executeQuery: Read 6 rows, 321.00 B in 0.001106 sec., 5424.9547920434 rows/sec., 283.43 KiB/sec. 2026.04.03 04:29:55.200536 [ 268 ] {6aee1786-c015-45b2-b64b-a2f9e2dc5dae} TCPHandler: Processed in 0.001272695 sec. 2026.04.03 04:29:55.200657 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:55.200751 [ 268 ] {29ff45d1-9173-47fd-aea3-8632f8ac8656} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.03 04:29:55.200791 [ 268 ] {29ff45d1-9173-47fd-aea3-8632f8ac8656} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.03 04:29:55.201164 [ 193 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 4749 rows, containing 5 columns (5 merged, 0 gathered) in 0.001932268 sec., 2457733.60631134 rows/sec., 178.23 MiB/sec. 2026.04.03 04:29:55.201351 [ 188 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.04.03 04:29:55.201506 [ 268 ] {29ff45d1-9173-47fd-aea3-8632f8ac8656} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:55.201548 [ 268 ] {29ff45d1-9173-47fd-aea3-8632f8ac8656} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:55.201604 [ 188 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_31_6} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:55.201688 [ 188 ] {d494ca3f-1b77-4dc8-b31d-7a3c1738438a::all_1_31_6} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.04.03 04:29:55.201758 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. 2026.04.03 04:29:55.202039 [ 268 ] {29ff45d1-9173-47fd-aea3-8632f8ac8656} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.04.03 04:29:55.202256 [ 268 ] {29ff45d1-9173-47fd-aea3-8632f8ac8656} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:55.202350 [ 97 ] {} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.04.03 04:29:55.202376 [ 97 ] {} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:55.202387 [ 268 ] {29ff45d1-9173-47fd-aea3-8632f8ac8656} executeQuery: Read 1602 rows, 99.59 KiB in 0.001654 sec., 968561.0640870616 rows/sec., 58.80 MiB/sec. 2026.04.03 04:29:55.202393 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:55.202423 [ 268 ] {29ff45d1-9173-47fd-aea3-8632f8ac8656} TCPHandler: Processed in 0.001814076 sec. 2026.04.03 04:29:55.202491 [ 191 ] {f25b6725-879d-46f0-9797-8977429a43f9::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.04.03 04:29:55.202545 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:55.202609 [ 191 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.03 04:29:55.202647 [ 191 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 10644 rows starting from the beginning of the part 2026.04.03 04:29:55.202671 [ 268 ] {c3e9901f-0917-4f17-a06a-cece48ae930d} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.04.03 04:29:55.202712 [ 191 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 265 rows starting from the beginning of the part 2026.04.03 04:29:55.202728 [ 268 ] {c3e9901f-0917-4f17-a06a-cece48ae930d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.04.03 04:29:55.202767 [ 191 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 165 rows starting from the beginning of the part 2026.04.03 04:29:55.202814 [ 191 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 265 rows starting from the beginning of the part 2026.04.03 04:29:55.202858 [ 191 ] {f25b6725-879d-46f0-9797-8977429a43f9::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.04.03 04:29:55.202900 [ 191 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1602 rows starting from the beginning of the part 2026.04.03 04:29:55.203126 [ 268 ] {c3e9901f-0917-4f17-a06a-cece48ae930d} oximeter.measurements_f64 (9437292b-5c9a-44b9-8553-0e3548b5b082): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:55.203176 [ 268 ] {c3e9901f-0917-4f17-a06a-cece48ae930d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:55.203555 [ 268 ] {c3e9901f-0917-4f17-a06a-cece48ae930d} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.04.03 04:29:55.203784 [ 268 ] {c3e9901f-0917-4f17-a06a-cece48ae930d} oximeter.measurements_f64 (9437292b-5c9a-44b9-8553-0e3548b5b082): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:55.203881 [ 97 ] {} oximeter.measurements_f64 (9437292b-5c9a-44b9-8553-0e3548b5b082) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.04.03 04:29:55.203914 [ 97 ] {} oximeter.measurements_f64 (9437292b-5c9a-44b9-8553-0e3548b5b082): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:55.203917 [ 268 ] {c3e9901f-0917-4f17-a06a-cece48ae930d} executeQuery: Read 1 rows, 69.00 B in 0.001271 sec., 786.7820613690008 rows/sec., 53.02 KiB/sec. 2026.04.03 04:29:55.203933 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:55.203959 [ 268 ] {c3e9901f-0917-4f17-a06a-cece48ae930d} TCPHandler: Processed in 0.001474959 sec. 2026.04.03 04:29:55.204004 [ 188 ] {9437292b-5c9a-44b9-8553-0e3548b5b082::all_1_10_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full 2026.04.03 04:29:55.204066 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:55.204089 [ 188 ] {9437292b-5c9a-44b9-8553-0e3548b5b082::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.03 04:29:55.204119 [ 188 ] {9437292b-5c9a-44b9-8553-0e3548b5b082::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part 2026.04.03 04:29:55.204165 [ 188 ] {9437292b-5c9a-44b9-8553-0e3548b5b082::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part 2026.04.03 04:29:55.204167 [ 268 ] {d04a168f-f72c-4f71-b3af-6faf5441ad35} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.04.03 04:29:55.204206 [ 188 ] {9437292b-5c9a-44b9-8553-0e3548b5b082::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part 2026.04.03 04:29:55.204237 [ 268 ] {d04a168f-f72c-4f71-b3af-6faf5441ad35} 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.04.03 04:29:55.204244 [ 188 ] {9437292b-5c9a-44b9-8553-0e3548b5b082::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part 2026.04.03 04:29:55.204287 [ 188 ] {9437292b-5c9a-44b9-8553-0e3548b5b082::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part 2026.04.03 04:29:55.204317 [ 188 ] {9437292b-5c9a-44b9-8553-0e3548b5b082::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part 2026.04.03 04:29:55.205000 [ 194 ] {9437292b-5c9a-44b9-8553-0e3548b5b082::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.00102134 sec., 9791.058805099185 rows/sec., 659.75 KiB/sec. 2026.04.03 04:29:55.205024 [ 268 ] {d04a168f-f72c-4f71-b3af-6faf5441ad35} oximeter.measurements_histogramu64 (4a5f49cb-97be-4b78-98a9-ca04f4d82229): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:55.205073 [ 268 ] {d04a168f-f72c-4f71-b3af-6faf5441ad35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:55.205151 [ 200 ] {9437292b-5c9a-44b9-8553-0e3548b5b082::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.04.03 04:29:55.205484 [ 200 ] {9437292b-5c9a-44b9-8553-0e3548b5b082::all_1_10_2} oximeter.measurements_f64 (9437292b-5c9a-44b9-8553-0e3548b5b082): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:55.205549 [ 200 ] {9437292b-5c9a-44b9-8553-0e3548b5b082::all_1_10_2} oximeter.measurements_f64 (9437292b-5c9a-44b9-8553-0e3548b5b082) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.04.03 04:29:55.205617 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2026.04.03 04:29:55.205669 [ 268 ] {d04a168f-f72c-4f71-b3af-6faf5441ad35} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.04.03 04:29:55.205904 [ 268 ] {d04a168f-f72c-4f71-b3af-6faf5441ad35} oximeter.measurements_histogramu64 (4a5f49cb-97be-4b78-98a9-ca04f4d82229): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:55.206050 [ 268 ] {d04a168f-f72c-4f71-b3af-6faf5441ad35} executeQuery: Read 11 rows, 20.18 KiB in 0.001902 sec., 5783.385909568875 rows/sec., 10.36 MiB/sec. 2026.04.03 04:29:55.206108 [ 268 ] {d04a168f-f72c-4f71-b3af-6faf5441ad35} TCPHandler: Processed in 0.002090481 sec. 2026.04.03 04:29:55.206218 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:55.206313 [ 268 ] {e6c437c9-b27b-4e88-b233-69c874920926} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.03 04:29:55.206354 [ 268 ] {e6c437c9-b27b-4e88-b233-69c874920926} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.03 04:29:55.206698 [ 268 ] {e6c437c9-b27b-4e88-b233-69c874920926} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:55.206732 [ 268 ] {e6c437c9-b27b-4e88-b233-69c874920926} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:55.207042 [ 268 ] {e6c437c9-b27b-4e88-b233-69c874920926} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.04.03 04:29:55.207153 [ 193 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 13101 rows, containing 5 columns (5 merged, 0 gathered) in 0.004707393 sec., 2783069.1000305265 rows/sec., 179.25 MiB/sec. 2026.04.03 04:29:55.207252 [ 268 ] {e6c437c9-b27b-4e88-b233-69c874920926} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:55.207343 [ 97 ] {} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.04.03 04:29:55.207371 [ 97 ] {} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:55.207381 [ 268 ] {e6c437c9-b27b-4e88-b233-69c874920926} executeQuery: Read 42 rows, 2.45 KiB in 0.001087 sec., 38638.45446182152 rows/sec., 2.20 MiB/sec. 2026.04.03 04:29:55.207388 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:55.207417 [ 268 ] {e6c437c9-b27b-4e88-b233-69c874920926} TCPHandler: Processed in 0.001248305 sec. 2026.04.03 04:29:55.207460 [ 193 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::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.04.03 04:29:55.207536 [ 193 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.03 04:29:55.207562 [ 200 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.04.03 04:29:55.207564 [ 193 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1440 rows starting from the beginning of the part 2026.04.03 04:29:55.207639 [ 193 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::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.04.03 04:29:55.207682 [ 193 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::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.04.03 04:29:55.207722 [ 193 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 90 rows starting from the beginning of the part 2026.04.03 04:29:55.207759 [ 193 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::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.04.03 04:29:55.207796 [ 193 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 42 rows starting from the beginning of the part 2026.04.03 04:29:55.207854 [ 200 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_31_6} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:55.207938 [ 200 ] {f25b6725-879d-46f0-9797-8977429a43f9::all_1_31_6} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.04.03 04:29:55.208028 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.37 MiB. 2026.04.03 04:29:55.208778 [ 200 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1782 rows, containing 4 columns (4 merged, 0 gathered) in 0.001347086 sec., 1322855.4078952644 rows/sec., 85.95 MiB/sec. 2026.04.03 04:29:55.209001 [ 193 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.04.03 04:29:55.209229 [ 193 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::all_1_31_6} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:55.209298 [ 193 ] {aa91fd11-b1e8-425f-a9a5-2cf7c5d17549::all_1_31_6} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.04.03 04:29:55.209354 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. 2026.04.03 04:29:59.692987 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:59.693176 [ 268 ] {9e1c2409-bbf8-4f6c-b0a6-5aa557f99f77} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.04.03 04:29:59.693241 [ 268 ] {9e1c2409-bbf8-4f6c-b0a6-5aa557f99f77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.04.03 04:29:59.693905 [ 268 ] {9e1c2409-bbf8-4f6c-b0a6-5aa557f99f77} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:59.693953 [ 268 ] {9e1c2409-bbf8-4f6c-b0a6-5aa557f99f77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:59.694377 [ 268 ] {9e1c2409-bbf8-4f6c-b0a6-5aa557f99f77} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.04.03 04:29:59.694602 [ 268 ] {9e1c2409-bbf8-4f6c-b0a6-5aa557f99f77} oximeter.fields_string (8ee424fb-ef8e-4178-902c-2638caa10ed9): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:59.694764 [ 268 ] {9e1c2409-bbf8-4f6c-b0a6-5aa557f99f77} executeQuery: Read 56 rows, 4.41 KiB in 0.001636 sec., 34229.828850855745 rows/sec., 2.63 MiB/sec. 2026.04.03 04:29:59.694814 [ 268 ] {9e1c2409-bbf8-4f6c-b0a6-5aa557f99f77} TCPHandler: Processed in 0.001951998 sec. 2026.04.03 04:29:59.694945 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:59.695048 [ 268 ] {d78389fb-7160-4e65-b5c3-dc2eb0a397f6} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.04.03 04:29:59.695089 [ 268 ] {d78389fb-7160-4e65-b5c3-dc2eb0a397f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.04.03 04:29:59.695521 [ 268 ] {d78389fb-7160-4e65-b5c3-dc2eb0a397f6} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:59.695558 [ 268 ] {d78389fb-7160-4e65-b5c3-dc2eb0a397f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:59.695877 [ 268 ] {d78389fb-7160-4e65-b5c3-dc2eb0a397f6} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.04.03 04:29:59.696078 [ 268 ] {d78389fb-7160-4e65-b5c3-dc2eb0a397f6} oximeter.fields_uuid (d494ca3f-1b77-4dc8-b31d-7a3c1738438a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:59.696206 [ 268 ] {d78389fb-7160-4e65-b5c3-dc2eb0a397f6} executeQuery: Read 64 rows, 5.12 KiB in 0.001183 sec., 54099.74640743872 rows/sec., 4.22 MiB/sec. 2026.04.03 04:29:59.696244 [ 268 ] {d78389fb-7160-4e65-b5c3-dc2eb0a397f6} TCPHandler: Processed in 0.001353996 sec. 2026.04.03 04:29:59.696368 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:59.696476 [ 268 ] {332da73e-2622-4e88-93d6-78afc2ba44aa} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.04.03 04:29:59.696521 [ 268 ] {332da73e-2622-4e88-93d6-78afc2ba44aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.04.03 04:29:59.696902 [ 268 ] {332da73e-2622-4e88-93d6-78afc2ba44aa} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:59.696937 [ 268 ] {332da73e-2622-4e88-93d6-78afc2ba44aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:59.697285 [ 268 ] {332da73e-2622-4e88-93d6-78afc2ba44aa} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.04.03 04:29:59.697488 [ 268 ] {332da73e-2622-4e88-93d6-78afc2ba44aa} oximeter.measurements_cumulativeu64 (f25b6725-879d-46f0-9797-8977429a43f9): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:59.697614 [ 268 ] {332da73e-2622-4e88-93d6-78afc2ba44aa} executeQuery: Read 128 rows, 9.13 KiB in 0.001158 sec., 110535.40587219344 rows/sec., 7.70 MiB/sec. 2026.04.03 04:29:59.697649 [ 268 ] {332da73e-2622-4e88-93d6-78afc2ba44aa} TCPHandler: Processed in 0.001331376 sec. 2026.04.03 04:29:59.697762 [ 268 ] {} TCP-Session: cfac6f6e-86f3-4938-87f4-e6bab94b7aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.04.03 04:29:59.697856 [ 268 ] {e7fa0435-f115-42b3-bdd4-da43a8adfd9b} executeQuery: (from [fd00:1122:3344:101::d]:39675) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.04.03 04:29:59.697897 [ 268 ] {e7fa0435-f115-42b3-bdd4-da43a8adfd9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.04.03 04:29:59.698232 [ 268 ] {e7fa0435-f115-42b3-bdd4-da43a8adfd9b} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:29:59.698266 [ 268 ] {e7fa0435-f115-42b3-bdd4-da43a8adfd9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:29:59.698562 [ 268 ] {e7fa0435-f115-42b3-bdd4-da43a8adfd9b} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.04.03 04:29:59.698783 [ 268 ] {e7fa0435-f115-42b3-bdd4-da43a8adfd9b} oximeter.measurements_u64 (aa91fd11-b1e8-425f-a9a5-2cf7c5d17549): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:29:59.698905 [ 268 ] {e7fa0435-f115-42b3-bdd4-da43a8adfd9b} executeQuery: Read 48 rows, 3.31 KiB in 0.001069 sec., 44901.77736202058 rows/sec., 3.03 MiB/sec. 2026.04.03 04:29:59.698941 [ 268 ] {e7fa0435-f115-42b3-bdd4-da43a8adfd9b} TCPHandler: Processed in 0.001229635 sec. 2026.04.03 04:30:00.390935 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 10146 2026.04.03 04:30:00.391470 [ 245 ] {} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:30:00.391520 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:30:00.392038 [ 245 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.03 04:30:00.392309 [ 245 ] {} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:30:00.392467 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10146 2026.04.03 04:30:00.392469 [ 88 ] {} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.03 04:30:00.392546 [ 88 ] {} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:30:00.392570 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:30:00.392685 [ 201 ] {00c4024f-bd6e-4c86-9f30-5d9b7a2add6f::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.04.03 04:30:00.392809 [ 201 ] {00c4024f-bd6e-4c86-9f30-5d9b7a2add6f::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.03 04:30:00.392852 [ 201 ] {00c4024f-bd6e-4c86-9f30-5d9b7a2add6f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7714 rows starting from the beginning of the part 2026.04.03 04:30:00.392926 [ 201 ] {00c4024f-bd6e-4c86-9f30-5d9b7a2add6f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 512 rows starting from the beginning of the part 2026.04.03 04:30:00.392979 [ 201 ] {00c4024f-bd6e-4c86-9f30-5d9b7a2add6f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 448 rows starting from the beginning of the part 2026.04.03 04:30:00.393028 [ 201 ] {00c4024f-bd6e-4c86-9f30-5d9b7a2add6f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 512 rows starting from the beginning of the part 2026.04.03 04:30:00.393088 [ 201 ] {00c4024f-bd6e-4c86-9f30-5d9b7a2add6f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 448 rows starting from the beginning of the part 2026.04.03 04:30:00.393147 [ 201 ] {00c4024f-bd6e-4c86-9f30-5d9b7a2add6f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 512 rows starting from the beginning of the part 2026.04.03 04:30:00.395518 [ 187 ] {00c4024f-bd6e-4c86-9f30-5d9b7a2add6f::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 10146 rows, containing 4 columns (4 merged, 0 gathered) in 0.002877827 sec., 3525576.7633009213 rows/sec., 50.43 MiB/sec. 2026.04.03 04:30:00.395807 [ 201 ] {00c4024f-bd6e-4c86-9f30-5d9b7a2add6f::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.03 04:30:00.396137 [ 201 ] {00c4024f-bd6e-4c86-9f30-5d9b7a2add6f::all_1_21_4} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:30:00.396227 [ 201 ] {00c4024f-bd6e-4c86-9f30-5d9b7a2add6f::all_1_21_4} system.asynchronous_metric_log (00c4024f-bd6e-4c86-9f30-5d9b7a2add6f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.03 04:30:00.396345 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB. 2026.04.03 04:30:00.930553 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2026.04.03 04:30:00.950642 [ 244 ] {} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:30:00.950705 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:30:00.957728 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.04.03 04:30:00.958517 [ 244 ] {} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:30:00.958824 [ 88 ] {} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.04.03 04:30:00.958888 [ 88 ] {} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.04.03 04:30:00.958908 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. 2026.04.03 04:30:00.959015 [ 201 ] {cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5::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.04.03 04:30:00.962540 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2026.04.03 04:30:00.963384 [ 201 ] {cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.04.03 04:30:00.965167 [ 201 ] {cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5::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.04.03 04:30:00.970414 [ 201 ] {cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5::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.04.03 04:30:00.975555 [ 201 ] {cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5::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.04.03 04:30:00.980286 [ 201 ] {cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5::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.04.03 04:30:00.985578 [ 201 ] {cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5::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.04.03 04:30:00.989923 [ 201 ] {cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5::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.04.03 04:30:01.053280 [ 187 ] {cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.094310039 sec., 1685.92868464406 rows/sec., 8.72 MiB/sec. 2026.04.03 04:30:01.055893 [ 187 ] {cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.04.03 04:30:01.058093 [ 187 ] {cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5::all_1_21_4} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.04.03 04:30:01.058207 [ 187 ] {cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5::all_1_21_4} system.metric_log (cf7eb9fd-905a-49bc-96a6-d4bbf2551ad5) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.04.03 04:30:01.060441 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. 2026.04.03 04:30:02.000279 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 249.82 MiB, peak 260.36 MiB, free memory in arenas 0.00 B, will set to 254.23 MiB (RSS), difference: 4.40 MiB