[ Dec 29 09:28:43 Enabled. ] [ Dec 29 09:28:43 Rereading configuration. ] [ Dec 29 09:28:43 Rereading configuration. ] [ Dec 29 09:28:45 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] + set -o errexit + set -o pipefail + . /lib/svc/share/smf_include.sh ++ SMF_EXIT_OK=0 ++ SMF_EXIT_NODAEMON=94 ++ SMF_EXIT_ERR_FATAL=95 ++ SMF_EXIT_ERR_CONFIG=96 ++ SMF_EXIT_MON_DEGRADE=97 ++ SMF_EXIT_MON_OFFLINE=98 ++ SMF_EXIT_ERR_NOSMF=99 ++ SMF_EXIT_ERR_PERM=100 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default + LISTEN_ADDR=fd00:1122:3344:101::e ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default + LISTEN_PORT=8123 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default + DATASTORE=/data + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 [ Dec 29 09:28:45 Method "start" exited with status 0. ] Processing configuration file '/opt/oxide/clickhouse/config.xml'. Logging trace to /var/tmp/clickhouse-server.log Logging errors to /var/tmp/clickhouse-server.errlog 2025.12.29 09:28:48.733327 [ 1 ] {} Application: Will watch for the process with pid 24394 2025.12.29 09:28:48.733792 [ 1 ] {} Application: Forked a child process to watch 2025.12.29 09:28:49.237205 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 24394 2025.12.29 09:28:49.238171 [ 1 ] {} Application: starting up 2025.12.29 09:28:49.238359 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2025.12.29 09:28:49.399046 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2025.12.29 09:28:49.458865 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2025.12.29 09:28:49.459008 [ 1 ] {} Application: Initializing DateLUT. 2025.12.29 09:28:49.459046 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2025.12.29 09:28:49.459152 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2025.12.29 09:28:49.460241 [ 1 ] {} Application: Initializing interserver credentials. 2025.12.29 09:28:49.463650 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2025.12.29 09:28:49.464995 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.12.29 09:28:49.466133 [ 1 ] {} Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) 2025.12.29 09:28:49.466207 [ 1 ] {} Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) 2025.12.29 09:28:49.466267 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2025.12.29 09:28:49.467398 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2025.12.29 09:28:49.468862 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2025.12.29 09:28:49.477012 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2025.12.29 09:28:49.478004 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2025.12.29 09:28:49.479842 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.12.29 09:28:49.479977 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.12.29 09:28:49.481605 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2025.12.29 09:28:49.482317 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.12.29 09:28:49.488234 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.12.29 09:28:49.488833 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2025.12.29 09:28:49.492896 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2025.12.29 09:28:49.493430 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2025.12.29 09:28:49.493934 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2025.12.29 09:28:49.494359 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2025.12.29 09:28:49.496152 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2025.12.29 09:28:49.496182 [ 1 ] {} Application: Loading metadata from /data/ 2025.12.29 09:28:49.496287 [ 153 ] {} DNSResolver: Updating DNS cache 2025.12.29 09:28:49.496406 [ 153 ] {} DNSResolver: Updated DNS cache 2025.12.29 09:28:49.547265 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2025.12.29 09:28:49.547311 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000234604 sec 2025.12.29 09:28:49.547376 [ 1 ] {} ReferentialDeps: No tables 2025.12.29 09:28:49.547483 [ 1 ] {} LoadingDeps: No tables 2025.12.29 09:28:49.548339 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2025.12.29 09:28:49.549055 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2025.12.29 09:28:49.564445 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2025.12.29 09:28:49.564497 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2025.12.29 09:28:49.564602 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2025.12.29 09:28:49.564618 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2025.12.29 09:28:49.564657 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2025.12.29 09:28:49.564771 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2025.12.29 09:28:49.569645 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2025.12.29 09:28:49.569698 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2025.12.29 09:28:49.569765 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2025.12.29 09:28:49.569962 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2025.12.29 09:28:49.570013 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2025.12.29 09:28:49.570034 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2025.12.29 09:28:49.570138 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2025.12.29 09:28:49.570153 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2025.12.29 09:28:49.570189 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2025.12.29 09:28:49.570282 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2025.12.29 09:28:49.596798 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2025.12.29 09:28:49.606597 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2025.12.29 09:28:49.606725 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000147992 sec 2025.12.29 09:28:49.606744 [ 1 ] {} ReferentialDeps: No tables 2025.12.29 09:28:49.606761 [ 1 ] {} LoadingDeps: No tables 2025.12.29 09:28:49.606804 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2025.12.29 09:28:49.607162 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2025.12.29 09:28:49.607301 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2025.12.29 09:28:49.607322 [ 1 ] {} Application: Loaded metadata. 2025.12.29 09:28:49.607336 [ 1 ] {} Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). 2025.12.29 09:28:49.607353 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2025.12.29 09:28:49.667439 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.12.29 09:28:49.667688 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.79 MiB (RSS), difference: 92.01 MiB 2025.12.29 09:28:49.669396 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.661e-05 sec. 2025.12.29 09:28:49.670032 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2025.12.29 09:28:49.671662 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2025.12.29 09:28:49.671687 [ 1 ] {} Application: Ready for connections. 2025.12.29 09:28:50.000186 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 116.80 MiB, peak 116.80 MiB, free memory in arenas 0.00 B, will set to 118.33 MiB (RSS), difference: 1.53 MiB 2025.12.29 09:28:50.724779 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37022 2025.12.29 09:28:50.727279 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:28:50.727353 [ 3 ] {} TCP-Session: 5cc85815-3d2d-4384-9e6a-d10c9fa0bfac Authenticating user 'default' from [fd00:1122:3344:101::b]:37022 2025.12.29 09:28:50.727474 [ 3 ] {} TCP-Session: 5cc85815-3d2d-4384-9e6a-d10c9fa0bfac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:50.727488 [ 3 ] {} TCP-Session: 5cc85815-3d2d-4384-9e6a-d10c9fa0bfac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:50.727582 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.29 09:28:50.727678 [ 3 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.29 09:28:50.727694 [ 3 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.29 09:28:50.730368 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45843 2025.12.29 09:28:50.730394 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36077 2025.12.29 09:28:50.730529 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:28:50.730564 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60739 2025.12.29 09:28:50.730581 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45996 2025.12.29 09:28:50.730610 [ 254 ] {} TCP-Session: ebbd6078-cec3-4682-b2e1-84ab0aae7532 Authenticating user 'default' from [fd00:1122:3344:101::b]:45843 2025.12.29 09:28:50.730666 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63654 2025.12.29 09:28:50.730736 [ 254 ] {} TCP-Session: ebbd6078-cec3-4682-b2e1-84ab0aae7532 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:50.730770 [ 254 ] {} TCP-Session: ebbd6078-cec3-4682-b2e1-84ab0aae7532 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:50.730783 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:28:50.730853 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:28:50.730881 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:39288 2025.12.29 09:28:50.730898 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:28:50.730947 [ 255 ] {} TCP-Session: c9a7ea54-ab2f-4dc5-bfde-c8d2da70a7a2 Authenticating user 'default' from [fd00:1122:3344:101::b]:60739 2025.12.29 09:28:50.730926 [ 5 ] {} TCP-Session: 1dad74c0-afbd-4297-8115-8b1c7ecb923d Authenticating user 'default' from [fd00:1122:3344:101::b]:36077 2025.12.29 09:28:50.731000 [ 4 ] {} TCP-Session: 1f534472-673b-4230-a405-49b39d8ebdbd Authenticating user 'default' from [fd00:1122:3344:101::b]:45996 2025.12.29 09:28:50.730935 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:28:50.731062 [ 255 ] {} TCP-Session: c9a7ea54-ab2f-4dc5-bfde-c8d2da70a7a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:50.731081 [ 4 ] {} TCP-Session: 1f534472-673b-4230-a405-49b39d8ebdbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:50.731088 [ 5 ] {} TCP-Session: 1dad74c0-afbd-4297-8115-8b1c7ecb923d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:50.731147 [ 256 ] {} TCP-Session: 0010fc73-f87a-4a15-9cb5-6faf8fcc1794 Authenticating user 'default' from [fd00:1122:3344:101::b]:63654 2025.12.29 09:28:50.731149 [ 4 ] {} TCP-Session: 1f534472-673b-4230-a405-49b39d8ebdbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:50.731161 [ 5 ] {} TCP-Session: 1dad74c0-afbd-4297-8115-8b1c7ecb923d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:50.731266 [ 255 ] {} TCP-Session: c9a7ea54-ab2f-4dc5-bfde-c8d2da70a7a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:50.731035 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63576 2025.12.29 09:28:50.731034 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:28:50.731376 [ 256 ] {} TCP-Session: 0010fc73-f87a-4a15-9cb5-6faf8fcc1794 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:50.731426 [ 257 ] {} TCP-Session: 7e285a35-e511-43c9-b611-3dc046ba679c Authenticating user 'default' from [fd00:1122:3344:101::b]:39288 2025.12.29 09:28:50.731431 [ 256 ] {} TCP-Session: 0010fc73-f87a-4a15-9cb5-6faf8fcc1794 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:50.731451 [ 257 ] {} TCP-Session: 7e285a35-e511-43c9-b611-3dc046ba679c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:50.731443 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:28:50.731566 [ 258 ] {} TCP-Session: a5d572da-f8a9-49fc-8f27-242aa7cf9c67 Authenticating user 'default' from [fd00:1122:3344:101::b]:63576 2025.12.29 09:28:50.731571 [ 257 ] {} TCP-Session: 7e285a35-e511-43c9-b611-3dc046ba679c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:50.731626 [ 258 ] {} TCP-Session: a5d572da-f8a9-49fc-8f27-242aa7cf9c67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:50.731685 [ 258 ] {} TCP-Session: a5d572da-f8a9-49fc-8f27-242aa7cf9c67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:50.752868 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:56910 2025.12.29 09:28:50.754988 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:28:50.755038 [ 259 ] {} TCP-Session: bbac203c-33f4-4c56-8713-88a79fb2d8c8 Authenticating user 'default' from [fd00:1122:3344:101::a]:56910 2025.12.29 09:28:50.755057 [ 259 ] {} TCP-Session: bbac203c-33f4-4c56-8713-88a79fb2d8c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:50.755146 [ 259 ] {} TCP-Session: bbac203c-33f4-4c56-8713-88a79fb2d8c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:50.755220 [ 259 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.29 09:28:50.755257 [ 259 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.29 09:28:50.755346 [ 259 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.29 09:28:50.761480 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48796 2025.12.29 09:28:50.761575 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54472 2025.12.29 09:28:50.761607 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:28:50.761680 [ 260 ] {} TCP-Session: 650623a4-71b9-467d-b2ea-8587a817282b Authenticating user 'default' from [fd00:1122:3344:101::a]:48796 2025.12.29 09:28:50.761711 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40390 2025.12.29 09:28:50.761744 [ 260 ] {} TCP-Session: 650623a4-71b9-467d-b2ea-8587a817282b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:50.761763 [ 260 ] {} TCP-Session: 650623a4-71b9-467d-b2ea-8587a817282b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:50.761809 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:37462 2025.12.29 09:28:50.761776 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:28:50.761888 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:28:50.761900 [ 261 ] {} TCP-Session: 92d0c2c9-56dc-4fcd-a5f2-a9400b9fb643 Authenticating user 'default' from [fd00:1122:3344:101::a]:54472 2025.12.29 09:28:50.761981 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:44563 2025.12.29 09:28:50.761985 [ 262 ] {} TCP-Session: c1b35ba0-3610-4153-97d6-66b7dd0ecf0c Authenticating user 'default' from [fd00:1122:3344:101::a]:40390 2025.12.29 09:28:50.762021 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:28:50.762047 [ 262 ] {} TCP-Session: c1b35ba0-3610-4153-97d6-66b7dd0ecf0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:50.762088 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62858 2025.12.29 09:28:50.762031 [ 261 ] {} TCP-Session: 92d0c2c9-56dc-4fcd-a5f2-a9400b9fb643 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:50.762169 [ 262 ] {} TCP-Session: c1b35ba0-3610-4153-97d6-66b7dd0ecf0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:50.762181 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:28:50.762203 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:32916 2025.12.29 09:28:50.762150 [ 263 ] {} TCP-Session: 1caaf532-b291-48ae-978c-deafc76fd995 Authenticating user 'default' from [fd00:1122:3344:101::a]:37462 2025.12.29 09:28:50.762277 [ 264 ] {} TCP-Session: 010f1873-cf85-4bc1-8c82-d3f60c6bcce1 Authenticating user 'default' from [fd00:1122:3344:101::a]:44563 2025.12.29 09:28:50.762276 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:28:50.762224 [ 261 ] {} TCP-Session: 92d0c2c9-56dc-4fcd-a5f2-a9400b9fb643 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:50.762362 [ 265 ] {} TCP-Session: e6336081-c82b-489c-8c28-4d1fb3b849a0 Authenticating user 'default' from [fd00:1122:3344:101::a]:62858 2025.12.29 09:28:50.762361 [ 264 ] {} TCP-Session: 010f1873-cf85-4bc1-8c82-d3f60c6bcce1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:50.762413 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:28:50.762460 [ 265 ] {} TCP-Session: e6336081-c82b-489c-8c28-4d1fb3b849a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:50.762445 [ 264 ] {} TCP-Session: 010f1873-cf85-4bc1-8c82-d3f60c6bcce1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:50.762338 [ 263 ] {} TCP-Session: 1caaf532-b291-48ae-978c-deafc76fd995 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:50.762569 [ 265 ] {} TCP-Session: e6336081-c82b-489c-8c28-4d1fb3b849a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:50.762557 [ 266 ] {} TCP-Session: 91015530-70ee-41d3-a5ed-8ccfcfb10dc3 Authenticating user 'default' from [fd00:1122:3344:101::a]:32916 2025.12.29 09:28:50.762644 [ 263 ] {} TCP-Session: 1caaf532-b291-48ae-978c-deafc76fd995 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:50.762657 [ 266 ] {} TCP-Session: 91015530-70ee-41d3-a5ed-8ccfcfb10dc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:50.762757 [ 266 ] {} TCP-Session: 91015530-70ee-41d3-a5ed-8ccfcfb10dc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:51.000153 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 118.42 MiB, peak 118.42 MiB, free memory in arenas 0.00 B, will set to 119.52 MiB (RSS), difference: 1.10 MiB 2025.12.29 09:28:51.324362 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43963 2025.12.29 09:28:51.326592 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:28:51.326636 [ 267 ] {} TCP-Session: 0cad7751-b2d5-49c4-b681-d21d8b7737df Authenticating user 'default' from [fd00:1122:3344:101::c]:43963 2025.12.29 09:28:51.326750 [ 267 ] {} TCP-Session: 0cad7751-b2d5-49c4-b681-d21d8b7737df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:51.326806 [ 267 ] {} TCP-Session: 0cad7751-b2d5-49c4-b681-d21d8b7737df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:51.326886 [ 267 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.29 09:28:51.326918 [ 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 2025.12.29 09:28:51.327017 [ 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 2025.12.29 09:28:51.329545 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50959 2025.12.29 09:28:51.329647 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58054 2025.12.29 09:28:51.329782 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:28:51.329783 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:54955 2025.12.29 09:28:51.329879 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:28:51.329910 [ 268 ] {} TCP-Session: 38a9f17f-a8bd-4abc-babb-9475f5439a09 Authenticating user 'default' from [fd00:1122:3344:101::c]:50959 2025.12.29 09:28:51.329936 [ 269 ] {} TCP-Session: a3a5aa12-fade-4420-8753-bedcf198f758 Authenticating user 'default' from [fd00:1122:3344:101::c]:58054 2025.12.29 09:28:51.329993 [ 268 ] {} TCP-Session: 38a9f17f-a8bd-4abc-babb-9475f5439a09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:51.330009 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36769 2025.12.29 09:28:51.330079 [ 269 ] {} TCP-Session: a3a5aa12-fade-4420-8753-bedcf198f758 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:51.330121 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:28:51.330088 [ 268 ] {} TCP-Session: 38a9f17f-a8bd-4abc-babb-9475f5439a09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:51.330237 [ 269 ] {} TCP-Session: a3a5aa12-fade-4420-8753-bedcf198f758 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:51.330269 [ 270 ] {} TCP-Session: a08409d5-6478-4f1c-b8e6-a18800d7adb5 Authenticating user 'default' from [fd00:1122:3344:101::c]:54955 2025.12.29 09:28:51.330254 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:28:51.330334 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55080 2025.12.29 09:28:51.330383 [ 270 ] {} TCP-Session: a08409d5-6478-4f1c-b8e6-a18800d7adb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:51.330367 [ 272 ] {} TCP-Session: 64219b16-cfe0-4f08-a185-bd42387ccdb4 Authenticating user 'default' from [fd00:1122:3344:101::c]:36769 2025.12.29 09:28:51.330025 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57375 2025.12.29 09:28:51.330151 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:35235 2025.12.29 09:28:51.330539 [ 272 ] {} TCP-Session: 64219b16-cfe0-4f08-a185-bd42387ccdb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:51.330508 [ 270 ] {} TCP-Session: a08409d5-6478-4f1c-b8e6-a18800d7adb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:51.330641 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:28:51.330656 [ 272 ] {} TCP-Session: 64219b16-cfe0-4f08-a185-bd42387ccdb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:51.330727 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:28:51.330767 [ 274 ] {} TCP-Session: f3bf18bc-a5e4-4669-acf0-9b0d9b68a8c6 Authenticating user 'default' from [fd00:1122:3344:101::c]:55080 2025.12.29 09:28:51.330782 [ 271 ] {} TCP-Session: f6003f03-d2ba-40f8-bcdc-9eb4fe5fde44 Authenticating user 'default' from [fd00:1122:3344:101::c]:57375 2025.12.29 09:28:51.330770 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:28:51.330853 [ 274 ] {} TCP-Session: f3bf18bc-a5e4-4669-acf0-9b0d9b68a8c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:51.330911 [ 271 ] {} TCP-Session: f6003f03-d2ba-40f8-bcdc-9eb4fe5fde44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:51.330950 [ 273 ] {} TCP-Session: b9049686-e611-4821-b6e8-a0e9e79f8d32 Authenticating user 'default' from [fd00:1122:3344:101::c]:35235 2025.12.29 09:28:51.330920 [ 274 ] {} TCP-Session: f3bf18bc-a5e4-4669-acf0-9b0d9b68a8c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:51.331002 [ 271 ] {} TCP-Session: f6003f03-d2ba-40f8-bcdc-9eb4fe5fde44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:51.331030 [ 273 ] {} TCP-Session: b9049686-e611-4821-b6e8-a0e9e79f8d32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:51.331106 [ 273 ] {} TCP-Session: b9049686-e611-4821-b6e8-a0e9e79f8d32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:53.380189 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62005 2025.12.29 09:28:53.388867 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:28:53.388913 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Authenticating user 'default' from [fd00:1122:3344:101::d]:62005 2025.12.29 09:28:53.388938 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:53.389033 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:53.389125 [ 275 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.29 09:28:53.389178 [ 275 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.29 09:28:53.389275 [ 275 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.29 09:28:53.390080 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60511 2025.12.29 09:28:53.390168 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34803 2025.12.29 09:28:53.390246 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:46321 2025.12.29 09:28:53.390282 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:28:53.390387 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48583 2025.12.29 09:28:53.390412 [ 276 ] {} TCP-Session: 67a76adc-8d47-4313-8b62-661540569b91 Authenticating user 'default' from [fd00:1122:3344:101::d]:60511 2025.12.29 09:28:53.390443 [ 276 ] {} TCP-Session: 67a76adc-8d47-4313-8b62-661540569b91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:53.390528 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:28:53.390531 [ 276 ] {} TCP-Session: 67a76adc-8d47-4313-8b62-661540569b91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:53.390583 [ 277 ] {} TCP-Session: 277ce465-4141-4df4-adcd-513eb01116f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:34803 2025.12.29 09:28:53.390625 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42286 2025.12.29 09:28:53.390658 [ 277 ] {} TCP-Session: 277ce465-4141-4df4-adcd-513eb01116f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:53.390701 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:28:53.390751 [ 279 ] {} TCP-Session: fb512597-68f8-489f-9066-31d414a15255 Authenticating user 'default' from [fd00:1122:3344:101::d]:48583 2025.12.29 09:28:53.390768 [ 277 ] {} TCP-Session: 277ce465-4141-4df4-adcd-513eb01116f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:53.390752 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39773 2025.12.29 09:28:53.390835 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51672 2025.12.29 09:28:53.390867 [ 279 ] {} TCP-Session: fb512597-68f8-489f-9066-31d414a15255 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:53.390871 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:28:53.390981 [ 279 ] {} TCP-Session: fb512597-68f8-489f-9066-31d414a15255 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:53.391041 [ 280 ] {} TCP-Session: c31f2abf-998b-4638-b2c9-97c2e47b50a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:42286 2025.12.29 09:28:53.391092 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:28:53.391123 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:28:53.391174 [ 280 ] {} TCP-Session: c31f2abf-998b-4638-b2c9-97c2e47b50a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:53.391207 [ 281 ] {} TCP-Session: 2665cc0e-db6e-447c-bb61-4d91c8acf22a Authenticating user 'default' from [fd00:1122:3344:101::d]:39773 2025.12.29 09:28:53.391188 [ 282 ] {} TCP-Session: 4368fbc6-c99f-47ce-90f3-80dbb7570d9d Authenticating user 'default' from [fd00:1122:3344:101::d]:51672 2025.12.29 09:28:53.391273 [ 280 ] {} TCP-Session: c31f2abf-998b-4638-b2c9-97c2e47b50a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:53.391307 [ 281 ] {} TCP-Session: 2665cc0e-db6e-447c-bb61-4d91c8acf22a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:53.391292 [ 282 ] {} TCP-Session: 4368fbc6-c99f-47ce-90f3-80dbb7570d9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:53.391384 [ 282 ] {} TCP-Session: 4368fbc6-c99f-47ce-90f3-80dbb7570d9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:53.391398 [ 281 ] {} TCP-Session: 2665cc0e-db6e-447c-bb61-4d91c8acf22a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:53.391754 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:28:53.391798 [ 278 ] {} TCP-Session: 4ee06bd4-6b23-495e-a93f-42d43f64b9a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:46321 2025.12.29 09:28:53.391885 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44628 2025.12.29 09:28:53.391900 [ 278 ] {} TCP-Session: 4ee06bd4-6b23-495e-a93f-42d43f64b9a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:53.391925 [ 278 ] {} TCP-Session: 4ee06bd4-6b23-495e-a93f-42d43f64b9a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:53.392042 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:28:53.392151 [ 283 ] {} TCP-Session: a97d5748-f3ae-447f-afc0-f512187d3d19 Authenticating user 'default' from [fd00:1122:3344:101::d]:44628 2025.12.29 09:28:53.392169 [ 283 ] {} TCP-Session: a97d5748-f3ae-447f-afc0-f512187d3d19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:53.392181 [ 283 ] {} TCP-Session: a97d5748-f3ae-447f-afc0-f512187d3d19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:28:53.406308 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:28:53.409018 [ 275 ] {997c1038-a5e1-4c61-9845-e6d2d024f4a2} executeQuery: (from [fd00:1122:3344:101::d]:62005) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.29 09:28:53.692950 [ 275 ] {997c1038-a5e1-4c61-9845-e6d2d024f4a2} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:62005) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.12.29 09:28:53.693886 [ 275 ] {997c1038-a5e1-4c61-9845-e6d2d024f4a2} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.12.29 09:28:53.694102 [ 275 ] {997c1038-a5e1-4c61-9845-e6d2d024f4a2} TCPHandler: Processed in 0.294107175 sec. 2025.12.29 09:28:53.694610 [ 277 ] {} TCP-Session: 277ce465-4141-4df4-adcd-513eb01116f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:28:53.694958 [ 277 ] {47b1da80-ba53-43c9-9574-847d30ad7e00} executeQuery: (from [fd00:1122:3344:101::d]:34803) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.29 09:28:53.695333 [ 277 ] {47b1da80-ba53-43c9-9574-847d30ad7e00} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:34803) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.12.29 09:28:53.695668 [ 277 ] {47b1da80-ba53-43c9-9574-847d30ad7e00} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.12.29 09:28:53.695888 [ 277 ] {47b1da80-ba53-43c9-9574-847d30ad7e00} TCPHandler: Processed in 0.001486646 sec. 2025.12.29 09:28:53.696163 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:28:53.696912 [ 275 ] {1fd7f388-a880-47dc-b97b-524188d75c5a} executeQuery: (from [fd00:1122:3344:101::d]:62005) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2025.12.29 09:28:53.697511 [ 275 ] {1fd7f388-a880-47dc-b97b-524188d75c5a} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2025.12.29 09:28:53.712210 [ 275 ] {1fd7f388-a880-47dc-b97b-524188d75c5a} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2025.12.29 09:28:53.712237 [ 275 ] {1fd7f388-a880-47dc-b97b-524188d75c5a} TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.6011e-05 sec 2025.12.29 09:28:53.712253 [ 275 ] {1fd7f388-a880-47dc-b97b-524188d75c5a} ReferentialDeps: No tables 2025.12.29 09:28:53.712337 [ 275 ] {1fd7f388-a880-47dc-b97b-524188d75c5a} LoadingDeps: No tables 2025.12.29 09:28:53.712366 [ 275 ] {1fd7f388-a880-47dc-b97b-524188d75c5a} DatabaseAtomic (oximeter): Starting up tables. 2025.12.29 09:28:53.713011 [ 275 ] {1fd7f388-a880-47dc-b97b-524188d75c5a} TCPHandler: Processed in 0.016929007 sec. 2025.12.29 09:28:53.713164 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:28:53.713375 [ 275 ] {1e388285-1477-4aa3-938a-5fc612a401c0} executeQuery: (from [fd00:1122:3344:101::d]:62005) /* The version table contains metadata about the `oximeter` database */ CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) 2025.12.29 09:28:53.713486 [ 275 ] {1e388285-1477-4aa3-938a-5fc612a401c0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2025.12.29 09:28:53.718297 [ 275 ] {1e388285-1477-4aa3-938a-5fc612a401c0} StoragePolicy (default): Storage policy default created, total volumes 1 2025.12.29 09:28:53.732270 [ 275 ] {1e388285-1477-4aa3-938a-5fc612a401c0} oximeter.version (fcbd4f17-c8ae-493f-a4a3-46642fecae80): Loading data parts 2025.12.29 09:28:53.734917 [ 275 ] {1e388285-1477-4aa3-938a-5fc612a401c0} oximeter.version (fcbd4f17-c8ae-493f-a4a3-46642fecae80): There are no data parts 2025.12.29 09:28:53.761632 [ 275 ] {1e388285-1477-4aa3-938a-5fc612a401c0} TCPHandler: Processed in 0.04851885 sec. 2025.12.29 09:28:53.761797 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:28:53.761977 [ 275 ] {c5c80da2-4e86-4cde-9001-ac25186c4754} executeQuery: (from [fd00:1122:3344:101::d]:62005) /* The measurement tables contain all individual samples from each timeseries. * * Each table stores a single datum type, and otherwise contains nearly the same * structure. The primary sorting key is on the timeseries name, key, and then * timestamp, so that all timeseries from the same schema are grouped, followed * by all samples from the same timeseries. * * This reflects that one usually looks up the _key_ in one or more field table, * and then uses that to index quickly into the measurements tables. */ CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.29 09:28:53.762115 [ 275 ] {c5c80da2-4e86-4cde-9001-ac25186c4754} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2025.12.29 09:28:53.795772 [ 275 ] {c5c80da2-4e86-4cde-9001-ac25186c4754} oximeter.measurements_bool (63e07c21-387e-4bbb-8285-2f152be656b1): Loading data parts 2025.12.29 09:28:53.796040 [ 275 ] {c5c80da2-4e86-4cde-9001-ac25186c4754} oximeter.measurements_bool (63e07c21-387e-4bbb-8285-2f152be656b1): There are no data parts 2025.12.29 09:28:53.837128 [ 275 ] {c5c80da2-4e86-4cde-9001-ac25186c4754} TCPHandler: Processed in 0.075384891 sec. 2025.12.29 09:28:53.837430 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:28:53.837617 [ 275 ] {3802898a-8bba-4b61-8453-99e78826f9c6} executeQuery: (from [fd00:1122:3344:101::d]:62005) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.29 09:28:53.837760 [ 275 ] {3802898a-8bba-4b61-8453-99e78826f9c6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2025.12.29 09:28:53.867099 [ 275 ] {3802898a-8bba-4b61-8453-99e78826f9c6} oximeter.measurements_i8 (f41e6e56-718c-4887-8b3c-059ccc77990a): Loading data parts 2025.12.29 09:28:53.867342 [ 275 ] {3802898a-8bba-4b61-8453-99e78826f9c6} oximeter.measurements_i8 (f41e6e56-718c-4887-8b3c-059ccc77990a): There are no data parts 2025.12.29 09:28:53.871801 [ 275 ] {3802898a-8bba-4b61-8453-99e78826f9c6} TCPHandler: Processed in 0.034450424 sec. 2025.12.29 09:28:53.871952 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:28:53.872115 [ 275 ] {0a82a3db-5e5f-4dfd-b61b-0ab1663f2cab} executeQuery: (from [fd00:1122:3344:101::d]:62005) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.29 09:28:53.872241 [ 275 ] {0a82a3db-5e5f-4dfd-b61b-0ab1663f2cab} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2025.12.29 09:28:53.885248 [ 275 ] {0a82a3db-5e5f-4dfd-b61b-0ab1663f2cab} oximeter.measurements_u8 (ef562541-54b6-45bf-beb6-795c8627fa88): Loading data parts 2025.12.29 09:28:53.885404 [ 275 ] {0a82a3db-5e5f-4dfd-b61b-0ab1663f2cab} oximeter.measurements_u8 (ef562541-54b6-45bf-beb6-795c8627fa88): There are no data parts 2025.12.29 09:28:53.896608 [ 275 ] {0a82a3db-5e5f-4dfd-b61b-0ab1663f2cab} TCPHandler: Processed in 0.024707173 sec. 2025.12.29 09:28:53.896819 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:28:53.897035 [ 275 ] {10d43726-01c9-41f9-9284-6741cdc71fc9} executeQuery: (from [fd00:1122:3344:101::d]:62005) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.29 09:28:53.897153 [ 275 ] {10d43726-01c9-41f9-9284-6741cdc71fc9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2025.12.29 09:28:53.919549 [ 275 ] {10d43726-01c9-41f9-9284-6741cdc71fc9} oximeter.measurements_i16 (71a01a47-a799-473f-a08f-21c5b044f49b): Loading data parts 2025.12.29 09:28:53.919691 [ 275 ] {10d43726-01c9-41f9-9284-6741cdc71fc9} oximeter.measurements_i16 (71a01a47-a799-473f-a08f-21c5b044f49b): There are no data parts 2025.12.29 09:28:53.933872 [ 275 ] {10d43726-01c9-41f9-9284-6741cdc71fc9} TCPHandler: Processed in 0.037112321 sec. 2025.12.29 09:28:53.934049 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:28:53.934242 [ 275 ] {7d4ede9b-1b8a-4224-aa67-a308831e2983} executeQuery: (from [fd00:1122:3344:101::d]:62005) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.29 09:28:53.934387 [ 275 ] {7d4ede9b-1b8a-4224-aa67-a308831e2983} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2025.12.29 09:28:53.957900 [ 275 ] {7d4ede9b-1b8a-4224-aa67-a308831e2983} oximeter.measurements_u16 (ed86d775-4ad1-4c9c-b951-8eeb7299d674): Loading data parts 2025.12.29 09:28:53.958051 [ 275 ] {7d4ede9b-1b8a-4224-aa67-a308831e2983} oximeter.measurements_u16 (ed86d775-4ad1-4c9c-b951-8eeb7299d674): There are no data parts 2025.12.29 09:28:53.971003 [ 275 ] {7d4ede9b-1b8a-4224-aa67-a308831e2983} TCPHandler: Processed in 0.037015479 sec. 2025.12.29 09:28:53.971165 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:28:53.971439 [ 275 ] {de22b57f-64ed-499e-a944-30269b637117} executeQuery: (from [fd00:1122:3344:101::d]:62005) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.29 09:28:53.971565 [ 275 ] {de22b57f-64ed-499e-a944-30269b637117} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2025.12.29 09:28:53.990924 [ 275 ] {de22b57f-64ed-499e-a944-30269b637117} oximeter.measurements_i32 (1576aa0c-ed65-4dde-a807-8fd6485579f1): Loading data parts 2025.12.29 09:28:53.991180 [ 275 ] {de22b57f-64ed-499e-a944-30269b637117} oximeter.measurements_i32 (1576aa0c-ed65-4dde-a807-8fd6485579f1): There are no data parts 2025.12.29 09:28:54.000143 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 124.66 MiB, peak 124.66 MiB, free memory in arenas 0.00 B, will set to 132.80 MiB (RSS), difference: 8.14 MiB 2025.12.29 09:28:54.006746 [ 275 ] {de22b57f-64ed-499e-a944-30269b637117} TCPHandler: Processed in 0.035640535 sec. 2025.12.29 09:28:54.006904 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:28:54.007150 [ 275 ] {17d3ed5e-56db-48ea-891c-262fa732014b} executeQuery: (from [fd00:1122:3344:101::d]:62005) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.29 09:28:54.007276 [ 275 ] {17d3ed5e-56db-48ea-891c-262fa732014b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2025.12.29 09:28:54.027425 [ 275 ] {17d3ed5e-56db-48ea-891c-262fa732014b} oximeter.measurements_u32 (b988b562-f45c-4484-930e-f82f723f4c52): Loading data parts 2025.12.29 09:28:54.027583 [ 275 ] {17d3ed5e-56db-48ea-891c-262fa732014b} oximeter.measurements_u32 (b988b562-f45c-4484-930e-f82f723f4c52): There are no data parts 2025.12.29 09:28:54.033918 [ 275 ] {17d3ed5e-56db-48ea-891c-262fa732014b} TCPHandler: Processed in 0.027067014 sec. 2025.12.29 09:28:54.034066 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:28:54.034223 [ 275 ] {4ce814a1-3132-4ea4-97b4-d14646f16bbc} executeQuery: (from [fd00:1122:3344:101::d]:62005) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.29 09:28:54.034352 [ 275 ] {4ce814a1-3132-4ea4-97b4-d14646f16bbc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2025.12.29 09:28:54.045697 [ 275 ] {4ce814a1-3132-4ea4-97b4-d14646f16bbc} oximeter.measurements_i64 (7ccd3668-40cf-49da-8820-310fc661448c): Loading data parts 2025.12.29 09:28:54.046086 [ 275 ] {4ce814a1-3132-4ea4-97b4-d14646f16bbc} oximeter.measurements_i64 (7ccd3668-40cf-49da-8820-310fc661448c): There are no data parts 2025.12.29 09:28:54.058829 [ 275 ] {4ce814a1-3132-4ea4-97b4-d14646f16bbc} TCPHandler: Processed in 0.024816465 sec. 2025.12.29 09:28:54.059104 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:28:54.059550 [ 275 ] {1f15e2cc-22f5-418a-8f02-c7eaa444adff} executeQuery: (from [fd00:1122:3344:101::d]:62005) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.29 09:28:54.059782 [ 275 ] {1f15e2cc-22f5-418a-8f02-c7eaa444adff} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2025.12.29 09:28:54.069402 [ 275 ] {1f15e2cc-22f5-418a-8f02-c7eaa444adff} oximeter.measurements_u64 (97640d0b-d7e1-4d7f-8de9-b2c44ff33078): Loading data parts 2025.12.29 09:28:54.069546 [ 275 ] {1f15e2cc-22f5-418a-8f02-c7eaa444adff} oximeter.measurements_u64 (97640d0b-d7e1-4d7f-8de9-b2c44ff33078): There are no data parts 2025.12.29 09:28:54.082759 [ 275 ] {1f15e2cc-22f5-418a-8f02-c7eaa444adff} TCPHandler: Processed in 0.023757226 sec. 2025.12.29 09:28:54.083019 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:28:54.083330 [ 275 ] {9a3d4b62-41dc-4328-a3b8-4e7dcb1451fb} executeQuery: (from [fd00:1122:3344:101::d]:62005) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.29 09:28:54.083544 [ 275 ] {9a3d4b62-41dc-4328-a3b8-4e7dcb1451fb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2025.12.29 09:28:54.093631 [ 275 ] {9a3d4b62-41dc-4328-a3b8-4e7dcb1451fb} oximeter.measurements_f32 (a207bb35-d6a5-4b8b-a8f6-40ead13ca771): Loading data parts 2025.12.29 09:28:54.093987 [ 275 ] {9a3d4b62-41dc-4328-a3b8-4e7dcb1451fb} oximeter.measurements_f32 (a207bb35-d6a5-4b8b-a8f6-40ead13ca771): There are no data parts 2025.12.29 09:28:54.132058 [ 275 ] {9a3d4b62-41dc-4328-a3b8-4e7dcb1451fb} TCPHandler: Processed in 0.049139681 sec. 2025.12.29 09:28:54.132328 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:28:54.132699 [ 275 ] {8e26d04a-0f08-4216-8795-2c6a63100e71} executeQuery: (from [fd00:1122:3344:101::d]:62005) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.29 09:28:54.132824 [ 275 ] {8e26d04a-0f08-4216-8795-2c6a63100e71} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2025.12.29 09:28:54.142423 [ 275 ] {8e26d04a-0f08-4216-8795-2c6a63100e71} oximeter.measurements_f64 (00e1f70c-f4e5-4517-a544-daec264d72af): Loading data parts 2025.12.29 09:28:54.142621 [ 275 ] {8e26d04a-0f08-4216-8795-2c6a63100e71} oximeter.measurements_f64 (00e1f70c-f4e5-4517-a544-daec264d72af): There are no data parts 2025.12.29 09:28:54.155035 [ 275 ] {8e26d04a-0f08-4216-8795-2c6a63100e71} TCPHandler: Processed in 0.0228103 sec. 2025.12.29 09:28:54.155209 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:28:54.155379 [ 275 ] {2e0e2767-6997-4ca2-8b5e-b92a2b362960} executeQuery: (from [fd00:1122:3344:101::d]:62005) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.29 09:28:54.155507 [ 275 ] {2e0e2767-6997-4ca2-8b5e-b92a2b362960} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2025.12.29 09:28:54.165425 [ 275 ] {2e0e2767-6997-4ca2-8b5e-b92a2b362960} oximeter.measurements_string (b4fa9b85-cfd4-4678-8ead-aca98abe9293): Loading data parts 2025.12.29 09:28:54.165756 [ 275 ] {2e0e2767-6997-4ca2-8b5e-b92a2b362960} oximeter.measurements_string (b4fa9b85-cfd4-4678-8ead-aca98abe9293): There are no data parts 2025.12.29 09:28:54.178077 [ 275 ] {2e0e2767-6997-4ca2-8b5e-b92a2b362960} TCPHandler: Processed in 0.022930372 sec. 2025.12.29 09:28:54.178229 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:28:54.178484 [ 275 ] {436c13c0-40be-4757-b49f-f4c362501bf0} executeQuery: (from [fd00:1122:3344:101::d]:62005) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* * NOTE: Right now we can't unambiguously record a nullable byte array. * Arrays cannot be nested in `Nullable()` types, and encoding the array as * a string isn't palatable for a few reasons. * See: https://github.com/oxidecomputer/omicron/issues/4551 for more * details. */ datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.29 09:28:54.178616 [ 275 ] {436c13c0-40be-4757-b49f-f4c362501bf0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2025.12.29 09:28:54.188429 [ 275 ] {436c13c0-40be-4757-b49f-f4c362501bf0} oximeter.measurements_bytes (a199ab82-83ad-4ff7-b108-5f353f424e91): Loading data parts 2025.12.29 09:28:54.188629 [ 275 ] {436c13c0-40be-4757-b49f-f4c362501bf0} oximeter.measurements_bytes (a199ab82-83ad-4ff7-b108-5f353f424e91): There are no data parts 2025.12.29 09:28:54.200884 [ 275 ] {436c13c0-40be-4757-b49f-f4c362501bf0} TCPHandler: Processed in 0.022706938 sec. 2025.12.29 09:28:54.201038 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:28:54.201313 [ 275 ] {9e5b9368-9aa0-417a-a648-6e9c174a0ff9} executeQuery: (from [fd00:1122:3344:101::d]:62005) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.29 09:28:54.201453 [ 275 ] {9e5b9368-9aa0-417a-a648-6e9c174a0ff9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2025.12.29 09:28:54.211549 [ 275 ] {9e5b9368-9aa0-417a-a648-6e9c174a0ff9} oximeter.measurements_cumulativei64 (8a263668-4a8a-4cdf-9c76-e3d41000092c): Loading data parts 2025.12.29 09:28:54.211699 [ 275 ] {9e5b9368-9aa0-417a-a648-6e9c174a0ff9} oximeter.measurements_cumulativei64 (8a263668-4a8a-4cdf-9c76-e3d41000092c): There are no data parts 2025.12.29 09:28:54.223944 [ 275 ] {9e5b9368-9aa0-417a-a648-6e9c174a0ff9} TCPHandler: Processed in 0.022956743 sec. 2025.12.29 09:28:54.224087 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:28:54.224298 [ 275 ] {06376f03-c18f-4a32-a5ec-4367343d558f} executeQuery: (from [fd00:1122:3344:101::d]:62005) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.29 09:28:54.224383 [ 275 ] {06376f03-c18f-4a32-a5ec-4367343d558f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2025.12.29 09:28:54.234662 [ 275 ] {06376f03-c18f-4a32-a5ec-4367343d558f} oximeter.measurements_cumulativeu64 (7a4e14b6-6d38-4026-9cb8-71dc190f52ce): Loading data parts 2025.12.29 09:28:54.234948 [ 275 ] {06376f03-c18f-4a32-a5ec-4367343d558f} oximeter.measurements_cumulativeu64 (7a4e14b6-6d38-4026-9cb8-71dc190f52ce): There are no data parts 2025.12.29 09:28:54.245914 [ 275 ] {06376f03-c18f-4a32-a5ec-4367343d558f} TCPHandler: Processed in 0.021876034 sec. 2025.12.29 09:28:54.246163 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:28:54.246358 [ 275 ] {f5e03f70-8151-4da7-aa9f-604badf27b0c} executeQuery: (from [fd00:1122:3344:101::d]:62005) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.29 09:28:54.246519 [ 275 ] {f5e03f70-8151-4da7-aa9f-604badf27b0c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2025.12.29 09:28:54.260898 [ 275 ] {f5e03f70-8151-4da7-aa9f-604badf27b0c} oximeter.measurements_cumulativef32 (6938229c-2120-4e91-9f0c-94e5f17cbf7d): Loading data parts 2025.12.29 09:28:54.261145 [ 275 ] {f5e03f70-8151-4da7-aa9f-604badf27b0c} oximeter.measurements_cumulativef32 (6938229c-2120-4e91-9f0c-94e5f17cbf7d): There are no data parts 2025.12.29 09:28:54.282413 [ 275 ] {f5e03f70-8151-4da7-aa9f-604badf27b0c} TCPHandler: Processed in 0.036309257 sec. 2025.12.29 09:28:54.282711 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:28:54.283099 [ 275 ] {04ca5c2b-e1eb-4a31-85c1-ce683427f830} executeQuery: (from [fd00:1122:3344:101::d]:62005) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.29 09:28:54.283215 [ 275 ] {04ca5c2b-e1eb-4a31-85c1-ce683427f830} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2025.12.29 09:28:54.306243 [ 275 ] {04ca5c2b-e1eb-4a31-85c1-ce683427f830} oximeter.measurements_cumulativef64 (5a03c7d2-6326-4e2b-b2b3-0aad29be215b): Loading data parts 2025.12.29 09:28:54.306440 [ 275 ] {04ca5c2b-e1eb-4a31-85c1-ce683427f830} oximeter.measurements_cumulativef64 (5a03c7d2-6326-4e2b-b2b3-0aad29be215b): There are no data parts 2025.12.29 09:28:54.317153 [ 275 ] {04ca5c2b-e1eb-4a31-85c1-ce683427f830} TCPHandler: Processed in 0.034563075 sec. 2025.12.29 09:28:54.317311 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:28:54.317543 [ 275 ] {1d1653e0-5f21-4e5f-aac9-8b48061411f3} executeQuery: (from [fd00:1122:3344:101::d]:62005) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* * NOTE: Array types cannot be Nullable, see * https://clickhouse.com/docs/en/sql-reference/data-types/nullable * for more details. * * This means we need to use empty arrays to indicate a missing value. This * is unfortunate, and at this point relies on the fact that an * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need * to figure out another way to represent missing samples here. */ bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.29 09:28:54.317702 [ 275 ] {1d1653e0-5f21-4e5f-aac9-8b48061411f3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2025.12.29 09:28:54.330027 [ 275 ] {1d1653e0-5f21-4e5f-aac9-8b48061411f3} oximeter.measurements_histogrami8 (86c648c8-cce8-41b9-ac40-6e09ed7afaf4): Loading data parts 2025.12.29 09:28:54.330303 [ 275 ] {1d1653e0-5f21-4e5f-aac9-8b48061411f3} oximeter.measurements_histogrami8 (86c648c8-cce8-41b9-ac40-6e09ed7afaf4): There are no data parts 2025.12.29 09:28:54.341003 [ 275 ] {1d1653e0-5f21-4e5f-aac9-8b48061411f3} TCPHandler: Processed in 0.023750947 sec. 2025.12.29 09:28:54.341152 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:28:54.341445 [ 275 ] {dcbaf099-f9b2-472b-a15f-b56936a83ce7} executeQuery: (from [fd00:1122:3344:101::d]:62005) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.29 09:28:54.341571 [ 275 ] {dcbaf099-f9b2-472b-a15f-b56936a83ce7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2025.12.29 09:28:54.361198 [ 275 ] {dcbaf099-f9b2-472b-a15f-b56936a83ce7} oximeter.measurements_histogramu8 (aff3acfc-b35a-4f50-9615-dbb56fed8112): Loading data parts 2025.12.29 09:28:54.361338 [ 275 ] {dcbaf099-f9b2-472b-a15f-b56936a83ce7} oximeter.measurements_histogramu8 (aff3acfc-b35a-4f50-9615-dbb56fed8112): There are no data parts 2025.12.29 09:28:54.377777 [ 275 ] {dcbaf099-f9b2-472b-a15f-b56936a83ce7} TCPHandler: Processed in 0.036675043 sec. 2025.12.29 09:28:54.377944 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:28:54.378202 [ 275 ] {4ad19bea-8b12-4ab9-9193-4fe4aa48e31d} executeQuery: (from [fd00:1122:3344:101::d]:62005) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.29 09:28:54.378360 [ 275 ] {4ad19bea-8b12-4ab9-9193-4fe4aa48e31d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2025.12.29 09:28:54.388192 [ 275 ] {4ad19bea-8b12-4ab9-9193-4fe4aa48e31d} oximeter.measurements_histogrami16 (e3801006-8616-4d4c-b00a-f61bb739e9bf): Loading data parts 2025.12.29 09:28:54.388419 [ 275 ] {4ad19bea-8b12-4ab9-9193-4fe4aa48e31d} oximeter.measurements_histogrami16 (e3801006-8616-4d4c-b00a-f61bb739e9bf): There are no data parts 2025.12.29 09:28:54.408614 [ 275 ] {4ad19bea-8b12-4ab9-9193-4fe4aa48e31d} TCPHandler: Processed in 0.030730418 sec. 2025.12.29 09:28:54.408770 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:28:54.409110 [ 275 ] {708ac0cb-e83d-4971-92ae-ce865d2234bd} executeQuery: (from [fd00:1122:3344:101::d]:62005) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.29 09:28:54.409243 [ 275 ] {708ac0cb-e83d-4971-92ae-ce865d2234bd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2025.12.29 09:28:54.424555 [ 275 ] {708ac0cb-e83d-4971-92ae-ce865d2234bd} oximeter.measurements_histogramu16 (3f750cc7-fd7b-44c4-b93e-842a1bc8f278): Loading data parts 2025.12.29 09:28:54.425017 [ 275 ] {708ac0cb-e83d-4971-92ae-ce865d2234bd} oximeter.measurements_histogramu16 (3f750cc7-fd7b-44c4-b93e-842a1bc8f278): There are no data parts 2025.12.29 09:28:54.470021 [ 275 ] {708ac0cb-e83d-4971-92ae-ce865d2234bd} TCPHandler: Processed in 0.061309475 sec. 2025.12.29 09:28:54.470209 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:28:54.470461 [ 275 ] {5be08ccb-74b2-42cf-9dea-0af0e02b590d} executeQuery: (from [fd00:1122:3344:101::d]:62005) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.29 09:28:54.470607 [ 275 ] {5be08ccb-74b2-42cf-9dea-0af0e02b590d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2025.12.29 09:28:54.503450 [ 275 ] {5be08ccb-74b2-42cf-9dea-0af0e02b590d} oximeter.measurements_histogrami32 (4b526adc-7eb4-4bba-aa9c-6bec889a5eaa): Loading data parts 2025.12.29 09:28:54.503720 [ 275 ] {5be08ccb-74b2-42cf-9dea-0af0e02b590d} oximeter.measurements_histogrami32 (4b526adc-7eb4-4bba-aa9c-6bec889a5eaa): There are no data parts 2025.12.29 09:28:54.525864 [ 275 ] {5be08ccb-74b2-42cf-9dea-0af0e02b590d} TCPHandler: Processed in 0.055724176 sec. 2025.12.29 09:28:54.526102 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:28:54.526452 [ 275 ] {d258331c-1ad8-4bf7-baea-6d9950c028ad} executeQuery: (from [fd00:1122:3344:101::d]:62005) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.29 09:28:54.526595 [ 275 ] {d258331c-1ad8-4bf7-baea-6d9950c028ad} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2025.12.29 09:28:54.545677 [ 275 ] {d258331c-1ad8-4bf7-baea-6d9950c028ad} oximeter.measurements_histogramu32 (883123d6-216c-4531-a75a-c6426172f8ed): Loading data parts 2025.12.29 09:28:54.545836 [ 275 ] {d258331c-1ad8-4bf7-baea-6d9950c028ad} oximeter.measurements_histogramu32 (883123d6-216c-4531-a75a-c6426172f8ed): There are no data parts 2025.12.29 09:28:54.563869 [ 275 ] {d258331c-1ad8-4bf7-baea-6d9950c028ad} TCPHandler: Processed in 0.037831693 sec. 2025.12.29 09:28:54.564025 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:28:54.564243 [ 275 ] {64945c57-1eb8-48ae-8a11-a929b58d5931} executeQuery: (from [fd00:1122:3344:101::d]:62005) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.29 09:28:54.564388 [ 275 ] {64945c57-1eb8-48ae-8a11-a929b58d5931} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2025.12.29 09:28:54.576008 [ 275 ] {64945c57-1eb8-48ae-8a11-a929b58d5931} oximeter.measurements_histogrami64 (afc48c37-961b-46d6-8b7b-83668dd045ab): Loading data parts 2025.12.29 09:28:54.576251 [ 275 ] {64945c57-1eb8-48ae-8a11-a929b58d5931} oximeter.measurements_histogrami64 (afc48c37-961b-46d6-8b7b-83668dd045ab): There are no data parts 2025.12.29 09:28:54.595689 [ 275 ] {64945c57-1eb8-48ae-8a11-a929b58d5931} TCPHandler: Processed in 0.031714126 sec. 2025.12.29 09:28:54.595957 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:28:54.596495 [ 275 ] {fa7d93bb-facd-44a6-afc4-48d304011a09} executeQuery: (from [fd00:1122:3344:101::d]:62005) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.29 09:28:54.596673 [ 275 ] {fa7d93bb-facd-44a6-afc4-48d304011a09} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2025.12.29 09:28:54.601029 [ 275 ] {fa7d93bb-facd-44a6-afc4-48d304011a09} oximeter.measurements_histogramu64 (406a4daa-ac4f-49af-9fc9-fff5848a5faf): Loading data parts 2025.12.29 09:28:54.601185 [ 275 ] {fa7d93bb-facd-44a6-afc4-48d304011a09} oximeter.measurements_histogramu64 (406a4daa-ac4f-49af-9fc9-fff5848a5faf): There are no data parts 2025.12.29 09:28:54.613559 [ 275 ] {fa7d93bb-facd-44a6-afc4-48d304011a09} TCPHandler: Processed in 0.0177006 sec. 2025.12.29 09:28:54.613728 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:28:54.613995 [ 275 ] {3b99c6f3-ba86-4c53-9534-c8a689f18f5a} executeQuery: (from [fd00:1122:3344:101::d]:62005) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.29 09:28:54.614145 [ 275 ] {3b99c6f3-ba86-4c53-9534-c8a689f18f5a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2025.12.29 09:28:54.624215 [ 275 ] {3b99c6f3-ba86-4c53-9534-c8a689f18f5a} oximeter.measurements_histogramf32 (5ef59624-92fa-4202-b126-72e1e43d7c55): Loading data parts 2025.12.29 09:28:54.624457 [ 275 ] {3b99c6f3-ba86-4c53-9534-c8a689f18f5a} oximeter.measurements_histogramf32 (5ef59624-92fa-4202-b126-72e1e43d7c55): There are no data parts 2025.12.29 09:28:54.636464 [ 275 ] {3b99c6f3-ba86-4c53-9534-c8a689f18f5a} TCPHandler: Processed in 0.02280416 sec. 2025.12.29 09:28:54.636622 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:28:54.636987 [ 275 ] {a67a5a07-457e-4d6c-a420-07fd169ef463} executeQuery: (from [fd00:1122:3344:101::d]:62005) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.29 09:28:54.637141 [ 275 ] {a67a5a07-457e-4d6c-a420-07fd169ef463} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2025.12.29 09:28:54.647174 [ 275 ] {a67a5a07-457e-4d6c-a420-07fd169ef463} oximeter.measurements_histogramf64 (5ad73cd5-16ba-4954-b883-17cf0b82b929): Loading data parts 2025.12.29 09:28:54.647332 [ 275 ] {a67a5a07-457e-4d6c-a420-07fd169ef463} oximeter.measurements_histogramf64 (5ad73cd5-16ba-4954-b883-17cf0b82b929): There are no data parts 2025.12.29 09:28:54.658417 [ 275 ] {a67a5a07-457e-4d6c-a420-07fd169ef463} TCPHandler: Processed in 0.021856983 sec. 2025.12.29 09:28:54.658563 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:28:54.658745 [ 275 ] {2ade5823-dc12-4978-b4bb-61322f196ece} executeQuery: (from [fd00:1122:3344:101::d]:62005) /* The field tables store named dimensions of each timeseries. * * As with the measurement tables, there is one field table for each field data * type. Fields are deduplicated by using the "replacing merge tree", though * this behavior **must not** be relied upon for query correctness. * * The index for the fields differs from the measurements, however. Rows are * sorted by timeseries name, then field name, field value, and finally * timeseries key. This reflects the most common pattern for looking them up: * by field name and possibly value, within a timeseries. The resulting keys are * usually then used to look up measurements. * * NOTE: We may want to consider a secondary index on these tables, sorting by * timeseries name and then key, since it would improve lookups where one * already has the key. Realistically though, these tables are quite small and * so performance benefits will be low in absolute terms. * * TTL: We use a materialized column to expire old field table records. This * column is generated automatically by the database whenever a new row is * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` * query. Since these tables are `ReplacingMergeTree`s, that means the last * record will remain during a deduplication, which will have the last * timestamp. ClickHouse will then expire old data for us, similar to the * measurement tables. */ CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.29 09:28:54.658902 [ 275 ] {2ade5823-dc12-4978-b4bb-61322f196ece} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2025.12.29 09:28:54.670585 [ 275 ] {2ade5823-dc12-4978-b4bb-61322f196ece} oximeter.fields_bool (9f1ab223-68f8-4dd3-b921-f0890104643b): Loading data parts 2025.12.29 09:28:54.670891 [ 275 ] {2ade5823-dc12-4978-b4bb-61322f196ece} oximeter.fields_bool (9f1ab223-68f8-4dd3-b921-f0890104643b): There are no data parts 2025.12.29 09:28:54.687088 [ 275 ] {2ade5823-dc12-4978-b4bb-61322f196ece} TCPHandler: Processed in 0.028572171 sec. 2025.12.29 09:28:54.687366 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:28:54.687749 [ 275 ] {fcc6082f-45f3-4370-84aa-765266172242} executeQuery: (from [fd00:1122:3344:101::d]:62005) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.29 09:28:54.687841 [ 275 ] {fcc6082f-45f3-4370-84aa-765266172242} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2025.12.29 09:28:54.704018 [ 275 ] {fcc6082f-45f3-4370-84aa-765266172242} oximeter.fields_i8 (4abb5a8f-e76c-41c4-a73a-bcc58cdce0dc): Loading data parts 2025.12.29 09:28:54.704164 [ 275 ] {fcc6082f-45f3-4370-84aa-765266172242} oximeter.fields_i8 (4abb5a8f-e76c-41c4-a73a-bcc58cdce0dc): There are no data parts 2025.12.29 09:28:54.720489 [ 275 ] {fcc6082f-45f3-4370-84aa-765266172242} TCPHandler: Processed in 0.033228542 sec. 2025.12.29 09:28:54.720772 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:28:54.720964 [ 275 ] {9f976596-2991-42b2-b697-d0fd473b53b2} executeQuery: (from [fd00:1122:3344:101::d]:62005) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.29 09:28:54.721124 [ 275 ] {9f976596-2991-42b2-b697-d0fd473b53b2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2025.12.29 09:28:54.739386 [ 275 ] {9f976596-2991-42b2-b697-d0fd473b53b2} oximeter.fields_u8 (40f63924-446b-4bae-aced-f0f76d2ea720): Loading data parts 2025.12.29 09:28:54.739644 [ 275 ] {9f976596-2991-42b2-b697-d0fd473b53b2} oximeter.fields_u8 (40f63924-446b-4bae-aced-f0f76d2ea720): There are no data parts 2025.12.29 09:28:54.763437 [ 275 ] {9f976596-2991-42b2-b697-d0fd473b53b2} TCPHandler: Processed in 0.042724549 sec. 2025.12.29 09:28:54.763607 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:28:54.763864 [ 275 ] {e485167d-6c24-490c-8899-d55eb7a330d0} executeQuery: (from [fd00:1122:3344:101::d]:62005) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.29 09:28:54.763996 [ 275 ] {e485167d-6c24-490c-8899-d55eb7a330d0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2025.12.29 09:28:54.805576 [ 275 ] {e485167d-6c24-490c-8899-d55eb7a330d0} oximeter.fields_i16 (4440d019-2e7a-4442-b97e-1f65798d7771): Loading data parts 2025.12.29 09:28:54.805765 [ 275 ] {e485167d-6c24-490c-8899-d55eb7a330d0} oximeter.fields_i16 (4440d019-2e7a-4442-b97e-1f65798d7771): There are no data parts 2025.12.29 09:28:54.821449 [ 275 ] {e485167d-6c24-490c-8899-d55eb7a330d0} TCPHandler: Processed in 0.057904715 sec. 2025.12.29 09:28:54.821649 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:28:54.821810 [ 275 ] {68391cc3-c994-4ac5-9f79-4b00cf63aa26} executeQuery: (from [fd00:1122:3344:101::d]:62005) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.29 09:28:54.821950 [ 275 ] {68391cc3-c994-4ac5-9f79-4b00cf63aa26} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2025.12.29 09:28:54.849683 [ 275 ] {68391cc3-c994-4ac5-9f79-4b00cf63aa26} oximeter.fields_u16 (351cffe5-e1cc-4bcb-b8a5-9e7101044ae9): Loading data parts 2025.12.29 09:28:54.849943 [ 275 ] {68391cc3-c994-4ac5-9f79-4b00cf63aa26} oximeter.fields_u16 (351cffe5-e1cc-4bcb-b8a5-9e7101044ae9): There are no data parts 2025.12.29 09:28:54.860443 [ 275 ] {68391cc3-c994-4ac5-9f79-4b00cf63aa26} TCPHandler: Processed in 0.038844261 sec. 2025.12.29 09:28:54.860686 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:28:54.861035 [ 275 ] {57ad5c57-886f-4564-86ec-d5cb20a06a02} executeQuery: (from [fd00:1122:3344:101::d]:62005) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.29 09:28:54.861188 [ 275 ] {57ad5c57-886f-4564-86ec-d5cb20a06a02} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2025.12.29 09:28:54.875452 [ 275 ] {57ad5c57-886f-4564-86ec-d5cb20a06a02} oximeter.fields_i32 (5ad4c51f-0fba-43b9-9688-d484a7df515d): Loading data parts 2025.12.29 09:28:54.875607 [ 275 ] {57ad5c57-886f-4564-86ec-d5cb20a06a02} oximeter.fields_i32 (5ad4c51f-0fba-43b9-9688-d484a7df515d): There are no data parts 2025.12.29 09:28:54.888828 [ 275 ] {57ad5c57-886f-4564-86ec-d5cb20a06a02} TCPHandler: Processed in 0.028212795 sec. 2025.12.29 09:28:54.888972 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:28:54.889132 [ 275 ] {bd66bff2-c43e-4dbb-a685-ff99f39eb70e} executeQuery: (from [fd00:1122:3344:101::d]:62005) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.29 09:28:54.889279 [ 275 ] {bd66bff2-c43e-4dbb-a685-ff99f39eb70e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2025.12.29 09:28:54.900651 [ 275 ] {bd66bff2-c43e-4dbb-a685-ff99f39eb70e} oximeter.fields_u32 (cfabb94e-411d-4396-945d-d11d6e33d962): Loading data parts 2025.12.29 09:28:54.900925 [ 275 ] {bd66bff2-c43e-4dbb-a685-ff99f39eb70e} oximeter.fields_u32 (cfabb94e-411d-4396-945d-d11d6e33d962): There are no data parts 2025.12.29 09:28:54.912562 [ 275 ] {bd66bff2-c43e-4dbb-a685-ff99f39eb70e} TCPHandler: Processed in 0.023638704 sec. 2025.12.29 09:28:54.912726 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:28:54.912986 [ 275 ] {5fd08ab5-dafb-4289-82ac-362b20b306ee} executeQuery: (from [fd00:1122:3344:101::d]:62005) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.29 09:28:54.913113 [ 275 ] {5fd08ab5-dafb-4289-82ac-362b20b306ee} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2025.12.29 09:28:54.933168 [ 275 ] {5fd08ab5-dafb-4289-82ac-362b20b306ee} oximeter.fields_i64 (e12efa47-5edb-4a67-9a13-c8569e8ac27b): Loading data parts 2025.12.29 09:28:54.933383 [ 275 ] {5fd08ab5-dafb-4289-82ac-362b20b306ee} oximeter.fields_i64 (e12efa47-5edb-4a67-9a13-c8569e8ac27b): There are no data parts 2025.12.29 09:28:54.937390 [ 275 ] {5fd08ab5-dafb-4289-82ac-362b20b306ee} TCPHandler: Processed in 0.024716763 sec. 2025.12.29 09:28:54.937596 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:28:54.937789 [ 275 ] {d655f8d8-1671-4a19-80c6-2c117a772c30} executeQuery: (from [fd00:1122:3344:101::d]:62005) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.29 09:28:54.937921 [ 275 ] {d655f8d8-1671-4a19-80c6-2c117a772c30} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2025.12.29 09:28:54.961359 [ 275 ] {d655f8d8-1671-4a19-80c6-2c117a772c30} oximeter.fields_u64 (af2b061a-55a9-438a-b69d-ce38dda96d33): Loading data parts 2025.12.29 09:28:54.961548 [ 275 ] {d655f8d8-1671-4a19-80c6-2c117a772c30} oximeter.fields_u64 (af2b061a-55a9-438a-b69d-ce38dda96d33): There are no data parts 2025.12.29 09:28:55.044011 [ 275 ] {d655f8d8-1671-4a19-80c6-2c117a772c30} TCPHandler: Processed in 0.106490777 sec. 2025.12.29 09:28:55.044175 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:28:55.044424 [ 275 ] {f85eebeb-2150-4cea-ae32-4b774b6098fd} executeQuery: (from [fd00:1122:3344:101::d]:62005) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.29 09:28:55.044557 [ 275 ] {f85eebeb-2150-4cea-ae32-4b774b6098fd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2025.12.29 09:28:55.053115 [ 275 ] {f85eebeb-2150-4cea-ae32-4b774b6098fd} oximeter.fields_ipaddr (dd3951fa-7d09-438a-8bf8-4e712b5b0b2e): Loading data parts 2025.12.29 09:28:55.053498 [ 275 ] {f85eebeb-2150-4cea-ae32-4b774b6098fd} oximeter.fields_ipaddr (dd3951fa-7d09-438a-8bf8-4e712b5b0b2e): There are no data parts 2025.12.29 09:28:55.144752 [ 275 ] {f85eebeb-2150-4cea-ae32-4b774b6098fd} TCPHandler: Processed in 0.100629384 sec. 2025.12.29 09:28:55.144929 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:28:55.145092 [ 275 ] {3537f066-77f9-4d62-b64f-ebc44cb519bb} executeQuery: (from [fd00:1122:3344:101::d]:62005) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.29 09:28:55.145231 [ 275 ] {3537f066-77f9-4d62-b64f-ebc44cb519bb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2025.12.29 09:28:55.175909 [ 275 ] {3537f066-77f9-4d62-b64f-ebc44cb519bb} oximeter.fields_string (ac387d9c-99a6-4173-bfe8-66349bc72897): Loading data parts 2025.12.29 09:28:55.176200 [ 275 ] {3537f066-77f9-4d62-b64f-ebc44cb519bb} oximeter.fields_string (ac387d9c-99a6-4173-bfe8-66349bc72897): There are no data parts 2025.12.29 09:28:55.192935 [ 275 ] {3537f066-77f9-4d62-b64f-ebc44cb519bb} TCPHandler: Processed in 0.048071162 sec. 2025.12.29 09:28:55.193194 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:28:55.193453 [ 275 ] {780e081f-9250-4a6c-9ea0-065cb513c389} executeQuery: (from [fd00:1122:3344:101::d]:62005) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.29 09:28:55.193622 [ 275 ] {780e081f-9250-4a6c-9ea0-065cb513c389} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2025.12.29 09:28:55.208783 [ 275 ] {780e081f-9250-4a6c-9ea0-065cb513c389} oximeter.fields_uuid (411185e8-141a-4e02-a0cf-7dc653f25e09): Loading data parts 2025.12.29 09:28:55.208950 [ 275 ] {780e081f-9250-4a6c-9ea0-065cb513c389} oximeter.fields_uuid (411185e8-141a-4e02-a0cf-7dc653f25e09): There are no data parts 2025.12.29 09:28:55.219952 [ 275 ] {780e081f-9250-4a6c-9ea0-065cb513c389} TCPHandler: Processed in 0.026827511 sec. 2025.12.29 09:28:55.220144 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:28:55.220454 [ 275 ] {20eaf1b8-92ed-4396-9a5f-f5785b6fa41b} executeQuery: (from [fd00:1122:3344:101::d]:62005) /* The timeseries schema table stores the extracted schema for the samples * oximeter collects. */ CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) 2025.12.29 09:28:55.220626 [ 275 ] {20eaf1b8-92ed-4396-9a5f-f5785b6fa41b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2025.12.29 09:28:55.232742 [ 275 ] {20eaf1b8-92ed-4396-9a5f-f5785b6fa41b} oximeter.timeseries_schema (1198eb65-286d-48e4-b168-8bcd664ef5aa): Loading data parts 2025.12.29 09:28:55.232928 [ 275 ] {20eaf1b8-92ed-4396-9a5f-f5785b6fa41b} oximeter.timeseries_schema (1198eb65-286d-48e4-b168-8bcd664ef5aa): There are no data parts 2025.12.29 09:28:55.245271 [ 275 ] {20eaf1b8-92ed-4396-9a5f-f5785b6fa41b} TCPHandler: Processed in 0.025187371 sec. 2025.12.29 09:28:55.245585 [ 277 ] {} TCP-Session: 277ce465-4141-4df4-adcd-513eb01116f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:28:55.245887 [ 277 ] {fe9e6789-9a62-4788-b09b-020cda672cbc} executeQuery: (from [fd00:1122:3344:101::d]:34803) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2025.12.29 09:28:55.247393 [ 277 ] {fe9e6789-9a62-4788-b09b-020cda672cbc} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2025.12.29 09:28:55.301885 [ 285 ] {fe9e6789-9a62-4788-b09b-020cda672cbc} oximeter.version (fcbd4f17-c8ae-493f-a4a3-46642fecae80): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:28:55.301934 [ 285 ] {fe9e6789-9a62-4788-b09b-020cda672cbc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2025.12.29 09:28:55.306602 [ 285 ] {fe9e6789-9a62-4788-b09b-020cda672cbc} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.29 09:28:55.307199 [ 285 ] {fe9e6789-9a62-4788-b09b-020cda672cbc} oximeter.version (fcbd4f17-c8ae-493f-a4a3-46642fecae80): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:28:55.307569 [ 277 ] {fe9e6789-9a62-4788-b09b-020cda672cbc} executeQuery: Read 1 rows, 16.00 B in 0.06183 sec., 16.173378618793464 rows/sec., 258.77 B/sec. 2025.12.29 09:28:55.307813 [ 277 ] {fe9e6789-9a62-4788-b09b-020cda672cbc} TCPHandler: Processed in 0.062388724 sec. 2025.12.29 09:28:56.000161 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 136.08 MiB, peak 136.08 MiB, free memory in arenas 0.00 B, will set to 139.83 MiB (RSS), difference: 3.75 MiB 2025.12.29 09:28:57.070632 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2025.12.29 09:28:57.070652 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2025.12.29 09:28:57.070808 [ 245 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2025.12.29 09:28:57.070826 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2025.12.29 09:28:57.095619 [ 244 ] {} system.asynchronous_metric_log (a2a3fe4b-2613-4c13-8d24-3fac64fcada3): Loading data parts 2025.12.29 09:28:57.095794 [ 244 ] {} system.asynchronous_metric_log (a2a3fe4b-2613-4c13-8d24-3fac64fcada3): There are no data parts 2025.12.29 09:28:57.107704 [ 245 ] {} system.metric_log (0cce2099-71d7-412f-844f-25766bfb4575): Loading data parts 2025.12.29 09:28:57.107872 [ 245 ] {} system.metric_log (0cce2099-71d7-412f-844f-25766bfb4575): There are no data parts 2025.12.29 09:28:57.126372 [ 244 ] {} system.asynchronous_metric_log (a2a3fe4b-2613-4c13-8d24-3fac64fcada3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:28:57.126423 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2025.12.29 09:28:57.130160 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.29 09:28:57.130693 [ 244 ] {} system.asynchronous_metric_log (a2a3fe4b-2613-4c13-8d24-3fac64fcada3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:28:57.130881 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2025.12.29 09:28:57.164599 [ 245 ] {} system.metric_log (0cce2099-71d7-412f-844f-25766bfb4575): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:28:57.164750 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2025.12.29 09:28:57.170907 [ 245 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.29 09:28:57.172061 [ 245 ] {} system.metric_log (0cce2099-71d7-412f-844f-25766bfb4575): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:28:57.175239 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2025.12.29 09:28:58.000182 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 144.75 MiB, peak 148.75 MiB, free memory in arenas 0.00 B, will set to 153.83 MiB (RSS), difference: 9.08 MiB 2025.12.29 09:28:59.570517 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2025.12.29 09:28:59.570625 [ 243 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2025.12.29 09:28:59.579199 [ 243 ] {} system.query_log (460cf047-6f15-4774-a0dc-e6b41dd82864): Loading data parts 2025.12.29 09:28:59.579408 [ 243 ] {} system.query_log (460cf047-6f15-4774-a0dc-e6b41dd82864): There are no data parts 2025.12.29 09:28:59.589075 [ 243 ] {} system.query_log (460cf047-6f15-4774-a0dc-e6b41dd82864): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:28:59.589115 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2025.12.29 09:28:59.591094 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.29 09:28:59.591606 [ 243 ] {} system.query_log (460cf047-6f15-4774-a0dc-e6b41dd82864): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:28:59.591887 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2025.12.29 09:29:00.000192 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.03 MiB, peak 158.03 MiB, free memory in arenas 0.00 B, will set to 155.05 MiB (RSS), difference: -2.98 MiB 2025.12.29 09:29:04.346914 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41863 2025.12.29 09:29:04.349980 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:29:04.350046 [ 286 ] {} TCP-Session: 826b402d-6bcb-4e44-a3b9-e535d1030857 Authenticating user 'default' from [fd00:1122:3344:101::e]:41863 2025.12.29 09:29:04.350204 [ 286 ] {} TCP-Session: 826b402d-6bcb-4e44-a3b9-e535d1030857 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:04.350228 [ 286 ] {} TCP-Session: 826b402d-6bcb-4e44-a3b9-e535d1030857 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:04.350291 [ 286 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.29 09:29:04.350409 [ 286 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.29 09:29:04.350429 [ 286 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.29 09:29:04.351004 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34537 2025.12.29 09:29:04.351118 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56427 2025.12.29 09:29:04.351249 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:29:04.351254 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54182 2025.12.29 09:29:04.351303 [ 287 ] {} TCP-Session: b2b5dd0b-f4d2-49b8-b0e0-17a5f5278eb3 Authenticating user 'default' from [fd00:1122:3344:101::e]:34537 2025.12.29 09:29:04.351359 [ 287 ] {} TCP-Session: b2b5dd0b-f4d2-49b8-b0e0-17a5f5278eb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:04.351431 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52135 2025.12.29 09:29:04.351450 [ 286 ] {} TCP-Session: 826b402d-6bcb-4e44-a3b9-e535d1030857 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:04.351453 [ 287 ] {} TCP-Session: b2b5dd0b-f4d2-49b8-b0e0-17a5f5278eb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:04.351437 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:29:04.351608 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36706 2025.12.29 09:29:04.351622 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:29:04.351652 [ 288 ] {} TCP-Session: 64f1b58a-0887-4128-8cfa-b33929c6f499 Authenticating user 'default' from [fd00:1122:3344:101::e]:56427 2025.12.29 09:29:04.351710 [ 288 ] {} TCP-Session: 64f1b58a-0887-4128-8cfa-b33929c6f499 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:04.351726 [ 288 ] {} TCP-Session: 64f1b58a-0887-4128-8cfa-b33929c6f499 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:04.351728 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:29:04.351730 [ 286 ] {c24346e0-5ffc-45b3-b642-d26b644918e5} executeQuery: (from [fd00:1122:3344:101::e]:41863) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.29 09:29:04.351750 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53528 2025.12.29 09:29:04.351802 [ 289 ] {} TCP-Session: e0f1ed85-9b43-4e27-9e7b-6a4d9573cbd6 Authenticating user 'default' from [fd00:1122:3344:101::e]:54182 2025.12.29 09:29:04.351783 [ 290 ] {} TCP-Session: 0537db53-a737-4b5f-9d88-e2ddaf697e98 Authenticating user 'default' from [fd00:1122:3344:101::e]:52135 2025.12.29 09:29:04.351861 [ 289 ] {} TCP-Session: e0f1ed85-9b43-4e27-9e7b-6a4d9573cbd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:04.351867 [ 290 ] {} TCP-Session: 0537db53-a737-4b5f-9d88-e2ddaf697e98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:04.351890 [ 289 ] {} TCP-Session: e0f1ed85-9b43-4e27-9e7b-6a4d9573cbd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:04.351900 [ 290 ] {} TCP-Session: 0537db53-a737-4b5f-9d88-e2ddaf697e98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:04.351922 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:29:04.351965 [ 291 ] {} TCP-Session: c6fa1b51-b99c-48dd-a232-1b6901d6dc1b Authenticating user 'default' from [fd00:1122:3344:101::e]:36706 2025.12.29 09:29:04.351986 [ 291 ] {} TCP-Session: c6fa1b51-b99c-48dd-a232-1b6901d6dc1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:04.352002 [ 291 ] {} TCP-Session: c6fa1b51-b99c-48dd-a232-1b6901d6dc1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:04.352040 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45151 2025.12.29 09:29:04.352096 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:29:04.352144 [ 292 ] {} TCP-Session: 86a76fd7-7aaf-4176-8138-628c7914a486 Authenticating user 'default' from [fd00:1122:3344:101::e]:53528 2025.12.29 09:29:04.352163 [ 292 ] {} TCP-Session: 86a76fd7-7aaf-4176-8138-628c7914a486 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:04.352176 [ 292 ] {} TCP-Session: 86a76fd7-7aaf-4176-8138-628c7914a486 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:04.352255 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39686 2025.12.29 09:29:04.352269 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:29:04.352330 [ 293 ] {} TCP-Session: fc14b0ef-ad3a-4173-a3dc-e38e92ae5ab1 Authenticating user 'default' from [fd00:1122:3344:101::e]:45151 2025.12.29 09:29:04.352354 [ 293 ] {} TCP-Session: fc14b0ef-ad3a-4173-a3dc-e38e92ae5ab1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:04.352371 [ 293 ] {} TCP-Session: fc14b0ef-ad3a-4173-a3dc-e38e92ae5ab1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:04.352520 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:29:04.352571 [ 294 ] {} TCP-Session: df6c5dda-37db-42cc-903c-4845ff704ad0 Authenticating user 'default' from [fd00:1122:3344:101::e]:39686 2025.12.29 09:29:04.352590 [ 294 ] {} TCP-Session: df6c5dda-37db-42cc-903c-4845ff704ad0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:04.352608 [ 294 ] {} TCP-Session: df6c5dda-37db-42cc-903c-4845ff704ad0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:04.352716 [ 286 ] {c24346e0-5ffc-45b3-b642-d26b644918e5} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.29 09:29:04.353097 [ 286 ] {c24346e0-5ffc-45b3-b642-d26b644918e5} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.29 09:29:04.356204 [ 286 ] {c24346e0-5ffc-45b3-b642-d26b644918e5} oximeter.version (fcbd4f17-c8ae-493f-a4a3-46642fecae80) (SelectExecutor): Key condition: unknown 2025.12.29 09:29:04.362488 [ 297 ] {c24346e0-5ffc-45b3-b642-d26b644918e5} AggregatingTransform: Aggregating 2025.12.29 09:29:04.362579 [ 297 ] {c24346e0-5ffc-45b3-b642-d26b644918e5} Aggregator: Aggregation method: without_key 2025.12.29 09:29:04.363506 [ 297 ] {c24346e0-5ffc-45b3-b642-d26b644918e5} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.004743744 sec. (210.804 rows/sec., 8.23 KiB/sec.) 2025.12.29 09:29:04.363534 [ 297 ] {c24346e0-5ffc-45b3-b642-d26b644918e5} Aggregator: Merging aggregated data 2025.12.29 09:29:04.363595 [ 297 ] {c24346e0-5ffc-45b3-b642-d26b644918e5} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2025.12.29 09:29:04.365227 [ 286 ] {c24346e0-5ffc-45b3-b642-d26b644918e5} executeQuery: Read 1 rows, 40.00 B in 0.013633 sec., 73.35142668524904 rows/sec., 2.87 KiB/sec. 2025.12.29 09:29:04.365373 [ 286 ] {c24346e0-5ffc-45b3-b642-d26b644918e5} TCPHandler: Processed in 0.014183218 sec. 2025.12.29 09:29:04.367538 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.29 09:29:04.367576 [ 287 ] {} TCPHandler: Done processing connection. 2025.12.29 09:29:04.367584 [ 286 ] {} TCP-Session: 826b402d-6bcb-4e44-a3b9-e535d1030857 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:04.367598 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.29 09:29:04.367615 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.29 09:29:04.367626 [ 287 ] {} TCP-Session: b2b5dd0b-f4d2-49b8-b0e0-17a5f5278eb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:04.367652 [ 292 ] {} TCP-Session: 86a76fd7-7aaf-4176-8138-628c7914a486 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:04.367663 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.29 09:29:04.367689 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.29 09:29:04.367709 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.29 09:29:04.367730 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.29 09:29:04.367742 [ 293 ] {} TCP-Session: fc14b0ef-ad3a-4173-a3dc-e38e92ae5ab1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:04.367757 [ 290 ] {} TCP-Session: 0537db53-a737-4b5f-9d88-e2ddaf697e98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:04.367771 [ 294 ] {} TCP-Session: df6c5dda-37db-42cc-903c-4845ff704ad0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:04.367720 [ 291 ] {} TCP-Session: c6fa1b51-b99c-48dd-a232-1b6901d6dc1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:04.367676 [ 288 ] {} TCP-Session: 64f1b58a-0887-4128-8cfa-b33929c6f499 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:04.367639 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.29 09:29:04.367886 [ 289 ] {} TCP-Session: e0f1ed85-9b43-4e27-9e7b-6a4d9573cbd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:04.496639 [ 101 ] {} DNSResolver: Updating DNS cache 2025.12.29 09:29:04.496688 [ 101 ] {} DNSResolver: Updated DNS cache 2025.12.29 09:29:04.631000 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 2025.12.29 09:29:04.631692 [ 244 ] {} system.asynchronous_metric_log (a2a3fe4b-2613-4c13-8d24-3fac64fcada3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:04.631734 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2025.12.29 09:29:04.632461 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.29 09:29:04.632945 [ 244 ] {} system.asynchronous_metric_log (a2a3fe4b-2613-4c13-8d24-3fac64fcada3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:04.633113 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2025.12.29 09:29:04.675452 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2025.12.29 09:29:04.693806 [ 245 ] {} system.metric_log (0cce2099-71d7-412f-844f-25766bfb4575): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:04.693883 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. 2025.12.29 09:29:04.701279 [ 245 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.29 09:29:04.702661 [ 245 ] {} system.metric_log (0cce2099-71d7-412f-844f-25766bfb4575): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:04.707127 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2025.12.29 09:29:05.000187 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 156.07 MiB, peak 163.53 MiB, free memory in arenas 0.00 B, will set to 162.13 MiB (RSS), difference: 6.06 MiB 2025.12.29 09:29:09.592311 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 2 entries to flush up to offset 90 2025.12.29 09:29:09.594456 [ 243 ] {} system.query_log (460cf047-6f15-4774-a0dc-e6b41dd82864): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:09.594513 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.12.29 09:29:09.595729 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.29 09:29:09.596221 [ 243 ] {} system.query_log (460cf047-6f15-4774-a0dc-e6b41dd82864): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:09.596517 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 90 2025.12.29 09:29:10.000196 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.17 MiB, peak 163.53 MiB, free memory in arenas 0.00 B, will set to 162.23 MiB (RSS), difference: 4.05 MiB 2025.12.29 09:29:11.728398 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44015 2025.12.29 09:29:11.728531 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:29:11.728560 [ 286 ] {} TCP-Session: b91f969c-53ec-4fc7-a7de-abdca76cc486 Authenticating user 'default' from [fd00:1122:3344:101::e]:44015 2025.12.29 09:29:11.728582 [ 286 ] {} TCP-Session: b91f969c-53ec-4fc7-a7de-abdca76cc486 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:11.728596 [ 286 ] {} TCP-Session: b91f969c-53ec-4fc7-a7de-abdca76cc486 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:11.728824 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44022 2025.12.29 09:29:11.728838 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41623 2025.12.29 09:29:11.728898 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34803 2025.12.29 09:29:11.728899 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40026 2025.12.29 09:29:11.728958 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:29:11.728960 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35159 2025.12.29 09:29:11.729003 [ 287 ] {} TCP-Session: 737c0146-dd9c-43d4-8d13-c543d1ccd3ed Authenticating user 'default' from [fd00:1122:3344:101::e]:44022 2025.12.29 09:29:11.729022 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:29:11.729039 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:29:11.729041 [ 287 ] {} TCP-Session: 737c0146-dd9c-43d4-8d13-c543d1ccd3ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:11.729064 [ 288 ] {} TCP-Session: 8279ff51-ed9e-46ed-906d-81ea131697fc Authenticating user 'default' from [fd00:1122:3344:101::e]:41623 2025.12.29 09:29:11.729075 [ 289 ] {} TCP-Session: 43daef83-aec9-4266-8cc6-48c422ecd7b2 Authenticating user 'default' from [fd00:1122:3344:101::e]:34803 2025.12.29 09:29:11.729091 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:29:11.729101 [ 288 ] {} TCP-Session: 8279ff51-ed9e-46ed-906d-81ea131697fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:11.729113 [ 289 ] {} TCP-Session: 43daef83-aec9-4266-8cc6-48c422ecd7b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:11.729139 [ 288 ] {} TCP-Session: 8279ff51-ed9e-46ed-906d-81ea131697fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:11.729163 [ 289 ] {} TCP-Session: 43daef83-aec9-4266-8cc6-48c422ecd7b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:11.729129 [ 293 ] {} TCP-Session: 54b191c7-f0f6-4208-b141-b08df95aef8f Authenticating user 'default' from [fd00:1122:3344:101::e]:35159 2025.12.29 09:29:11.729080 [ 287 ] {} TCP-Session: 737c0146-dd9c-43d4-8d13-c543d1ccd3ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:11.729221 [ 293 ] {} TCP-Session: 54b191c7-f0f6-4208-b141-b08df95aef8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:11.728990 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58075 2025.12.29 09:29:11.729255 [ 293 ] {} TCP-Session: 54b191c7-f0f6-4208-b141-b08df95aef8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:11.728951 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44699 2025.12.29 09:29:11.728940 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50506 2025.12.29 09:29:11.729346 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:29:11.729039 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:29:11.729383 [ 294 ] {} TCP-Session: 43a24c01-59f1-40d9-8631-0dfe56394d11 Authenticating user 'default' from [fd00:1122:3344:101::e]:58075 2025.12.29 09:29:11.728942 [ 286 ] {} TCP-Session: b91f969c-53ec-4fc7-a7de-abdca76cc486 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:11.729422 [ 290 ] {} TCP-Session: 9ab8ace6-3d56-4e32-b9de-9acc3f90f4c1 Authenticating user 'default' from [fd00:1122:3344:101::e]:40026 2025.12.29 09:29:11.729430 [ 294 ] {} TCP-Session: 43a24c01-59f1-40d9-8631-0dfe56394d11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:11.729462 [ 290 ] {} TCP-Session: 9ab8ace6-3d56-4e32-b9de-9acc3f90f4c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:11.729470 [ 294 ] {} TCP-Session: 43a24c01-59f1-40d9-8631-0dfe56394d11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:11.729485 [ 290 ] {} TCP-Session: 9ab8ace6-3d56-4e32-b9de-9acc3f90f4c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:11.729579 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:29:11.729580 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:29:11.729602 [ 286 ] {ee0817a0-e728-47aa-8c21-bd165001739e} executeQuery: (from [fd00:1122:3344:101::e]:44015) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.29 09:29:11.729616 [ 292 ] {} TCP-Session: d1f3114d-12b8-4176-aae9-647d677a952a Authenticating user 'default' from [fd00:1122:3344:101::e]:44699 2025.12.29 09:29:11.729636 [ 291 ] {} TCP-Session: 997368c1-00f1-404e-8b96-fa754507d091 Authenticating user 'default' from [fd00:1122:3344:101::e]:50506 2025.12.29 09:29:11.729660 [ 292 ] {} TCP-Session: d1f3114d-12b8-4176-aae9-647d677a952a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:11.729671 [ 291 ] {} TCP-Session: 997368c1-00f1-404e-8b96-fa754507d091 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:11.729680 [ 292 ] {} TCP-Session: d1f3114d-12b8-4176-aae9-647d677a952a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:11.729695 [ 291 ] {} TCP-Session: 997368c1-00f1-404e-8b96-fa754507d091 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:11.729886 [ 286 ] {ee0817a0-e728-47aa-8c21-bd165001739e} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.29 09:29:11.729943 [ 286 ] {ee0817a0-e728-47aa-8c21-bd165001739e} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.29 09:29:11.730226 [ 286 ] {ee0817a0-e728-47aa-8c21-bd165001739e} oximeter.version (fcbd4f17-c8ae-493f-a4a3-46642fecae80) (SelectExecutor): Key condition: unknown 2025.12.29 09:29:11.731193 [ 306 ] {ee0817a0-e728-47aa-8c21-bd165001739e} AggregatingTransform: Aggregating 2025.12.29 09:29:11.731246 [ 306 ] {ee0817a0-e728-47aa-8c21-bd165001739e} Aggregator: Aggregation method: without_key 2025.12.29 09:29:11.731284 [ 306 ] {ee0817a0-e728-47aa-8c21-bd165001739e} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000960807 sec. (1040.792 rows/sec., 40.66 KiB/sec.) 2025.12.29 09:29:11.731309 [ 306 ] {ee0817a0-e728-47aa-8c21-bd165001739e} Aggregator: Merging aggregated data 2025.12.29 09:29:11.732553 [ 286 ] {ee0817a0-e728-47aa-8c21-bd165001739e} executeQuery: Read 1 rows, 40.00 B in 0.003011 sec., 332.11557622052476 rows/sec., 12.97 KiB/sec. 2025.12.29 09:29:11.732678 [ 286 ] {ee0817a0-e728-47aa-8c21-bd165001739e} TCPHandler: Processed in 0.003860277 sec. 2025.12.29 09:29:11.732800 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.29 09:29:11.732829 [ 286 ] {} TCP-Session: b91f969c-53ec-4fc7-a7de-abdca76cc486 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:11.732834 [ 287 ] {} TCPHandler: Done processing connection. 2025.12.29 09:29:11.732853 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.29 09:29:11.732876 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.29 09:29:11.732883 [ 287 ] {} TCP-Session: 737c0146-dd9c-43d4-8d13-c543d1ccd3ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:11.732889 [ 294 ] {} TCP-Session: 43a24c01-59f1-40d9-8631-0dfe56394d11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:11.732912 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.29 09:29:11.732934 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.29 09:29:11.732960 [ 291 ] {} TCP-Session: 997368c1-00f1-404e-8b96-fa754507d091 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:11.732953 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.29 09:29:11.732985 [ 290 ] {} TCP-Session: 9ab8ace6-3d56-4e32-b9de-9acc3f90f4c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:11.732973 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.29 09:29:11.733026 [ 292 ] {} TCP-Session: d1f3114d-12b8-4176-aae9-647d677a952a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:11.732926 [ 288 ] {} TCP-Session: 8279ff51-ed9e-46ed-906d-81ea131697fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:11.733064 [ 293 ] {} TCP-Session: 54b191c7-f0f6-4208-b141-b08df95aef8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:11.732896 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.29 09:29:11.733118 [ 289 ] {} TCP-Session: 43daef83-aec9-4266-8cc6-48c422ecd7b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:11.824206 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41611 2025.12.29 09:29:11.824317 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:29:11.824344 [ 286 ] {} TCP-Session: 2099338d-f7d7-4af9-9a4e-041b58059639 Authenticating user 'default' from [fd00:1122:3344:101::e]:41611 2025.12.29 09:29:11.824368 [ 286 ] {} TCP-Session: 2099338d-f7d7-4af9-9a4e-041b58059639 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:11.824382 [ 286 ] {} TCP-Session: 2099338d-f7d7-4af9-9a4e-041b58059639 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:11.824564 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34313 2025.12.29 09:29:11.824619 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44159 2025.12.29 09:29:11.824636 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64035 2025.12.29 09:29:11.824665 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41018 2025.12.29 09:29:11.824680 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:29:11.824657 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43092 2025.12.29 09:29:11.824731 [ 287 ] {} TCP-Session: fa30a4a5-a9ea-4641-ad14-ae24953aed72 Authenticating user 'default' from [fd00:1122:3344:101::e]:34313 2025.12.29 09:29:11.824739 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:29:11.824746 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:29:11.824766 [ 287 ] {} TCP-Session: fa30a4a5-a9ea-4641-ad14-ae24953aed72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:11.824772 [ 291 ] {} TCP-Session: ad4562c5-84ac-404d-ad43-8b79fde9b310 Authenticating user 'default' from [fd00:1122:3344:101::e]:64035 2025.12.29 09:29:11.824781 [ 294 ] {} TCP-Session: 3ea4c853-4fd9-4b47-85cb-c56cd89247cb Authenticating user 'default' from [fd00:1122:3344:101::e]:41018 2025.12.29 09:29:11.824781 [ 287 ] {} TCP-Session: fa30a4a5-a9ea-4641-ad14-ae24953aed72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:11.824793 [ 291 ] {} TCP-Session: ad4562c5-84ac-404d-ad43-8b79fde9b310 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:11.824800 [ 294 ] {} TCP-Session: 3ea4c853-4fd9-4b47-85cb-c56cd89247cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:11.824810 [ 291 ] {} TCP-Session: ad4562c5-84ac-404d-ad43-8b79fde9b310 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:11.824818 [ 294 ] {} TCP-Session: 3ea4c853-4fd9-4b47-85cb-c56cd89247cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:11.824790 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:29:11.824647 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62955 2025.12.29 09:29:11.824864 [ 293 ] {} TCP-Session: 553beacd-9215-430c-b78d-3e59a69734bc Authenticating user 'default' from [fd00:1122:3344:101::e]:43092 2025.12.29 09:29:11.824624 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64765 2025.12.29 09:29:11.824909 [ 293 ] {} TCP-Session: 553beacd-9215-430c-b78d-3e59a69734bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:11.824744 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:29:11.824935 [ 293 ] {} TCP-Session: 553beacd-9215-430c-b78d-3e59a69734bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:11.824955 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:29:11.824959 [ 289 ] {} TCP-Session: 16921637-cc44-489a-9f5a-83e81789d93e Authenticating user 'default' from [fd00:1122:3344:101::e]:44159 2025.12.29 09:29:11.824968 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:29:11.824996 [ 289 ] {} TCP-Session: 16921637-cc44-489a-9f5a-83e81789d93e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:11.824991 [ 292 ] {} TCP-Session: b43b7bf0-1441-425c-8136-7ac1977035c7 Authenticating user 'default' from [fd00:1122:3344:101::e]:62955 2025.12.29 09:29:11.825031 [ 289 ] {} TCP-Session: 16921637-cc44-489a-9f5a-83e81789d93e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:11.825034 [ 290 ] {} TCP-Session: 3a1900f6-510e-4125-8d13-719e6c36e880 Authenticating user 'default' from [fd00:1122:3344:101::e]:64765 2025.12.29 09:29:11.825047 [ 292 ] {} TCP-Session: b43b7bf0-1441-425c-8136-7ac1977035c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:11.825071 [ 290 ] {} TCP-Session: 3a1900f6-510e-4125-8d13-719e6c36e880 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:11.824715 [ 286 ] {} TCP-Session: 2099338d-f7d7-4af9-9a4e-041b58059639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:11.825100 [ 290 ] {} TCP-Session: 3a1900f6-510e-4125-8d13-719e6c36e880 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:11.825095 [ 292 ] {} TCP-Session: b43b7bf0-1441-425c-8136-7ac1977035c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:11.824611 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43635 2025.12.29 09:29:11.825218 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.29 09:29:11.825241 [ 288 ] {} TCP-Session: ced02829-c180-4f23-813e-a65f93ee7c92 Authenticating user 'default' from [fd00:1122:3344:101::e]:43635 2025.12.29 09:29:11.825258 [ 288 ] {} TCP-Session: ced02829-c180-4f23-813e-a65f93ee7c92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:11.825261 [ 286 ] {4dd47574-c84b-4219-ad52-dd54a2338220} executeQuery: (from [fd00:1122:3344:101::e]:41611) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.29 09:29:11.825272 [ 288 ] {} TCP-Session: ced02829-c180-4f23-813e-a65f93ee7c92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:11.825523 [ 286 ] {4dd47574-c84b-4219-ad52-dd54a2338220} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.29 09:29:11.825581 [ 286 ] {4dd47574-c84b-4219-ad52-dd54a2338220} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.29 09:29:11.825852 [ 286 ] {4dd47574-c84b-4219-ad52-dd54a2338220} oximeter.version (fcbd4f17-c8ae-493f-a4a3-46642fecae80) (SelectExecutor): Key condition: unknown 2025.12.29 09:29:11.826746 [ 298 ] {4dd47574-c84b-4219-ad52-dd54a2338220} AggregatingTransform: Aggregating 2025.12.29 09:29:11.826804 [ 298 ] {4dd47574-c84b-4219-ad52-dd54a2338220} Aggregator: Aggregation method: without_key 2025.12.29 09:29:11.826844 [ 298 ] {4dd47574-c84b-4219-ad52-dd54a2338220} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000895266 sec. (1116.986 rows/sec., 43.63 KiB/sec.) 2025.12.29 09:29:11.826863 [ 298 ] {4dd47574-c84b-4219-ad52-dd54a2338220} Aggregator: Merging aggregated data 2025.12.29 09:29:11.828103 [ 286 ] {4dd47574-c84b-4219-ad52-dd54a2338220} executeQuery: Read 1 rows, 40.00 B in 0.002901 sec., 344.7087211306446 rows/sec., 13.47 KiB/sec. 2025.12.29 09:29:11.828238 [ 286 ] {4dd47574-c84b-4219-ad52-dd54a2338220} TCPHandler: Processed in 0.003637154 sec. 2025.12.29 09:29:11.828361 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.29 09:29:11.828392 [ 286 ] {} TCP-Session: 2099338d-f7d7-4af9-9a4e-041b58059639 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:11.828393 [ 287 ] {} TCPHandler: Done processing connection. 2025.12.29 09:29:11.828415 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.29 09:29:11.828431 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.29 09:29:11.828446 [ 287 ] {} TCP-Session: fa30a4a5-a9ea-4641-ad14-ae24953aed72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:11.828447 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.29 09:29:11.828475 [ 294 ] {} TCP-Session: 3ea4c853-4fd9-4b47-85cb-c56cd89247cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:11.828480 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.29 09:29:11.828499 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.29 09:29:11.828512 [ 289 ] {} TCP-Session: 16921637-cc44-489a-9f5a-83e81789d93e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:11.828531 [ 291 ] {} TCP-Session: ad4562c5-84ac-404d-ad43-8b79fde9b310 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:11.828552 [ 290 ] {} TCP-Session: 3a1900f6-510e-4125-8d13-719e6c36e880 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:11.828514 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.29 09:29:11.828460 [ 288 ] {} TCP-Session: ced02829-c180-4f23-813e-a65f93ee7c92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:11.828465 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.29 09:29:11.828620 [ 293 ] {} TCP-Session: 553beacd-9215-430c-b78d-3e59a69734bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:11.828660 [ 292 ] {} TCP-Session: b43b7bf0-1441-425c-8136-7ac1977035c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:12.133266 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 1488 2025.12.29 09:29:12.133780 [ 244 ] {} system.asynchronous_metric_log (a2a3fe4b-2613-4c13-8d24-3fac64fcada3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:12.133848 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.12.29 09:29:12.134529 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.29 09:29:12.135000 [ 244 ] {} system.asynchronous_metric_log (a2a3fe4b-2613-4c13-8d24-3fac64fcada3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:12.135193 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1488 2025.12.29 09:29:12.207273 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2025.12.29 09:29:12.224170 [ 245 ] {} system.metric_log (0cce2099-71d7-412f-844f-25766bfb4575): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:12.224232 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.12.29 09:29:12.230681 [ 245 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.29 09:29:12.231890 [ 245 ] {} system.metric_log (0cce2099-71d7-412f-844f-25766bfb4575): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:12.235954 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2025.12.29 09:29:15.322284 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:15.322486 [ 275 ] {76443889-9723-43c4-8e12-3de03d27d6b7} executeQuery: (from [fd00:1122:3344:101::d]:62005) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2025.12.29 09:29:15.322767 [ 275 ] {76443889-9723-43c4-8e12-3de03d27d6b7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.29 09:29:15.322837 [ 275 ] {76443889-9723-43c4-8e12-3de03d27d6b7} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.29 09:29:15.323293 [ 275 ] {76443889-9723-43c4-8e12-3de03d27d6b7} TCPHandler: Processed in 0.0011387 sec. 2025.12.29 09:29:15.334120 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:15.334285 [ 275 ] {dc342d2c-1a0d-4634-8b40-0733771dbda7} executeQuery: (from [fd00:1122:3344:101::d]:62005) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.29 09:29:15.342932 [ 275 ] {dc342d2c-1a0d-4634-8b40-0733771dbda7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.29 09:29:15.342992 [ 275 ] {dc342d2c-1a0d-4634-8b40-0733771dbda7} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.29 09:29:15.345408 [ 275 ] {dc342d2c-1a0d-4634-8b40-0733771dbda7} TCPHandler: Processed in 0.011352879 sec. 2025.12.29 09:29:15.345642 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:15.345772 [ 275 ] {c95793d1-6226-4aa7-b95c-bfa884395cd5} executeQuery: (from [fd00:1122:3344:101::d]:62005) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.29 09:29:15.350441 [ 275 ] {c95793d1-6226-4aa7-b95c-bfa884395cd5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.29 09:29:15.350502 [ 275 ] {c95793d1-6226-4aa7-b95c-bfa884395cd5} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.29 09:29:15.350921 [ 275 ] {c95793d1-6226-4aa7-b95c-bfa884395cd5} TCPHandler: Processed in 0.005332084 sec. 2025.12.29 09:29:15.351178 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:15.351327 [ 275 ] {7d532c02-d4e1-41fb-897d-746398a25de7} executeQuery: (from [fd00:1122:3344:101::d]:62005) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.29 09:29:15.351582 [ 275 ] {7d532c02-d4e1-41fb-897d-746398a25de7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.29 09:29:15.351628 [ 275 ] {7d532c02-d4e1-41fb-897d-746398a25de7} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.29 09:29:15.351979 [ 275 ] {7d532c02-d4e1-41fb-897d-746398a25de7} TCPHandler: Processed in 0.000867705 sec. 2025.12.29 09:29:15.352241 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:15.352367 [ 275 ] {56fccd46-7627-4609-8496-ff2658f9a6a6} executeQuery: (from [fd00:1122:3344:101::d]:62005) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.29 09:29:15.352619 [ 275 ] {56fccd46-7627-4609-8496-ff2658f9a6a6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.29 09:29:15.352666 [ 275 ] {56fccd46-7627-4609-8496-ff2658f9a6a6} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.29 09:29:15.353010 [ 275 ] {56fccd46-7627-4609-8496-ff2658f9a6a6} TCPHandler: Processed in 0.000821614 sec. 2025.12.29 09:29:15.353248 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:15.353370 [ 275 ] {9b8b70b9-31d1-472e-9102-32c9406d7dc3} executeQuery: (from [fd00:1122:3344:101::d]:62005) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.29 09:29:15.353617 [ 275 ] {9b8b70b9-31d1-472e-9102-32c9406d7dc3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.29 09:29:15.353662 [ 275 ] {9b8b70b9-31d1-472e-9102-32c9406d7dc3} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.29 09:29:15.354008 [ 275 ] {9b8b70b9-31d1-472e-9102-32c9406d7dc3} TCPHandler: Processed in 0.000809434 sec. 2025.12.29 09:29:15.354222 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:15.354338 [ 275 ] {cc4465d7-e10f-4479-b76c-a7e74ddbe9b3} executeQuery: (from [fd00:1122:3344:101::d]:62005) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.29 09:29:15.354585 [ 275 ] {cc4465d7-e10f-4479-b76c-a7e74ddbe9b3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.29 09:29:15.354628 [ 275 ] {cc4465d7-e10f-4479-b76c-a7e74ddbe9b3} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.29 09:29:15.354960 [ 275 ] {cc4465d7-e10f-4479-b76c-a7e74ddbe9b3} TCPHandler: Processed in 0.000787544 sec. 2025.12.29 09:29:15.355168 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:15.355285 [ 275 ] {af085be7-ed0b-4d4a-874c-c97640eeb748} executeQuery: (from [fd00:1122:3344:101::d]:62005) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.29 09:29:15.355544 [ 275 ] {af085be7-ed0b-4d4a-874c-c97640eeb748} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.29 09:29:15.355589 [ 275 ] {af085be7-ed0b-4d4a-874c-c97640eeb748} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.29 09:29:15.355935 [ 275 ] {af085be7-ed0b-4d4a-874c-c97640eeb748} TCPHandler: Processed in 0.000815934 sec. 2025.12.29 09:29:15.356160 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:15.356277 [ 275 ] {0c826be9-869f-4c89-85cc-cef5caffb10a} executeQuery: (from [fd00:1122:3344:101::d]:62005) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.29 09:29:15.356527 [ 275 ] {0c826be9-869f-4c89-85cc-cef5caffb10a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.29 09:29:15.356571 [ 275 ] {0c826be9-869f-4c89-85cc-cef5caffb10a} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.29 09:29:15.356903 [ 275 ] {0c826be9-869f-4c89-85cc-cef5caffb10a} TCPHandler: Processed in 0.000791464 sec. 2025.12.29 09:29:15.357134 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:15.357253 [ 275 ] {ccb5f68a-710b-4ee0-849b-0ec91eb79431} executeQuery: (from [fd00:1122:3344:101::d]:62005) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.29 09:29:15.357504 [ 275 ] {ccb5f68a-710b-4ee0-849b-0ec91eb79431} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.29 09:29:15.357547 [ 275 ] {ccb5f68a-710b-4ee0-849b-0ec91eb79431} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.29 09:29:15.357882 [ 275 ] {ccb5f68a-710b-4ee0-849b-0ec91eb79431} TCPHandler: Processed in 0.000796124 sec. 2025.12.29 09:29:15.358141 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:15.358275 [ 275 ] {9558f83b-a4fb-47c5-8a8b-593fe4a0b6c8} executeQuery: (from [fd00:1122:3344:101::d]:62005) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.29 09:29:15.358583 [ 275 ] {9558f83b-a4fb-47c5-8a8b-593fe4a0b6c8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.29 09:29:15.358629 [ 275 ] {9558f83b-a4fb-47c5-8a8b-593fe4a0b6c8} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.29 09:29:15.359049 [ 275 ] {9558f83b-a4fb-47c5-8a8b-593fe4a0b6c8} TCPHandler: Processed in 0.000961187 sec. 2025.12.29 09:29:15.359380 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:15.359512 [ 275 ] {4fc6fc76-6d4c-40c1-8219-8296b99dc629} executeQuery: (from [fd00:1122:3344:101::d]:62005) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.29 09:29:15.359880 [ 275 ] {4fc6fc76-6d4c-40c1-8219-8296b99dc629} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.29 09:29:15.359927 [ 275 ] {4fc6fc76-6d4c-40c1-8219-8296b99dc629} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.29 09:29:15.360292 [ 275 ] {4fc6fc76-6d4c-40c1-8219-8296b99dc629} TCPHandler: Processed in 0.000971337 sec. 2025.12.29 09:29:15.360518 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:15.360643 [ 275 ] {cdb4f472-b674-4e32-adc6-fb79ee34988a} executeQuery: (from [fd00:1122:3344:101::d]:62005) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.29 09:29:15.360910 [ 275 ] {cdb4f472-b674-4e32-adc6-fb79ee34988a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.29 09:29:15.360956 [ 275 ] {cdb4f472-b674-4e32-adc6-fb79ee34988a} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.29 09:29:15.361295 [ 275 ] {cdb4f472-b674-4e32-adc6-fb79ee34988a} TCPHandler: Processed in 0.000824695 sec. 2025.12.29 09:29:15.361543 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:15.361663 [ 275 ] {bb25f98f-1e23-4ee5-8ad0-2e7eb83302c0} executeQuery: (from [fd00:1122:3344:101::d]:62005) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.29 09:29:15.361928 [ 275 ] {bb25f98f-1e23-4ee5-8ad0-2e7eb83302c0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.29 09:29:15.361975 [ 275 ] {bb25f98f-1e23-4ee5-8ad0-2e7eb83302c0} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.29 09:29:15.362292 [ 275 ] {bb25f98f-1e23-4ee5-8ad0-2e7eb83302c0} TCPHandler: Processed in 0.000798134 sec. 2025.12.29 09:29:15.362540 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:15.362661 [ 275 ] {49350748-8db9-44c0-9eff-fed15a18d817} executeQuery: (from [fd00:1122:3344:101::d]:62005) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.29 09:29:15.362925 [ 275 ] {49350748-8db9-44c0-9eff-fed15a18d817} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.29 09:29:15.362969 [ 275 ] {49350748-8db9-44c0-9eff-fed15a18d817} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.29 09:29:15.363301 [ 275 ] {49350748-8db9-44c0-9eff-fed15a18d817} TCPHandler: Processed in 0.000809064 sec. 2025.12.29 09:29:15.364628 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:15.364757 [ 275 ] {432686a6-f8a6-470d-9469-42d40882ef73} executeQuery: (from [fd00:1122:3344:101::d]:62005) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.29 09:29:15.365035 [ 275 ] {432686a6-f8a6-470d-9469-42d40882ef73} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.29 09:29:15.365081 [ 275 ] {432686a6-f8a6-470d-9469-42d40882ef73} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.29 09:29:15.365442 [ 275 ] {432686a6-f8a6-470d-9469-42d40882ef73} TCPHandler: Processed in 0.000867075 sec. 2025.12.29 09:29:15.366140 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:15.366273 [ 275 ] {4c6b48fa-efeb-488d-9913-8e1ce999196c} executeQuery: (from [fd00:1122:3344:101::d]:62005) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.29 09:29:15.366545 [ 275 ] {4c6b48fa-efeb-488d-9913-8e1ce999196c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.29 09:29:15.366590 [ 275 ] {4c6b48fa-efeb-488d-9913-8e1ce999196c} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.29 09:29:15.366947 [ 275 ] {4c6b48fa-efeb-488d-9913-8e1ce999196c} TCPHandler: Processed in 0.000856305 sec. 2025.12.29 09:29:15.367167 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:15.367372 [ 275 ] {3ce12151-fa77-4020-89fd-e2642363976a} executeQuery: (from [fd00:1122:3344:101::d]:62005) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.29 09:29:15.367703 [ 275 ] {3ce12151-fa77-4020-89fd-e2642363976a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.29 09:29:15.367750 [ 275 ] {3ce12151-fa77-4020-89fd-e2642363976a} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.29 09:29:15.368246 [ 275 ] {3ce12151-fa77-4020-89fd-e2642363976a} TCPHandler: Processed in 0.00113612 sec. 2025.12.29 09:29:15.368498 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:15.368634 [ 275 ] {89405327-dfb7-4df5-bd60-e94322f7c162} executeQuery: (from [fd00:1122:3344:101::d]:62005) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.29 09:29:15.368913 [ 275 ] {89405327-dfb7-4df5-bd60-e94322f7c162} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.29 09:29:15.368958 [ 275 ] {89405327-dfb7-4df5-bd60-e94322f7c162} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.29 09:29:15.369304 [ 275 ] {89405327-dfb7-4df5-bd60-e94322f7c162} TCPHandler: Processed in 0.000856105 sec. 2025.12.29 09:29:15.369656 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:15.369777 [ 275 ] {492c29f9-6de4-4758-953b-75842e20eb0f} executeQuery: (from [fd00:1122:3344:101::d]:62005) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.29 09:29:15.370048 [ 275 ] {492c29f9-6de4-4758-953b-75842e20eb0f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.29 09:29:15.370091 [ 275 ] {492c29f9-6de4-4758-953b-75842e20eb0f} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.29 09:29:15.370418 [ 275 ] {492c29f9-6de4-4758-953b-75842e20eb0f} TCPHandler: Processed in 0.000810714 sec. 2025.12.29 09:29:15.370634 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:15.370755 [ 275 ] {2427c42a-12ab-4108-8594-da53a9f1b323} executeQuery: (from [fd00:1122:3344:101::d]:62005) 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) 2025.12.29 09:29:15.371040 [ 275 ] {2427c42a-12ab-4108-8594-da53a9f1b323} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.29 09:29:15.371085 [ 275 ] {2427c42a-12ab-4108-8594-da53a9f1b323} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.29 09:29:15.371414 [ 275 ] {2427c42a-12ab-4108-8594-da53a9f1b323} TCPHandler: Processed in 0.000828355 sec. 2025.12.29 09:29:15.371631 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:15.371756 [ 275 ] {58ea68b8-d7b2-4788-b4f3-85f1c90b76fd} executeQuery: (from [fd00:1122:3344:101::d]:62005) 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) 2025.12.29 09:29:15.372030 [ 275 ] {58ea68b8-d7b2-4788-b4f3-85f1c90b76fd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.29 09:29:15.372074 [ 275 ] {58ea68b8-d7b2-4788-b4f3-85f1c90b76fd} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.29 09:29:15.372398 [ 275 ] {58ea68b8-d7b2-4788-b4f3-85f1c90b76fd} TCPHandler: Processed in 0.000814634 sec. 2025.12.29 09:29:15.372632 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:15.372772 [ 275 ] {6e2b61c0-6eae-4fbe-99ce-b3f45ae1b0f5} executeQuery: (from [fd00:1122:3344:101::d]:62005) 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) 2025.12.29 09:29:15.373070 [ 275 ] {6e2b61c0-6eae-4fbe-99ce-b3f45ae1b0f5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.29 09:29:15.373117 [ 275 ] {6e2b61c0-6eae-4fbe-99ce-b3f45ae1b0f5} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.29 09:29:15.373457 [ 275 ] {6e2b61c0-6eae-4fbe-99ce-b3f45ae1b0f5} TCPHandler: Processed in 0.000873226 sec. 2025.12.29 09:29:15.374377 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:15.374501 [ 275 ] {ace736e6-2dcb-4959-b5ee-0b25cdd63d77} executeQuery: (from [fd00:1122:3344:101::d]:62005) 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) 2025.12.29 09:29:15.374789 [ 275 ] {ace736e6-2dcb-4959-b5ee-0b25cdd63d77} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.29 09:29:15.374834 [ 275 ] {ace736e6-2dcb-4959-b5ee-0b25cdd63d77} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.29 09:29:15.375184 [ 275 ] {ace736e6-2dcb-4959-b5ee-0b25cdd63d77} TCPHandler: Processed in 0.000856475 sec. 2025.12.29 09:29:15.375513 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:15.375654 [ 275 ] {be5e98d8-dfff-4a21-a0a8-bb4dbca05b9c} executeQuery: (from [fd00:1122:3344:101::d]:62005) 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) 2025.12.29 09:29:15.376050 [ 275 ] {be5e98d8-dfff-4a21-a0a8-bb4dbca05b9c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.29 09:29:15.376109 [ 275 ] {be5e98d8-dfff-4a21-a0a8-bb4dbca05b9c} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.29 09:29:15.376566 [ 275 ] {be5e98d8-dfff-4a21-a0a8-bb4dbca05b9c} TCPHandler: Processed in 0.001105989 sec. 2025.12.29 09:29:15.376859 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:15.376996 [ 275 ] {bc5abd67-9f44-4605-9792-2750b028c3ce} executeQuery: (from [fd00:1122:3344:101::d]:62005) 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) 2025.12.29 09:29:15.377293 [ 275 ] {bc5abd67-9f44-4605-9792-2750b028c3ce} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.29 09:29:15.377342 [ 275 ] {bc5abd67-9f44-4605-9792-2750b028c3ce} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.29 09:29:15.377698 [ 275 ] {bc5abd67-9f44-4605-9792-2750b028c3ce} TCPHandler: Processed in 0.000893885 sec. 2025.12.29 09:29:15.377974 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:15.378106 [ 275 ] {e961d2b0-5ff7-45c1-86d2-5926a8ae86bc} executeQuery: (from [fd00:1122:3344:101::d]:62005) 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) 2025.12.29 09:29:15.378410 [ 275 ] {e961d2b0-5ff7-45c1-86d2-5926a8ae86bc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.29 09:29:15.378460 [ 275 ] {e961d2b0-5ff7-45c1-86d2-5926a8ae86bc} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.29 09:29:15.378880 [ 275 ] {e961d2b0-5ff7-45c1-86d2-5926a8ae86bc} TCPHandler: Processed in 0.000955167 sec. 2025.12.29 09:29:15.379207 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:15.379380 [ 275 ] {266cd8b4-ff3b-42c5-86f1-3047358b14ac} executeQuery: (from [fd00:1122:3344:101::d]:62005) 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) 2025.12.29 09:29:15.379700 [ 275 ] {266cd8b4-ff3b-42c5-86f1-3047358b14ac} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.29 09:29:15.379746 [ 275 ] {266cd8b4-ff3b-42c5-86f1-3047358b14ac} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.29 09:29:15.380101 [ 275 ] {266cd8b4-ff3b-42c5-86f1-3047358b14ac} TCPHandler: Processed in 0.000944216 sec. 2025.12.29 09:29:15.380358 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:15.380498 [ 275 ] {2adf1f71-893a-470b-b72f-0e1cc599d03a} executeQuery: (from [fd00:1122:3344:101::d]:62005) 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) 2025.12.29 09:29:15.380804 [ 275 ] {2adf1f71-893a-470b-b72f-0e1cc599d03a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.29 09:29:15.380850 [ 275 ] {2adf1f71-893a-470b-b72f-0e1cc599d03a} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.29 09:29:15.381203 [ 275 ] {2adf1f71-893a-470b-b72f-0e1cc599d03a} TCPHandler: Processed in 0.000895276 sec. 2025.12.29 09:29:15.395752 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:15.395887 [ 275 ] {39ee8451-8e9f-4bb1-8517-05d97217c9db} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.12.29 09:29:15.395941 [ 275 ] {39ee8451-8e9f-4bb1-8517-05d97217c9db} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.29 09:29:15.399070 [ 275 ] {39ee8451-8e9f-4bb1-8517-05d97217c9db} oximeter.timeseries_schema (1198eb65-286d-48e4-b168-8bcd664ef5aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:15.399120 [ 275 ] {39ee8451-8e9f-4bb1-8517-05d97217c9db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.39 GiB. 2025.12.29 09:29:15.401805 [ 275 ] {39ee8451-8e9f-4bb1-8517-05d97217c9db} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.29 09:29:15.402202 [ 275 ] {39ee8451-8e9f-4bb1-8517-05d97217c9db} oximeter.timeseries_schema (1198eb65-286d-48e4-b168-8bcd664ef5aa): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:15.402362 [ 275 ] {39ee8451-8e9f-4bb1-8517-05d97217c9db} executeQuery: Read 29 rows, 6.01 KiB in 0.00651 sec., 4454.68509984639 rows/sec., 923.01 KiB/sec. 2025.12.29 09:29:15.402409 [ 275 ] {39ee8451-8e9f-4bb1-8517-05d97217c9db} TCPHandler: Processed in 0.006736878 sec. 2025.12.29 09:29:15.402565 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:15.402668 [ 275 ] {bda92e6b-4083-44e1-8a26-964917aafe98} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.29 09:29:15.402712 [ 275 ] {bda92e6b-4083-44e1-8a26-964917aafe98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.29 09:29:15.407975 [ 275 ] {bda92e6b-4083-44e1-8a26-964917aafe98} oximeter.fields_i16 (4440d019-2e7a-4442-b97e-1f65798d7771): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:15.408009 [ 275 ] {bda92e6b-4083-44e1-8a26-964917aafe98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.39 GiB. 2025.12.29 09:29:15.410549 [ 275 ] {bda92e6b-4083-44e1-8a26-964917aafe98} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.29 09:29:15.411068 [ 275 ] {bda92e6b-4083-44e1-8a26-964917aafe98} oximeter.fields_i16 (4440d019-2e7a-4442-b97e-1f65798d7771): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:15.411236 [ 275 ] {bda92e6b-4083-44e1-8a26-964917aafe98} executeQuery: Read 24 rows, 2.04 KiB in 0.008591 sec., 2793.6212315213597 rows/sec., 237.35 KiB/sec. 2025.12.29 09:29:15.411283 [ 275 ] {bda92e6b-4083-44e1-8a26-964917aafe98} TCPHandler: Processed in 0.008779634 sec. 2025.12.29 09:29:15.411411 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:15.411511 [ 275 ] {b031a570-a038-4829-9a5e-cb7a7c54a216} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.29 09:29:15.411553 [ 275 ] {b031a570-a038-4829-9a5e-cb7a7c54a216} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.29 09:29:15.412000 [ 275 ] {b031a570-a038-4829-9a5e-cb7a7c54a216} oximeter.fields_ipaddr (dd3951fa-7d09-438a-8bf8-4e712b5b0b2e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:15.412038 [ 275 ] {b031a570-a038-4829-9a5e-cb7a7c54a216} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.39 GiB. 2025.12.29 09:29:15.412484 [ 275 ] {b031a570-a038-4829-9a5e-cb7a7c54a216} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.29 09:29:15.412903 [ 275 ] {b031a570-a038-4829-9a5e-cb7a7c54a216} oximeter.fields_ipaddr (dd3951fa-7d09-438a-8bf8-4e712b5b0b2e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:15.413039 [ 275 ] {b031a570-a038-4829-9a5e-cb7a7c54a216} executeQuery: Read 12 rows, 1002.00 B in 0.001552 sec., 7731.958762886598 rows/sec., 630.49 KiB/sec. 2025.12.29 09:29:15.413077 [ 275 ] {b031a570-a038-4829-9a5e-cb7a7c54a216} TCPHandler: Processed in 0.00171957 sec. 2025.12.29 09:29:15.413198 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:15.413295 [ 275 ] {d3f2f519-5fc7-4182-9d90-24a62aced28a} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.29 09:29:15.413335 [ 275 ] {d3f2f519-5fc7-4182-9d90-24a62aced28a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.29 09:29:15.413900 [ 275 ] {d3f2f519-5fc7-4182-9d90-24a62aced28a} oximeter.fields_string (ac387d9c-99a6-4173-bfe8-66349bc72897): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:15.413937 [ 275 ] {d3f2f519-5fc7-4182-9d90-24a62aced28a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.39 GiB. 2025.12.29 09:29:15.414460 [ 275 ] {d3f2f519-5fc7-4182-9d90-24a62aced28a} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.29 09:29:15.414994 [ 275 ] {d3f2f519-5fc7-4182-9d90-24a62aced28a} oximeter.fields_string (ac387d9c-99a6-4173-bfe8-66349bc72897): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:15.415135 [ 275 ] {d3f2f519-5fc7-4182-9d90-24a62aced28a} executeQuery: Read 212 rows, 19.27 KiB in 0.001849 sec., 114656.57111952407 rows/sec., 10.18 MiB/sec. 2025.12.29 09:29:15.415191 [ 275 ] {d3f2f519-5fc7-4182-9d90-24a62aced28a} TCPHandler: Processed in 0.002044066 sec. 2025.12.29 09:29:15.415325 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:15.415431 [ 275 ] {79bc5b94-21eb-4fd7-8313-2a9c430ef0e3} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.29 09:29:15.415481 [ 275 ] {79bc5b94-21eb-4fd7-8313-2a9c430ef0e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.29 09:29:15.416040 [ 275 ] {79bc5b94-21eb-4fd7-8313-2a9c430ef0e3} oximeter.fields_u16 (351cffe5-e1cc-4bcb-b8a5-9e7101044ae9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:15.416080 [ 275 ] {79bc5b94-21eb-4fd7-8313-2a9c430ef0e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.39 GiB. 2025.12.29 09:29:15.416606 [ 275 ] {79bc5b94-21eb-4fd7-8313-2a9c430ef0e3} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.29 09:29:15.417155 [ 275 ] {79bc5b94-21eb-4fd7-8313-2a9c430ef0e3} oximeter.fields_u16 (351cffe5-e1cc-4bcb-b8a5-9e7101044ae9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:15.417307 [ 275 ] {79bc5b94-21eb-4fd7-8313-2a9c430ef0e3} executeQuery: Read 39 rows, 2.93 KiB in 0.001898 sec., 20547.945205479453 rows/sec., 1.51 MiB/sec. 2025.12.29 09:29:15.417353 [ 275 ] {79bc5b94-21eb-4fd7-8313-2a9c430ef0e3} TCPHandler: Processed in 0.002083906 sec. 2025.12.29 09:29:15.417480 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:15.417605 [ 275 ] {62602fff-899b-45e8-844e-60154bd847b2} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.29 09:29:15.417655 [ 275 ] {62602fff-899b-45e8-844e-60154bd847b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.29 09:29:15.418218 [ 275 ] {62602fff-899b-45e8-844e-60154bd847b2} oximeter.fields_u32 (cfabb94e-411d-4396-945d-d11d6e33d962): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:15.418258 [ 275 ] {62602fff-899b-45e8-844e-60154bd847b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.39 GiB. 2025.12.29 09:29:15.418916 [ 275 ] {62602fff-899b-45e8-844e-60154bd847b2} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.29 09:29:15.419407 [ 275 ] {62602fff-899b-45e8-844e-60154bd847b2} oximeter.fields_u32 (cfabb94e-411d-4396-945d-d11d6e33d962): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:15.419539 [ 275 ] {62602fff-899b-45e8-844e-60154bd847b2} executeQuery: Read 24 rows, 2.04 KiB in 0.001958 sec., 12257.40551583248 rows/sec., 1.02 MiB/sec. 2025.12.29 09:29:15.419577 [ 275 ] {62602fff-899b-45e8-844e-60154bd847b2} TCPHandler: Processed in 0.002147588 sec. 2025.12.29 09:29:15.419756 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:15.419858 [ 275 ] {c50be337-c004-4186-bbc1-d75e74d84546} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.29 09:29:15.419899 [ 275 ] {c50be337-c004-4186-bbc1-d75e74d84546} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.29 09:29:15.420362 [ 275 ] {c50be337-c004-4186-bbc1-d75e74d84546} oximeter.fields_u8 (40f63924-446b-4bae-aced-f0f76d2ea720): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:15.420401 [ 275 ] {c50be337-c004-4186-bbc1-d75e74d84546} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.39 GiB. 2025.12.29 09:29:15.420964 [ 275 ] {c50be337-c004-4186-bbc1-d75e74d84546} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.29 09:29:15.422573 [ 275 ] {c50be337-c004-4186-bbc1-d75e74d84546} oximeter.fields_u8 (40f63924-446b-4bae-aced-f0f76d2ea720): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:15.422787 [ 275 ] {c50be337-c004-4186-bbc1-d75e74d84546} executeQuery: Read 12 rows, 960.00 B in 0.002947 sec., 4071.9375636240243 rows/sec., 318.12 KiB/sec. 2025.12.29 09:29:15.422836 [ 275 ] {c50be337-c004-4186-bbc1-d75e74d84546} TCPHandler: Processed in 0.003186275 sec. 2025.12.29 09:29:15.425533 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:15.425638 [ 275 ] {dc38435f-3ad6-4c0e-a129-c03958698994} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.29 09:29:15.425686 [ 275 ] {dc38435f-3ad6-4c0e-a129-c03958698994} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.29 09:29:15.426262 [ 275 ] {dc38435f-3ad6-4c0e-a129-c03958698994} oximeter.fields_uuid (411185e8-141a-4e02-a0cf-7dc653f25e09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:15.426298 [ 275 ] {dc38435f-3ad6-4c0e-a129-c03958698994} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.39 GiB. 2025.12.29 09:29:15.426886 [ 275 ] {dc38435f-3ad6-4c0e-a129-c03958698994} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.29 09:29:15.427565 [ 275 ] {dc38435f-3ad6-4c0e-a129-c03958698994} oximeter.fields_uuid (411185e8-141a-4e02-a0cf-7dc653f25e09): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:15.427709 [ 275 ] {dc38435f-3ad6-4c0e-a129-c03958698994} executeQuery: Read 133 rows, 11.04 KiB in 0.002093 sec., 63545.150501672244 rows/sec., 5.15 MiB/sec. 2025.12.29 09:29:15.427750 [ 275 ] {dc38435f-3ad6-4c0e-a129-c03958698994} TCPHandler: Processed in 0.00227135 sec. 2025.12.29 09:29:15.427866 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:15.427966 [ 275 ] {f60ae23d-dadb-46c9-b868-d2b55801d5f2} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.29 09:29:15.428014 [ 275 ] {f60ae23d-dadb-46c9-b868-d2b55801d5f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.29 09:29:15.428576 [ 275 ] {f60ae23d-dadb-46c9-b868-d2b55801d5f2} oximeter.measurements_cumulativeu64 (7a4e14b6-6d38-4026-9cb8-71dc190f52ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:15.428615 [ 275 ] {f60ae23d-dadb-46c9-b868-d2b55801d5f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.39 GiB. 2025.12.29 09:29:15.435763 [ 275 ] {f60ae23d-dadb-46c9-b868-d2b55801d5f2} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.29 09:29:15.436288 [ 275 ] {f60ae23d-dadb-46c9-b868-d2b55801d5f2} oximeter.measurements_cumulativeu64 (7a4e14b6-6d38-4026-9cb8-71dc190f52ce): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:15.436425 [ 275 ] {f60ae23d-dadb-46c9-b868-d2b55801d5f2} executeQuery: Read 314 rows, 24.49 KiB in 0.008477 sec., 37041.40615783886 rows/sec., 2.82 MiB/sec. 2025.12.29 09:29:15.436464 [ 275 ] {f60ae23d-dadb-46c9-b868-d2b55801d5f2} TCPHandler: Processed in 0.008649821 sec. 2025.12.29 09:29:15.436613 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:15.436726 [ 275 ] {c2d2e3f0-9ce0-4d87-affa-7446310d40be} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.29 09:29:15.436792 [ 275 ] {c2d2e3f0-9ce0-4d87-affa-7446310d40be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.29 09:29:15.437665 [ 275 ] {c2d2e3f0-9ce0-4d87-affa-7446310d40be} oximeter.measurements_histogramu64 (406a4daa-ac4f-49af-9fc9-fff5848a5faf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:15.437702 [ 275 ] {c2d2e3f0-9ce0-4d87-affa-7446310d40be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.39 GiB. 2025.12.29 09:29:15.442908 [ 275 ] {c2d2e3f0-9ce0-4d87-affa-7446310d40be} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.29 09:29:15.443390 [ 275 ] {c2d2e3f0-9ce0-4d87-affa-7446310d40be} oximeter.measurements_histogramu64 (406a4daa-ac4f-49af-9fc9-fff5848a5faf): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:15.443532 [ 275 ] {c2d2e3f0-9ce0-4d87-affa-7446310d40be} executeQuery: Read 15 rows, 27.52 KiB in 0.00683 sec., 2196.1932650073204 rows/sec., 3.94 MiB/sec. 2025.12.29 09:29:15.443583 [ 275 ] {c2d2e3f0-9ce0-4d87-affa-7446310d40be} TCPHandler: Processed in 0.007034643 sec. 2025.12.29 09:29:15.443726 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:15.443830 [ 275 ] {d1594ee7-482d-4ffb-a5fd-a80196f0b864} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.12.29 09:29:15.443878 [ 275 ] {d1594ee7-482d-4ffb-a5fd-a80196f0b864} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.12.29 09:29:15.444218 [ 275 ] {d1594ee7-482d-4ffb-a5fd-a80196f0b864} oximeter.measurements_i64 (7ccd3668-40cf-49da-8820-310fc661448c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:15.444253 [ 275 ] {d1594ee7-482d-4ffb-a5fd-a80196f0b864} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.39 GiB. 2025.12.29 09:29:15.444767 [ 275 ] {d1594ee7-482d-4ffb-a5fd-a80196f0b864} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.29 09:29:15.445259 [ 275 ] {d1594ee7-482d-4ffb-a5fd-a80196f0b864} oximeter.measurements_i64 (7ccd3668-40cf-49da-8820-310fc661448c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:15.445392 [ 275 ] {d1594ee7-482d-4ffb-a5fd-a80196f0b864} executeQuery: Read 6 rows, 434.00 B in 0.001584 sec., 3787.878787878788 rows/sec., 267.57 KiB/sec. 2025.12.29 09:29:15.445428 [ 275 ] {d1594ee7-482d-4ffb-a5fd-a80196f0b864} TCPHandler: Processed in 0.00176401 sec. 2025.12.29 09:29:15.445547 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:15.445643 [ 275 ] {9c96c343-9ed6-4557-94fb-90d086678b4e} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.29 09:29:15.445686 [ 275 ] {9c96c343-9ed6-4557-94fb-90d086678b4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.29 09:29:15.446023 [ 275 ] {9c96c343-9ed6-4557-94fb-90d086678b4e} oximeter.measurements_u64 (97640d0b-d7e1-4d7f-8de9-b2c44ff33078): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:15.446061 [ 275 ] {9c96c343-9ed6-4557-94fb-90d086678b4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.39 GiB. 2025.12.29 09:29:15.446627 [ 275 ] {9c96c343-9ed6-4557-94fb-90d086678b4e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.29 09:29:15.447128 [ 275 ] {9c96c343-9ed6-4557-94fb-90d086678b4e} oximeter.measurements_u64 (97640d0b-d7e1-4d7f-8de9-b2c44ff33078): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:15.447259 [ 275 ] {9c96c343-9ed6-4557-94fb-90d086678b4e} executeQuery: Read 48 rows, 3.31 KiB in 0.001635 sec., 29357.798165137614 rows/sec., 1.98 MiB/sec. 2025.12.29 09:29:15.447298 [ 275 ] {9c96c343-9ed6-4557-94fb-90d086678b4e} TCPHandler: Processed in 0.001801862 sec. 2025.12.29 09:29:16.000190 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 165.68 MiB, peak 170.82 MiB, free memory in arenas 0.00 B, will set to 164.65 MiB (RSS), difference: -1.03 MiB 2025.12.29 09:29:19.496722 [ 105 ] {} DNSResolver: Updating DNS cache 2025.12.29 09:29:19.496778 [ 105 ] {} DNSResolver: Updated DNS cache 2025.12.29 09:29:19.596674 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 86 entries to flush up to offset 176 2025.12.29 09:29:19.600063 [ 243 ] {} system.query_log (460cf047-6f15-4774-a0dc-e6b41dd82864): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:19.600124 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.12.29 09:29:19.601565 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.29 09:29:19.602116 [ 243 ] {} system.query_log (460cf047-6f15-4774-a0dc-e6b41dd82864): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:19.602434 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 176 2025.12.29 09:29:19.635312 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 1936 2025.12.29 09:29:19.635790 [ 244 ] {} system.asynchronous_metric_log (a2a3fe4b-2613-4c13-8d24-3fac64fcada3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:19.635835 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.12.29 09:29:19.636527 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.29 09:29:19.637064 [ 244 ] {} system.asynchronous_metric_log (a2a3fe4b-2613-4c13-8d24-3fac64fcada3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:19.637211 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1936 2025.12.29 09:29:19.736084 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2025.12.29 09:29:19.753605 [ 245 ] {} system.metric_log (0cce2099-71d7-412f-844f-25766bfb4575): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:19.753667 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.12.29 09:29:19.760028 [ 245 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.29 09:29:19.761131 [ 245 ] {} system.metric_log (0cce2099-71d7-412f-844f-25766bfb4575): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:19.764106 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2025.12.29 09:29:20.000187 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 165.23 MiB, peak 170.82 MiB, free memory in arenas 0.00 B, will set to 166.84 MiB (RSS), difference: 1.61 MiB 2025.12.29 09:29:20.329730 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:20.329901 [ 275 ] {a64a37a4-043c-4f4e-87d2-b6ebdafc70d3} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.29 09:29:20.329968 [ 275 ] {a64a37a4-043c-4f4e-87d2-b6ebdafc70d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.29 09:29:20.330603 [ 275 ] {a64a37a4-043c-4f4e-87d2-b6ebdafc70d3} oximeter.fields_string (ac387d9c-99a6-4173-bfe8-66349bc72897): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:20.330649 [ 275 ] {a64a37a4-043c-4f4e-87d2-b6ebdafc70d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.12.29 09:29:20.331137 [ 275 ] {a64a37a4-043c-4f4e-87d2-b6ebdafc70d3} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.29 09:29:20.331591 [ 275 ] {a64a37a4-043c-4f4e-87d2-b6ebdafc70d3} oximeter.fields_string (ac387d9c-99a6-4173-bfe8-66349bc72897): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:20.331748 [ 275 ] {a64a37a4-043c-4f4e-87d2-b6ebdafc70d3} executeQuery: Read 56 rows, 4.41 KiB in 0.001894 sec., 29567.053854276663 rows/sec., 2.27 MiB/sec. 2025.12.29 09:29:20.331797 [ 275 ] {a64a37a4-043c-4f4e-87d2-b6ebdafc70d3} TCPHandler: Processed in 0.002181989 sec. 2025.12.29 09:29:20.331925 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:20.332028 [ 275 ] {81ba9544-ac31-4b1b-9062-5e935513efee} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.29 09:29:20.332072 [ 275 ] {81ba9544-ac31-4b1b-9062-5e935513efee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.29 09:29:20.332507 [ 275 ] {81ba9544-ac31-4b1b-9062-5e935513efee} oximeter.fields_uuid (411185e8-141a-4e02-a0cf-7dc653f25e09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:20.332545 [ 275 ] {81ba9544-ac31-4b1b-9062-5e935513efee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.12.29 09:29:20.333036 [ 275 ] {81ba9544-ac31-4b1b-9062-5e935513efee} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.29 09:29:20.333450 [ 275 ] {81ba9544-ac31-4b1b-9062-5e935513efee} oximeter.fields_uuid (411185e8-141a-4e02-a0cf-7dc653f25e09): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:20.333580 [ 275 ] {81ba9544-ac31-4b1b-9062-5e935513efee} executeQuery: Read 64 rows, 5.12 KiB in 0.001575 sec., 40634.920634920636 rows/sec., 3.17 MiB/sec. 2025.12.29 09:29:20.333617 [ 275 ] {81ba9544-ac31-4b1b-9062-5e935513efee} TCPHandler: Processed in 0.001742651 sec. 2025.12.29 09:29:20.333729 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:20.333824 [ 275 ] {d52312e7-1eda-4e5e-ae27-b837544f6793} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.29 09:29:20.333868 [ 275 ] {d52312e7-1eda-4e5e-ae27-b837544f6793} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.29 09:29:20.334285 [ 275 ] {d52312e7-1eda-4e5e-ae27-b837544f6793} oximeter.measurements_cumulativeu64 (7a4e14b6-6d38-4026-9cb8-71dc190f52ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:20.334321 [ 275 ] {d52312e7-1eda-4e5e-ae27-b837544f6793} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.12.29 09:29:20.334832 [ 275 ] {d52312e7-1eda-4e5e-ae27-b837544f6793} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.29 09:29:20.335315 [ 275 ] {d52312e7-1eda-4e5e-ae27-b837544f6793} oximeter.measurements_cumulativeu64 (7a4e14b6-6d38-4026-9cb8-71dc190f52ce): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:20.335441 [ 275 ] {d52312e7-1eda-4e5e-ae27-b837544f6793} executeQuery: Read 160 rows, 11.41 KiB in 0.001637 sec., 97739.76786805132 rows/sec., 6.81 MiB/sec. 2025.12.29 09:29:20.335476 [ 275 ] {d52312e7-1eda-4e5e-ae27-b837544f6793} TCPHandler: Processed in 0.001795291 sec. 2025.12.29 09:29:20.335582 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:20.335674 [ 275 ] {1d099a05-e7fb-45a6-a67f-a2075a29d2e4} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.29 09:29:20.335716 [ 275 ] {1d099a05-e7fb-45a6-a67f-a2075a29d2e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.29 09:29:20.336042 [ 275 ] {1d099a05-e7fb-45a6-a67f-a2075a29d2e4} oximeter.measurements_u64 (97640d0b-d7e1-4d7f-8de9-b2c44ff33078): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:20.336077 [ 275 ] {1d099a05-e7fb-45a6-a67f-a2075a29d2e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.12.29 09:29:20.336511 [ 275 ] {1d099a05-e7fb-45a6-a67f-a2075a29d2e4} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.29 09:29:20.337195 [ 275 ] {1d099a05-e7fb-45a6-a67f-a2075a29d2e4} oximeter.measurements_u64 (97640d0b-d7e1-4d7f-8de9-b2c44ff33078): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:20.337340 [ 275 ] {1d099a05-e7fb-45a6-a67f-a2075a29d2e4} executeQuery: Read 60 rows, 4.14 KiB in 0.001684 sec., 35629.45368171021 rows/sec., 2.40 MiB/sec. 2025.12.29 09:29:20.337378 [ 275 ] {1d099a05-e7fb-45a6-a67f-a2075a29d2e4} TCPHandler: Processed in 0.001843833 sec. 2025.12.29 09:29:25.332335 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:25.332543 [ 275 ] {3cfe66da-3d9c-43cb-827f-13ba7149338b} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.29 09:29:25.332613 [ 275 ] {3cfe66da-3d9c-43cb-827f-13ba7149338b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.29 09:29:25.333312 [ 275 ] {3cfe66da-3d9c-43cb-827f-13ba7149338b} oximeter.fields_string (ac387d9c-99a6-4173-bfe8-66349bc72897): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:25.333350 [ 275 ] {3cfe66da-3d9c-43cb-827f-13ba7149338b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.12.29 09:29:25.333906 [ 275 ] {3cfe66da-3d9c-43cb-827f-13ba7149338b} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.29 09:29:25.334456 [ 275 ] {3cfe66da-3d9c-43cb-827f-13ba7149338b} oximeter.fields_string (ac387d9c-99a6-4173-bfe8-66349bc72897): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:25.334600 [ 275 ] {3cfe66da-3d9c-43cb-827f-13ba7149338b} executeQuery: Read 126 rows, 11.10 KiB in 0.002111 sec., 59687.35196589294 rows/sec., 5.14 MiB/sec. 2025.12.29 09:29:25.334640 [ 275 ] {3cfe66da-3d9c-43cb-827f-13ba7149338b} TCPHandler: Processed in 0.002441683 sec. 2025.12.29 09:29:25.334762 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:25.334856 [ 275 ] {15e457ba-9028-491b-a233-4779b92c55da} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.29 09:29:25.334896 [ 275 ] {15e457ba-9028-491b-a233-4779b92c55da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.29 09:29:25.335298 [ 275 ] {15e457ba-9028-491b-a233-4779b92c55da} oximeter.fields_u16 (351cffe5-e1cc-4bcb-b8a5-9e7101044ae9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:25.335333 [ 275 ] {15e457ba-9028-491b-a233-4779b92c55da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.12.29 09:29:25.335745 [ 275 ] {15e457ba-9028-491b-a233-4779b92c55da} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.29 09:29:25.336226 [ 275 ] {15e457ba-9028-491b-a233-4779b92c55da} oximeter.fields_u16 (351cffe5-e1cc-4bcb-b8a5-9e7101044ae9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:25.336350 [ 275 ] {15e457ba-9028-491b-a233-4779b92c55da} executeQuery: Read 35 rows, 2.63 KiB in 0.001513 sec., 23132.848645076007 rows/sec., 1.70 MiB/sec. 2025.12.29 09:29:25.336386 [ 275 ] {15e457ba-9028-491b-a233-4779b92c55da} TCPHandler: Processed in 0.001674929 sec. 2025.12.29 09:29:25.336495 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:25.336588 [ 275 ] {e41e8d58-8144-4128-9407-0d46f0c459ad} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.29 09:29:25.336626 [ 275 ] {e41e8d58-8144-4128-9407-0d46f0c459ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.29 09:29:25.337053 [ 275 ] {e41e8d58-8144-4128-9407-0d46f0c459ad} oximeter.fields_uuid (411185e8-141a-4e02-a0cf-7dc653f25e09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:25.337087 [ 275 ] {e41e8d58-8144-4128-9407-0d46f0c459ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.12.29 09:29:25.337500 [ 275 ] {e41e8d58-8144-4128-9407-0d46f0c459ad} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.29 09:29:25.337928 [ 275 ] {e41e8d58-8144-4128-9407-0d46f0c459ad} oximeter.fields_uuid (411185e8-141a-4e02-a0cf-7dc653f25e09): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:25.338052 [ 275 ] {e41e8d58-8144-4128-9407-0d46f0c459ad} executeQuery: Read 107 rows, 8.58 KiB in 0.001482 sec., 72199.73009446694 rows/sec., 5.65 MiB/sec. 2025.12.29 09:29:25.338088 [ 275 ] {e41e8d58-8144-4128-9407-0d46f0c459ad} TCPHandler: Processed in 0.001641349 sec. 2025.12.29 09:29:25.338196 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:25.338289 [ 275 ] {2781a52c-cd19-46e7-9e75-5d485f04796b} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.29 09:29:25.338331 [ 275 ] {2781a52c-cd19-46e7-9e75-5d485f04796b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.29 09:29:25.338733 [ 275 ] {2781a52c-cd19-46e7-9e75-5d485f04796b} oximeter.measurements_cumulativeu64 (7a4e14b6-6d38-4026-9cb8-71dc190f52ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:25.338767 [ 275 ] {2781a52c-cd19-46e7-9e75-5d485f04796b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.12.29 09:29:25.339199 [ 275 ] {2781a52c-cd19-46e7-9e75-5d485f04796b} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.29 09:29:25.339646 [ 275 ] {2781a52c-cd19-46e7-9e75-5d485f04796b} oximeter.measurements_cumulativeu64 (7a4e14b6-6d38-4026-9cb8-71dc190f52ce): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:25.339770 [ 275 ] {2781a52c-cd19-46e7-9e75-5d485f04796b} executeQuery: Read 160 rows, 11.41 KiB in 0.001499 sec., 106737.82521681121 rows/sec., 7.43 MiB/sec. 2025.12.29 09:29:25.339803 [ 275 ] {2781a52c-cd19-46e7-9e75-5d485f04796b} TCPHandler: Processed in 0.001656329 sec. 2025.12.29 09:29:25.339905 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:25.339998 [ 275 ] {18d4a13a-6a8c-4284-8b4d-257610c3af57} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.29 09:29:25.340050 [ 275 ] {18d4a13a-6a8c-4284-8b4d-257610c3af57} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.29 09:29:25.341002 [ 275 ] {18d4a13a-6a8c-4284-8b4d-257610c3af57} oximeter.measurements_histogramu64 (406a4daa-ac4f-49af-9fc9-fff5848a5faf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:25.341038 [ 275 ] {18d4a13a-6a8c-4284-8b4d-257610c3af57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.12.29 09:29:25.341703 [ 275 ] {18d4a13a-6a8c-4284-8b4d-257610c3af57} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.29 09:29:25.342130 [ 275 ] {18d4a13a-6a8c-4284-8b4d-257610c3af57} oximeter.measurements_histogramu64 (406a4daa-ac4f-49af-9fc9-fff5848a5faf): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:25.342265 [ 275 ] {18d4a13a-6a8c-4284-8b4d-257610c3af57} executeQuery: Read 35 rows, 64.22 KiB in 0.002284 sec., 15323.992994746059 rows/sec., 27.46 MiB/sec. 2025.12.29 09:29:25.342319 [ 275 ] {18d4a13a-6a8c-4284-8b4d-257610c3af57} TCPHandler: Processed in 0.002462693 sec. 2025.12.29 09:29:25.342427 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:25.342520 [ 275 ] {61721ec2-c6ca-423f-9bfe-f509886237ac} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.12.29 09:29:25.342561 [ 275 ] {61721ec2-c6ca-423f-9bfe-f509886237ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.12.29 09:29:25.342877 [ 275 ] {61721ec2-c6ca-423f-9bfe-f509886237ac} oximeter.measurements_i64 (7ccd3668-40cf-49da-8820-310fc661448c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:25.342912 [ 275 ] {61721ec2-c6ca-423f-9bfe-f509886237ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.12.29 09:29:25.343386 [ 275 ] {61721ec2-c6ca-423f-9bfe-f509886237ac} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.29 09:29:25.343967 [ 275 ] {61721ec2-c6ca-423f-9bfe-f509886237ac} oximeter.measurements_i64 (7ccd3668-40cf-49da-8820-310fc661448c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:25.344091 [ 275 ] {61721ec2-c6ca-423f-9bfe-f509886237ac} executeQuery: Read 15 rows, 1.14 KiB in 0.001593 sec., 9416.195856873823 rows/sec., 718.48 KiB/sec. 2025.12.29 09:29:25.344123 [ 275 ] {61721ec2-c6ca-423f-9bfe-f509886237ac} TCPHandler: Processed in 0.00175238 sec. 2025.12.29 09:29:25.344226 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:25.344320 [ 275 ] {5298c48c-ea92-407a-9118-41136fc963ee} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.29 09:29:25.344359 [ 275 ] {5298c48c-ea92-407a-9118-41136fc963ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.29 09:29:25.344684 [ 275 ] {5298c48c-ea92-407a-9118-41136fc963ee} oximeter.measurements_u64 (97640d0b-d7e1-4d7f-8de9-b2c44ff33078): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:25.344717 [ 275 ] {5298c48c-ea92-407a-9118-41136fc963ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.12.29 09:29:25.345183 [ 275 ] {5298c48c-ea92-407a-9118-41136fc963ee} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.29 09:29:25.345625 [ 275 ] {5298c48c-ea92-407a-9118-41136fc963ee} oximeter.measurements_u64 (97640d0b-d7e1-4d7f-8de9-b2c44ff33078): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:25.345755 [ 275 ] {5298c48c-ea92-407a-9118-41136fc963ee} executeQuery: Read 60 rows, 4.14 KiB in 0.001433 sec., 41870.2023726448 rows/sec., 2.82 MiB/sec. 2025.12.29 09:29:25.345791 [ 275 ] {5298c48c-ea92-407a-9118-41136fc963ee} TCPHandler: Processed in 0.001599578 sec. 2025.12.29 09:29:27.137355 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 2448 2025.12.29 09:29:27.137877 [ 244 ] {} system.asynchronous_metric_log (a2a3fe4b-2613-4c13-8d24-3fac64fcada3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:27.137933 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.12.29 09:29:27.138557 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.29 09:29:27.139035 [ 244 ] {} system.asynchronous_metric_log (a2a3fe4b-2613-4c13-8d24-3fac64fcada3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:27.139209 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2448 2025.12.29 09:29:27.264244 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2025.12.29 09:29:27.281614 [ 245 ] {} system.metric_log (0cce2099-71d7-412f-844f-25766bfb4575): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:27.281676 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.12.29 09:29:27.288280 [ 245 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.29 09:29:27.289430 [ 245 ] {} system.metric_log (0cce2099-71d7-412f-844f-25766bfb4575): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:27.292370 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2025.12.29 09:29:29.602878 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 198 2025.12.29 09:29:29.605145 [ 243 ] {} system.query_log (460cf047-6f15-4774-a0dc-e6b41dd82864): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:29.605190 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.12.29 09:29:29.606480 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.29 09:29:29.606995 [ 243 ] {} system.query_log (460cf047-6f15-4774-a0dc-e6b41dd82864): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:29.607227 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 198 2025.12.29 09:29:30.330310 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:30.330600 [ 275 ] {e0071212-15a8-4e06-9b94-db06eec205b2} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.29 09:29:30.330707 [ 275 ] {e0071212-15a8-4e06-9b94-db06eec205b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.29 09:29:30.331492 [ 275 ] {e0071212-15a8-4e06-9b94-db06eec205b2} oximeter.fields_string (ac387d9c-99a6-4173-bfe8-66349bc72897): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:30.331544 [ 275 ] {e0071212-15a8-4e06-9b94-db06eec205b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.12.29 09:29:30.332087 [ 275 ] {e0071212-15a8-4e06-9b94-db06eec205b2} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.29 09:29:30.332599 [ 275 ] {e0071212-15a8-4e06-9b94-db06eec205b2} oximeter.fields_string (ac387d9c-99a6-4173-bfe8-66349bc72897): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:30.332768 [ 275 ] {e0071212-15a8-4e06-9b94-db06eec205b2} executeQuery: Read 56 rows, 4.41 KiB in 0.002244 sec., 24955.436720142603 rows/sec., 1.92 MiB/sec. 2025.12.29 09:29:30.332812 [ 275 ] {e0071212-15a8-4e06-9b94-db06eec205b2} TCPHandler: Processed in 0.002695028 sec. 2025.12.29 09:29:30.332934 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:30.333032 [ 275 ] {ac37c4fd-bf32-4570-a074-c10d3eddfcbe} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.29 09:29:30.333074 [ 275 ] {ac37c4fd-bf32-4570-a074-c10d3eddfcbe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.29 09:29:30.333488 [ 275 ] {ac37c4fd-bf32-4570-a074-c10d3eddfcbe} oximeter.fields_uuid (411185e8-141a-4e02-a0cf-7dc653f25e09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:30.333527 [ 275 ] {ac37c4fd-bf32-4570-a074-c10d3eddfcbe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.12.29 09:29:30.333939 [ 275 ] {ac37c4fd-bf32-4570-a074-c10d3eddfcbe} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.29 09:29:30.334348 [ 275 ] {ac37c4fd-bf32-4570-a074-c10d3eddfcbe} oximeter.fields_uuid (411185e8-141a-4e02-a0cf-7dc653f25e09): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:30.334483 [ 275 ] {ac37c4fd-bf32-4570-a074-c10d3eddfcbe} executeQuery: Read 64 rows, 5.12 KiB in 0.00147 sec., 43537.4149659864 rows/sec., 3.40 MiB/sec. 2025.12.29 09:29:30.334522 [ 275 ] {ac37c4fd-bf32-4570-a074-c10d3eddfcbe} TCPHandler: Processed in 0.001638209 sec. 2025.12.29 09:29:30.334629 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:30.334724 [ 275 ] {e736a565-d095-4a87-ba7d-ac75b7a8e26d} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.29 09:29:30.334768 [ 275 ] {e736a565-d095-4a87-ba7d-ac75b7a8e26d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.29 09:29:30.335187 [ 275 ] {e736a565-d095-4a87-ba7d-ac75b7a8e26d} oximeter.measurements_cumulativeu64 (7a4e14b6-6d38-4026-9cb8-71dc190f52ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:30.335224 [ 275 ] {e736a565-d095-4a87-ba7d-ac75b7a8e26d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.12.29 09:29:30.335798 [ 275 ] {e736a565-d095-4a87-ba7d-ac75b7a8e26d} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.29 09:29:30.336197 [ 275 ] {e736a565-d095-4a87-ba7d-ac75b7a8e26d} oximeter.measurements_cumulativeu64 (7a4e14b6-6d38-4026-9cb8-71dc190f52ce): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:30.336331 [ 275 ] {e736a565-d095-4a87-ba7d-ac75b7a8e26d} executeQuery: Read 160 rows, 11.41 KiB in 0.001624 sec., 98522.16748768472 rows/sec., 6.86 MiB/sec. 2025.12.29 09:29:30.336368 [ 275 ] {e736a565-d095-4a87-ba7d-ac75b7a8e26d} TCPHandler: Processed in 0.001788661 sec. 2025.12.29 09:29:30.336470 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:30.336564 [ 275 ] {e439275f-87b6-42e7-9509-83a4fde3bf77} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.29 09:29:30.336605 [ 275 ] {e439275f-87b6-42e7-9509-83a4fde3bf77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.29 09:29:30.336926 [ 275 ] {e439275f-87b6-42e7-9509-83a4fde3bf77} oximeter.measurements_u64 (97640d0b-d7e1-4d7f-8de9-b2c44ff33078): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:30.337033 [ 275 ] {e439275f-87b6-42e7-9509-83a4fde3bf77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.12.29 09:29:30.337430 [ 275 ] {e439275f-87b6-42e7-9509-83a4fde3bf77} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.29 09:29:30.337866 [ 275 ] {e439275f-87b6-42e7-9509-83a4fde3bf77} oximeter.measurements_u64 (97640d0b-d7e1-4d7f-8de9-b2c44ff33078): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:30.338017 [ 275 ] {e439275f-87b6-42e7-9509-83a4fde3bf77} executeQuery: Read 60 rows, 4.14 KiB in 0.00147 sec., 40816.32653061225 rows/sec., 2.75 MiB/sec. 2025.12.29 09:29:30.338055 [ 275 ] {e439275f-87b6-42e7-9509-83a4fde3bf77} TCPHandler: Processed in 0.001634169 sec. 2025.12.29 09:29:34.497045 [ 71 ] {} DNSResolver: Updating DNS cache 2025.12.29 09:29:34.497120 [ 71 ] {} DNSResolver: Updated DNS cache 2025.12.29 09:29:34.639363 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 2896 2025.12.29 09:29:34.640085 [ 244 ] {} system.asynchronous_metric_log (a2a3fe4b-2613-4c13-8d24-3fac64fcada3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:34.640167 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.12.29 09:29:34.640996 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.29 09:29:34.641436 [ 244 ] {} system.asynchronous_metric_log (a2a3fe4b-2613-4c13-8d24-3fac64fcada3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:34.641564 [ 71 ] {} system.asynchronous_metric_log (a2a3fe4b-2613-4c13-8d24-3fac64fcada3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.29 09:29:34.641579 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2896 2025.12.29 09:29:34.641639 [ 71 ] {} system.asynchronous_metric_log (a2a3fe4b-2613-4c13-8d24-3fac64fcada3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:34.641668 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.12.29 09:29:34.646613 [ 204 ] {a2a3fe4b-2613-4c13-8d24-3fac64fcada3::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.29 09:29:34.649031 [ 204 ] {a2a3fe4b-2613-4c13-8d24-3fac64fcada3::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.29 09:29:34.651160 [ 204 ] {a2a3fe4b-2613-4c13-8d24-3fac64fcada3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part 2025.12.29 09:29:34.657995 [ 204 ] {a2a3fe4b-2613-4c13-8d24-3fac64fcada3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 427 rows starting from the beginning of the part 2025.12.29 09:29:34.658050 [ 204 ] {a2a3fe4b-2613-4c13-8d24-3fac64fcada3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 512 rows starting from the beginning of the part 2025.12.29 09:29:34.658113 [ 204 ] {a2a3fe4b-2613-4c13-8d24-3fac64fcada3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 448 rows starting from the beginning of the part 2025.12.29 09:29:34.658192 [ 204 ] {a2a3fe4b-2613-4c13-8d24-3fac64fcada3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 512 rows starting from the beginning of the part 2025.12.29 09:29:34.658276 [ 204 ] {a2a3fe4b-2613-4c13-8d24-3fac64fcada3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 448 rows starting from the beginning of the part 2025.12.29 09:29:34.695216 [ 196 ] {a2a3fe4b-2613-4c13-8d24-3fac64fcada3::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2896 rows, containing 4 columns (4 merged, 0 gathered) in 0.053448516 sec., 54182.98236755535 rows/sec., 793.70 KiB/sec. 2025.12.29 09:29:34.696105 [ 204 ] {a2a3fe4b-2613-4c13-8d24-3fac64fcada3::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.29 09:29:34.696578 [ 204 ] {a2a3fe4b-2613-4c13-8d24-3fac64fcada3::all_1_6_1} system.asynchronous_metric_log (a2a3fe4b-2613-4c13-8d24-3fac64fcada3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:34.696645 [ 204 ] {a2a3fe4b-2613-4c13-8d24-3fac64fcada3::all_1_6_1} system.asynchronous_metric_log (a2a3fe4b-2613-4c13-8d24-3fac64fcada3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.29 09:29:34.696727 [ 204 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. 2025.12.29 09:29:34.792495 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2025.12.29 09:29:34.810651 [ 245 ] {} system.metric_log (0cce2099-71d7-412f-844f-25766bfb4575): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:34.810704 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.12.29 09:29:34.817660 [ 245 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.29 09:29:34.818786 [ 245 ] {} system.metric_log (0cce2099-71d7-412f-844f-25766bfb4575): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:34.819062 [ 71 ] {} system.metric_log (0cce2099-71d7-412f-844f-25766bfb4575) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.29 09:29:34.819101 [ 71 ] {} system.metric_log (0cce2099-71d7-412f-844f-25766bfb4575): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:34.819123 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.12.29 09:29:34.819210 [ 204 ] {0cce2099-71d7-412f-844f-25766bfb4575::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.29 09:29:34.822953 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2025.12.29 09:29:34.823752 [ 204 ] {0cce2099-71d7-412f-844f-25766bfb4575::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.29 09:29:34.825187 [ 204 ] {0cce2099-71d7-412f-844f-25766bfb4575::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2025.12.29 09:29:34.829737 [ 204 ] {0cce2099-71d7-412f-844f-25766bfb4575::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part 2025.12.29 09:29:34.833983 [ 204 ] {0cce2099-71d7-412f-844f-25766bfb4575::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part 2025.12.29 09:29:34.838027 [ 204 ] {0cce2099-71d7-412f-844f-25766bfb4575::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part 2025.12.29 09:29:34.844717 [ 204 ] {0cce2099-71d7-412f-844f-25766bfb4575::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part 2025.12.29 09:29:34.849089 [ 204 ] {0cce2099-71d7-412f-844f-25766bfb4575::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part 2025.12.29 09:29:34.907165 [ 197 ] {0cce2099-71d7-412f-844f-25766bfb4575::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.087985532 sec., 522.8132279747992 rows/sec., 2.70 MiB/sec. 2025.12.29 09:29:34.909546 [ 197 ] {0cce2099-71d7-412f-844f-25766bfb4575::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.29 09:29:34.911978 [ 197 ] {0cce2099-71d7-412f-844f-25766bfb4575::all_1_6_1} system.metric_log (0cce2099-71d7-412f-844f-25766bfb4575): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:34.912084 [ 197 ] {0cce2099-71d7-412f-844f-25766bfb4575::all_1_6_1} system.metric_log (0cce2099-71d7-412f-844f-25766bfb4575) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.29 09:29:34.914096 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2025.12.29 09:29:35.000201 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 169.75 MiB, peak 179.29 MiB, free memory in arenas 0.00 B, will set to 180.34 MiB (RSS), difference: 10.59 MiB 2025.12.29 09:29:35.332541 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:35.332742 [ 275 ] {a70d491e-8075-4ea2-a7f7-8bc140317eee} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.29 09:29:35.332816 [ 275 ] {a70d491e-8075-4ea2-a7f7-8bc140317eee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.29 09:29:35.333519 [ 275 ] {a70d491e-8075-4ea2-a7f7-8bc140317eee} oximeter.fields_string (ac387d9c-99a6-4173-bfe8-66349bc72897): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:35.333564 [ 275 ] {a70d491e-8075-4ea2-a7f7-8bc140317eee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.12.29 09:29:35.334131 [ 275 ] {a70d491e-8075-4ea2-a7f7-8bc140317eee} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.29 09:29:35.334654 [ 275 ] {a70d491e-8075-4ea2-a7f7-8bc140317eee} oximeter.fields_string (ac387d9c-99a6-4173-bfe8-66349bc72897): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:35.334851 [ 275 ] {a70d491e-8075-4ea2-a7f7-8bc140317eee} executeQuery: Read 126 rows, 11.10 KiB in 0.002163 sec., 58252.42718446602 rows/sec., 5.01 MiB/sec. 2025.12.29 09:29:35.334895 [ 275 ] {a70d491e-8075-4ea2-a7f7-8bc140317eee} TCPHandler: Processed in 0.002493163 sec. 2025.12.29 09:29:35.335016 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:35.335116 [ 275 ] {2a69a7b4-03bb-415e-af7c-19534c20feac} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.29 09:29:35.335160 [ 275 ] {2a69a7b4-03bb-415e-af7c-19534c20feac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.29 09:29:35.335572 [ 275 ] {2a69a7b4-03bb-415e-af7c-19534c20feac} oximeter.fields_u16 (351cffe5-e1cc-4bcb-b8a5-9e7101044ae9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:35.335609 [ 275 ] {2a69a7b4-03bb-415e-af7c-19534c20feac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.12.29 09:29:35.336007 [ 275 ] {2a69a7b4-03bb-415e-af7c-19534c20feac} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.29 09:29:35.336480 [ 275 ] {2a69a7b4-03bb-415e-af7c-19534c20feac} oximeter.fields_u16 (351cffe5-e1cc-4bcb-b8a5-9e7101044ae9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:35.336617 [ 275 ] {2a69a7b4-03bb-415e-af7c-19534c20feac} executeQuery: Read 35 rows, 2.63 KiB in 0.001522 sec., 22996.05781865966 rows/sec., 1.69 MiB/sec. 2025.12.29 09:29:35.336656 [ 275 ] {2a69a7b4-03bb-415e-af7c-19534c20feac} TCPHandler: Processed in 0.00169109 sec. 2025.12.29 09:29:35.336763 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:35.336858 [ 275 ] {dfdea108-ca54-4a30-963c-1234502782e6} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.29 09:29:35.336898 [ 275 ] {dfdea108-ca54-4a30-963c-1234502782e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.29 09:29:35.337333 [ 275 ] {dfdea108-ca54-4a30-963c-1234502782e6} oximeter.fields_uuid (411185e8-141a-4e02-a0cf-7dc653f25e09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:35.337370 [ 275 ] {dfdea108-ca54-4a30-963c-1234502782e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.12.29 09:29:35.337786 [ 275 ] {dfdea108-ca54-4a30-963c-1234502782e6} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.29 09:29:35.338206 [ 275 ] {dfdea108-ca54-4a30-963c-1234502782e6} oximeter.fields_uuid (411185e8-141a-4e02-a0cf-7dc653f25e09): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:35.338376 [ 275 ] {dfdea108-ca54-4a30-963c-1234502782e6} executeQuery: Read 99 rows, 7.92 KiB in 0.001536 sec., 64453.125 rows/sec., 5.03 MiB/sec. 2025.12.29 09:29:35.338417 [ 275 ] {dfdea108-ca54-4a30-963c-1234502782e6} TCPHandler: Processed in 0.00170563 sec. 2025.12.29 09:29:35.338535 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:35.338629 [ 275 ] {875d5592-f86b-4b73-be22-b8bb82b9667d} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.29 09:29:35.338674 [ 275 ] {875d5592-f86b-4b73-be22-b8bb82b9667d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.29 09:29:35.339100 [ 275 ] {875d5592-f86b-4b73-be22-b8bb82b9667d} oximeter.measurements_cumulativeu64 (7a4e14b6-6d38-4026-9cb8-71dc190f52ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:35.339138 [ 275 ] {875d5592-f86b-4b73-be22-b8bb82b9667d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.12.29 09:29:35.339688 [ 275 ] {875d5592-f86b-4b73-be22-b8bb82b9667d} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.29 09:29:35.340107 [ 275 ] {875d5592-f86b-4b73-be22-b8bb82b9667d} oximeter.measurements_cumulativeu64 (7a4e14b6-6d38-4026-9cb8-71dc190f52ce): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:35.340262 [ 275 ] {875d5592-f86b-4b73-be22-b8bb82b9667d} executeQuery: Read 160 rows, 11.41 KiB in 0.001651 sec., 96910.96305269534 rows/sec., 6.75 MiB/sec. 2025.12.29 09:29:35.340302 [ 275 ] {875d5592-f86b-4b73-be22-b8bb82b9667d} TCPHandler: Processed in 0.001816252 sec. 2025.12.29 09:29:35.340408 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:35.340503 [ 275 ] {13aa083c-016e-4c4e-9d38-1534f5702181} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.29 09:29:35.340558 [ 275 ] {13aa083c-016e-4c4e-9d38-1534f5702181} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.29 09:29:35.341337 [ 275 ] {13aa083c-016e-4c4e-9d38-1534f5702181} oximeter.measurements_histogramu64 (406a4daa-ac4f-49af-9fc9-fff5848a5faf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:35.341375 [ 275 ] {13aa083c-016e-4c4e-9d38-1534f5702181} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.12.29 09:29:35.342053 [ 275 ] {13aa083c-016e-4c4e-9d38-1534f5702181} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.29 09:29:35.342484 [ 275 ] {13aa083c-016e-4c4e-9d38-1534f5702181} oximeter.measurements_histogramu64 (406a4daa-ac4f-49af-9fc9-fff5848a5faf): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:35.342625 [ 275 ] {13aa083c-016e-4c4e-9d38-1534f5702181} executeQuery: Read 35 rows, 64.22 KiB in 0.002139 sec., 16362.786348761105 rows/sec., 29.32 MiB/sec. 2025.12.29 09:29:35.342682 [ 275 ] {13aa083c-016e-4c4e-9d38-1534f5702181} TCPHandler: Processed in 0.002323961 sec. 2025.12.29 09:29:35.342790 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:35.342886 [ 275 ] {a33ce597-55d2-42ef-aa1f-6cb7db590795} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.29 09:29:35.342929 [ 275 ] {a33ce597-55d2-42ef-aa1f-6cb7db590795} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.29 09:29:35.343254 [ 275 ] {a33ce597-55d2-42ef-aa1f-6cb7db590795} oximeter.measurements_u64 (97640d0b-d7e1-4d7f-8de9-b2c44ff33078): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:35.343291 [ 275 ] {a33ce597-55d2-42ef-aa1f-6cb7db590795} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.12.29 09:29:35.343701 [ 275 ] {a33ce597-55d2-42ef-aa1f-6cb7db590795} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.29 09:29:35.344131 [ 275 ] {a33ce597-55d2-42ef-aa1f-6cb7db590795} oximeter.measurements_u64 (97640d0b-d7e1-4d7f-8de9-b2c44ff33078): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:35.344297 [ 275 ] {a33ce597-55d2-42ef-aa1f-6cb7db590795} executeQuery: Read 60 rows, 4.14 KiB in 0.001428 sec., 42016.80672268908 rows/sec., 2.83 MiB/sec. 2025.12.29 09:29:35.344337 [ 275 ] {a33ce597-55d2-42ef-aa1f-6cb7db590795} TCPHandler: Processed in 0.001596558 sec. 2025.12.29 09:29:39.607405 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 218 2025.12.29 09:29:39.609345 [ 243 ] {} system.query_log (460cf047-6f15-4774-a0dc-e6b41dd82864): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:39.609391 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.12.29 09:29:39.610643 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.29 09:29:39.611120 [ 243 ] {} system.query_log (460cf047-6f15-4774-a0dc-e6b41dd82864): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:39.611386 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 218 2025.12.29 09:29:40.329753 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:40.329956 [ 275 ] {a000892a-1d1e-4d8c-a924-571a6f60972b} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.29 09:29:40.330034 [ 275 ] {a000892a-1d1e-4d8c-a924-571a6f60972b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.29 09:29:40.330730 [ 275 ] {a000892a-1d1e-4d8c-a924-571a6f60972b} oximeter.fields_string (ac387d9c-99a6-4173-bfe8-66349bc72897): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:40.330782 [ 275 ] {a000892a-1d1e-4d8c-a924-571a6f60972b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.12.29 09:29:40.331343 [ 275 ] {a000892a-1d1e-4d8c-a924-571a6f60972b} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.29 09:29:40.331796 [ 275 ] {a000892a-1d1e-4d8c-a924-571a6f60972b} oximeter.fields_string (ac387d9c-99a6-4173-bfe8-66349bc72897): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:40.331942 [ 73 ] {} oximeter.fields_string (ac387d9c-99a6-4173-bfe8-66349bc72897) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.29 09:29:40.331962 [ 275 ] {a000892a-1d1e-4d8c-a924-571a6f60972b} executeQuery: Read 56 rows, 4.41 KiB in 0.002059 sec., 27197.668771248176 rows/sec., 2.09 MiB/sec. 2025.12.29 09:29:40.332020 [ 73 ] {} oximeter.fields_string (ac387d9c-99a6-4173-bfe8-66349bc72897): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:40.332036 [ 275 ] {a000892a-1d1e-4d8c-a924-571a6f60972b} TCPHandler: Processed in 0.002427353 sec. 2025.12.29 09:29:40.332053 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.12.29 09:29:40.332169 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:40.332173 [ 201 ] {ac387d9c-99a6-4173-bfe8-66349bc72897::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.29 09:29:40.332277 [ 275 ] {d5b29d8d-bc15-4fca-bd78-fae4ce5c9c4d} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.29 09:29:40.332325 [ 275 ] {d5b29d8d-bc15-4fca-bd78-fae4ce5c9c4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.29 09:29:40.332325 [ 201 ] {ac387d9c-99a6-4173-bfe8-66349bc72897::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.29 09:29:40.332387 [ 201 ] {ac387d9c-99a6-4173-bfe8-66349bc72897::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 212 rows starting from the beginning of the part 2025.12.29 09:29:40.332484 [ 201 ] {ac387d9c-99a6-4173-bfe8-66349bc72897::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part 2025.12.29 09:29:40.332536 [ 201 ] {ac387d9c-99a6-4173-bfe8-66349bc72897::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 126 rows starting from the beginning of the part 2025.12.29 09:29:40.332583 [ 201 ] {ac387d9c-99a6-4173-bfe8-66349bc72897::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part 2025.12.29 09:29:40.332626 [ 201 ] {ac387d9c-99a6-4173-bfe8-66349bc72897::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 126 rows starting from the beginning of the part 2025.12.29 09:29:40.332669 [ 201 ] {ac387d9c-99a6-4173-bfe8-66349bc72897::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part 2025.12.29 09:29:40.332777 [ 275 ] {d5b29d8d-bc15-4fca-bd78-fae4ce5c9c4d} oximeter.fields_uuid (411185e8-141a-4e02-a0cf-7dc653f25e09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:40.332821 [ 275 ] {d5b29d8d-bc15-4fca-bd78-fae4ce5c9c4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.29 09:29:40.333379 [ 275 ] {d5b29d8d-bc15-4fca-bd78-fae4ce5c9c4d} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.29 09:29:40.333819 [ 275 ] {d5b29d8d-bc15-4fca-bd78-fae4ce5c9c4d} oximeter.fields_uuid (411185e8-141a-4e02-a0cf-7dc653f25e09): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:40.333839 [ 196 ] {ac387d9c-99a6-4173-bfe8-66349bc72897::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 632 rows, containing 5 columns (5 merged, 0 gathered) in 0.001713881 sec., 368753.7232748365 rows/sec., 32.56 MiB/sec. 2025.12.29 09:29:40.333928 [ 73 ] {} oximeter.fields_uuid (411185e8-141a-4e02-a0cf-7dc653f25e09) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.29 09:29:40.333959 [ 73 ] {} oximeter.fields_uuid (411185e8-141a-4e02-a0cf-7dc653f25e09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:40.333969 [ 275 ] {d5b29d8d-bc15-4fca-bd78-fae4ce5c9c4d} executeQuery: Read 64 rows, 5.12 KiB in 0.001713 sec., 37361.354349095156 rows/sec., 2.92 MiB/sec. 2025.12.29 09:29:40.333977 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.29 09:29:40.334030 [ 275 ] {d5b29d8d-bc15-4fca-bd78-fae4ce5c9c4d} TCPHandler: Processed in 0.001915444 sec. 2025.12.29 09:29:40.334059 [ 201 ] {411185e8-141a-4e02-a0cf-7dc653f25e09::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.29 09:29:40.334153 [ 201 ] {411185e8-141a-4e02-a0cf-7dc653f25e09::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.29 09:29:40.334172 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:40.334178 [ 201 ] {411185e8-141a-4e02-a0cf-7dc653f25e09::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 133 rows starting from the beginning of the part 2025.12.29 09:29:40.334228 [ 198 ] {ac387d9c-99a6-4173-bfe8-66349bc72897::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.29 09:29:40.334247 [ 201 ] {411185e8-141a-4e02-a0cf-7dc653f25e09::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part 2025.12.29 09:29:40.334297 [ 201 ] {411185e8-141a-4e02-a0cf-7dc653f25e09::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 107 rows starting from the beginning of the part 2025.12.29 09:29:40.334299 [ 275 ] {3b9a2d00-4299-4ec0-a5df-36031e9f4e19} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.29 09:29:40.334333 [ 201 ] {411185e8-141a-4e02-a0cf-7dc653f25e09::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part 2025.12.29 09:29:40.334367 [ 275 ] {3b9a2d00-4299-4ec0-a5df-36031e9f4e19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.29 09:29:40.334376 [ 201 ] {411185e8-141a-4e02-a0cf-7dc653f25e09::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 99 rows starting from the beginning of the part 2025.12.29 09:29:40.334425 [ 201 ] {411185e8-141a-4e02-a0cf-7dc653f25e09::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part 2025.12.29 09:29:40.334910 [ 275 ] {3b9a2d00-4299-4ec0-a5df-36031e9f4e19} oximeter.measurements_cumulativeu64 (7a4e14b6-6d38-4026-9cb8-71dc190f52ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:40.334954 [ 198 ] {ac387d9c-99a6-4173-bfe8-66349bc72897::all_1_6_1} oximeter.fields_string (ac387d9c-99a6-4173-bfe8-66349bc72897): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:40.334956 [ 275 ] {3b9a2d00-4299-4ec0-a5df-36031e9f4e19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.29 09:29:40.335043 [ 198 ] {ac387d9c-99a6-4173-bfe8-66349bc72897::all_1_6_1} oximeter.fields_string (ac387d9c-99a6-4173-bfe8-66349bc72897) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.29 09:29:40.335144 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. 2025.12.29 09:29:40.335292 [ 201 ] {411185e8-141a-4e02-a0cf-7dc653f25e09::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 531 rows, containing 5 columns (5 merged, 0 gathered) in 0.001257222 sec., 422359.7741687626 rows/sec., 34.92 MiB/sec. 2025.12.29 09:29:40.335463 [ 275 ] {3b9a2d00-4299-4ec0-a5df-36031e9f4e19} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.29 09:29:40.335633 [ 187 ] {411185e8-141a-4e02-a0cf-7dc653f25e09::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.29 09:29:40.335932 [ 275 ] {3b9a2d00-4299-4ec0-a5df-36031e9f4e19} oximeter.measurements_cumulativeu64 (7a4e14b6-6d38-4026-9cb8-71dc190f52ce): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:40.336053 [ 73 ] {} oximeter.measurements_cumulativeu64 (7a4e14b6-6d38-4026-9cb8-71dc190f52ce) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.29 09:29:40.336087 [ 275 ] {3b9a2d00-4299-4ec0-a5df-36031e9f4e19} executeQuery: Read 160 rows, 11.41 KiB in 0.001814 sec., 88202.86659316428 rows/sec., 6.14 MiB/sec. 2025.12.29 09:29:40.336088 [ 73 ] {} oximeter.measurements_cumulativeu64 (7a4e14b6-6d38-4026-9cb8-71dc190f52ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:40.336130 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.29 09:29:40.336131 [ 275 ] {3b9a2d00-4299-4ec0-a5df-36031e9f4e19} TCPHandler: Processed in 0.002021776 sec. 2025.12.29 09:29:40.336218 [ 198 ] {7a4e14b6-6d38-4026-9cb8-71dc190f52ce::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.29 09:29:40.336246 [ 187 ] {411185e8-141a-4e02-a0cf-7dc653f25e09::all_1_6_1} oximeter.fields_uuid (411185e8-141a-4e02-a0cf-7dc653f25e09): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:40.336278 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:40.336317 [ 198 ] {7a4e14b6-6d38-4026-9cb8-71dc190f52ce::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.29 09:29:40.336344 [ 187 ] {411185e8-141a-4e02-a0cf-7dc653f25e09::all_1_6_1} oximeter.fields_uuid (411185e8-141a-4e02-a0cf-7dc653f25e09) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.29 09:29:40.336354 [ 198 ] {7a4e14b6-6d38-4026-9cb8-71dc190f52ce::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 314 rows starting from the beginning of the part 2025.12.29 09:29:40.336378 [ 275 ] {bad093ee-322d-400a-b7b8-c54c38a6276d} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.29 09:29:40.336423 [ 275 ] {bad093ee-322d-400a-b7b8-c54c38a6276d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.29 09:29:40.336446 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.12.29 09:29:40.336446 [ 198 ] {7a4e14b6-6d38-4026-9cb8-71dc190f52ce::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 160 rows starting from the beginning of the part 2025.12.29 09:29:40.336518 [ 198 ] {7a4e14b6-6d38-4026-9cb8-71dc190f52ce::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 160 rows starting from the beginning of the part 2025.12.29 09:29:40.336563 [ 198 ] {7a4e14b6-6d38-4026-9cb8-71dc190f52ce::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 160 rows starting from the beginning of the part 2025.12.29 09:29:40.336609 [ 198 ] {7a4e14b6-6d38-4026-9cb8-71dc190f52ce::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part 2025.12.29 09:29:40.336653 [ 198 ] {7a4e14b6-6d38-4026-9cb8-71dc190f52ce::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part 2025.12.29 09:29:40.336771 [ 275 ] {bad093ee-322d-400a-b7b8-c54c38a6276d} oximeter.measurements_u64 (97640d0b-d7e1-4d7f-8de9-b2c44ff33078): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:40.336807 [ 275 ] {bad093ee-322d-400a-b7b8-c54c38a6276d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.29 09:29:40.337208 [ 275 ] {bad093ee-322d-400a-b7b8-c54c38a6276d} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.29 09:29:40.337689 [ 198 ] {7a4e14b6-6d38-4026-9cb8-71dc190f52ce::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1114 rows, containing 5 columns (5 merged, 0 gathered) in 0.001507826 sec., 738812.0379937738 rows/sec., 52.82 MiB/sec. 2025.12.29 09:29:40.337708 [ 275 ] {bad093ee-322d-400a-b7b8-c54c38a6276d} oximeter.measurements_u64 (97640d0b-d7e1-4d7f-8de9-b2c44ff33078): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:40.337812 [ 73 ] {} oximeter.measurements_u64 (97640d0b-d7e1-4d7f-8de9-b2c44ff33078) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.29 09:29:40.337841 [ 73 ] {} oximeter.measurements_u64 (97640d0b-d7e1-4d7f-8de9-b2c44ff33078): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:40.337842 [ 275 ] {bad093ee-322d-400a-b7b8-c54c38a6276d} executeQuery: Read 60 rows, 4.14 KiB in 0.001482 sec., 40485.82995951417 rows/sec., 2.73 MiB/sec. 2025.12.29 09:29:40.337859 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. 2025.12.29 09:29:40.337892 [ 275 ] {bad093ee-322d-400a-b7b8-c54c38a6276d} TCPHandler: Processed in 0.00166622 sec. 2025.12.29 09:29:40.337957 [ 187 ] {97640d0b-d7e1-4d7f-8de9-b2c44ff33078::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.29 09:29:40.338057 [ 199 ] {7a4e14b6-6d38-4026-9cb8-71dc190f52ce::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.29 09:29:40.338069 [ 187 ] {97640d0b-d7e1-4d7f-8de9-b2c44ff33078::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.29 09:29:40.338101 [ 187 ] {97640d0b-d7e1-4d7f-8de9-b2c44ff33078::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 48 rows starting from the beginning of the part 2025.12.29 09:29:40.338179 [ 187 ] {97640d0b-d7e1-4d7f-8de9-b2c44ff33078::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part 2025.12.29 09:29:40.338227 [ 187 ] {97640d0b-d7e1-4d7f-8de9-b2c44ff33078::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 60 rows starting from the beginning of the part 2025.12.29 09:29:40.338271 [ 187 ] {97640d0b-d7e1-4d7f-8de9-b2c44ff33078::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part 2025.12.29 09:29:40.338313 [ 187 ] {97640d0b-d7e1-4d7f-8de9-b2c44ff33078::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part 2025.12.29 09:29:40.338358 [ 187 ] {97640d0b-d7e1-4d7f-8de9-b2c44ff33078::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part 2025.12.29 09:29:40.338652 [ 199 ] {7a4e14b6-6d38-4026-9cb8-71dc190f52ce::all_1_6_1} oximeter.measurements_cumulativeu64 (7a4e14b6-6d38-4026-9cb8-71dc190f52ce): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:40.338725 [ 199 ] {7a4e14b6-6d38-4026-9cb8-71dc190f52ce::all_1_6_1} oximeter.measurements_cumulativeu64 (7a4e14b6-6d38-4026-9cb8-71dc190f52ce) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.29 09:29:40.338800 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2025.12.29 09:29:40.339160 [ 198 ] {97640d0b-d7e1-4d7f-8de9-b2c44ff33078::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 348 rows, containing 4 columns (4 merged, 0 gathered) in 0.001242232 sec., 280140.9076565408 rows/sec., 18.88 MiB/sec. 2025.12.29 09:29:40.339399 [ 199 ] {97640d0b-d7e1-4d7f-8de9-b2c44ff33078::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.29 09:29:40.339848 [ 199 ] {97640d0b-d7e1-4d7f-8de9-b2c44ff33078::all_1_6_1} oximeter.measurements_u64 (97640d0b-d7e1-4d7f-8de9-b2c44ff33078): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:40.339910 [ 199 ] {97640d0b-d7e1-4d7f-8de9-b2c44ff33078::all_1_6_1} oximeter.measurements_u64 (97640d0b-d7e1-4d7f-8de9-b2c44ff33078) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.29 09:29:40.339961 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2025.12.29 09:29:41.506870 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:41.507116 [ 275 ] {8bfa1824-5a13-4779-b5b0-9cd7076e2766} executeQuery: (from [fd00:1122:3344:101::d]:62005) 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) 2025.12.29 09:29:41.507456 [ 275 ] {8bfa1824-5a13-4779-b5b0-9cd7076e2766} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.29 09:29:41.511404 [ 275 ] {8bfa1824-5a13-4779-b5b0-9cd7076e2766} 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 2025.12.29 09:29:41.511868 [ 275 ] {8bfa1824-5a13-4779-b5b0-9cd7076e2766} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.29 09:29:41.511991 [ 275 ] {8bfa1824-5a13-4779-b5b0-9cd7076e2766} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.29 09:29:41.512302 [ 275 ] {8bfa1824-5a13-4779-b5b0-9cd7076e2766} oximeter.timeseries_schema (1198eb65-286d-48e4-b168-8bcd664ef5aa) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2025.12.29 09:29:41.514646 [ 275 ] {8bfa1824-5a13-4779-b5b0-9cd7076e2766} oximeter.timeseries_schema (1198eb65-286d-48e4-b168-8bcd664ef5aa) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.29 09:29:41.516611 [ 275 ] {8bfa1824-5a13-4779-b5b0-9cd7076e2766} oximeter.timeseries_schema (1198eb65-286d-48e4-b168-8bcd664ef5aa) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.29 09:29:41.516639 [ 275 ] {8bfa1824-5a13-4779-b5b0-9cd7076e2766} oximeter.timeseries_schema (1198eb65-286d-48e4-b168-8bcd664ef5aa) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.29 09:29:41.518603 [ 275 ] {8bfa1824-5a13-4779-b5b0-9cd7076e2766} 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'))" 2025.12.29 09:29:41.518655 [ 275 ] {8bfa1824-5a13-4779-b5b0-9cd7076e2766} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 29 rows starting from 0 2025.12.29 09:29:41.531836 [ 275 ] {8bfa1824-5a13-4779-b5b0-9cd7076e2766} executeQuery: Read 29 rows, 1.26 KiB in 0.024808 sec., 1168.9777491131892 rows/sec., 50.94 KiB/sec. 2025.12.29 09:29:41.531997 [ 275 ] {8bfa1824-5a13-4779-b5b0-9cd7076e2766} TCPHandler: Processed in 0.025254253 sec. 2025.12.29 09:29:41.532440 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:41.532571 [ 275 ] {35e2b8c3-5be8-46c6-854f-d5e6096ddafa} executeQuery: (from [fd00:1122:3344:101::d]:62005) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.29 09:29:41.532784 [ 275 ] {35e2b8c3-5be8-46c6-854f-d5e6096ddafa} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.29 09:29:41.532819 [ 275 ] {35e2b8c3-5be8-46c6-854f-d5e6096ddafa} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.12.29 09:29:41.533013 [ 275 ] {35e2b8c3-5be8-46c6-854f-d5e6096ddafa} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.29 09:29:41.533066 [ 275 ] {35e2b8c3-5be8-46c6-854f-d5e6096ddafa} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.29 09:29:41.533171 [ 275 ] {35e2b8c3-5be8-46c6-854f-d5e6096ddafa} oximeter.timeseries_schema (1198eb65-286d-48e4-b168-8bcd664ef5aa) (SelectExecutor): Key condition: (column 0 notIn 30-element set) 2025.12.29 09:29:41.533199 [ 275 ] {35e2b8c3-5be8-46c6-854f-d5e6096ddafa} oximeter.timeseries_schema (1198eb65-286d-48e4-b168-8bcd664ef5aa) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.29 09:29:41.533218 [ 275 ] {35e2b8c3-5be8-46c6-854f-d5e6096ddafa} oximeter.timeseries_schema (1198eb65-286d-48e4-b168-8bcd664ef5aa) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.29 09:29:41.533232 [ 275 ] {35e2b8c3-5be8-46c6-854f-d5e6096ddafa} oximeter.timeseries_schema (1198eb65-286d-48e4-b168-8bcd664ef5aa) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.29 09:29:41.533266 [ 275 ] {35e2b8c3-5be8-46c6-854f-d5e6096ddafa} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.12.29 09:29:41.533284 [ 275 ] {35e2b8c3-5be8-46c6-854f-d5e6096ddafa} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 29 rows starting from 0 2025.12.29 09:29:41.533819 [ 275 ] {35e2b8c3-5be8-46c6-854f-d5e6096ddafa} executeQuery: Read 29 rows, 1.26 KiB in 0.001304 sec., 22239.26380368098 rows/sec., 969.07 KiB/sec. 2025.12.29 09:29:41.533877 [ 275 ] {35e2b8c3-5be8-46c6-854f-d5e6096ddafa} TCPHandler: Processed in 0.001484976 sec. 2025.12.29 09:29:41.534118 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:41.534247 [ 275 ] {3aa41361-4eca-4313-9cf5-178f123e9fc4} executeQuery: (from [fd00:1122:3344:101::d]:62005) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.29 09:29:41.534449 [ 275 ] {3aa41361-4eca-4313-9cf5-178f123e9fc4} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.29 09:29:41.534483 [ 275 ] {3aa41361-4eca-4313-9cf5-178f123e9fc4} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.12.29 09:29:41.534670 [ 275 ] {3aa41361-4eca-4313-9cf5-178f123e9fc4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.29 09:29:41.534721 [ 275 ] {3aa41361-4eca-4313-9cf5-178f123e9fc4} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.29 09:29:41.534818 [ 275 ] {3aa41361-4eca-4313-9cf5-178f123e9fc4} oximeter.timeseries_schema (1198eb65-286d-48e4-b168-8bcd664ef5aa) (SelectExecutor): Key condition: (column 0 notIn 31-element set) 2025.12.29 09:29:41.534845 [ 275 ] {3aa41361-4eca-4313-9cf5-178f123e9fc4} oximeter.timeseries_schema (1198eb65-286d-48e4-b168-8bcd664ef5aa) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.29 09:29:41.534863 [ 275 ] {3aa41361-4eca-4313-9cf5-178f123e9fc4} oximeter.timeseries_schema (1198eb65-286d-48e4-b168-8bcd664ef5aa) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.29 09:29:41.534877 [ 275 ] {3aa41361-4eca-4313-9cf5-178f123e9fc4} oximeter.timeseries_schema (1198eb65-286d-48e4-b168-8bcd664ef5aa) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.29 09:29:41.534909 [ 275 ] {3aa41361-4eca-4313-9cf5-178f123e9fc4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.12.29 09:29:41.534926 [ 275 ] {3aa41361-4eca-4313-9cf5-178f123e9fc4} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 29 rows starting from 0 2025.12.29 09:29:41.535282 [ 275 ] {3aa41361-4eca-4313-9cf5-178f123e9fc4} executeQuery: Read 29 rows, 1.26 KiB in 0.001087 sec., 26678.932842686292 rows/sec., 1.14 MiB/sec. 2025.12.29 09:29:41.535336 [ 275 ] {3aa41361-4eca-4313-9cf5-178f123e9fc4} TCPHandler: Processed in 0.001265273 sec. 2025.12.29 09:29:41.535530 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:41.535656 [ 275 ] {9553e8d0-db16-4ca1-8dbb-57f6ee480831} executeQuery: (from [fd00:1122:3344:101::d]:62005) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.29 09:29:41.535863 [ 275 ] {9553e8d0-db16-4ca1-8dbb-57f6ee480831} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.29 09:29:41.535897 [ 275 ] {9553e8d0-db16-4ca1-8dbb-57f6ee480831} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.12.29 09:29:41.536082 [ 275 ] {9553e8d0-db16-4ca1-8dbb-57f6ee480831} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.29 09:29:41.536133 [ 275 ] {9553e8d0-db16-4ca1-8dbb-57f6ee480831} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.29 09:29:41.536228 [ 275 ] {9553e8d0-db16-4ca1-8dbb-57f6ee480831} oximeter.timeseries_schema (1198eb65-286d-48e4-b168-8bcd664ef5aa) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2025.12.29 09:29:41.536255 [ 275 ] {9553e8d0-db16-4ca1-8dbb-57f6ee480831} oximeter.timeseries_schema (1198eb65-286d-48e4-b168-8bcd664ef5aa) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.29 09:29:41.536273 [ 275 ] {9553e8d0-db16-4ca1-8dbb-57f6ee480831} oximeter.timeseries_schema (1198eb65-286d-48e4-b168-8bcd664ef5aa) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.29 09:29:41.536287 [ 275 ] {9553e8d0-db16-4ca1-8dbb-57f6ee480831} oximeter.timeseries_schema (1198eb65-286d-48e4-b168-8bcd664ef5aa) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.29 09:29:41.536318 [ 275 ] {9553e8d0-db16-4ca1-8dbb-57f6ee480831} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.12.29 09:29:41.536336 [ 275 ] {9553e8d0-db16-4ca1-8dbb-57f6ee480831} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 29 rows starting from 0 2025.12.29 09:29:41.536677 [ 275 ] {9553e8d0-db16-4ca1-8dbb-57f6ee480831} executeQuery: Read 29 rows, 1.26 KiB in 0.001073 sec., 27027.027027027027 rows/sec., 1.15 MiB/sec. 2025.12.29 09:29:41.536731 [ 275 ] {9553e8d0-db16-4ca1-8dbb-57f6ee480831} TCPHandler: Processed in 0.001248032 sec. 2025.12.29 09:29:41.536927 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:41.537053 [ 275 ] {2517e0dd-8c87-4e0b-a46c-babca5085f02} executeQuery: (from [fd00:1122:3344:101::d]:62005) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.29 09:29:41.537252 [ 275 ] {2517e0dd-8c87-4e0b-a46c-babca5085f02} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.29 09:29:41.537286 [ 275 ] {2517e0dd-8c87-4e0b-a46c-babca5085f02} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.12.29 09:29:41.537471 [ 275 ] {2517e0dd-8c87-4e0b-a46c-babca5085f02} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.29 09:29:41.537522 [ 275 ] {2517e0dd-8c87-4e0b-a46c-babca5085f02} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.29 09:29:41.537616 [ 275 ] {2517e0dd-8c87-4e0b-a46c-babca5085f02} oximeter.timeseries_schema (1198eb65-286d-48e4-b168-8bcd664ef5aa) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2025.12.29 09:29:41.537643 [ 275 ] {2517e0dd-8c87-4e0b-a46c-babca5085f02} oximeter.timeseries_schema (1198eb65-286d-48e4-b168-8bcd664ef5aa) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.29 09:29:41.537661 [ 275 ] {2517e0dd-8c87-4e0b-a46c-babca5085f02} oximeter.timeseries_schema (1198eb65-286d-48e4-b168-8bcd664ef5aa) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.29 09:29:41.537675 [ 275 ] {2517e0dd-8c87-4e0b-a46c-babca5085f02} oximeter.timeseries_schema (1198eb65-286d-48e4-b168-8bcd664ef5aa) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.29 09:29:41.537707 [ 275 ] {2517e0dd-8c87-4e0b-a46c-babca5085f02} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.12.29 09:29:41.537724 [ 275 ] {2517e0dd-8c87-4e0b-a46c-babca5085f02} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 29 rows starting from 0 2025.12.29 09:29:41.538391 [ 275 ] {2517e0dd-8c87-4e0b-a46c-babca5085f02} executeQuery: Read 29 rows, 1.26 KiB in 0.001389 sec., 20878.32973362131 rows/sec., 909.77 KiB/sec. 2025.12.29 09:29:41.538469 [ 275 ] {2517e0dd-8c87-4e0b-a46c-babca5085f02} TCPHandler: Processed in 0.001588598 sec. 2025.12.29 09:29:41.538660 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:41.538790 [ 275 ] {9c64bfae-5442-49de-bbe3-667b5a75c704} executeQuery: (from [fd00:1122:3344:101::d]:62005) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.29 09:29:41.538997 [ 275 ] {9c64bfae-5442-49de-bbe3-667b5a75c704} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.29 09:29:41.539030 [ 275 ] {9c64bfae-5442-49de-bbe3-667b5a75c704} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.12.29 09:29:41.539230 [ 275 ] {9c64bfae-5442-49de-bbe3-667b5a75c704} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.29 09:29:41.539281 [ 275 ] {9c64bfae-5442-49de-bbe3-667b5a75c704} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.29 09:29:41.539376 [ 275 ] {9c64bfae-5442-49de-bbe3-667b5a75c704} oximeter.timeseries_schema (1198eb65-286d-48e4-b168-8bcd664ef5aa) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2025.12.29 09:29:41.539402 [ 275 ] {9c64bfae-5442-49de-bbe3-667b5a75c704} oximeter.timeseries_schema (1198eb65-286d-48e4-b168-8bcd664ef5aa) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.29 09:29:41.539420 [ 275 ] {9c64bfae-5442-49de-bbe3-667b5a75c704} oximeter.timeseries_schema (1198eb65-286d-48e4-b168-8bcd664ef5aa) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.29 09:29:41.539434 [ 275 ] {9c64bfae-5442-49de-bbe3-667b5a75c704} oximeter.timeseries_schema (1198eb65-286d-48e4-b168-8bcd664ef5aa) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.29 09:29:41.539465 [ 275 ] {9c64bfae-5442-49de-bbe3-667b5a75c704} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.12.29 09:29:41.539483 [ 275 ] {9c64bfae-5442-49de-bbe3-667b5a75c704} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 29 rows starting from 0 2025.12.29 09:29:41.539923 [ 275 ] {9c64bfae-5442-49de-bbe3-667b5a75c704} executeQuery: Read 29 rows, 1.26 KiB in 0.001187 sec., 24431.33951137321 rows/sec., 1.04 MiB/sec. 2025.12.29 09:29:41.540002 [ 275 ] {9c64bfae-5442-49de-bbe3-667b5a75c704} TCPHandler: Processed in 0.001388994 sec. 2025.12.29 09:29:41.618259 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:41.618379 [ 275 ] {075ce4e2-2bea-4ed4-af6e-a1e32e5b6f0a} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.12.29 09:29:41.618425 [ 275 ] {075ce4e2-2bea-4ed4-af6e-a1e32e5b6f0a} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.29 09:29:41.618965 [ 275 ] {075ce4e2-2bea-4ed4-af6e-a1e32e5b6f0a} oximeter.timeseries_schema (1198eb65-286d-48e4-b168-8bcd664ef5aa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:41.619001 [ 275 ] {075ce4e2-2bea-4ed4-af6e-a1e32e5b6f0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.29 09:29:41.619428 [ 275 ] {075ce4e2-2bea-4ed4-af6e-a1e32e5b6f0a} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.29 09:29:41.619626 [ 275 ] {075ce4e2-2bea-4ed4-af6e-a1e32e5b6f0a} oximeter.timeseries_schema (1198eb65-286d-48e4-b168-8bcd664ef5aa): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:41.619765 [ 275 ] {075ce4e2-2bea-4ed4-af6e-a1e32e5b6f0a} executeQuery: Read 6 rows, 1.34 KiB in 0.001416 sec., 4237.28813559322 rows/sec., 943.46 KiB/sec. 2025.12.29 09:29:41.619803 [ 275 ] {075ce4e2-2bea-4ed4-af6e-a1e32e5b6f0a} TCPHandler: Processed in 0.001613658 sec. 2025.12.29 09:29:41.619919 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:41.620015 [ 275 ] {53df0aa7-c604-4549-86a1-5c50c5a63cd5} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.29 09:29:41.620056 [ 275 ] {53df0aa7-c604-4549-86a1-5c50c5a63cd5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.29 09:29:41.620470 [ 275 ] {53df0aa7-c604-4549-86a1-5c50c5a63cd5} oximeter.fields_i16 (4440d019-2e7a-4442-b97e-1f65798d7771): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:41.620505 [ 275 ] {53df0aa7-c604-4549-86a1-5c50c5a63cd5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.29 09:29:41.620800 [ 275 ] {53df0aa7-c604-4549-86a1-5c50c5a63cd5} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.29 09:29:41.621010 [ 275 ] {53df0aa7-c604-4549-86a1-5c50c5a63cd5} oximeter.fields_i16 (4440d019-2e7a-4442-b97e-1f65798d7771): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:41.621133 [ 275 ] {53df0aa7-c604-4549-86a1-5c50c5a63cd5} executeQuery: Read 24 rows, 2.04 KiB in 0.001136 sec., 21126.76056338028 rows/sec., 1.75 MiB/sec. 2025.12.29 09:29:41.621169 [ 275 ] {53df0aa7-c604-4549-86a1-5c50c5a63cd5} TCPHandler: Processed in 0.001299403 sec. 2025.12.29 09:29:41.621283 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:41.621403 [ 275 ] {1eea5559-2e0f-414f-bc41-64095e81363a} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.29 09:29:41.621451 [ 275 ] {1eea5559-2e0f-414f-bc41-64095e81363a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.29 09:29:41.621891 [ 275 ] {1eea5559-2e0f-414f-bc41-64095e81363a} oximeter.fields_ipaddr (dd3951fa-7d09-438a-8bf8-4e712b5b0b2e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:41.621932 [ 275 ] {1eea5559-2e0f-414f-bc41-64095e81363a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.29 09:29:41.622294 [ 275 ] {1eea5559-2e0f-414f-bc41-64095e81363a} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.29 09:29:41.622495 [ 275 ] {1eea5559-2e0f-414f-bc41-64095e81363a} oximeter.fields_ipaddr (dd3951fa-7d09-438a-8bf8-4e712b5b0b2e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:41.622615 [ 275 ] {1eea5559-2e0f-414f-bc41-64095e81363a} executeQuery: Read 2 rows, 167.00 B in 0.001236 sec., 1618.1229773462785 rows/sec., 131.95 KiB/sec. 2025.12.29 09:29:41.622650 [ 275 ] {1eea5559-2e0f-414f-bc41-64095e81363a} TCPHandler: Processed in 0.001425685 sec. 2025.12.29 09:29:41.622763 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:41.622880 [ 275 ] {747d6573-e98e-46fb-b80b-d760ba878842} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.29 09:29:41.622927 [ 275 ] {747d6573-e98e-46fb-b80b-d760ba878842} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.29 09:29:41.624107 [ 275 ] {747d6573-e98e-46fb-b80b-d760ba878842} oximeter.fields_string (ac387d9c-99a6-4173-bfe8-66349bc72897): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:41.624142 [ 275 ] {747d6573-e98e-46fb-b80b-d760ba878842} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.29 09:29:41.624574 [ 275 ] {747d6573-e98e-46fb-b80b-d760ba878842} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.29 09:29:41.624786 [ 275 ] {747d6573-e98e-46fb-b80b-d760ba878842} oximeter.fields_string (ac387d9c-99a6-4173-bfe8-66349bc72897): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:41.624908 [ 275 ] {747d6573-e98e-46fb-b80b-d760ba878842} executeQuery: Read 1387 rows, 119.20 KiB in 0.002052 sec., 675925.925925926 rows/sec., 56.73 MiB/sec. 2025.12.29 09:29:41.624943 [ 275 ] {747d6573-e98e-46fb-b80b-d760ba878842} TCPHandler: Processed in 0.002237889 sec. 2025.12.29 09:29:41.625049 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:41.625140 [ 275 ] {94e36568-bc43-4fad-925b-81329c2e62e3} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.29 09:29:41.625179 [ 275 ] {94e36568-bc43-4fad-925b-81329c2e62e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.29 09:29:41.625574 [ 275 ] {94e36568-bc43-4fad-925b-81329c2e62e3} oximeter.fields_u16 (351cffe5-e1cc-4bcb-b8a5-9e7101044ae9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:41.625607 [ 275 ] {94e36568-bc43-4fad-925b-81329c2e62e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.29 09:29:41.625896 [ 275 ] {94e36568-bc43-4fad-925b-81329c2e62e3} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.29 09:29:41.626099 [ 275 ] {94e36568-bc43-4fad-925b-81329c2e62e3} oximeter.fields_u16 (351cffe5-e1cc-4bcb-b8a5-9e7101044ae9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:41.626220 [ 275 ] {94e36568-bc43-4fad-925b-81329c2e62e3} executeQuery: Read 49 rows, 3.73 KiB in 0.001098 sec., 44626.59380692167 rows/sec., 3.32 MiB/sec. 2025.12.29 09:29:41.626255 [ 275 ] {94e36568-bc43-4fad-925b-81329c2e62e3} TCPHandler: Processed in 0.001254552 sec. 2025.12.29 09:29:41.626358 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:41.626449 [ 275 ] {373547c0-304b-4121-adf3-d11f64d89740} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.29 09:29:41.626487 [ 275 ] {373547c0-304b-4121-adf3-d11f64d89740} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.29 09:29:41.626949 [ 275 ] {373547c0-304b-4121-adf3-d11f64d89740} oximeter.fields_u32 (cfabb94e-411d-4396-945d-d11d6e33d962): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:41.626983 [ 275 ] {373547c0-304b-4121-adf3-d11f64d89740} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.29 09:29:41.627283 [ 275 ] {373547c0-304b-4121-adf3-d11f64d89740} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.29 09:29:41.627484 [ 275 ] {373547c0-304b-4121-adf3-d11f64d89740} oximeter.fields_u32 (cfabb94e-411d-4396-945d-d11d6e33d962): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:41.627606 [ 275 ] {373547c0-304b-4121-adf3-d11f64d89740} executeQuery: Read 252 rows, 17.85 KiB in 0.001175 sec., 214468.08510638296 rows/sec., 14.83 MiB/sec. 2025.12.29 09:29:41.627641 [ 275 ] {373547c0-304b-4121-adf3-d11f64d89740} TCPHandler: Processed in 0.001329684 sec. 2025.12.29 09:29:41.627743 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:41.627835 [ 275 ] {e20f6b1c-8ee1-4b0a-909a-1febe7d1ed3b} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.29 09:29:41.627872 [ 275 ] {e20f6b1c-8ee1-4b0a-909a-1febe7d1ed3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.29 09:29:41.628418 [ 275 ] {e20f6b1c-8ee1-4b0a-909a-1febe7d1ed3b} oximeter.fields_u8 (40f63924-446b-4bae-aced-f0f76d2ea720): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:41.628452 [ 275 ] {e20f6b1c-8ee1-4b0a-909a-1febe7d1ed3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.29 09:29:41.628736 [ 275 ] {e20f6b1c-8ee1-4b0a-909a-1febe7d1ed3b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.29 09:29:41.628941 [ 275 ] {e20f6b1c-8ee1-4b0a-909a-1febe7d1ed3b} oximeter.fields_u8 (40f63924-446b-4bae-aced-f0f76d2ea720): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:41.629060 [ 275 ] {e20f6b1c-8ee1-4b0a-909a-1febe7d1ed3b} executeQuery: Read 12 rows, 960.00 B in 0.001243 sec., 9654.062751407884 rows/sec., 754.22 KiB/sec. 2025.12.29 09:29:41.629095 [ 275 ] {e20f6b1c-8ee1-4b0a-909a-1febe7d1ed3b} TCPHandler: Processed in 0.001398664 sec. 2025.12.29 09:29:41.629196 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:41.629287 [ 275 ] {9ad1df3b-35ec-408c-b0d5-91936717c74a} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.29 09:29:41.629325 [ 275 ] {9ad1df3b-35ec-408c-b0d5-91936717c74a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.29 09:29:41.629908 [ 275 ] {9ad1df3b-35ec-408c-b0d5-91936717c74a} oximeter.fields_uuid (411185e8-141a-4e02-a0cf-7dc653f25e09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:41.629943 [ 275 ] {9ad1df3b-35ec-408c-b0d5-91936717c74a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.29 09:29:41.630267 [ 275 ] {9ad1df3b-35ec-408c-b0d5-91936717c74a} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.29 09:29:41.630476 [ 275 ] {9ad1df3b-35ec-408c-b0d5-91936717c74a} oximeter.fields_uuid (411185e8-141a-4e02-a0cf-7dc653f25e09): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:41.630598 [ 275 ] {9ad1df3b-35ec-408c-b0d5-91936717c74a} executeQuery: Read 593 rows, 45.63 KiB in 0.001329 sec., 446200.1504890895 rows/sec., 33.53 MiB/sec. 2025.12.29 09:29:41.630633 [ 275 ] {9ad1df3b-35ec-408c-b0d5-91936717c74a} TCPHandler: Processed in 0.001484286 sec. 2025.12.29 09:29:41.630744 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:41.630857 [ 275 ] {27a67fd8-54cb-4ce7-8381-41d6dd184e4b} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.29 09:29:41.630907 [ 275 ] {27a67fd8-54cb-4ce7-8381-41d6dd184e4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.29 09:29:41.631866 [ 275 ] {27a67fd8-54cb-4ce7-8381-41d6dd184e4b} oximeter.measurements_cumulativeu64 (7a4e14b6-6d38-4026-9cb8-71dc190f52ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:41.631899 [ 275 ] {27a67fd8-54cb-4ce7-8381-41d6dd184e4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.29 09:29:41.632368 [ 275 ] {27a67fd8-54cb-4ce7-8381-41d6dd184e4b} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.29 09:29:41.632592 [ 275 ] {27a67fd8-54cb-4ce7-8381-41d6dd184e4b} oximeter.measurements_cumulativeu64 (7a4e14b6-6d38-4026-9cb8-71dc190f52ce): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:41.632718 [ 275 ] {27a67fd8-54cb-4ce7-8381-41d6dd184e4b} executeQuery: Read 2189 rows, 150.27 KiB in 0.001885 sec., 1161273.2095490717 rows/sec., 77.85 MiB/sec. 2025.12.29 09:29:41.632754 [ 275 ] {27a67fd8-54cb-4ce7-8381-41d6dd184e4b} TCPHandler: Processed in 0.002069846 sec. 2025.12.29 09:29:41.632861 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:41.632956 [ 275 ] {7820b657-4092-4da4-acad-b3cae7b9ea6d} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.29 09:29:41.633010 [ 275 ] {7820b657-4092-4da4-acad-b3cae7b9ea6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.29 09:29:41.633783 [ 275 ] {7820b657-4092-4da4-acad-b3cae7b9ea6d} oximeter.measurements_histogramu64 (406a4daa-ac4f-49af-9fc9-fff5848a5faf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:41.633826 [ 275 ] {7820b657-4092-4da4-acad-b3cae7b9ea6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.29 09:29:41.634345 [ 275 ] {7820b657-4092-4da4-acad-b3cae7b9ea6d} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.29 09:29:41.634559 [ 275 ] {7820b657-4092-4da4-acad-b3cae7b9ea6d} oximeter.measurements_histogramu64 (406a4daa-ac4f-49af-9fc9-fff5848a5faf): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:41.634688 [ 275 ] {7820b657-4092-4da4-acad-b3cae7b9ea6d} executeQuery: Read 35 rows, 64.22 KiB in 0.00175 sec., 20000 rows/sec., 35.84 MiB/sec. 2025.12.29 09:29:41.634744 [ 275 ] {7820b657-4092-4da4-acad-b3cae7b9ea6d} TCPHandler: Processed in 0.001933134 sec. 2025.12.29 09:29:41.634853 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:41.634948 [ 275 ] {758355c8-7ffb-4589-a279-4f6a776d19b1} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.29 09:29:41.634989 [ 275 ] {758355c8-7ffb-4589-a279-4f6a776d19b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.29 09:29:41.635310 [ 275 ] {758355c8-7ffb-4589-a279-4f6a776d19b1} oximeter.measurements_u64 (97640d0b-d7e1-4d7f-8de9-b2c44ff33078): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:41.635342 [ 275 ] {758355c8-7ffb-4589-a279-4f6a776d19b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.29 09:29:41.635639 [ 275 ] {758355c8-7ffb-4589-a279-4f6a776d19b1} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.29 09:29:41.635854 [ 275 ] {758355c8-7ffb-4589-a279-4f6a776d19b1} oximeter.measurements_u64 (97640d0b-d7e1-4d7f-8de9-b2c44ff33078): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:41.635980 [ 275 ] {758355c8-7ffb-4589-a279-4f6a776d19b1} executeQuery: Read 24 rows, 1.66 KiB in 0.00105 sec., 22857.14285714286 rows/sec., 1.54 MiB/sec. 2025.12.29 09:29:41.636021 [ 275 ] {758355c8-7ffb-4589-a279-4f6a776d19b1} TCPHandler: Processed in 0.001218101 sec. 2025.12.29 09:29:42.141710 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3408 2025.12.29 09:29:42.142435 [ 244 ] {} system.asynchronous_metric_log (a2a3fe4b-2613-4c13-8d24-3fac64fcada3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:42.142478 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.29 09:29:42.142944 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.29 09:29:42.143180 [ 244 ] {} system.asynchronous_metric_log (a2a3fe4b-2613-4c13-8d24-3fac64fcada3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:42.143306 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3408 2025.12.29 09:29:42.323053 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2025.12.29 09:29:42.341329 [ 245 ] {} system.metric_log (0cce2099-71d7-412f-844f-25766bfb4575): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:42.341383 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.29 09:29:42.346939 [ 245 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.29 09:29:42.347617 [ 245 ] {} system.metric_log (0cce2099-71d7-412f-844f-25766bfb4575): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:42.350780 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2025.12.29 09:29:45.326675 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:45.326880 [ 275 ] {eac4f7f3-e843-4e7e-ac21-4e22143ccd8d} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.29 09:29:45.326955 [ 275 ] {eac4f7f3-e843-4e7e-ac21-4e22143ccd8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.29 09:29:45.327637 [ 275 ] {eac4f7f3-e843-4e7e-ac21-4e22143ccd8d} oximeter.fields_string (ac387d9c-99a6-4173-bfe8-66349bc72897): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:45.327690 [ 275 ] {eac4f7f3-e843-4e7e-ac21-4e22143ccd8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.29 09:29:45.328081 [ 275 ] {eac4f7f3-e843-4e7e-ac21-4e22143ccd8d} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.29 09:29:45.328324 [ 275 ] {eac4f7f3-e843-4e7e-ac21-4e22143ccd8d} oximeter.fields_string (ac387d9c-99a6-4173-bfe8-66349bc72897): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:45.328491 [ 275 ] {eac4f7f3-e843-4e7e-ac21-4e22143ccd8d} executeQuery: Read 56 rows, 4.41 KiB in 0.001666 sec., 33613.445378151264 rows/sec., 2.58 MiB/sec. 2025.12.29 09:29:45.328554 [ 275 ] {eac4f7f3-e843-4e7e-ac21-4e22143ccd8d} TCPHandler: Processed in 0.002022946 sec. 2025.12.29 09:29:45.328676 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:45.328778 [ 275 ] {0b3063a5-54d2-4545-b0c0-f7071175534a} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.29 09:29:45.328821 [ 275 ] {0b3063a5-54d2-4545-b0c0-f7071175534a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.29 09:29:45.329258 [ 275 ] {0b3063a5-54d2-4545-b0c0-f7071175534a} oximeter.fields_uuid (411185e8-141a-4e02-a0cf-7dc653f25e09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:45.329297 [ 275 ] {0b3063a5-54d2-4545-b0c0-f7071175534a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.29 09:29:45.329600 [ 275 ] {0b3063a5-54d2-4545-b0c0-f7071175534a} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.29 09:29:45.329817 [ 275 ] {0b3063a5-54d2-4545-b0c0-f7071175534a} oximeter.fields_uuid (411185e8-141a-4e02-a0cf-7dc653f25e09): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:45.329948 [ 275 ] {0b3063a5-54d2-4545-b0c0-f7071175534a} executeQuery: Read 64 rows, 5.12 KiB in 0.001192 sec., 53691.275167785236 rows/sec., 4.19 MiB/sec. 2025.12.29 09:29:45.329994 [ 275 ] {0b3063a5-54d2-4545-b0c0-f7071175534a} TCPHandler: Processed in 0.001372034 sec. 2025.12.29 09:29:45.330110 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:45.330207 [ 275 ] {3cb41c76-6f6b-4b8b-bb83-043116af3406} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.29 09:29:45.330252 [ 275 ] {3cb41c76-6f6b-4b8b-bb83-043116af3406} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.29 09:29:45.330631 [ 275 ] {3cb41c76-6f6b-4b8b-bb83-043116af3406} oximeter.measurements_cumulativeu64 (7a4e14b6-6d38-4026-9cb8-71dc190f52ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:45.330667 [ 275 ] {3cb41c76-6f6b-4b8b-bb83-043116af3406} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.29 09:29:45.330981 [ 275 ] {3cb41c76-6f6b-4b8b-bb83-043116af3406} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.29 09:29:45.331199 [ 275 ] {3cb41c76-6f6b-4b8b-bb83-043116af3406} oximeter.measurements_cumulativeu64 (7a4e14b6-6d38-4026-9cb8-71dc190f52ce): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:45.331326 [ 275 ] {3cb41c76-6f6b-4b8b-bb83-043116af3406} executeQuery: Read 96 rows, 6.85 KiB in 0.001138 sec., 84358.5237258348 rows/sec., 5.88 MiB/sec. 2025.12.29 09:29:45.331370 [ 275 ] {3cb41c76-6f6b-4b8b-bb83-043116af3406} TCPHandler: Processed in 0.001310593 sec. 2025.12.29 09:29:45.331484 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:45.331580 [ 275 ] {ac0bf702-d0ea-4ef9-8029-c5830e494ae3} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.29 09:29:45.331621 [ 275 ] {ac0bf702-d0ea-4ef9-8029-c5830e494ae3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.29 09:29:45.331937 [ 275 ] {ac0bf702-d0ea-4ef9-8029-c5830e494ae3} oximeter.measurements_u64 (97640d0b-d7e1-4d7f-8de9-b2c44ff33078): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:45.331974 [ 275 ] {ac0bf702-d0ea-4ef9-8029-c5830e494ae3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.29 09:29:45.332270 [ 275 ] {ac0bf702-d0ea-4ef9-8029-c5830e494ae3} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.29 09:29:45.332483 [ 275 ] {ac0bf702-d0ea-4ef9-8029-c5830e494ae3} oximeter.measurements_u64 (97640d0b-d7e1-4d7f-8de9-b2c44ff33078): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:45.332611 [ 275 ] {ac0bf702-d0ea-4ef9-8029-c5830e494ae3} executeQuery: Read 36 rows, 2.48 KiB in 0.00105 sec., 34285.71428571429 rows/sec., 2.31 MiB/sec. 2025.12.29 09:29:45.332654 [ 275 ] {ac0bf702-d0ea-4ef9-8029-c5830e494ae3} TCPHandler: Processed in 0.001220121 sec. 2025.12.29 09:29:49.497166 [ 56 ] {} DNSResolver: Updating DNS cache 2025.12.29 09:29:49.497234 [ 56 ] {} DNSResolver: Updated DNS cache 2025.12.29 09:29:49.611588 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 268 2025.12.29 09:29:49.614807 [ 243 ] {} system.query_log (460cf047-6f15-4774-a0dc-e6b41dd82864): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:49.614867 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.29 09:29:49.616112 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.29 09:29:49.616383 [ 243 ] {} system.query_log (460cf047-6f15-4774-a0dc-e6b41dd82864): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:49.616540 [ 56 ] {} system.query_log (460cf047-6f15-4774-a0dc-e6b41dd82864) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.29 09:29:49.616600 [ 56 ] {} system.query_log (460cf047-6f15-4774-a0dc-e6b41dd82864): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:49.616620 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.29 09:29:49.616738 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 268 2025.12.29 09:29:49.616744 [ 187 ] {460cf047-6f15-4774-a0dc-e6b41dd82864::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.29 09:29:49.617340 [ 187 ] {460cf047-6f15-4774-a0dc-e6b41dd82864::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.29 09:29:49.617517 [ 187 ] {460cf047-6f15-4774-a0dc-e6b41dd82864::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 88 rows starting from the beginning of the part 2025.12.29 09:29:49.617890 [ 187 ] {460cf047-6f15-4774-a0dc-e6b41dd82864::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part 2025.12.29 09:29:49.618228 [ 187 ] {460cf047-6f15-4774-a0dc-e6b41dd82864::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 86 rows starting from the beginning of the part 2025.12.29 09:29:49.618558 [ 187 ] {460cf047-6f15-4774-a0dc-e6b41dd82864::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 22 rows starting from the beginning of the part 2025.12.29 09:29:49.618870 [ 187 ] {460cf047-6f15-4774-a0dc-e6b41dd82864::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 20 rows starting from the beginning of the part 2025.12.29 09:29:49.619182 [ 187 ] {460cf047-6f15-4774-a0dc-e6b41dd82864::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 50 rows starting from the beginning of the part 2025.12.29 09:29:49.624568 [ 198 ] {460cf047-6f15-4774-a0dc-e6b41dd82864::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 268 rows, containing 72 columns (72 merged, 0 gathered) in 0.007879148 sec., 34013.82992171234 rows/sec., 35.06 MiB/sec. 2025.12.29 09:29:49.625433 [ 200 ] {460cf047-6f15-4774-a0dc-e6b41dd82864::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.29 09:29:49.626053 [ 200 ] {460cf047-6f15-4774-a0dc-e6b41dd82864::all_1_6_1} system.query_log (460cf047-6f15-4774-a0dc-e6b41dd82864): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:49.626130 [ 200 ] {460cf047-6f15-4774-a0dc-e6b41dd82864::all_1_6_1} system.query_log (460cf047-6f15-4774-a0dc-e6b41dd82864) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.29 09:29:49.626360 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.63 MiB. 2025.12.29 09:29:49.643421 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3856 2025.12.29 09:29:49.643846 [ 244 ] {} system.asynchronous_metric_log (a2a3fe4b-2613-4c13-8d24-3fac64fcada3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:49.643880 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.29 09:29:49.644344 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.29 09:29:49.644575 [ 244 ] {} system.asynchronous_metric_log (a2a3fe4b-2613-4c13-8d24-3fac64fcada3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:49.644694 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3856 2025.12.29 09:29:49.850891 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2025.12.29 09:29:49.868908 [ 245 ] {} system.metric_log (0cce2099-71d7-412f-844f-25766bfb4575): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:49.868976 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.29 09:29:49.875168 [ 245 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.29 09:29:49.875867 [ 245 ] {} system.metric_log (0cce2099-71d7-412f-844f-25766bfb4575): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:49.879215 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2025.12.29 09:29:50.000186 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 182.67 MiB, peak 187.10 MiB, free memory in arenas 0.00 B, will set to 184.98 MiB (RSS), difference: 2.31 MiB 2025.12.29 09:29:50.329527 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:50.329709 [ 275 ] {5336fbd2-fc11-4243-bbe2-f53204390e49} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.29 09:29:50.329775 [ 275 ] {5336fbd2-fc11-4243-bbe2-f53204390e49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.29 09:29:50.330450 [ 275 ] {5336fbd2-fc11-4243-bbe2-f53204390e49} oximeter.fields_string (ac387d9c-99a6-4173-bfe8-66349bc72897): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:50.330501 [ 275 ] {5336fbd2-fc11-4243-bbe2-f53204390e49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.29 09:29:50.330884 [ 275 ] {5336fbd2-fc11-4243-bbe2-f53204390e49} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.29 09:29:50.331118 [ 275 ] {5336fbd2-fc11-4243-bbe2-f53204390e49} oximeter.fields_string (ac387d9c-99a6-4173-bfe8-66349bc72897): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:50.331278 [ 275 ] {5336fbd2-fc11-4243-bbe2-f53204390e49} executeQuery: Read 56 rows, 4.41 KiB in 0.00162 sec., 34567.9012345679 rows/sec., 2.66 MiB/sec. 2025.12.29 09:29:50.331325 [ 275 ] {5336fbd2-fc11-4243-bbe2-f53204390e49} TCPHandler: Processed in 0.001931004 sec. 2025.12.29 09:29:50.331444 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:50.331539 [ 275 ] {6cf39ac2-8fb7-498e-8495-ff1f068c9f1c} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.29 09:29:50.331580 [ 275 ] {6cf39ac2-8fb7-498e-8495-ff1f068c9f1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.29 09:29:50.332023 [ 275 ] {6cf39ac2-8fb7-498e-8495-ff1f068c9f1c} oximeter.fields_uuid (411185e8-141a-4e02-a0cf-7dc653f25e09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:50.332063 [ 275 ] {6cf39ac2-8fb7-498e-8495-ff1f068c9f1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.29 09:29:50.332376 [ 275 ] {6cf39ac2-8fb7-498e-8495-ff1f068c9f1c} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.29 09:29:50.332599 [ 275 ] {6cf39ac2-8fb7-498e-8495-ff1f068c9f1c} oximeter.fields_uuid (411185e8-141a-4e02-a0cf-7dc653f25e09): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:50.332731 [ 275 ] {6cf39ac2-8fb7-498e-8495-ff1f068c9f1c} executeQuery: Read 64 rows, 5.12 KiB in 0.00121 sec., 52892.561983471074 rows/sec., 4.13 MiB/sec. 2025.12.29 09:29:50.332770 [ 275 ] {6cf39ac2-8fb7-498e-8495-ff1f068c9f1c} TCPHandler: Processed in 0.001376194 sec. 2025.12.29 09:29:50.332883 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:50.332976 [ 275 ] {40962acb-d7f3-48ce-b79e-0136960b95bf} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.29 09:29:50.333020 [ 275 ] {40962acb-d7f3-48ce-b79e-0136960b95bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.29 09:29:50.333463 [ 275 ] {40962acb-d7f3-48ce-b79e-0136960b95bf} oximeter.measurements_cumulativeu64 (7a4e14b6-6d38-4026-9cb8-71dc190f52ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:50.333501 [ 275 ] {40962acb-d7f3-48ce-b79e-0136960b95bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.29 09:29:50.333903 [ 275 ] {40962acb-d7f3-48ce-b79e-0136960b95bf} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.29 09:29:50.334159 [ 275 ] {40962acb-d7f3-48ce-b79e-0136960b95bf} oximeter.measurements_cumulativeu64 (7a4e14b6-6d38-4026-9cb8-71dc190f52ce): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:50.334317 [ 275 ] {40962acb-d7f3-48ce-b79e-0136960b95bf} executeQuery: Read 160 rows, 11.41 KiB in 0.001358 sec., 117820.32400589102 rows/sec., 8.21 MiB/sec. 2025.12.29 09:29:50.334361 [ 275 ] {40962acb-d7f3-48ce-b79e-0136960b95bf} TCPHandler: Processed in 0.001527577 sec. 2025.12.29 09:29:50.334491 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:50.334607 [ 275 ] {b62d4fdb-a386-4499-924f-7c67db50d056} executeQuery: (from [fd00:1122:3344:101::d]:62005) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.29 09:29:50.334651 [ 275 ] {b62d4fdb-a386-4499-924f-7c67db50d056} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.29 09:29:50.334975 [ 275 ] {b62d4fdb-a386-4499-924f-7c67db50d056} oximeter.measurements_u64 (97640d0b-d7e1-4d7f-8de9-b2c44ff33078): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:50.335011 [ 275 ] {b62d4fdb-a386-4499-924f-7c67db50d056} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.29 09:29:50.335322 [ 275 ] {b62d4fdb-a386-4499-924f-7c67db50d056} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.29 09:29:50.335540 [ 275 ] {b62d4fdb-a386-4499-924f-7c67db50d056} oximeter.measurements_u64 (97640d0b-d7e1-4d7f-8de9-b2c44ff33078): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:50.335668 [ 275 ] {b62d4fdb-a386-4499-924f-7c67db50d056} executeQuery: Read 60 rows, 4.14 KiB in 0.001087 sec., 55197.79208831646 rows/sec., 3.72 MiB/sec. 2025.12.29 09:29:50.335705 [ 275 ] {b62d4fdb-a386-4499-924f-7c67db50d056} TCPHandler: Processed in 0.001275553 sec. 2025.12.29 09:29:53.394265 [ 275 ] {} TCPHandler: Done processing connection. 2025.12.29 09:29:53.394367 [ 275 ] {} TCP-Session: fb013099-117c-4dc6-8495-8e143246f442 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.29 09:29:54.000187 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 182.96 MiB, peak 187.10 MiB, free memory in arenas 0.00 B, will set to 185.00 MiB (RSS), difference: 2.05 MiB 2025.12.29 09:29:55.332517 [ 277 ] {} TCP-Session: 277ce465-4141-4df4-adcd-513eb01116f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:55.332693 [ 277 ] {5cd7ada8-4c0c-4ed7-bf40-52d8b58be420} executeQuery: (from [fd00:1122:3344:101::d]:34803) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.29 09:29:55.332760 [ 277 ] {5cd7ada8-4c0c-4ed7-bf40-52d8b58be420} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.29 09:29:55.333469 [ 277 ] {5cd7ada8-4c0c-4ed7-bf40-52d8b58be420} oximeter.fields_string (ac387d9c-99a6-4173-bfe8-66349bc72897): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:55.333519 [ 277 ] {5cd7ada8-4c0c-4ed7-bf40-52d8b58be420} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.29 09:29:55.333953 [ 277 ] {5cd7ada8-4c0c-4ed7-bf40-52d8b58be420} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.29 09:29:55.334284 [ 277 ] {5cd7ada8-4c0c-4ed7-bf40-52d8b58be420} oximeter.fields_string (ac387d9c-99a6-4173-bfe8-66349bc72897): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:55.334483 [ 277 ] {5cd7ada8-4c0c-4ed7-bf40-52d8b58be420} executeQuery: Read 126 rows, 11.10 KiB in 0.001837 sec., 68590.09254218834 rows/sec., 5.90 MiB/sec. 2025.12.29 09:29:55.334536 [ 277 ] {5cd7ada8-4c0c-4ed7-bf40-52d8b58be420} TCPHandler: Processed in 0.002148958 sec. 2025.12.29 09:29:55.334677 [ 277 ] {} TCP-Session: 277ce465-4141-4df4-adcd-513eb01116f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:55.334797 [ 277 ] {c00ff460-b39b-434d-bb34-97d2087aae2a} executeQuery: (from [fd00:1122:3344:101::d]:34803) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.29 09:29:55.334842 [ 277 ] {c00ff460-b39b-434d-bb34-97d2087aae2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.29 09:29:55.335258 [ 277 ] {c00ff460-b39b-434d-bb34-97d2087aae2a} oximeter.fields_u16 (351cffe5-e1cc-4bcb-b8a5-9e7101044ae9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:55.335298 [ 277 ] {c00ff460-b39b-434d-bb34-97d2087aae2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.29 09:29:55.335623 [ 277 ] {c00ff460-b39b-434d-bb34-97d2087aae2a} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.29 09:29:55.335833 [ 277 ] {c00ff460-b39b-434d-bb34-97d2087aae2a} oximeter.fields_u16 (351cffe5-e1cc-4bcb-b8a5-9e7101044ae9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:55.335968 [ 277 ] {c00ff460-b39b-434d-bb34-97d2087aae2a} executeQuery: Read 35 rows, 2.63 KiB in 0.001199 sec., 29190.992493744787 rows/sec., 2.14 MiB/sec. 2025.12.29 09:29:55.336005 [ 277 ] {c00ff460-b39b-434d-bb34-97d2087aae2a} TCPHandler: Processed in 0.001392534 sec. 2025.12.29 09:29:55.336114 [ 277 ] {} TCP-Session: 277ce465-4141-4df4-adcd-513eb01116f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:55.336209 [ 277 ] {8d413aad-a28c-49f6-850a-33ba745f72bd} executeQuery: (from [fd00:1122:3344:101::d]:34803) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.29 09:29:55.336249 [ 277 ] {8d413aad-a28c-49f6-850a-33ba745f72bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.29 09:29:55.336667 [ 277 ] {8d413aad-a28c-49f6-850a-33ba745f72bd} oximeter.fields_uuid (411185e8-141a-4e02-a0cf-7dc653f25e09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:55.336703 [ 277 ] {8d413aad-a28c-49f6-850a-33ba745f72bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.29 09:29:55.337011 [ 277 ] {8d413aad-a28c-49f6-850a-33ba745f72bd} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.29 09:29:55.337220 [ 277 ] {8d413aad-a28c-49f6-850a-33ba745f72bd} oximeter.fields_uuid (411185e8-141a-4e02-a0cf-7dc653f25e09): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:55.337348 [ 277 ] {8d413aad-a28c-49f6-850a-33ba745f72bd} executeQuery: Read 99 rows, 7.92 KiB in 0.001159 sec., 85418.46419327005 rows/sec., 6.67 MiB/sec. 2025.12.29 09:29:55.337384 [ 277 ] {8d413aad-a28c-49f6-850a-33ba745f72bd} TCPHandler: Processed in 0.001319263 sec. 2025.12.29 09:29:55.337496 [ 277 ] {} TCP-Session: 277ce465-4141-4df4-adcd-513eb01116f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:55.337591 [ 277 ] {d6894a96-d8a2-439b-8003-d044111d5f8d} executeQuery: (from [fd00:1122:3344:101::d]:34803) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.29 09:29:55.337634 [ 277 ] {d6894a96-d8a2-439b-8003-d044111d5f8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.29 09:29:55.338028 [ 277 ] {d6894a96-d8a2-439b-8003-d044111d5f8d} oximeter.measurements_cumulativeu64 (7a4e14b6-6d38-4026-9cb8-71dc190f52ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:55.338064 [ 277 ] {d6894a96-d8a2-439b-8003-d044111d5f8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.29 09:29:55.338391 [ 277 ] {d6894a96-d8a2-439b-8003-d044111d5f8d} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.29 09:29:55.338604 [ 277 ] {d6894a96-d8a2-439b-8003-d044111d5f8d} oximeter.measurements_cumulativeu64 (7a4e14b6-6d38-4026-9cb8-71dc190f52ce): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:55.338732 [ 277 ] {d6894a96-d8a2-439b-8003-d044111d5f8d} executeQuery: Read 160 rows, 11.41 KiB in 0.001161 sec., 137812.23083548667 rows/sec., 9.60 MiB/sec. 2025.12.29 09:29:55.338768 [ 277 ] {d6894a96-d8a2-439b-8003-d044111d5f8d} TCPHandler: Processed in 0.001321083 sec. 2025.12.29 09:29:55.338880 [ 277 ] {} TCP-Session: 277ce465-4141-4df4-adcd-513eb01116f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:55.338973 [ 277 ] {11c3df0d-20f0-44f0-9f4a-5416031c1606} executeQuery: (from [fd00:1122:3344:101::d]:34803) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.29 09:29:55.339026 [ 277 ] {11c3df0d-20f0-44f0-9f4a-5416031c1606} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.29 09:29:55.339856 [ 277 ] {11c3df0d-20f0-44f0-9f4a-5416031c1606} oximeter.measurements_histogramu64 (406a4daa-ac4f-49af-9fc9-fff5848a5faf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:55.339917 [ 277 ] {11c3df0d-20f0-44f0-9f4a-5416031c1606} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.29 09:29:55.340459 [ 277 ] {11c3df0d-20f0-44f0-9f4a-5416031c1606} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.29 09:29:55.340680 [ 277 ] {11c3df0d-20f0-44f0-9f4a-5416031c1606} oximeter.measurements_histogramu64 (406a4daa-ac4f-49af-9fc9-fff5848a5faf): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:55.340817 [ 277 ] {11c3df0d-20f0-44f0-9f4a-5416031c1606} executeQuery: Read 35 rows, 64.22 KiB in 0.001862 sec., 18796.992481203008 rows/sec., 33.68 MiB/sec. 2025.12.29 09:29:55.340875 [ 277 ] {11c3df0d-20f0-44f0-9f4a-5416031c1606} TCPHandler: Processed in 0.002044266 sec. 2025.12.29 09:29:55.340990 [ 277 ] {} TCP-Session: 277ce465-4141-4df4-adcd-513eb01116f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:29:55.341083 [ 277 ] {d815f597-b8bc-45ca-8b6f-ec45b70b7219} executeQuery: (from [fd00:1122:3344:101::d]:34803) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.29 09:29:55.341125 [ 277 ] {d815f597-b8bc-45ca-8b6f-ec45b70b7219} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.29 09:29:55.341483 [ 277 ] {d815f597-b8bc-45ca-8b6f-ec45b70b7219} oximeter.measurements_u64 (97640d0b-d7e1-4d7f-8de9-b2c44ff33078): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:55.341520 [ 277 ] {d815f597-b8bc-45ca-8b6f-ec45b70b7219} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.29 09:29:55.341830 [ 277 ] {d815f597-b8bc-45ca-8b6f-ec45b70b7219} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.29 09:29:55.342036 [ 277 ] {d815f597-b8bc-45ca-8b6f-ec45b70b7219} oximeter.measurements_u64 (97640d0b-d7e1-4d7f-8de9-b2c44ff33078): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:55.342161 [ 277 ] {d815f597-b8bc-45ca-8b6f-ec45b70b7219} executeQuery: Read 60 rows, 4.14 KiB in 0.001096 sec., 54744.52554744526 rows/sec., 3.69 MiB/sec. 2025.12.29 09:29:55.342196 [ 277 ] {d815f597-b8bc-45ca-8b6f-ec45b70b7219} TCPHandler: Processed in 0.001255422 sec. 2025.12.29 09:29:57.144825 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4368 2025.12.29 09:29:57.145339 [ 244 ] {} system.asynchronous_metric_log (a2a3fe4b-2613-4c13-8d24-3fac64fcada3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:57.145385 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.29 09:29:57.145920 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.29 09:29:57.146165 [ 244 ] {} system.asynchronous_metric_log (a2a3fe4b-2613-4c13-8d24-3fac64fcada3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:57.146307 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4368 2025.12.29 09:29:57.379350 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2025.12.29 09:29:57.395860 [ 245 ] {} system.metric_log (0cce2099-71d7-412f-844f-25766bfb4575): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:57.395915 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.29 09:29:57.401356 [ 245 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.29 09:29:57.402039 [ 245 ] {} system.metric_log (0cce2099-71d7-412f-844f-25766bfb4575): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:57.404825 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2025.12.29 09:29:59.617014 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 288 2025.12.29 09:29:59.619069 [ 243 ] {} system.query_log (460cf047-6f15-4774-a0dc-e6b41dd82864): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:29:59.619112 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.29 09:29:59.620225 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.29 09:29:59.620497 [ 243 ] {} system.query_log (460cf047-6f15-4774-a0dc-e6b41dd82864): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:29:59.620742 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 288 2025.12.29 09:30:00.330642 [ 277 ] {} TCP-Session: 277ce465-4141-4df4-adcd-513eb01116f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:30:00.330819 [ 277 ] {bff45088-f34d-4ea7-9c4b-abdc0ded7894} executeQuery: (from [fd00:1122:3344:101::d]:34803) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.29 09:30:00.330885 [ 277 ] {bff45088-f34d-4ea7-9c4b-abdc0ded7894} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.29 09:30:00.331546 [ 277 ] {bff45088-f34d-4ea7-9c4b-abdc0ded7894} oximeter.fields_string (ac387d9c-99a6-4173-bfe8-66349bc72897): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:30:00.331594 [ 277 ] {bff45088-f34d-4ea7-9c4b-abdc0ded7894} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.29 09:30:00.331973 [ 277 ] {bff45088-f34d-4ea7-9c4b-abdc0ded7894} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.29 09:30:00.332215 [ 277 ] {bff45088-f34d-4ea7-9c4b-abdc0ded7894} oximeter.fields_string (ac387d9c-99a6-4173-bfe8-66349bc72897): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:30:00.332343 [ 44 ] {} oximeter.fields_string (ac387d9c-99a6-4173-bfe8-66349bc72897) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.29 09:30:00.332363 [ 277 ] {bff45088-f34d-4ea7-9c4b-abdc0ded7894} executeQuery: Read 56 rows, 4.41 KiB in 0.001596 sec., 35087.71929824562 rows/sec., 2.70 MiB/sec. 2025.12.29 09:30:00.332379 [ 44 ] {} oximeter.fields_string (ac387d9c-99a6-4173-bfe8-66349bc72897): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:30:00.332399 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.29 09:30:00.332405 [ 277 ] {bff45088-f34d-4ea7-9c4b-abdc0ded7894} TCPHandler: Processed in 0.001896304 sec. 2025.12.29 09:30:00.332531 [ 198 ] {ac387d9c-99a6-4173-bfe8-66349bc72897::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.12.29 09:30:00.332535 [ 277 ] {} TCP-Session: 277ce465-4141-4df4-adcd-513eb01116f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:30:00.332679 [ 277 ] {3f18df0f-83fb-415f-8c69-b1a1bee1c068} executeQuery: (from [fd00:1122:3344:101::d]:34803) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.29 09:30:00.332682 [ 198 ] {ac387d9c-99a6-4173-bfe8-66349bc72897::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.29 09:30:00.332726 [ 277 ] {3f18df0f-83fb-415f-8c69-b1a1bee1c068} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.29 09:30:00.332738 [ 198 ] {ac387d9c-99a6-4173-bfe8-66349bc72897::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 252 rows starting from the beginning of the part 2025.12.29 09:30:00.332817 [ 198 ] {ac387d9c-99a6-4173-bfe8-66349bc72897::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1387 rows starting from the beginning of the part 2025.12.29 09:30:00.332868 [ 198 ] {ac387d9c-99a6-4173-bfe8-66349bc72897::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part 2025.12.29 09:30:00.332914 [ 198 ] {ac387d9c-99a6-4173-bfe8-66349bc72897::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part 2025.12.29 09:30:00.332958 [ 198 ] {ac387d9c-99a6-4173-bfe8-66349bc72897::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 126 rows starting from the beginning of the part 2025.12.29 09:30:00.333002 [ 198 ] {ac387d9c-99a6-4173-bfe8-66349bc72897::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part 2025.12.29 09:30:00.333163 [ 277 ] {3f18df0f-83fb-415f-8c69-b1a1bee1c068} oximeter.fields_uuid (411185e8-141a-4e02-a0cf-7dc653f25e09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:30:00.333204 [ 277 ] {3f18df0f-83fb-415f-8c69-b1a1bee1c068} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.29 09:30:00.333546 [ 277 ] {3f18df0f-83fb-415f-8c69-b1a1bee1c068} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.29 09:30:00.333791 [ 277 ] {3f18df0f-83fb-415f-8c69-b1a1bee1c068} oximeter.fields_uuid (411185e8-141a-4e02-a0cf-7dc653f25e09): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:30:00.333897 [ 44 ] {} oximeter.fields_uuid (411185e8-141a-4e02-a0cf-7dc653f25e09) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.29 09:30:00.333923 [ 277 ] {3f18df0f-83fb-415f-8c69-b1a1bee1c068} executeQuery: Read 64 rows, 5.12 KiB in 0.001262 sec., 50713.153724247226 rows/sec., 3.96 MiB/sec. 2025.12.29 09:30:00.333926 [ 44 ] {} oximeter.fields_uuid (411185e8-141a-4e02-a0cf-7dc653f25e09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:30:00.333954 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.29 09:30:00.333959 [ 277 ] {3f18df0f-83fb-415f-8c69-b1a1bee1c068} TCPHandler: Processed in 0.001474536 sec. 2025.12.29 09:30:00.334037 [ 200 ] {411185e8-141a-4e02-a0cf-7dc653f25e09::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.12.29 09:30:00.334098 [ 277 ] {} TCP-Session: 277ce465-4141-4df4-adcd-513eb01116f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:30:00.334132 [ 200 ] {411185e8-141a-4e02-a0cf-7dc653f25e09::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.29 09:30:00.334166 [ 200 ] {411185e8-141a-4e02-a0cf-7dc653f25e09::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 160 rows starting from the beginning of the part 2025.12.29 09:30:00.334220 [ 277 ] {92b3b2a6-59dd-498c-85e4-2c16a1a52021} executeQuery: (from [fd00:1122:3344:101::d]:34803) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.29 09:30:00.334244 [ 189 ] {ac387d9c-99a6-4173-bfe8-66349bc72897::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1933 rows, containing 5 columns (5 merged, 0 gathered) in 0.001772702 sec., 1090425.8019678434 rows/sec., 95.89 MiB/sec. 2025.12.29 09:30:00.334261 [ 200 ] {411185e8-141a-4e02-a0cf-7dc653f25e09::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 593 rows starting from the beginning of the part 2025.12.29 09:30:00.334279 [ 277 ] {92b3b2a6-59dd-498c-85e4-2c16a1a52021} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.29 09:30:00.334348 [ 200 ] {411185e8-141a-4e02-a0cf-7dc653f25e09::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part 2025.12.29 09:30:00.334395 [ 200 ] {411185e8-141a-4e02-a0cf-7dc653f25e09::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part 2025.12.29 09:30:00.334438 [ 200 ] {411185e8-141a-4e02-a0cf-7dc653f25e09::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 99 rows starting from the beginning of the part 2025.12.29 09:30:00.334478 [ 200 ] {411185e8-141a-4e02-a0cf-7dc653f25e09::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part 2025.12.29 09:30:00.334588 [ 190 ] {ac387d9c-99a6-4173-bfe8-66349bc72897::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.29 09:30:00.334777 [ 277 ] {92b3b2a6-59dd-498c-85e4-2c16a1a52021} oximeter.measurements_cumulativeu64 (7a4e14b6-6d38-4026-9cb8-71dc190f52ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:30:00.334822 [ 277 ] {92b3b2a6-59dd-498c-85e4-2c16a1a52021} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.29 09:30:00.334908 [ 190 ] {ac387d9c-99a6-4173-bfe8-66349bc72897::all_1_11_2} oximeter.fields_string (ac387d9c-99a6-4173-bfe8-66349bc72897): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:30:00.335001 [ 190 ] {ac387d9c-99a6-4173-bfe8-66349bc72897::all_1_11_2} oximeter.fields_string (ac387d9c-99a6-4173-bfe8-66349bc72897) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.29 09:30:00.335075 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2025.12.29 09:30:00.335240 [ 277 ] {92b3b2a6-59dd-498c-85e4-2c16a1a52021} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.29 09:30:00.335374 [ 190 ] {411185e8-141a-4e02-a0cf-7dc653f25e09::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1044 rows, containing 5 columns (5 merged, 0 gathered) in 0.001379755 sec., 756656.072998467 rows/sec., 61.00 MiB/sec. 2025.12.29 09:30:00.335488 [ 277 ] {92b3b2a6-59dd-498c-85e4-2c16a1a52021} oximeter.measurements_cumulativeu64 (7a4e14b6-6d38-4026-9cb8-71dc190f52ce): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:30:00.335602 [ 44 ] {} oximeter.measurements_cumulativeu64 (7a4e14b6-6d38-4026-9cb8-71dc190f52ce) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.29 09:30:00.335603 [ 189 ] {411185e8-141a-4e02-a0cf-7dc653f25e09::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.29 09:30:00.335631 [ 277 ] {92b3b2a6-59dd-498c-85e4-2c16a1a52021} executeQuery: Read 160 rows, 11.41 KiB in 0.001436 sec., 111420.61281337048 rows/sec., 7.76 MiB/sec. 2025.12.29 09:30:00.335640 [ 44 ] {} oximeter.measurements_cumulativeu64 (7a4e14b6-6d38-4026-9cb8-71dc190f52ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:30:00.335674 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.29 09:30:00.335682 [ 277 ] {92b3b2a6-59dd-498c-85e4-2c16a1a52021} TCPHandler: Processed in 0.001645579 sec. 2025.12.29 09:30:00.335758 [ 200 ] {7a4e14b6-6d38-4026-9cb8-71dc190f52ce::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.12.29 09:30:00.335819 [ 277 ] {} TCP-Session: 277ce465-4141-4df4-adcd-513eb01116f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.29 09:30:00.335868 [ 200 ] {7a4e14b6-6d38-4026-9cb8-71dc190f52ce::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.29 09:30:00.335908 [ 200 ] {7a4e14b6-6d38-4026-9cb8-71dc190f52ce::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1114 rows starting from the beginning of the part 2025.12.29 09:30:00.335936 [ 277 ] {3b3d3cd8-2391-49aa-bc00-68220f0a52e2} executeQuery: (from [fd00:1122:3344:101::d]:34803) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.29 09:30:00.335974 [ 200 ] {7a4e14b6-6d38-4026-9cb8-71dc190f52ce::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2189 rows starting from the beginning of the part 2025.12.29 09:30:00.335981 [ 189 ] {411185e8-141a-4e02-a0cf-7dc653f25e09::all_1_11_2} oximeter.fields_uuid (411185e8-141a-4e02-a0cf-7dc653f25e09): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:30:00.335988 [ 277 ] {3b3d3cd8-2391-49aa-bc00-68220f0a52e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.29 09:30:00.336035 [ 200 ] {7a4e14b6-6d38-4026-9cb8-71dc190f52ce::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 96 rows starting from the beginning of the part 2025.12.29 09:30:00.336084 [ 189 ] {411185e8-141a-4e02-a0cf-7dc653f25e09::all_1_11_2} oximeter.fields_uuid (411185e8-141a-4e02-a0cf-7dc653f25e09) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.29 09:30:00.336090 [ 200 ] {7a4e14b6-6d38-4026-9cb8-71dc190f52ce::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part 2025.12.29 09:30:00.336162 [ 200 ] {7a4e14b6-6d38-4026-9cb8-71dc190f52ce::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part 2025.12.29 09:30:00.336186 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2025.12.29 09:30:00.336217 [ 200 ] {7a4e14b6-6d38-4026-9cb8-71dc190f52ce::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part 2025.12.29 09:30:00.336429 [ 277 ] {3b3d3cd8-2391-49aa-bc00-68220f0a52e2} oximeter.measurements_u64 (97640d0b-d7e1-4d7f-8de9-b2c44ff33078): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:30:00.336462 [ 277 ] {3b3d3cd8-2391-49aa-bc00-68220f0a52e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.29 09:30:00.336885 [ 277 ] {3b3d3cd8-2391-49aa-bc00-68220f0a52e2} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.29 09:30:00.337105 [ 277 ] {3b3d3cd8-2391-49aa-bc00-68220f0a52e2} oximeter.measurements_u64 (97640d0b-d7e1-4d7f-8de9-b2c44ff33078): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:30:00.337240 [ 277 ] {3b3d3cd8-2391-49aa-bc00-68220f0a52e2} executeQuery: Read 60 rows, 4.14 KiB in 0.001327 sec., 45214.7701582517 rows/sec., 3.05 MiB/sec. 2025.12.29 09:30:00.337245 [ 44 ] {} oximeter.measurements_u64 (97640d0b-d7e1-4d7f-8de9-b2c44ff33078) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.29 09:30:00.337284 [ 277 ] {3b3d3cd8-2391-49aa-bc00-68220f0a52e2} TCPHandler: Processed in 0.001526057 sec. 2025.12.29 09:30:00.337285 [ 44 ] {} oximeter.measurements_u64 (97640d0b-d7e1-4d7f-8de9-b2c44ff33078): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.29 09:30:00.337320 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. 2025.12.29 09:30:00.337410 [ 190 ] {97640d0b-d7e1-4d7f-8de9-b2c44ff33078::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.12.29 09:30:00.337507 [ 190 ] {97640d0b-d7e1-4d7f-8de9-b2c44ff33078::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.29 09:30:00.337535 [ 190 ] {97640d0b-d7e1-4d7f-8de9-b2c44ff33078::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 348 rows starting from the beginning of the part 2025.12.29 09:30:00.337553 [ 200 ] {7a4e14b6-6d38-4026-9cb8-71dc190f52ce::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 3879 rows, containing 5 columns (5 merged, 0 gathered) in 0.001822082 sec., 2128883.3323637466 rows/sec., 146.26 MiB/sec. 2025.12.29 09:30:00.337603 [ 190 ] {97640d0b-d7e1-4d7f-8de9-b2c44ff33078::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part 2025.12.29 09:30:00.337657 [ 190 ] {97640d0b-d7e1-4d7f-8de9-b2c44ff33078::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 36 rows starting from the beginning of the part 2025.12.29 09:30:00.337699 [ 190 ] {97640d0b-d7e1-4d7f-8de9-b2c44ff33078::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part 2025.12.29 09:30:00.337742 [ 190 ] {97640d0b-d7e1-4d7f-8de9-b2c44ff33078::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part 2025.12.29 09:30:00.337782 [ 190 ] {97640d0b-d7e1-4d7f-8de9-b2c44ff33078::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part 2025.12.29 09:30:00.337846 [ 200 ] {7a4e14b6-6d38-4026-9cb8-71dc190f52ce::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.29 09:30:00.338123 [ 200 ] {7a4e14b6-6d38-4026-9cb8-71dc190f52ce::all_1_11_2} oximeter.measurements_cumulativeu64 (7a4e14b6-6d38-4026-9cb8-71dc190f52ce): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:30:00.338188 [ 200 ] {7a4e14b6-6d38-4026-9cb8-71dc190f52ce::all_1_11_2} oximeter.measurements_cumulativeu64 (7a4e14b6-6d38-4026-9cb8-71dc190f52ce) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.29 09:30:00.338245 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB. 2025.12.29 09:30:00.338588 [ 200 ] {97640d0b-d7e1-4d7f-8de9-b2c44ff33078::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 588 rows, containing 4 columns (4 merged, 0 gathered) in 0.001209561 sec., 486126.78484177316 rows/sec., 32.76 MiB/sec. 2025.12.29 09:30:00.338724 [ 190 ] {97640d0b-d7e1-4d7f-8de9-b2c44ff33078::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.29 09:30:00.338967 [ 190 ] {97640d0b-d7e1-4d7f-8de9-b2c44ff33078::all_1_11_2} oximeter.measurements_u64 (97640d0b-d7e1-4d7f-8de9-b2c44ff33078): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.29 09:30:00.339037 [ 190 ] {97640d0b-d7e1-4d7f-8de9-b2c44ff33078::all_1_11_2} oximeter.measurements_u64 (97640d0b-d7e1-4d7f-8de9-b2c44ff33078) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.29 09:30:00.339096 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.