[ Jul 18 19:44:23 Enabled. ] [ Jul 18 19:44:23 Rereading configuration. ] [ Jul 18 19:44:24 Rereading configuration. ] [ Jul 18 19:44:26 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 [ Jul 18 19:44:26 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.07.18 19:44:28.350173 [ 1 ] {} Application: Will watch for the process with pid 25045 2025.07.18 19:44:28.350543 [ 1 ] {} Application: Forked a child process to watch 2025.07.18 19:44:28.835601 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 25045 2025.07.18 19:44:28.838898 [ 1 ] {} Application: starting up 2025.07.18 19:44:28.839067 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2025.07.18 19:44:29.054590 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2025.07.18 19:44:29.092920 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2025.07.18 19:44:29.093034 [ 1 ] {} Application: Initializing DateLUT. 2025.07.18 19:44:29.093056 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2025.07.18 19:44:29.093137 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2025.07.18 19:44:29.094076 [ 1 ] {} Application: Initializing interserver credentials. 2025.07.18 19:44:29.099032 [ 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.07.18 19:44:29.100241 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.07.18 19:44:29.101327 [ 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.07.18 19:44:29.101405 [ 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.07.18 19:44:29.101457 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2025.07.18 19:44:29.102375 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2025.07.18 19:44:29.103632 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2025.07.18 19:44:29.111365 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2025.07.18 19:44:29.112303 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2025.07.18 19:44:29.113878 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.07.18 19:44:29.114020 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.07.18 19:44:29.115310 [ 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.07.18 19:44:29.115902 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.07.18 19:44:29.123942 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.07.18 19:44:29.125130 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2025.07.18 19:44:29.131325 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2025.07.18 19:44:29.131798 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2025.07.18 19:44:29.132664 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2025.07.18 19:44:29.133233 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2025.07.18 19:44:29.135081 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2025.07.18 19:44:29.135112 [ 1 ] {} Application: Loading metadata from /data/ 2025.07.18 19:44:29.135237 [ 134 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:44:29.135361 [ 134 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:44:29.145409 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2025.07.18 19:44:29.145441 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000194803 sec 2025.07.18 19:44:29.145501 [ 1 ] {} ReferentialDeps: No tables 2025.07.18 19:44:29.145548 [ 1 ] {} LoadingDeps: No tables 2025.07.18 19:44:29.146380 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2025.07.18 19:44:29.147106 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2025.07.18 19:44:29.166545 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2025.07.18 19:44:29.166608 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2025.07.18 19:44:29.166755 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2025.07.18 19:44:29.166773 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2025.07.18 19:44:29.166818 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2025.07.18 19:44:29.166902 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2025.07.18 19:44:29.169624 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2025.07.18 19:44:29.169688 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2025.07.18 19:44:29.169760 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2025.07.18 19:44:29.169988 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2025.07.18 19:44:29.170045 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2025.07.18 19:44:29.170061 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2025.07.18 19:44:29.170244 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2025.07.18 19:44:29.170266 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2025.07.18 19:44:29.170307 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2025.07.18 19:44:29.170427 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2025.07.18 19:44:29.204279 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2025.07.18 19:44:29.206732 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2025.07.18 19:44:29.206885 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000185753 sec 2025.07.18 19:44:29.206904 [ 1 ] {} ReferentialDeps: No tables 2025.07.18 19:44:29.206918 [ 1 ] {} LoadingDeps: No tables 2025.07.18 19:44:29.206953 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2025.07.18 19:44:29.207328 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2025.07.18 19:44:29.207484 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2025.07.18 19:44:29.207505 [ 1 ] {} Application: Loaded metadata. 2025.07.18 19:44:29.207519 [ 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.07.18 19:44:29.207533 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2025.07.18 19:44:29.257988 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.07.18 19:44:29.258234 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.84 MiB (RSS), difference: 92.06 MiB 2025.07.18 19:44:29.260415 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.899e-05 sec. 2025.07.18 19:44:29.261036 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2025.07.18 19:44:29.262788 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2025.07.18 19:44:29.262816 [ 1 ] {} Application: Ready for connections. 2025.07.18 19:44:29.273339 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:63013 2025.07.18 19:44:29.274480 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:44:29.274576 [ 3 ] {} TCP-Session: 40778ff5-2b20-4b4a-8a80-207780cbecc2 Authenticating user 'default' from [fd00:1122:3344:101::a]:63013 2025.07.18 19:44:29.274617 [ 3 ] {} TCP-Session: 40778ff5-2b20-4b4a-8a80-207780cbecc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:29.274741 [ 3 ] {} TCP-Session: 40778ff5-2b20-4b4a-8a80-207780cbecc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:29.274863 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.07.18 19:44:29.274895 [ 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.07.18 19:44:29.275017 [ 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.07.18 19:44:29.278341 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62221 2025.07.18 19:44:29.278488 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:46833 2025.07.18 19:44:29.278505 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:44:29.278508 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43243 2025.07.18 19:44:29.278586 [ 4 ] {} TCP-Session: 289943ee-8624-4cab-b816-e27f23fd76b4 Authenticating user 'default' from [fd00:1122:3344:101::a]:62221 2025.07.18 19:44:29.278696 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:44:29.278736 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:46757 2025.07.18 19:44:29.278750 [ 4 ] {} TCP-Session: 289943ee-8624-4cab-b816-e27f23fd76b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:29.278825 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:64328 2025.07.18 19:44:29.278757 [ 254 ] {} TCP-Session: 1a6f7e00-2cac-4b27-ace6-aba972c8e5f1 Authenticating user 'default' from [fd00:1122:3344:101::a]:46833 2025.07.18 19:44:29.278945 [ 4 ] {} TCP-Session: 289943ee-8624-4cab-b816-e27f23fd76b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:29.278984 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:44:29.278961 [ 254 ] {} TCP-Session: 1a6f7e00-2cac-4b27-ace6-aba972c8e5f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:29.279108 [ 254 ] {} TCP-Session: 1a6f7e00-2cac-4b27-ace6-aba972c8e5f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:29.279143 [ 5 ] {} TCP-Session: 25c3e7fa-8187-4078-ae0d-eeaa210fdace Authenticating user 'default' from [fd00:1122:3344:101::a]:43243 2025.07.18 19:44:29.279142 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40903 2025.07.18 19:44:29.279239 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:38690 2025.07.18 19:44:29.279281 [ 5 ] {} TCP-Session: 25c3e7fa-8187-4078-ae0d-eeaa210fdace Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:29.279400 [ 5 ] {} TCP-Session: 25c3e7fa-8187-4078-ae0d-eeaa210fdace Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:29.279638 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:44:29.279681 [ 256 ] {} TCP-Session: cd1ddf16-4b8b-4564-8292-76a496bc55b4 Authenticating user 'default' from [fd00:1122:3344:101::a]:64328 2025.07.18 19:44:29.279802 [ 256 ] {} TCP-Session: cd1ddf16-4b8b-4564-8292-76a496bc55b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:29.279850 [ 256 ] {} TCP-Session: cd1ddf16-4b8b-4564-8292-76a496bc55b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:29.285436 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:44:29.285572 [ 258 ] {} TCP-Session: 39388452-77d4-4551-8a3f-639e53e1b8dd Authenticating user 'default' from [fd00:1122:3344:101::a]:38690 2025.07.18 19:44:29.285624 [ 258 ] {} TCP-Session: 39388452-77d4-4551-8a3f-639e53e1b8dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:29.285641 [ 258 ] {} TCP-Session: 39388452-77d4-4551-8a3f-639e53e1b8dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:29.287940 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:44:29.288000 [ 255 ] {} TCP-Session: c6c02ba8-c88a-4630-a298-d3cac19b920e Authenticating user 'default' from [fd00:1122:3344:101::a]:46757 2025.07.18 19:44:29.288024 [ 255 ] {} TCP-Session: c6c02ba8-c88a-4630-a298-d3cac19b920e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:29.288084 [ 255 ] {} TCP-Session: c6c02ba8-c88a-4630-a298-d3cac19b920e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:29.290911 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:44:29.290971 [ 257 ] {} TCP-Session: ee2af864-e7bb-4cfb-854a-5c7fa0377954 Authenticating user 'default' from [fd00:1122:3344:101::a]:40903 2025.07.18 19:44:29.290993 [ 257 ] {} TCP-Session: ee2af864-e7bb-4cfb-854a-5c7fa0377954 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:29.291096 [ 257 ] {} TCP-Session: ee2af864-e7bb-4cfb-854a-5c7fa0377954 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:29.625028 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:61603 2025.07.18 19:44:29.625229 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:44:29.625418 [ 259 ] {} TCP-Session: a58ddc3f-4b67-4850-9142-8b0c64f430c7 Authenticating user 'default' from [fd00:1122:3344:101::c]:61603 2025.07.18 19:44:29.625456 [ 259 ] {} TCP-Session: a58ddc3f-4b67-4850-9142-8b0c64f430c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:29.625476 [ 259 ] {} TCP-Session: a58ddc3f-4b67-4850-9142-8b0c64f430c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:29.625672 [ 259 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.07.18 19:44:29.625736 [ 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.07.18 19:44:29.625870 [ 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.07.18 19:44:29.629326 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38581 2025.07.18 19:44:29.629451 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50703 2025.07.18 19:44:29.629661 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58942 2025.07.18 19:44:29.629675 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:54663 2025.07.18 19:44:29.629687 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:44:29.629791 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:44:29.629810 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45662 2025.07.18 19:44:29.629873 [ 260 ] {} TCP-Session: 676c402e-c45e-4d8c-89cf-b60052f65419 Authenticating user 'default' from [fd00:1122:3344:101::c]:38581 2025.07.18 19:44:29.629934 [ 261 ] {} TCP-Session: ffaebaac-8039-4159-941b-00a8121b5e11 Authenticating user 'default' from [fd00:1122:3344:101::c]:50703 2025.07.18 19:44:29.629976 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:64790 2025.07.18 19:44:29.629935 [ 260 ] {} TCP-Session: 676c402e-c45e-4d8c-89cf-b60052f65419 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:29.630083 [ 261 ] {} TCP-Session: ffaebaac-8039-4159-941b-00a8121b5e11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:29.630102 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:44:29.630149 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51525 2025.07.18 19:44:29.630197 [ 261 ] {} TCP-Session: ffaebaac-8039-4159-941b-00a8121b5e11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:29.630090 [ 260 ] {} TCP-Session: 676c402e-c45e-4d8c-89cf-b60052f65419 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:29.630256 [ 262 ] {} TCP-Session: 4c814078-2cd6-4e7a-adda-9c7832d223b3 Authenticating user 'default' from [fd00:1122:3344:101::c]:54663 2025.07.18 19:44:29.630419 [ 262 ] {} TCP-Session: 4c814078-2cd6-4e7a-adda-9c7832d223b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:29.630452 [ 262 ] {} TCP-Session: 4c814078-2cd6-4e7a-adda-9c7832d223b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:29.634265 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:44:29.634322 [ 263 ] {} TCP-Session: c9264a41-b80d-4bc6-acd8-af849ce00e2b Authenticating user 'default' from [fd00:1122:3344:101::c]:58942 2025.07.18 19:44:29.634352 [ 263 ] {} TCP-Session: c9264a41-b80d-4bc6-acd8-af849ce00e2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:29.634503 [ 263 ] {} TCP-Session: c9264a41-b80d-4bc6-acd8-af849ce00e2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:29.637015 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:44:29.637086 [ 265 ] {} TCP-Session: 8e82528f-72a2-44a6-8c59-f62e8fb9ca6c Authenticating user 'default' from [fd00:1122:3344:101::c]:64790 2025.07.18 19:44:29.637270 [ 265 ] {} TCP-Session: 8e82528f-72a2-44a6-8c59-f62e8fb9ca6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:29.637291 [ 265 ] {} TCP-Session: 8e82528f-72a2-44a6-8c59-f62e8fb9ca6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:29.639716 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:44:29.639871 [ 266 ] {} TCP-Session: 5597e656-aea1-46f2-8c9f-4e33d0296690 Authenticating user 'default' from [fd00:1122:3344:101::c]:51525 2025.07.18 19:44:29.639900 [ 266 ] {} TCP-Session: 5597e656-aea1-46f2-8c9f-4e33d0296690 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:29.639914 [ 266 ] {} TCP-Session: 5597e656-aea1-46f2-8c9f-4e33d0296690 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:29.642391 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:44:29.642488 [ 264 ] {} TCP-Session: 7997bef2-749f-46f6-a6a1-e85ff58c40ed Authenticating user 'default' from [fd00:1122:3344:101::c]:45662 2025.07.18 19:44:29.642525 [ 264 ] {} TCP-Session: 7997bef2-749f-46f6-a6a1-e85ff58c40ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:29.642719 [ 264 ] {} TCP-Session: 7997bef2-749f-46f6-a6a1-e85ff58c40ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:30.000273 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 116.94 MiB, peak 116.94 MiB, free memory in arenas 0.00 B, will set to 119.56 MiB (RSS), difference: 2.62 MiB 2025.07.18 19:44:30.152905 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37335 2025.07.18 19:44:30.153154 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:44:30.153244 [ 267 ] {} TCP-Session: e04aefa9-4de6-442c-bc37-6293cd6dd7b0 Authenticating user 'default' from [fd00:1122:3344:101::b]:37335 2025.07.18 19:44:30.153269 [ 267 ] {} TCP-Session: e04aefa9-4de6-442c-bc37-6293cd6dd7b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:30.153285 [ 267 ] {} TCP-Session: e04aefa9-4de6-442c-bc37-6293cd6dd7b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:30.153469 [ 267 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.07.18 19:44:30.153504 [ 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.07.18 19:44:30.153647 [ 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.07.18 19:44:30.155032 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:54389 2025.07.18 19:44:30.155161 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60316 2025.07.18 19:44:30.155235 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:44:30.155277 [ 268 ] {} TCP-Session: ca4a7ea9-ab9a-4297-b2c7-df1bbfea6b5c Authenticating user 'default' from [fd00:1122:3344:101::b]:54389 2025.07.18 19:44:30.155323 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60806 2025.07.18 19:44:30.155446 [ 268 ] {} TCP-Session: ca4a7ea9-ab9a-4297-b2c7-df1bbfea6b5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:30.155470 [ 268 ] {} TCP-Session: ca4a7ea9-ab9a-4297-b2c7-df1bbfea6b5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:30.155494 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:39209 2025.07.18 19:44:30.155665 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:64271 2025.07.18 19:44:30.155849 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:59109 2025.07.18 19:44:30.155960 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:58101 2025.07.18 19:44:30.158077 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:44:30.158262 [ 270 ] {} TCP-Session: 2a0956d1-39f6-4cc0-a094-4ca0d35e2fbf Authenticating user 'default' from [fd00:1122:3344:101::b]:60806 2025.07.18 19:44:30.158292 [ 270 ] {} TCP-Session: 2a0956d1-39f6-4cc0-a094-4ca0d35e2fbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:30.158308 [ 270 ] {} TCP-Session: 2a0956d1-39f6-4cc0-a094-4ca0d35e2fbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:30.167145 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:44:30.167195 [ 273 ] {} TCP-Session: b3abafe0-96fe-4e12-ab5a-32519a68d5e3 Authenticating user 'default' from [fd00:1122:3344:101::b]:59109 2025.07.18 19:44:30.167219 [ 273 ] {} TCP-Session: b3abafe0-96fe-4e12-ab5a-32519a68d5e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:30.167339 [ 273 ] {} TCP-Session: b3abafe0-96fe-4e12-ab5a-32519a68d5e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:30.169877 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:44:30.169916 [ 269 ] {} TCP-Session: 52a5dd66-d4cf-4c0e-9620-ba57bfb46ef5 Authenticating user 'default' from [fd00:1122:3344:101::b]:60316 2025.07.18 19:44:30.170052 [ 269 ] {} TCP-Session: 52a5dd66-d4cf-4c0e-9620-ba57bfb46ef5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:30.170070 [ 269 ] {} TCP-Session: 52a5dd66-d4cf-4c0e-9620-ba57bfb46ef5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:30.172334 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:44:30.172348 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:44:30.172506 [ 274 ] {} TCP-Session: beee2762-cd1b-411a-8384-6b0e04343f37 Authenticating user 'default' from [fd00:1122:3344:101::b]:58101 2025.07.18 19:44:30.172586 [ 272 ] {} TCP-Session: cb9b2ddd-d769-48ea-b70d-7514449c37c5 Authenticating user 'default' from [fd00:1122:3344:101::b]:64271 2025.07.18 19:44:30.172596 [ 274 ] {} TCP-Session: beee2762-cd1b-411a-8384-6b0e04343f37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:30.172623 [ 272 ] {} TCP-Session: cb9b2ddd-d769-48ea-b70d-7514449c37c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:30.172738 [ 274 ] {} TCP-Session: beee2762-cd1b-411a-8384-6b0e04343f37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:30.172756 [ 272 ] {} TCP-Session: cb9b2ddd-d769-48ea-b70d-7514449c37c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:30.199036 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:44:30.199127 [ 271 ] {} TCP-Session: d639e1e8-b4d6-4343-bf49-859c993aa4d8 Authenticating user 'default' from [fd00:1122:3344:101::b]:39209 2025.07.18 19:44:30.199156 [ 271 ] {} TCP-Session: d639e1e8-b4d6-4343-bf49-859c993aa4d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:30.199299 [ 271 ] {} TCP-Session: d639e1e8-b4d6-4343-bf49-859c993aa4d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:30.939111 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64961 2025.07.18 19:44:30.939327 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:44:30.939464 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Authenticating user 'default' from [fd00:1122:3344:101::d]:64961 2025.07.18 19:44:30.939490 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:30.939510 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:30.939687 [ 275 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.07.18 19:44:30.939740 [ 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.07.18 19:44:30.939844 [ 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.07.18 19:44:30.943415 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59103 2025.07.18 19:44:30.943536 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62124 2025.07.18 19:44:30.943713 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56453 2025.07.18 19:44:30.943748 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56823 2025.07.18 19:44:30.944957 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63718 2025.07.18 19:44:30.944989 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:44:30.945078 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:44:30.944961 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41779 2025.07.18 19:44:30.945173 [ 279 ] {} TCP-Session: 4eb8c3ce-feb6-48af-b2b5-bde5875422d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56823 2025.07.18 19:44:30.945196 [ 278 ] {} TCP-Session: e27381b1-d4bb-40e4-8f82-9ac58d33f7f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56453 2025.07.18 19:44:30.945328 [ 279 ] {} TCP-Session: 4eb8c3ce-feb6-48af-b2b5-bde5875422d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:30.945353 [ 279 ] {} TCP-Session: 4eb8c3ce-feb6-48af-b2b5-bde5875422d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:30.945353 [ 278 ] {} TCP-Session: e27381b1-d4bb-40e4-8f82-9ac58d33f7f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:30.945486 [ 278 ] {} TCP-Session: e27381b1-d4bb-40e4-8f82-9ac58d33f7f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:30.946532 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49175 2025.07.18 19:44:30.948986 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:44:30.949130 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45573 2025.07.18 19:44:30.949149 [ 277 ] {} TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Authenticating user 'default' from [fd00:1122:3344:101::d]:62124 2025.07.18 19:44:30.949199 [ 277 ] {} TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:30.949324 [ 277 ] {} TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:30.951526 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:44:30.951613 [ 282 ] {} TCP-Session: 901bd09d-a930-412b-bf5c-46638a32c2aa Authenticating user 'default' from [fd00:1122:3344:101::d]:49175 2025.07.18 19:44:30.951691 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:44:30.951697 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:44:30.951732 [ 282 ] {} TCP-Session: 901bd09d-a930-412b-bf5c-46638a32c2aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:30.951762 [ 283 ] {} TCP-Session: 7544fa0d-e505-4708-bfa6-0b343e67e97d Authenticating user 'default' from [fd00:1122:3344:101::d]:45573 2025.07.18 19:44:30.951804 [ 282 ] {} TCP-Session: 901bd09d-a930-412b-bf5c-46638a32c2aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:30.951746 [ 280 ] {} TCP-Session: d4c220a3-df33-4d67-83ca-50943762cfb9 Authenticating user 'default' from [fd00:1122:3344:101::d]:41779 2025.07.18 19:44:30.951881 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:30.951935 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:44:30.951929 [ 280 ] {} TCP-Session: d4c220a3-df33-4d67-83ca-50943762cfb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:30.952048 [ 276 ] {} TCP-Session: 33166858-9eb5-41f6-a7d2-4e176903279f Authenticating user 'default' from [fd00:1122:3344:101::d]:59103 2025.07.18 19:44:30.952074 [ 280 ] {} TCP-Session: d4c220a3-df33-4d67-83ca-50943762cfb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:30.951922 [ 283 ] {} TCP-Session: 7544fa0d-e505-4708-bfa6-0b343e67e97d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:30.952162 [ 276 ] {} TCP-Session: 33166858-9eb5-41f6-a7d2-4e176903279f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:30.952199 [ 283 ] {} TCP-Session: 7544fa0d-e505-4708-bfa6-0b343e67e97d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:30.951902 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.07.18 19:44:30.952264 [ 276 ] {} TCP-Session: 33166858-9eb5-41f6-a7d2-4e176903279f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:30.952287 [ 281 ] {} TCP-Session: 012433dd-421b-43ad-b19e-1114caa812c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:63718 2025.07.18 19:44:30.952447 [ 281 ] {} TCP-Session: 012433dd-421b-43ad-b19e-1114caa812c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:30.952462 [ 281 ] {} TCP-Session: 012433dd-421b-43ad-b19e-1114caa812c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:44:30.955408 [ 275 ] {2ac55532-1645-486f-9e39-8add7eb219b9} executeQuery: (from [fd00:1122:3344:101::d]:64961) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.07.18 19:44:31.000190 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 119.66 MiB, peak 119.66 MiB, free memory in arenas 0.00 B, will set to 122.92 MiB (RSS), difference: 3.26 MiB 2025.07.18 19:44:31.084206 [ 275 ] {2ac55532-1645-486f-9e39-8add7eb219b9} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:64961) (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.07.18 19:44:31.085406 [ 275 ] {2ac55532-1645-486f-9e39-8add7eb219b9} 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.07.18 19:44:31.085654 [ 275 ] {2ac55532-1645-486f-9e39-8add7eb219b9} TCPHandler: Processed in 0.141899902 sec. 2025.07.18 19:44:31.086222 [ 277 ] {} TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:31.086632 [ 277 ] {c60246e6-db52-46ff-b9a1-c2db1aacbbbc} executeQuery: (from [fd00:1122:3344:101::d]:62124) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.07.18 19:44:31.087119 [ 277 ] {c60246e6-db52-46ff-b9a1-c2db1aacbbbc} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:62124) (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.07.18 19:44:31.087424 [ 277 ] {c60246e6-db52-46ff-b9a1-c2db1aacbbbc} 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.07.18 19:44:31.087688 [ 277 ] {c60246e6-db52-46ff-b9a1-c2db1aacbbbc} TCPHandler: Processed in 0.001675203 sec. 2025.07.18 19:44:31.090192 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:31.091145 [ 275 ] {a05bf88c-f80d-4da1-8e96-184bce5bdc37} executeQuery: (from [fd00:1122:3344:101::d]:64961) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2025.07.18 19:44:31.091896 [ 275 ] {a05bf88c-f80d-4da1-8e96-184bce5bdc37} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2025.07.18 19:44:31.093669 [ 275 ] {a05bf88c-f80d-4da1-8e96-184bce5bdc37} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2025.07.18 19:44:31.093699 [ 275 ] {a05bf88c-f80d-4da1-8e96-184bce5bdc37} TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.881e-05 sec 2025.07.18 19:44:31.093714 [ 275 ] {a05bf88c-f80d-4da1-8e96-184bce5bdc37} ReferentialDeps: No tables 2025.07.18 19:44:31.093809 [ 275 ] {a05bf88c-f80d-4da1-8e96-184bce5bdc37} LoadingDeps: No tables 2025.07.18 19:44:31.093842 [ 275 ] {a05bf88c-f80d-4da1-8e96-184bce5bdc37} DatabaseAtomic (oximeter): Starting up tables. 2025.07.18 19:44:31.094605 [ 275 ] {a05bf88c-f80d-4da1-8e96-184bce5bdc37} TCPHandler: Processed in 0.004541354 sec. 2025.07.18 19:44:31.094792 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:31.095061 [ 275 ] {bfe5a6af-6ffc-4dbc-a70a-8b6ead46eea3} executeQuery: (from [fd00:1122:3344:101::d]:64961) /* 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.07.18 19:44:31.095197 [ 275 ] {bfe5a6af-6ffc-4dbc-a70a-8b6ead46eea3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2025.07.18 19:44:31.102863 [ 275 ] {bfe5a6af-6ffc-4dbc-a70a-8b6ead46eea3} StoragePolicy (default): Storage policy default created, total volumes 1 2025.07.18 19:44:31.104879 [ 275 ] {bfe5a6af-6ffc-4dbc-a70a-8b6ead46eea3} oximeter.version (125cbf5e-6d14-475c-a133-5d0626fe7e93): Loading data parts 2025.07.18 19:44:31.107757 [ 275 ] {bfe5a6af-6ffc-4dbc-a70a-8b6ead46eea3} oximeter.version (125cbf5e-6d14-475c-a133-5d0626fe7e93): There are no data parts 2025.07.18 19:44:31.111564 [ 275 ] {bfe5a6af-6ffc-4dbc-a70a-8b6ead46eea3} TCPHandler: Processed in 0.016830449 sec. 2025.07.18 19:44:31.111762 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:31.111970 [ 275 ] {d337d485-9c66-4344-90a4-47b98da074c3} executeQuery: (from [fd00:1122:3344:101::d]:64961) /* 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.07.18 19:44:31.112151 [ 275 ] {d337d485-9c66-4344-90a4-47b98da074c3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2025.07.18 19:44:31.130446 [ 275 ] {d337d485-9c66-4344-90a4-47b98da074c3} oximeter.measurements_bool (0b9376ca-4437-4659-9ac2-9c50c25fa2fb): Loading data parts 2025.07.18 19:44:31.130684 [ 275 ] {d337d485-9c66-4344-90a4-47b98da074c3} oximeter.measurements_bool (0b9376ca-4437-4659-9ac2-9c50c25fa2fb): There are no data parts 2025.07.18 19:44:31.132185 [ 275 ] {d337d485-9c66-4344-90a4-47b98da074c3} TCPHandler: Processed in 0.0204819 sec. 2025.07.18 19:44:31.132486 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:31.132741 [ 275 ] {9532e97c-6735-4ca0-8a8c-7a907b6f2e6d} executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.07.18 19:44:31.132931 [ 275 ] {9532e97c-6735-4ca0-8a8c-7a907b6f2e6d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2025.07.18 19:44:31.134763 [ 275 ] {9532e97c-6735-4ca0-8a8c-7a907b6f2e6d} oximeter.measurements_i8 (87ee9161-5a0f-45a0-b5fc-307d37ee2f26): Loading data parts 2025.07.18 19:44:31.134952 [ 275 ] {9532e97c-6735-4ca0-8a8c-7a907b6f2e6d} oximeter.measurements_i8 (87ee9161-5a0f-45a0-b5fc-307d37ee2f26): There are no data parts 2025.07.18 19:44:31.136648 [ 275 ] {9532e97c-6735-4ca0-8a8c-7a907b6f2e6d} TCPHandler: Processed in 0.00426352 sec. 2025.07.18 19:44:31.137801 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:31.137995 [ 275 ] {e282c35a-2847-46ea-b643-303057a2120f} executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.07.18 19:44:31.138143 [ 275 ] {e282c35a-2847-46ea-b643-303057a2120f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2025.07.18 19:44:31.140312 [ 275 ] {e282c35a-2847-46ea-b643-303057a2120f} oximeter.measurements_u8 (15bc86f0-c3e9-4203-8b42-2b2a16ace365): Loading data parts 2025.07.18 19:44:31.140487 [ 275 ] {e282c35a-2847-46ea-b643-303057a2120f} oximeter.measurements_u8 (15bc86f0-c3e9-4203-8b42-2b2a16ace365): There are no data parts 2025.07.18 19:44:31.141801 [ 275 ] {e282c35a-2847-46ea-b643-303057a2120f} TCPHandler: Processed in 0.004058007 sec. 2025.07.18 19:44:31.142059 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:31.142301 [ 275 ] {e3b4ec90-d639-45b1-bc56-43f00af16102} executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.07.18 19:44:31.142450 [ 275 ] {e3b4ec90-d639-45b1-bc56-43f00af16102} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2025.07.18 19:44:31.144626 [ 275 ] {e3b4ec90-d639-45b1-bc56-43f00af16102} oximeter.measurements_i16 (22f481ba-ea57-4acf-9f5c-fb2dfdb76c84): Loading data parts 2025.07.18 19:44:31.144785 [ 275 ] {e3b4ec90-d639-45b1-bc56-43f00af16102} oximeter.measurements_i16 (22f481ba-ea57-4acf-9f5c-fb2dfdb76c84): There are no data parts 2025.07.18 19:44:31.146291 [ 275 ] {e3b4ec90-d639-45b1-bc56-43f00af16102} TCPHandler: Processed in 0.004295911 sec. 2025.07.18 19:44:31.146460 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:31.146638 [ 275 ] {bd8bfdf2-9367-4783-8e2a-8462ae641e3a} executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.07.18 19:44:31.146774 [ 275 ] {bd8bfdf2-9367-4783-8e2a-8462ae641e3a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2025.07.18 19:44:31.148846 [ 275 ] {bd8bfdf2-9367-4783-8e2a-8462ae641e3a} oximeter.measurements_u16 (e59e53d2-39bb-46af-b1f6-89435527ca78): Loading data parts 2025.07.18 19:44:31.149012 [ 275 ] {bd8bfdf2-9367-4783-8e2a-8462ae641e3a} oximeter.measurements_u16 (e59e53d2-39bb-46af-b1f6-89435527ca78): There are no data parts 2025.07.18 19:44:31.150210 [ 275 ] {bd8bfdf2-9367-4783-8e2a-8462ae641e3a} TCPHandler: Processed in 0.003802223 sec. 2025.07.18 19:44:31.150382 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:31.150656 [ 275 ] {e7286b85-7854-4621-b981-9b46b19bd61c} executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.07.18 19:44:31.150791 [ 275 ] {e7286b85-7854-4621-b981-9b46b19bd61c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2025.07.18 19:44:31.152523 [ 275 ] {e7286b85-7854-4621-b981-9b46b19bd61c} oximeter.measurements_i32 (ad7fcd58-75cb-461a-8657-56d048327597): Loading data parts 2025.07.18 19:44:31.152684 [ 275 ] {e7286b85-7854-4621-b981-9b46b19bd61c} oximeter.measurements_i32 (ad7fcd58-75cb-461a-8657-56d048327597): There are no data parts 2025.07.18 19:44:31.154148 [ 275 ] {e7286b85-7854-4621-b981-9b46b19bd61c} TCPHandler: Processed in 0.003817074 sec. 2025.07.18 19:44:31.154311 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:31.154488 [ 275 ] {b5ce2cc0-05df-4649-ac09-2fa2e184e951} executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.07.18 19:44:31.154632 [ 275 ] {b5ce2cc0-05df-4649-ac09-2fa2e184e951} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2025.07.18 19:44:31.156572 [ 275 ] {b5ce2cc0-05df-4649-ac09-2fa2e184e951} oximeter.measurements_u32 (004ae167-0c2b-4251-a77e-3426eefc3187): Loading data parts 2025.07.18 19:44:31.156770 [ 275 ] {b5ce2cc0-05df-4649-ac09-2fa2e184e951} oximeter.measurements_u32 (004ae167-0c2b-4251-a77e-3426eefc3187): There are no data parts 2025.07.18 19:44:31.158108 [ 275 ] {b5ce2cc0-05df-4649-ac09-2fa2e184e951} TCPHandler: Processed in 0.003854464 sec. 2025.07.18 19:44:31.158286 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:31.158614 [ 275 ] {d2a01b3a-67e8-4b8d-a0fd-806c96c704e5} executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.07.18 19:44:31.158755 [ 275 ] {d2a01b3a-67e8-4b8d-a0fd-806c96c704e5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2025.07.18 19:44:31.160904 [ 275 ] {d2a01b3a-67e8-4b8d-a0fd-806c96c704e5} oximeter.measurements_i64 (62da645f-c4f7-4d8c-bb23-18bc849666de): Loading data parts 2025.07.18 19:44:31.161080 [ 275 ] {d2a01b3a-67e8-4b8d-a0fd-806c96c704e5} oximeter.measurements_i64 (62da645f-c4f7-4d8c-bb23-18bc849666de): There are no data parts 2025.07.18 19:44:31.162417 [ 275 ] {d2a01b3a-67e8-4b8d-a0fd-806c96c704e5} TCPHandler: Processed in 0.004187779 sec. 2025.07.18 19:44:31.162596 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:31.162777 [ 275 ] {8dcbde12-34ad-4a0e-8ec2-e6ce9d11f285} executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.07.18 19:44:31.162915 [ 275 ] {8dcbde12-34ad-4a0e-8ec2-e6ce9d11f285} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2025.07.18 19:44:31.164777 [ 275 ] {8dcbde12-34ad-4a0e-8ec2-e6ce9d11f285} oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Loading data parts 2025.07.18 19:44:31.165059 [ 275 ] {8dcbde12-34ad-4a0e-8ec2-e6ce9d11f285} oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): There are no data parts 2025.07.18 19:44:31.166345 [ 275 ] {8dcbde12-34ad-4a0e-8ec2-e6ce9d11f285} TCPHandler: Processed in 0.003822504 sec. 2025.07.18 19:44:31.166528 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:31.166849 [ 275 ] {10aa0514-ad6e-4e6e-9120-df4b015f7db3} executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.07.18 19:44:31.167017 [ 275 ] {10aa0514-ad6e-4e6e-9120-df4b015f7db3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2025.07.18 19:44:31.168889 [ 275 ] {10aa0514-ad6e-4e6e-9120-df4b015f7db3} oximeter.measurements_f32 (939c994c-a6be-4417-844f-9204bc04c057): Loading data parts 2025.07.18 19:44:31.169056 [ 275 ] {10aa0514-ad6e-4e6e-9120-df4b015f7db3} oximeter.measurements_f32 (939c994c-a6be-4417-844f-9204bc04c057): There are no data parts 2025.07.18 19:44:31.170542 [ 275 ] {10aa0514-ad6e-4e6e-9120-df4b015f7db3} TCPHandler: Processed in 0.004081878 sec. 2025.07.18 19:44:31.170709 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:31.170888 [ 275 ] {ae6a3878-ddc2-44ae-8482-52ec36bdf6c7} executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.07.18 19:44:31.171027 [ 275 ] {ae6a3878-ddc2-44ae-8482-52ec36bdf6c7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2025.07.18 19:44:31.173029 [ 275 ] {ae6a3878-ddc2-44ae-8482-52ec36bdf6c7} oximeter.measurements_f64 (94251380-b42d-4b6a-a7c6-e2f9fa31c8b7): Loading data parts 2025.07.18 19:44:31.173250 [ 275 ] {ae6a3878-ddc2-44ae-8482-52ec36bdf6c7} oximeter.measurements_f64 (94251380-b42d-4b6a-a7c6-e2f9fa31c8b7): There are no data parts 2025.07.18 19:44:31.174735 [ 275 ] {ae6a3878-ddc2-44ae-8482-52ec36bdf6c7} TCPHandler: Processed in 0.004080238 sec. 2025.07.18 19:44:31.174902 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:31.175215 [ 275 ] {75f94fc5-0431-420e-ba56-003a07bca2eb} executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.07.18 19:44:31.175349 [ 275 ] {75f94fc5-0431-420e-ba56-003a07bca2eb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2025.07.18 19:44:31.177432 [ 275 ] {75f94fc5-0431-420e-ba56-003a07bca2eb} oximeter.measurements_string (1497aad6-816c-4d75-8fa5-da537cce61b5): Loading data parts 2025.07.18 19:44:31.177587 [ 275 ] {75f94fc5-0431-420e-ba56-003a07bca2eb} oximeter.measurements_string (1497aad6-816c-4d75-8fa5-da537cce61b5): There are no data parts 2025.07.18 19:44:31.178828 [ 275 ] {75f94fc5-0431-420e-ba56-003a07bca2eb} TCPHandler: Processed in 0.003980456 sec. 2025.07.18 19:44:31.179023 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:31.179203 [ 275 ] {a4386003-049b-4a87-b368-2ddcfbcc6032} executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.07.18 19:44:31.179339 [ 275 ] {a4386003-049b-4a87-b368-2ddcfbcc6032} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2025.07.18 19:44:31.181194 [ 275 ] {a4386003-049b-4a87-b368-2ddcfbcc6032} oximeter.measurements_bytes (680cd68d-d8da-47ee-b20f-a4ff42c097bc): Loading data parts 2025.07.18 19:44:31.181366 [ 275 ] {a4386003-049b-4a87-b368-2ddcfbcc6032} oximeter.measurements_bytes (680cd68d-d8da-47ee-b20f-a4ff42c097bc): There are no data parts 2025.07.18 19:44:31.182778 [ 275 ] {a4386003-049b-4a87-b368-2ddcfbcc6032} TCPHandler: Processed in 0.003808244 sec. 2025.07.18 19:44:31.182947 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:31.183132 [ 275 ] {88d95269-e265-4b95-ac85-df9e4480011c} executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.07.18 19:44:31.183264 [ 275 ] {88d95269-e265-4b95-ac85-df9e4480011c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2025.07.18 19:44:31.185132 [ 275 ] {88d95269-e265-4b95-ac85-df9e4480011c} oximeter.measurements_cumulativei64 (ad37e0b0-b7f8-4089-ad82-eaa35e510529): Loading data parts 2025.07.18 19:44:31.185296 [ 275 ] {88d95269-e265-4b95-ac85-df9e4480011c} oximeter.measurements_cumulativei64 (ad37e0b0-b7f8-4089-ad82-eaa35e510529): There are no data parts 2025.07.18 19:44:31.186756 [ 275 ] {88d95269-e265-4b95-ac85-df9e4480011c} TCPHandler: Processed in 0.003861514 sec. 2025.07.18 19:44:31.187070 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:31.187302 [ 275 ] {16509970-1e0c-4fe1-8a75-5217fe48b053} executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.07.18 19:44:31.187521 [ 275 ] {16509970-1e0c-4fe1-8a75-5217fe48b053} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2025.07.18 19:44:31.189501 [ 275 ] {16509970-1e0c-4fe1-8a75-5217fe48b053} oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Loading data parts 2025.07.18 19:44:31.189924 [ 275 ] {16509970-1e0c-4fe1-8a75-5217fe48b053} oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): There are no data parts 2025.07.18 19:44:31.191261 [ 275 ] {16509970-1e0c-4fe1-8a75-5217fe48b053} TCPHandler: Processed in 0.00424571 sec. 2025.07.18 19:44:31.191443 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:31.191727 [ 275 ] {c558a179-5248-46e4-9238-d617c759a788} executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.07.18 19:44:31.191890 [ 275 ] {c558a179-5248-46e4-9238-d617c759a788} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2025.07.18 19:44:31.193927 [ 275 ] {c558a179-5248-46e4-9238-d617c759a788} oximeter.measurements_cumulativef32 (09ca3ff4-d089-455e-b325-211831f7ca49): Loading data parts 2025.07.18 19:44:31.194098 [ 275 ] {c558a179-5248-46e4-9238-d617c759a788} oximeter.measurements_cumulativef32 (09ca3ff4-d089-455e-b325-211831f7ca49): There are no data parts 2025.07.18 19:44:31.195397 [ 275 ] {c558a179-5248-46e4-9238-d617c759a788} TCPHandler: Processed in 0.004012827 sec. 2025.07.18 19:44:31.195571 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:31.195749 [ 275 ] {8567f7e1-a9df-4b06-941f-47ace7ffa4b7} executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.07.18 19:44:31.195886 [ 275 ] {8567f7e1-a9df-4b06-941f-47ace7ffa4b7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2025.07.18 19:44:31.197887 [ 275 ] {8567f7e1-a9df-4b06-941f-47ace7ffa4b7} oximeter.measurements_cumulativef64 (fad857c9-779f-496e-85d7-5edf8e9d4645): Loading data parts 2025.07.18 19:44:31.198105 [ 275 ] {8567f7e1-a9df-4b06-941f-47ace7ffa4b7} oximeter.measurements_cumulativef64 (fad857c9-779f-496e-85d7-5edf8e9d4645): There are no data parts 2025.07.18 19:44:31.199510 [ 275 ] {8567f7e1-a9df-4b06-941f-47ace7ffa4b7} TCPHandler: Processed in 0.003993667 sec. 2025.07.18 19:44:31.199795 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:31.200054 [ 275 ] {71240594-3e6a-4664-b217-81334d3c14b6} executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.07.18 19:44:31.200210 [ 275 ] {71240594-3e6a-4664-b217-81334d3c14b6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2025.07.18 19:44:31.202314 [ 275 ] {71240594-3e6a-4664-b217-81334d3c14b6} oximeter.measurements_histogrami8 (a9319a86-bf5a-40ba-81a6-b8cd8d680ef4): Loading data parts 2025.07.18 19:44:31.202570 [ 275 ] {71240594-3e6a-4664-b217-81334d3c14b6} oximeter.measurements_histogrami8 (a9319a86-bf5a-40ba-81a6-b8cd8d680ef4): There are no data parts 2025.07.18 19:44:31.204635 [ 275 ] {71240594-3e6a-4664-b217-81334d3c14b6} TCPHandler: Processed in 0.00490187 sec. 2025.07.18 19:44:31.204830 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:31.205087 [ 275 ] {a4d20233-dc3c-4c19-84cd-64318a84bc0b} executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.07.18 19:44:31.205236 [ 275 ] {a4d20233-dc3c-4c19-84cd-64318a84bc0b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2025.07.18 19:44:31.207685 [ 275 ] {a4d20233-dc3c-4c19-84cd-64318a84bc0b} oximeter.measurements_histogramu8 (9600afbd-e597-44d7-9e5d-d20c691a578b): Loading data parts 2025.07.18 19:44:31.207863 [ 275 ] {a4d20233-dc3c-4c19-84cd-64318a84bc0b} oximeter.measurements_histogramu8 (9600afbd-e597-44d7-9e5d-d20c691a578b): There are no data parts 2025.07.18 19:44:31.209311 [ 275 ] {a4d20233-dc3c-4c19-84cd-64318a84bc0b} TCPHandler: Processed in 0.004539674 sec. 2025.07.18 19:44:31.209575 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:31.209895 [ 275 ] {2f88fb4e-ba0a-4a22-967e-e43bfb3651d8} executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.07.18 19:44:31.210063 [ 275 ] {2f88fb4e-ba0a-4a22-967e-e43bfb3651d8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2025.07.18 19:44:31.212101 [ 275 ] {2f88fb4e-ba0a-4a22-967e-e43bfb3651d8} oximeter.measurements_histogrami16 (ab23fe16-fd0b-4185-afb6-523df4f85b05): Loading data parts 2025.07.18 19:44:31.212277 [ 275 ] {2f88fb4e-ba0a-4a22-967e-e43bfb3651d8} oximeter.measurements_histogrami16 (ab23fe16-fd0b-4185-afb6-523df4f85b05): There are no data parts 2025.07.18 19:44:31.213660 [ 275 ] {2f88fb4e-ba0a-4a22-967e-e43bfb3651d8} TCPHandler: Processed in 0.004152078 sec. 2025.07.18 19:44:31.213851 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:31.214102 [ 275 ] {09859832-b06e-404f-9633-e6fb1376915f} executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.07.18 19:44:31.214258 [ 275 ] {09859832-b06e-404f-9633-e6fb1376915f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2025.07.18 19:44:31.216417 [ 275 ] {09859832-b06e-404f-9633-e6fb1376915f} oximeter.measurements_histogramu16 (a1668d30-00f1-43d8-a2b2-bce372bc31a9): Loading data parts 2025.07.18 19:44:31.216571 [ 275 ] {09859832-b06e-404f-9633-e6fb1376915f} oximeter.measurements_histogramu16 (a1668d30-00f1-43d8-a2b2-bce372bc31a9): There are no data parts 2025.07.18 19:44:31.218189 [ 275 ] {09859832-b06e-404f-9633-e6fb1376915f} TCPHandler: Processed in 0.004403603 sec. 2025.07.18 19:44:31.218422 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:31.218715 [ 275 ] {546148aa-3852-400c-b399-09db7ebb3b09} executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.07.18 19:44:31.218870 [ 275 ] {546148aa-3852-400c-b399-09db7ebb3b09} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2025.07.18 19:44:31.220976 [ 275 ] {546148aa-3852-400c-b399-09db7ebb3b09} oximeter.measurements_histogrami32 (30ac7d46-0fc3-4f7e-aef4-69b0efc2cd5a): Loading data parts 2025.07.18 19:44:31.221143 [ 275 ] {546148aa-3852-400c-b399-09db7ebb3b09} oximeter.measurements_histogrami32 (30ac7d46-0fc3-4f7e-aef4-69b0efc2cd5a): There are no data parts 2025.07.18 19:44:31.222568 [ 275 ] {546148aa-3852-400c-b399-09db7ebb3b09} TCPHandler: Processed in 0.00420172 sec. 2025.07.18 19:44:31.222750 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:31.222998 [ 275 ] {ff380e82-6a0f-4f7e-b322-4efd97615a27} executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.07.18 19:44:31.223150 [ 275 ] {ff380e82-6a0f-4f7e-b322-4efd97615a27} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2025.07.18 19:44:31.225407 [ 275 ] {ff380e82-6a0f-4f7e-b322-4efd97615a27} oximeter.measurements_histogramu32 (6e9e3b1e-ee8f-4ad4-b197-c1a7d12cd2bd): Loading data parts 2025.07.18 19:44:31.225603 [ 275 ] {ff380e82-6a0f-4f7e-b322-4efd97615a27} oximeter.measurements_histogramu32 (6e9e3b1e-ee8f-4ad4-b197-c1a7d12cd2bd): There are no data parts 2025.07.18 19:44:31.227077 [ 275 ] {ff380e82-6a0f-4f7e-b322-4efd97615a27} TCPHandler: Processed in 0.004381653 sec. 2025.07.18 19:44:31.227247 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:31.227774 [ 275 ] {cb064db9-0e89-45af-bb06-ade8d3ed38d5} executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.07.18 19:44:31.227934 [ 275 ] {cb064db9-0e89-45af-bb06-ade8d3ed38d5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2025.07.18 19:44:31.230142 [ 275 ] {cb064db9-0e89-45af-bb06-ade8d3ed38d5} oximeter.measurements_histogrami64 (d3021ef8-367d-4a58-aaa6-ac80d6be76d0): Loading data parts 2025.07.18 19:44:31.230388 [ 275 ] {cb064db9-0e89-45af-bb06-ade8d3ed38d5} oximeter.measurements_histogrami64 (d3021ef8-367d-4a58-aaa6-ac80d6be76d0): There are no data parts 2025.07.18 19:44:31.231751 [ 275 ] {cb064db9-0e89-45af-bb06-ade8d3ed38d5} TCPHandler: Processed in 0.004561665 sec. 2025.07.18 19:44:31.231919 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:31.232158 [ 275 ] {0294f7ba-df54-4fe7-9e40-f498e9f4d309} executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.07.18 19:44:31.232330 [ 275 ] {0294f7ba-df54-4fe7-9e40-f498e9f4d309} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2025.07.18 19:44:31.234884 [ 275 ] {0294f7ba-df54-4fe7-9e40-f498e9f4d309} oximeter.measurements_histogramu64 (54b9d155-51f9-4ef4-8448-4c82edc28778): Loading data parts 2025.07.18 19:44:31.235193 [ 275 ] {0294f7ba-df54-4fe7-9e40-f498e9f4d309} oximeter.measurements_histogramu64 (54b9d155-51f9-4ef4-8448-4c82edc28778): There are no data parts 2025.07.18 19:44:31.236438 [ 275 ] {0294f7ba-df54-4fe7-9e40-f498e9f4d309} TCPHandler: Processed in 0.004571295 sec. 2025.07.18 19:44:31.236605 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:31.236947 [ 275 ] {8d16b530-8cf8-4627-8401-89fbe2c4ffb1} executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.07.18 19:44:31.237095 [ 275 ] {8d16b530-8cf8-4627-8401-89fbe2c4ffb1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2025.07.18 19:44:31.239066 [ 275 ] {8d16b530-8cf8-4627-8401-89fbe2c4ffb1} oximeter.measurements_histogramf32 (6597f2ab-58ff-40c8-bb61-fd4a8e045f31): Loading data parts 2025.07.18 19:44:31.239230 [ 275 ] {8d16b530-8cf8-4627-8401-89fbe2c4ffb1} oximeter.measurements_histogramf32 (6597f2ab-58ff-40c8-bb61-fd4a8e045f31): There are no data parts 2025.07.18 19:44:31.241102 [ 275 ] {8d16b530-8cf8-4627-8401-89fbe2c4ffb1} TCPHandler: Processed in 0.004549504 sec. 2025.07.18 19:44:31.241275 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:31.241514 [ 275 ] {35587087-a5d5-4383-843a-9213b72b1332} executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.07.18 19:44:31.241683 [ 275 ] {35587087-a5d5-4383-843a-9213b72b1332} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2025.07.18 19:44:31.244029 [ 275 ] {35587087-a5d5-4383-843a-9213b72b1332} oximeter.measurements_histogramf64 (ed3e3888-8ade-49b3-86be-5ccc14f8a00b): Loading data parts 2025.07.18 19:44:31.244198 [ 275 ] {35587087-a5d5-4383-843a-9213b72b1332} oximeter.measurements_histogramf64 (ed3e3888-8ade-49b3-86be-5ccc14f8a00b): There are no data parts 2025.07.18 19:44:31.245503 [ 275 ] {35587087-a5d5-4383-843a-9213b72b1332} TCPHandler: Processed in 0.004283251 sec. 2025.07.18 19:44:31.245674 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:31.245968 [ 275 ] {fb1e0e81-2020-4ecd-8bab-fdf5f97078de} executeQuery: (from [fd00:1122:3344:101::d]:64961) /* 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.07.18 19:44:31.246110 [ 275 ] {fb1e0e81-2020-4ecd-8bab-fdf5f97078de} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2025.07.18 19:44:31.248083 [ 275 ] {fb1e0e81-2020-4ecd-8bab-fdf5f97078de} oximeter.fields_bool (29c91cb9-3f4d-456b-9d08-72b31c4a3af8): Loading data parts 2025.07.18 19:44:31.248250 [ 275 ] {fb1e0e81-2020-4ecd-8bab-fdf5f97078de} oximeter.fields_bool (29c91cb9-3f4d-456b-9d08-72b31c4a3af8): There are no data parts 2025.07.18 19:44:31.249627 [ 275 ] {fb1e0e81-2020-4ecd-8bab-fdf5f97078de} TCPHandler: Processed in 0.004007457 sec. 2025.07.18 19:44:31.249819 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:31.249988 [ 275 ] {4f37f45a-e950-408a-be32-6d94f8f146d3} executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.07.18 19:44:31.250121 [ 275 ] {4f37f45a-e950-408a-be32-6d94f8f146d3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2025.07.18 19:44:31.252003 [ 275 ] {4f37f45a-e950-408a-be32-6d94f8f146d3} oximeter.fields_i8 (ce966c57-4dae-4892-a137-3f2aee54149e): Loading data parts 2025.07.18 19:44:31.252257 [ 275 ] {4f37f45a-e950-408a-be32-6d94f8f146d3} oximeter.fields_i8 (ce966c57-4dae-4892-a137-3f2aee54149e): There are no data parts 2025.07.18 19:44:31.253453 [ 275 ] {4f37f45a-e950-408a-be32-6d94f8f146d3} TCPHandler: Processed in 0.003678282 sec. 2025.07.18 19:44:31.253615 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:31.253967 [ 275 ] {660e3f95-2a3e-4e67-a7db-942943cd0bbd} executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.07.18 19:44:31.254104 [ 275 ] {660e3f95-2a3e-4e67-a7db-942943cd0bbd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2025.07.18 19:44:31.256206 [ 275 ] {660e3f95-2a3e-4e67-a7db-942943cd0bbd} oximeter.fields_u8 (736a6c0d-6237-4cfe-9450-cd0fd9a519da): Loading data parts 2025.07.18 19:44:31.256381 [ 275 ] {660e3f95-2a3e-4e67-a7db-942943cd0bbd} oximeter.fields_u8 (736a6c0d-6237-4cfe-9450-cd0fd9a519da): There are no data parts 2025.07.18 19:44:31.257917 [ 275 ] {660e3f95-2a3e-4e67-a7db-942943cd0bbd} TCPHandler: Processed in 0.004354682 sec. 2025.07.18 19:44:31.258078 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:31.258257 [ 275 ] {9eabc04c-2659-42f8-a797-08d1ec908cca} executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.07.18 19:44:31.258525 [ 275 ] {9eabc04c-2659-42f8-a797-08d1ec908cca} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2025.07.18 19:44:31.260879 [ 275 ] {9eabc04c-2659-42f8-a797-08d1ec908cca} oximeter.fields_i16 (9670372c-27bf-491f-9436-53745a4efd39): Loading data parts 2025.07.18 19:44:31.261202 [ 275 ] {9eabc04c-2659-42f8-a797-08d1ec908cca} oximeter.fields_i16 (9670372c-27bf-491f-9436-53745a4efd39): There are no data parts 2025.07.18 19:44:31.262750 [ 275 ] {9eabc04c-2659-42f8-a797-08d1ec908cca} TCPHandler: Processed in 0.004728897 sec. 2025.07.18 19:44:31.262914 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:31.263187 [ 275 ] {6452a5cc-df60-42a8-8e98-56a0735f7db8} executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.07.18 19:44:31.263337 [ 275 ] {6452a5cc-df60-42a8-8e98-56a0735f7db8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2025.07.18 19:44:31.265170 [ 275 ] {6452a5cc-df60-42a8-8e98-56a0735f7db8} oximeter.fields_u16 (c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81): Loading data parts 2025.07.18 19:44:31.265411 [ 275 ] {6452a5cc-df60-42a8-8e98-56a0735f7db8} oximeter.fields_u16 (c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81): There are no data parts 2025.07.18 19:44:31.267039 [ 275 ] {6452a5cc-df60-42a8-8e98-56a0735f7db8} TCPHandler: Processed in 0.004179259 sec. 2025.07.18 19:44:31.267202 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:31.267390 [ 275 ] {9140a91d-c92a-4454-9248-0cf86a6a0248} executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.07.18 19:44:31.267543 [ 275 ] {9140a91d-c92a-4454-9248-0cf86a6a0248} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2025.07.18 19:44:31.271242 [ 275 ] {9140a91d-c92a-4454-9248-0cf86a6a0248} oximeter.fields_i32 (5658f6b8-1f24-4925-a0ff-2a060bdc35c3): Loading data parts 2025.07.18 19:44:31.271449 [ 275 ] {9140a91d-c92a-4454-9248-0cf86a6a0248} oximeter.fields_i32 (5658f6b8-1f24-4925-a0ff-2a060bdc35c3): There are no data parts 2025.07.18 19:44:31.273583 [ 275 ] {9140a91d-c92a-4454-9248-0cf86a6a0248} TCPHandler: Processed in 0.006434941 sec. 2025.07.18 19:44:31.273763 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:31.274036 [ 275 ] {79a0f393-2c26-427b-969c-ea95363690fd} executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.07.18 19:44:31.274166 [ 275 ] {79a0f393-2c26-427b-969c-ea95363690fd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2025.07.18 19:44:31.276347 [ 275 ] {79a0f393-2c26-427b-969c-ea95363690fd} oximeter.fields_u32 (092cebd8-8f07-4c7b-8e29-835d97f6cd69): Loading data parts 2025.07.18 19:44:31.276569 [ 275 ] {79a0f393-2c26-427b-969c-ea95363690fd} oximeter.fields_u32 (092cebd8-8f07-4c7b-8e29-835d97f6cd69): There are no data parts 2025.07.18 19:44:31.278534 [ 275 ] {79a0f393-2c26-427b-969c-ea95363690fd} TCPHandler: Processed in 0.004825769 sec. 2025.07.18 19:44:31.278717 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:31.278892 [ 275 ] {2b4b5866-9792-4840-ac03-7420d0f56e83} executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.07.18 19:44:31.279044 [ 275 ] {2b4b5866-9792-4840-ac03-7420d0f56e83} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2025.07.18 19:44:31.281889 [ 275 ] {2b4b5866-9792-4840-ac03-7420d0f56e83} oximeter.fields_i64 (db1445fc-c38f-44a5-979c-73eac7e56932): Loading data parts 2025.07.18 19:44:31.282045 [ 275 ] {2b4b5866-9792-4840-ac03-7420d0f56e83} oximeter.fields_i64 (db1445fc-c38f-44a5-979c-73eac7e56932): There are no data parts 2025.07.18 19:44:31.283370 [ 275 ] {2b4b5866-9792-4840-ac03-7420d0f56e83} TCPHandler: Processed in 0.004708436 sec. 2025.07.18 19:44:31.283550 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:31.283849 [ 275 ] {74003bae-6b1f-436e-ae6c-1065067a6ea4} executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.07.18 19:44:31.284004 [ 275 ] {74003bae-6b1f-436e-ae6c-1065067a6ea4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2025.07.18 19:44:31.286151 [ 275 ] {74003bae-6b1f-436e-ae6c-1065067a6ea4} oximeter.fields_u64 (d88375bd-d8fc-4440-9023-5fdd11816158): Loading data parts 2025.07.18 19:44:31.286310 [ 275 ] {74003bae-6b1f-436e-ae6c-1065067a6ea4} oximeter.fields_u64 (d88375bd-d8fc-4440-9023-5fdd11816158): There are no data parts 2025.07.18 19:44:31.287687 [ 275 ] {74003bae-6b1f-436e-ae6c-1065067a6ea4} TCPHandler: Processed in 0.00419957 sec. 2025.07.18 19:44:31.287850 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:31.288023 [ 275 ] {0282fa57-fba7-474d-8639-55e2b4032b08} executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.07.18 19:44:31.288165 [ 275 ] {0282fa57-fba7-474d-8639-55e2b4032b08} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2025.07.18 19:44:31.290310 [ 275 ] {0282fa57-fba7-474d-8639-55e2b4032b08} oximeter.fields_ipaddr (95f3574e-d404-4ed7-9714-67180dc380d8): Loading data parts 2025.07.18 19:44:31.290566 [ 275 ] {0282fa57-fba7-474d-8639-55e2b4032b08} oximeter.fields_ipaddr (95f3574e-d404-4ed7-9714-67180dc380d8): There are no data parts 2025.07.18 19:44:31.291761 [ 275 ] {0282fa57-fba7-474d-8639-55e2b4032b08} TCPHandler: Processed in 0.003966786 sec. 2025.07.18 19:44:31.292026 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:31.292198 [ 275 ] {7530e724-2249-40ff-9084-a893fe5910f6} executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.07.18 19:44:31.292345 [ 275 ] {7530e724-2249-40ff-9084-a893fe5910f6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2025.07.18 19:44:31.294633 [ 275 ] {7530e724-2249-40ff-9084-a893fe5910f6} oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Loading data parts 2025.07.18 19:44:31.294914 [ 275 ] {7530e724-2249-40ff-9084-a893fe5910f6} oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): There are no data parts 2025.07.18 19:44:31.296268 [ 275 ] {7530e724-2249-40ff-9084-a893fe5910f6} TCPHandler: Processed in 0.004295991 sec. 2025.07.18 19:44:31.296456 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:31.296770 [ 275 ] {236bc757-1a96-456a-94c8-ae91e54be467} executeQuery: (from [fd00:1122:3344:101::d]:64961) 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.07.18 19:44:31.296821 [ 275 ] {236bc757-1a96-456a-94c8-ae91e54be467} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2025.07.18 19:44:31.298886 [ 275 ] {236bc757-1a96-456a-94c8-ae91e54be467} oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Loading data parts 2025.07.18 19:44:31.299057 [ 275 ] {236bc757-1a96-456a-94c8-ae91e54be467} oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): There are no data parts 2025.07.18 19:44:31.300399 [ 275 ] {236bc757-1a96-456a-94c8-ae91e54be467} TCPHandler: Processed in 0.004008257 sec. 2025.07.18 19:44:31.300748 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:31.301028 [ 275 ] {c82022f8-7505-4f25-aa04-82fd9e7f48cb} executeQuery: (from [fd00:1122:3344:101::d]:64961) /* 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.07.18 19:44:31.301172 [ 275 ] {c82022f8-7505-4f25-aa04-82fd9e7f48cb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2025.07.18 19:44:31.303607 [ 275 ] {c82022f8-7505-4f25-aa04-82fd9e7f48cb} oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895): Loading data parts 2025.07.18 19:44:31.303779 [ 275 ] {c82022f8-7505-4f25-aa04-82fd9e7f48cb} oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895): There are no data parts 2025.07.18 19:44:31.305629 [ 275 ] {c82022f8-7505-4f25-aa04-82fd9e7f48cb} TCPHandler: Processed in 0.00495483 sec. 2025.07.18 19:44:31.305988 [ 277 ] {} TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:31.306435 [ 277 ] {ea7e0321-b92b-4b9b-880d-2a9d08a01a9c} executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2025.07.18 19:44:31.308050 [ 277 ] {ea7e0321-b92b-4b9b-880d-2a9d08a01a9c} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2025.07.18 19:44:31.334452 [ 284 ] {ea7e0321-b92b-4b9b-880d-2a9d08a01a9c} oximeter.version (125cbf5e-6d14-475c-a133-5d0626fe7e93): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:44:31.334523 [ 284 ] {ea7e0321-b92b-4b9b-880d-2a9d08a01a9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.07.18 19:44:31.342052 [ 284 ] {ea7e0321-b92b-4b9b-880d-2a9d08a01a9c} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.18 19:44:31.342918 [ 284 ] {ea7e0321-b92b-4b9b-880d-2a9d08a01a9c} oximeter.version (125cbf5e-6d14-475c-a133-5d0626fe7e93): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:44:31.343248 [ 277 ] {ea7e0321-b92b-4b9b-880d-2a9d08a01a9c} executeQuery: Read 1 rows, 16.00 B in 0.036966 sec., 27.051885516420494 rows/sec., 432.83 B/sec. 2025.07.18 19:44:31.343697 [ 277 ] {ea7e0321-b92b-4b9b-880d-2a9d08a01a9c} TCPHandler: Processed in 0.037855496 sec. 2025.07.18 19:44:32.000174 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 130.22 MiB, peak 130.22 MiB, free memory in arenas 0.00 B, will set to 139.73 MiB (RSS), difference: 9.51 MiB 2025.07.18 19:44:36.670953 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 2025.07.18 19:44:36.671054 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2025.07.18 19:44:36.671086 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2025.07.18 19:44:36.671241 [ 244 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2025.07.18 19:44:36.674838 [ 245 ] {} system.asynchronous_metric_log (d2d6fd90-1262-4645-baab-04593b0cca61): Loading data parts 2025.07.18 19:44:36.675156 [ 245 ] {} system.asynchronous_metric_log (d2d6fd90-1262-4645-baab-04593b0cca61): There are no data parts 2025.07.18 19:44:36.681455 [ 245 ] {} system.asynchronous_metric_log (d2d6fd90-1262-4645-baab-04593b0cca61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:44:36.681494 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.07.18 19:44:36.686102 [ 244 ] {} system.metric_log (2592b3ea-abc8-4564-ae26-376bae16afb0): Loading data parts 2025.07.18 19:44:36.686420 [ 244 ] {} system.metric_log (2592b3ea-abc8-4564-ae26-376bae16afb0): There are no data parts 2025.07.18 19:44:36.689264 [ 245 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.18 19:44:36.689889 [ 245 ] {} system.asynchronous_metric_log (d2d6fd90-1262-4645-baab-04593b0cca61): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:44:36.690164 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 2025.07.18 19:44:36.711536 [ 244 ] {} system.metric_log (2592b3ea-abc8-4564-ae26-376bae16afb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:44:36.711610 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.07.18 19:44:36.721545 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.18 19:44:36.723509 [ 244 ] {} system.metric_log (2592b3ea-abc8-4564-ae26-376bae16afb0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:44:36.729593 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2025.07.18 19:44:37.000186 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 144.88 MiB, peak 148.88 MiB, free memory in arenas 0.00 B, will set to 153.97 MiB (RSS), difference: 9.09 MiB 2025.07.18 19:44:39.170830 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2025.07.18 19:44:39.170917 [ 243 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2025.07.18 19:44:39.175217 [ 243 ] {} system.query_log (ddc43c7d-caff-4776-a768-3670845a2175): Loading data parts 2025.07.18 19:44:39.175493 [ 243 ] {} system.query_log (ddc43c7d-caff-4776-a768-3670845a2175): There are no data parts 2025.07.18 19:44:39.180991 [ 243 ] {} system.query_log (ddc43c7d-caff-4776-a768-3670845a2175): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:44:39.181030 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.07.18 19:44:39.184605 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.18 19:44:39.185129 [ 243 ] {} system.query_log (ddc43c7d-caff-4776-a768-3670845a2175): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:44:39.185495 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2025.07.18 19:44:40.000253 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.23 MiB, peak 158.23 MiB, free memory in arenas 0.00 B, will set to 155.06 MiB (RSS), difference: -3.17 MiB 2025.07.18 19:44:44.135438 [ 70 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:44:44.135563 [ 70 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:44:44.190277 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 2025.07.18 19:44:44.195017 [ 245 ] {} system.asynchronous_metric_log (d2d6fd90-1262-4645-baab-04593b0cca61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:44:44.195068 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.07.18 19:44:44.195821 [ 245 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.18 19:44:44.196353 [ 245 ] {} system.asynchronous_metric_log (d2d6fd90-1262-4645-baab-04593b0cca61): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:44:44.196543 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2025.07.18 19:44:44.229709 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2025.07.18 19:44:44.247437 [ 244 ] {} system.metric_log (2592b3ea-abc8-4564-ae26-376bae16afb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:44:44.247496 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.07.18 19:44:44.253989 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.18 19:44:44.255135 [ 244 ] {} system.metric_log (2592b3ea-abc8-4564-ae26-376bae16afb0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:44:44.257922 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2025.07.18 19:44:45.000168 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 155.82 MiB, peak 159.82 MiB, free memory in arenas 0.00 B, will set to 157.76 MiB (RSS), difference: 1.94 MiB 2025.07.18 19:44:50.000169 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 153.77 MiB, peak 159.82 MiB, free memory in arenas 0.00 B, will set to 157.79 MiB (RSS), difference: 4.02 MiB 2025.07.18 19:44:51.358181 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:51.358431 [ 275 ] {df7cc7a2-8e65-49fb-b890-5526bdd0582f} executeQuery: (from [fd00:1122:3344:101::d]:64961) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2025.07.18 19:44:51.362741 [ 275 ] {df7cc7a2-8e65-49fb-b890-5526bdd0582f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:44:51.371652 [ 275 ] {df7cc7a2-8e65-49fb-b890-5526bdd0582f} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:44:51.378391 [ 275 ] {df7cc7a2-8e65-49fb-b890-5526bdd0582f} TCPHandler: Processed in 0.020346038 sec. 2025.07.18 19:44:51.398968 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:51.399099 [ 275 ] {0b055484-d80e-4937-8c52-2642a20abace} executeQuery: (from [fd00:1122:3344:101::d]:64961) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2025.07.18 19:44:51.405017 [ 275 ] {0b055484-d80e-4937-8c52-2642a20abace} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:44:51.405088 [ 275 ] {0b055484-d80e-4937-8c52-2642a20abace} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:44:51.405675 [ 275 ] {0b055484-d80e-4937-8c52-2642a20abace} TCPHandler: Processed in 0.006756666 sec. 2025.07.18 19:44:51.405991 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:51.406104 [ 275 ] {353be5b8-6f26-41d7-b478-f55864e79fb7} executeQuery: (from [fd00:1122:3344:101::d]:64961) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2025.07.18 19:44:51.410755 [ 275 ] {353be5b8-6f26-41d7-b478-f55864e79fb7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:44:51.410804 [ 275 ] {353be5b8-6f26-41d7-b478-f55864e79fb7} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:44:51.411197 [ 275 ] {353be5b8-6f26-41d7-b478-f55864e79fb7} TCPHandler: Processed in 0.005253954 sec. 2025.07.18 19:44:51.411444 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:51.411594 [ 275 ] {cd2a5670-18e3-496d-9068-7108d9d8ac3e} executeQuery: (from [fd00:1122:3344:101::d]:64961) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.07.18 19:44:51.411884 [ 275 ] {cd2a5670-18e3-496d-9068-7108d9d8ac3e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:44:51.411930 [ 275 ] {cd2a5670-18e3-496d-9068-7108d9d8ac3e} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:44:51.412245 [ 275 ] {cd2a5670-18e3-496d-9068-7108d9d8ac3e} TCPHandler: Processed in 0.000863292 sec. 2025.07.18 19:44:51.412492 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:51.412608 [ 275 ] {f0796aba-85e2-4340-8c3d-928ccb0e06a0} executeQuery: (from [fd00:1122:3344:101::d]:64961) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.07.18 19:44:51.412851 [ 275 ] {f0796aba-85e2-4340-8c3d-928ccb0e06a0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:44:51.412895 [ 275 ] {f0796aba-85e2-4340-8c3d-928ccb0e06a0} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:44:51.413202 [ 275 ] {f0796aba-85e2-4340-8c3d-928ccb0e06a0} TCPHandler: Processed in 0.00075906 sec. 2025.07.18 19:44:51.413416 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:51.413531 [ 275 ] {f28a4d00-da44-4fb1-b9da-582f57f9445f} executeQuery: (from [fd00:1122:3344:101::d]:64961) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.07.18 19:44:51.413779 [ 275 ] {f28a4d00-da44-4fb1-b9da-582f57f9445f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:44:51.413822 [ 275 ] {f28a4d00-da44-4fb1-b9da-582f57f9445f} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:44:51.414129 [ 275 ] {f28a4d00-da44-4fb1-b9da-582f57f9445f} TCPHandler: Processed in 0.000761121 sec. 2025.07.18 19:44:51.414321 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:51.414437 [ 275 ] {3bb665ac-3611-482d-891c-c252abb8e876} executeQuery: (from [fd00:1122:3344:101::d]:64961) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.07.18 19:44:51.414676 [ 275 ] {3bb665ac-3611-482d-891c-c252abb8e876} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:44:51.414719 [ 275 ] {3bb665ac-3611-482d-891c-c252abb8e876} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:44:51.415031 [ 275 ] {3bb665ac-3611-482d-891c-c252abb8e876} TCPHandler: Processed in 0.00075812 sec. 2025.07.18 19:44:51.415222 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:51.415336 [ 275 ] {c5fd8d8c-cbc8-4a4f-8c5d-e5d535450ca7} executeQuery: (from [fd00:1122:3344:101::d]:64961) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.07.18 19:44:51.415572 [ 275 ] {c5fd8d8c-cbc8-4a4f-8c5d-e5d535450ca7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:44:51.415615 [ 275 ] {c5fd8d8c-cbc8-4a4f-8c5d-e5d535450ca7} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:44:51.415921 [ 275 ] {c5fd8d8c-cbc8-4a4f-8c5d-e5d535450ca7} TCPHandler: Processed in 0.00074568 sec. 2025.07.18 19:44:51.416122 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:51.416237 [ 275 ] {cd971b32-a03e-4008-b609-f520ffa6c240} executeQuery: (from [fd00:1122:3344:101::d]:64961) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.07.18 19:44:51.416475 [ 275 ] {cd971b32-a03e-4008-b609-f520ffa6c240} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:44:51.416517 [ 275 ] {cd971b32-a03e-4008-b609-f520ffa6c240} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:44:51.416821 [ 275 ] {cd971b32-a03e-4008-b609-f520ffa6c240} TCPHandler: Processed in 0.000747071 sec. 2025.07.18 19:44:51.417010 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:51.417125 [ 275 ] {710d512f-a4d2-4cc2-bdd0-3485f803484e} executeQuery: (from [fd00:1122:3344:101::d]:64961) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.07.18 19:44:51.417368 [ 275 ] {710d512f-a4d2-4cc2-bdd0-3485f803484e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:44:51.417410 [ 275 ] {710d512f-a4d2-4cc2-bdd0-3485f803484e} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:44:51.417711 [ 275 ] {710d512f-a4d2-4cc2-bdd0-3485f803484e} TCPHandler: Processed in 0.000748171 sec. 2025.07.18 19:44:51.417904 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:51.418021 [ 275 ] {5c6ed05d-549b-4c60-a29b-a4ec004de95c} executeQuery: (from [fd00:1122:3344:101::d]:64961) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.07.18 19:44:51.418260 [ 275 ] {5c6ed05d-549b-4c60-a29b-a4ec004de95c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:44:51.418303 [ 275 ] {5c6ed05d-549b-4c60-a29b-a4ec004de95c} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:44:51.418607 [ 275 ] {5c6ed05d-549b-4c60-a29b-a4ec004de95c} TCPHandler: Processed in 0.00075006 sec. 2025.07.18 19:44:51.418792 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:51.418908 [ 275 ] {971895ed-3e88-4d9e-a223-d44a9b664630} executeQuery: (from [fd00:1122:3344:101::d]:64961) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.07.18 19:44:51.419155 [ 275 ] {971895ed-3e88-4d9e-a223-d44a9b664630} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:44:51.419197 [ 275 ] {971895ed-3e88-4d9e-a223-d44a9b664630} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:44:51.419505 [ 275 ] {971895ed-3e88-4d9e-a223-d44a9b664630} TCPHandler: Processed in 0.000760151 sec. 2025.07.18 19:44:51.419709 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:51.419826 [ 275 ] {94fa8b36-5201-4847-ba22-f4dbcdba372d} executeQuery: (from [fd00:1122:3344:101::d]:64961) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.07.18 19:44:51.420074 [ 275 ] {94fa8b36-5201-4847-ba22-f4dbcdba372d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:44:51.420117 [ 275 ] {94fa8b36-5201-4847-ba22-f4dbcdba372d} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:44:51.420426 [ 275 ] {94fa8b36-5201-4847-ba22-f4dbcdba372d} TCPHandler: Processed in 0.000764591 sec. 2025.07.18 19:44:51.420626 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:51.420743 [ 275 ] {2e741d9f-ac2e-40b7-b8e4-a3a8c2dc6a2f} executeQuery: (from [fd00:1122:3344:101::d]:64961) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.07.18 19:44:51.420995 [ 275 ] {2e741d9f-ac2e-40b7-b8e4-a3a8c2dc6a2f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:44:51.421037 [ 275 ] {2e741d9f-ac2e-40b7-b8e4-a3a8c2dc6a2f} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:44:51.421348 [ 275 ] {2e741d9f-ac2e-40b7-b8e4-a3a8c2dc6a2f} TCPHandler: Processed in 0.000769521 sec. 2025.07.18 19:44:51.421534 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:51.421653 [ 275 ] {1c5feb63-6dcc-40ea-949c-3de25a8a3b77} executeQuery: (from [fd00:1122:3344:101::d]:64961) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.07.18 19:44:51.421911 [ 275 ] {1c5feb63-6dcc-40ea-949c-3de25a8a3b77} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:44:51.421954 [ 275 ] {1c5feb63-6dcc-40ea-949c-3de25a8a3b77} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:44:51.422267 [ 275 ] {1c5feb63-6dcc-40ea-949c-3de25a8a3b77} TCPHandler: Processed in 0.000780871 sec. 2025.07.18 19:44:51.422465 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:51.422583 [ 275 ] {41b2b016-de46-4f2c-a158-737ddf01254b} executeQuery: (from [fd00:1122:3344:101::d]:64961) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.07.18 19:44:51.422839 [ 275 ] {41b2b016-de46-4f2c-a158-737ddf01254b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:44:51.422882 [ 275 ] {41b2b016-de46-4f2c-a158-737ddf01254b} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:44:51.423178 [ 275 ] {41b2b016-de46-4f2c-a158-737ddf01254b} TCPHandler: Processed in 0.000778631 sec. 2025.07.18 19:44:51.423356 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:51.423467 [ 275 ] {121e77bc-7273-43e7-a9cd-6d558a7e74b8} executeQuery: (from [fd00:1122:3344:101::d]:64961) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.07.18 19:44:51.423706 [ 275 ] {121e77bc-7273-43e7-a9cd-6d558a7e74b8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:44:51.423745 [ 275 ] {121e77bc-7273-43e7-a9cd-6d558a7e74b8} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:44:51.424113 [ 275 ] {121e77bc-7273-43e7-a9cd-6d558a7e74b8} TCPHandler: Processed in 0.000775381 sec. 2025.07.18 19:44:51.424309 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:51.424429 [ 275 ] {11acb1c5-3387-4962-92ae-22dce8f35c25} executeQuery: (from [fd00:1122:3344:101::d]:64961) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.07.18 19:44:51.424687 [ 275 ] {11acb1c5-3387-4962-92ae-22dce8f35c25} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:44:51.424728 [ 275 ] {11acb1c5-3387-4962-92ae-22dce8f35c25} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:44:51.425071 [ 275 ] {11acb1c5-3387-4962-92ae-22dce8f35c25} TCPHandler: Processed in 0.000809392 sec. 2025.07.18 19:44:51.428674 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:51.428781 [ 275 ] {0b4efb51-eddc-4e9b-8cf3-c48459bfaf54} executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.07.18 19:44:51.428821 [ 275 ] {0b4efb51-eddc-4e9b-8cf3-c48459bfaf54} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:44:51.429435 [ 275 ] {0b4efb51-eddc-4e9b-8cf3-c48459bfaf54} oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:44:51.429482 [ 275 ] {0b4efb51-eddc-4e9b-8cf3-c48459bfaf54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.07.18 19:44:51.430119 [ 275 ] {0b4efb51-eddc-4e9b-8cf3-c48459bfaf54} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.18 19:44:51.430509 [ 275 ] {0b4efb51-eddc-4e9b-8cf3-c48459bfaf54} oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:44:51.430656 [ 275 ] {0b4efb51-eddc-4e9b-8cf3-c48459bfaf54} executeQuery: Read 18 rows, 2.52 KiB in 0.001905 sec., 9448.818897637795 rows/sec., 1.29 MiB/sec. 2025.07.18 19:44:51.430694 [ 275 ] {0b4efb51-eddc-4e9b-8cf3-c48459bfaf54} TCPHandler: Processed in 0.002069299 sec. 2025.07.18 19:44:51.430798 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:51.430893 [ 275 ] {028e371f-ee9b-4dd0-a6c1-21541f93f186} executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:44:51.430932 [ 275 ] {028e371f-ee9b-4dd0-a6c1-21541f93f186} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:44:51.433416 [ 275 ] {028e371f-ee9b-4dd0-a6c1-21541f93f186} oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:44:51.433451 [ 275 ] {028e371f-ee9b-4dd0-a6c1-21541f93f186} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.07.18 19:44:51.435870 [ 275 ] {028e371f-ee9b-4dd0-a6c1-21541f93f186} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.18 19:44:51.436497 [ 275 ] {028e371f-ee9b-4dd0-a6c1-21541f93f186} oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:44:51.436649 [ 275 ] {028e371f-ee9b-4dd0-a6c1-21541f93f186} executeQuery: Read 30 rows, 2.34 KiB in 0.005774 sec., 5195.704883962591 rows/sec., 405.91 KiB/sec. 2025.07.18 19:44:51.436692 [ 275 ] {028e371f-ee9b-4dd0-a6c1-21541f93f186} TCPHandler: Processed in 0.005941894 sec. 2025.07.18 19:44:51.436819 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:51.436912 [ 275 ] {1f34e85a-2dc3-46df-afa9-95572b5cf56b} executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:44:51.436952 [ 275 ] {1f34e85a-2dc3-46df-afa9-95572b5cf56b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:44:51.437350 [ 275 ] {1f34e85a-2dc3-46df-afa9-95572b5cf56b} oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:44:51.437386 [ 275 ] {1f34e85a-2dc3-46df-afa9-95572b5cf56b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.07.18 19:44:51.437929 [ 275 ] {1f34e85a-2dc3-46df-afa9-95572b5cf56b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.18 19:44:51.438443 [ 275 ] {1f34e85a-2dc3-46df-afa9-95572b5cf56b} oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:44:51.438567 [ 275 ] {1f34e85a-2dc3-46df-afa9-95572b5cf56b} executeQuery: Read 36 rows, 2.88 KiB in 0.001672 sec., 21531.1004784689 rows/sec., 1.68 MiB/sec. 2025.07.18 19:44:51.438602 [ 275 ] {1f34e85a-2dc3-46df-afa9-95572b5cf56b} TCPHandler: Processed in 0.001839707 sec. 2025.07.18 19:44:51.438708 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:51.438801 [ 275 ] {85b57da4-cca9-416b-a4f1-0e11d3d10e97} executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:44:51.438843 [ 275 ] {85b57da4-cca9-416b-a4f1-0e11d3d10e97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:44:51.439294 [ 275 ] {85b57da4-cca9-416b-a4f1-0e11d3d10e97} oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:44:51.439327 [ 275 ] {85b57da4-cca9-416b-a4f1-0e11d3d10e97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.07.18 19:44:51.441814 [ 275 ] {85b57da4-cca9-416b-a4f1-0e11d3d10e97} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.18 19:44:51.442457 [ 275 ] {85b57da4-cca9-416b-a4f1-0e11d3d10e97} oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:44:51.442604 [ 275 ] {85b57da4-cca9-416b-a4f1-0e11d3d10e97} executeQuery: Read 88 rows, 6.29 KiB in 0.00382 sec., 23036.649214659687 rows/sec., 1.61 MiB/sec. 2025.07.18 19:44:51.442647 [ 275 ] {85b57da4-cca9-416b-a4f1-0e11d3d10e97} TCPHandler: Processed in 0.003988037 sec. 2025.07.18 19:44:51.442783 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:51.442879 [ 275 ] {6ee05854-ba45-468b-a6ed-dafd6dd9ab8e} executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:44:51.442920 [ 275 ] {6ee05854-ba45-468b-a6ed-dafd6dd9ab8e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:44:51.443243 [ 275 ] {6ee05854-ba45-468b-a6ed-dafd6dd9ab8e} oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:44:51.443279 [ 275 ] {6ee05854-ba45-468b-a6ed-dafd6dd9ab8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.07.18 19:44:51.443690 [ 275 ] {6ee05854-ba45-468b-a6ed-dafd6dd9ab8e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.18 19:44:51.444184 [ 275 ] {6ee05854-ba45-468b-a6ed-dafd6dd9ab8e} oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:44:51.444310 [ 275 ] {6ee05854-ba45-468b-a6ed-dafd6dd9ab8e} executeQuery: Read 32 rows, 2.19 KiB in 0.00145 sec., 22068.96551724138 rows/sec., 1.47 MiB/sec. 2025.07.18 19:44:51.444345 [ 275 ] {6ee05854-ba45-468b-a6ed-dafd6dd9ab8e} TCPHandler: Processed in 0.001621933 sec. 2025.07.18 19:44:51.696787 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 2025.07.18 19:44:51.697301 [ 245 ] {} system.asynchronous_metric_log (d2d6fd90-1262-4645-baab-04593b0cca61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:44:51.697341 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.07.18 19:44:51.698058 [ 245 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.18 19:44:51.698557 [ 245 ] {} system.asynchronous_metric_log (d2d6fd90-1262-4645-baab-04593b0cca61): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:44:51.698680 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 2025.07.18 19:44:51.758085 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2025.07.18 19:44:51.774363 [ 244 ] {} system.metric_log (2592b3ea-abc8-4564-ae26-376bae16afb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:44:51.774417 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.07.18 19:44:51.780887 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.18 19:44:51.782090 [ 244 ] {} system.metric_log (2592b3ea-abc8-4564-ae26-376bae16afb0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:44:51.785005 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2025.07.18 19:44:52.153227 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 159.31 MiB, peak 163.31 MiB, free memory in arenas 0.00 B, will set to 160.32 MiB (RSS), difference: 1.01 MiB 2025.07.18 19:44:56.514426 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:56.514636 [ 275 ] {d25c8770-0d81-4ddb-9df7-066108a2d8a0} executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:44:56.514708 [ 275 ] {d25c8770-0d81-4ddb-9df7-066108a2d8a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:44:56.515377 [ 275 ] {d25c8770-0d81-4ddb-9df7-066108a2d8a0} oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:44:56.515419 [ 275 ] {d25c8770-0d81-4ddb-9df7-066108a2d8a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.07.18 19:44:56.515917 [ 275 ] {d25c8770-0d81-4ddb-9df7-066108a2d8a0} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.18 19:44:56.516339 [ 275 ] {d25c8770-0d81-4ddb-9df7-066108a2d8a0} oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:44:56.516496 [ 275 ] {d25c8770-0d81-4ddb-9df7-066108a2d8a0} executeQuery: Read 30 rows, 2.34 KiB in 0.001915 sec., 15665.796344647519 rows/sec., 1.20 MiB/sec. 2025.07.18 19:44:56.516543 [ 275 ] {d25c8770-0d81-4ddb-9df7-066108a2d8a0} TCPHandler: Processed in 0.002248182 sec. 2025.07.18 19:44:56.516665 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:56.516764 [ 275 ] {cf9ee8ed-e940-468f-a20b-8856eb127b05} executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:44:56.516806 [ 275 ] {cf9ee8ed-e940-468f-a20b-8856eb127b05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:44:56.517219 [ 275 ] {cf9ee8ed-e940-468f-a20b-8856eb127b05} oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:44:56.517256 [ 275 ] {cf9ee8ed-e940-468f-a20b-8856eb127b05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.07.18 19:44:56.517678 [ 275 ] {cf9ee8ed-e940-468f-a20b-8856eb127b05} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.18 19:44:56.518147 [ 275 ] {cf9ee8ed-e940-468f-a20b-8856eb127b05} oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:44:56.518278 [ 275 ] {cf9ee8ed-e940-468f-a20b-8856eb127b05} executeQuery: Read 36 rows, 2.88 KiB in 0.001536 sec., 23437.5 rows/sec., 1.83 MiB/sec. 2025.07.18 19:44:56.518315 [ 275 ] {cf9ee8ed-e940-468f-a20b-8856eb127b05} TCPHandler: Processed in 0.001700074 sec. 2025.07.18 19:44:56.518425 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:56.518518 [ 275 ] {6c9f41a8-2d70-41fa-83ec-b554accda000} executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:44:56.518562 [ 275 ] {6c9f41a8-2d70-41fa-83ec-b554accda000} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:44:56.518939 [ 275 ] {6c9f41a8-2d70-41fa-83ec-b554accda000} oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:44:56.518975 [ 275 ] {6c9f41a8-2d70-41fa-83ec-b554accda000} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.07.18 19:44:56.519435 [ 275 ] {6c9f41a8-2d70-41fa-83ec-b554accda000} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.18 19:44:56.519910 [ 275 ] {6c9f41a8-2d70-41fa-83ec-b554accda000} oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:44:56.520036 [ 275 ] {6c9f41a8-2d70-41fa-83ec-b554accda000} executeQuery: Read 110 rows, 7.86 KiB in 0.001537 sec., 71567.9895901106 rows/sec., 4.99 MiB/sec. 2025.07.18 19:44:56.520071 [ 275 ] {6c9f41a8-2d70-41fa-83ec-b554accda000} TCPHandler: Processed in 0.001694314 sec. 2025.07.18 19:44:56.520182 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:44:56.520273 [ 275 ] {7ecbee8d-6b2f-4300-b43c-6675cec73f44} executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:44:56.520315 [ 275 ] {7ecbee8d-6b2f-4300-b43c-6675cec73f44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:44:56.520632 [ 275 ] {7ecbee8d-6b2f-4300-b43c-6675cec73f44} oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:44:56.520668 [ 275 ] {7ecbee8d-6b2f-4300-b43c-6675cec73f44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.07.18 19:44:56.521161 [ 275 ] {7ecbee8d-6b2f-4300-b43c-6675cec73f44} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.18 19:44:56.521622 [ 275 ] {7ecbee8d-6b2f-4300-b43c-6675cec73f44} oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:44:56.521748 [ 275 ] {7ecbee8d-6b2f-4300-b43c-6675cec73f44} executeQuery: Read 40 rows, 2.73 KiB in 0.001492 sec., 26809.65147453083 rows/sec., 1.79 MiB/sec. 2025.07.18 19:44:56.521782 [ 275 ] {7ecbee8d-6b2f-4300-b43c-6675cec73f44} TCPHandler: Processed in 0.001646653 sec. 2025.07.18 19:44:59.135610 [ 91 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:44:59.135687 [ 91 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:44:59.341788 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 142 2025.07.18 19:44:59.345013 [ 243 ] {} system.query_log (ddc43c7d-caff-4776-a768-3670845a2175): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:44:59.345050 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.07.18 19:44:59.346407 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.18 19:44:59.346989 [ 243 ] {} system.query_log (ddc43c7d-caff-4776-a768-3670845a2175): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:44:59.347214 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 142 2025.07.18 19:44:59.351906 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 2025.07.18 19:44:59.352422 [ 245 ] {} system.asynchronous_metric_log (d2d6fd90-1262-4645-baab-04593b0cca61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:44:59.352465 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.07.18 19:44:59.353192 [ 245 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.18 19:44:59.353647 [ 245 ] {} system.asynchronous_metric_log (d2d6fd90-1262-4645-baab-04593b0cca61): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:44:59.353769 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 2025.07.18 19:44:59.438237 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2025.07.18 19:44:59.455211 [ 244 ] {} system.metric_log (2592b3ea-abc8-4564-ae26-376bae16afb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:44:59.455260 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.07.18 19:44:59.461649 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.18 19:44:59.462790 [ 244 ] {} system.metric_log (2592b3ea-abc8-4564-ae26-376bae16afb0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:44:59.465675 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2025.07.18 19:45:01.510905 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:01.511187 [ 275 ] {e5b3bf32-7c52-45f8-9770-995aacfdcd84} executeQuery: (from [fd00:1122:3344:101::d]:64961) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.07.18 19:45:01.516022 [ 275 ] {e5b3bf32-7c52-45f8-9770-995aacfdcd84} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.18 19:45:01.518274 [ 275 ] {e5b3bf32-7c52-45f8-9770-995aacfdcd84} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.07.18 19:45:01.518721 [ 275 ] {e5b3bf32-7c52-45f8-9770-995aacfdcd84} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:45:01.523162 [ 275 ] {e5b3bf32-7c52-45f8-9770-995aacfdcd84} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:45:01.527917 [ 275 ] {e5b3bf32-7c52-45f8-9770-995aacfdcd84} oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895) (SelectExecutor): Key condition: (column 0 notIn 18-element set) 2025.07.18 19:45:01.530058 [ 275 ] {e5b3bf32-7c52-45f8-9770-995aacfdcd84} oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.18 19:45:01.532555 [ 275 ] {e5b3bf32-7c52-45f8-9770-995aacfdcd84} oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895) (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.07.18 19:45:01.532586 [ 275 ] {e5b3bf32-7c52-45f8-9770-995aacfdcd84} oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.18 19:45:01.534676 [ 275 ] {e5b3bf32-7c52-45f8-9770-995aacfdcd84} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.07.18 19:45:01.534715 [ 275 ] {e5b3bf32-7c52-45f8-9770-995aacfdcd84} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.07.18 19:45:01.564223 [ 275 ] {e5b3bf32-7c52-45f8-9770-995aacfdcd84} executeQuery: Read 18 rows, 754.00 B in 0.053121 sec., 338.8490427514542 rows/sec., 13.86 KiB/sec. 2025.07.18 19:45:01.564335 [ 275 ] {e5b3bf32-7c52-45f8-9770-995aacfdcd84} TCPHandler: Processed in 0.053504028 sec. 2025.07.18 19:45:01.564905 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:01.565073 [ 275 ] {8cc52e2f-4bfd-4243-a707-fd085a63eabf} executeQuery: (from [fd00:1122:3344:101::d]:64961) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.07.18 19:45:01.565308 [ 275 ] {8cc52e2f-4bfd-4243-a707-fd085a63eabf} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.18 19:45:01.565340 [ 275 ] {8cc52e2f-4bfd-4243-a707-fd085a63eabf} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.07.18 19:45:01.565509 [ 275 ] {8cc52e2f-4bfd-4243-a707-fd085a63eabf} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:45:01.565560 [ 275 ] {8cc52e2f-4bfd-4243-a707-fd085a63eabf} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:45:01.565661 [ 275 ] {8cc52e2f-4bfd-4243-a707-fd085a63eabf} oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895) (SelectExecutor): Key condition: (column 0 notIn 19-element set) 2025.07.18 19:45:01.565688 [ 275 ] {8cc52e2f-4bfd-4243-a707-fd085a63eabf} oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.18 19:45:01.565706 [ 275 ] {8cc52e2f-4bfd-4243-a707-fd085a63eabf} oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895) (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.07.18 19:45:01.565720 [ 275 ] {8cc52e2f-4bfd-4243-a707-fd085a63eabf} oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.18 19:45:01.565752 [ 275 ] {8cc52e2f-4bfd-4243-a707-fd085a63eabf} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.07.18 19:45:01.565769 [ 275 ] {8cc52e2f-4bfd-4243-a707-fd085a63eabf} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.07.18 19:45:01.566243 [ 275 ] {8cc52e2f-4bfd-4243-a707-fd085a63eabf} executeQuery: Read 18 rows, 754.00 B in 0.001236 sec., 14563.106796116506 rows/sec., 595.73 KiB/sec. 2025.07.18 19:45:01.566323 [ 275 ] {8cc52e2f-4bfd-4243-a707-fd085a63eabf} TCPHandler: Processed in 0.001479141 sec. 2025.07.18 19:45:01.566527 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:01.566650 [ 275 ] {70d8f16f-cb9e-4964-b1e8-05622e1e9caa} executeQuery: (from [fd00:1122:3344:101::d]:64961) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.07.18 19:45:01.566840 [ 275 ] {70d8f16f-cb9e-4964-b1e8-05622e1e9caa} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.18 19:45:01.566870 [ 275 ] {70d8f16f-cb9e-4964-b1e8-05622e1e9caa} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.07.18 19:45:01.567033 [ 275 ] {70d8f16f-cb9e-4964-b1e8-05622e1e9caa} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:45:01.567082 [ 275 ] {70d8f16f-cb9e-4964-b1e8-05622e1e9caa} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:45:01.567177 [ 275 ] {70d8f16f-cb9e-4964-b1e8-05622e1e9caa} oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895) (SelectExecutor): Key condition: (column 0 notIn 20-element set) 2025.07.18 19:45:01.567204 [ 275 ] {70d8f16f-cb9e-4964-b1e8-05622e1e9caa} oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.18 19:45:01.567221 [ 275 ] {70d8f16f-cb9e-4964-b1e8-05622e1e9caa} oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895) (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.07.18 19:45:01.567235 [ 275 ] {70d8f16f-cb9e-4964-b1e8-05622e1e9caa} oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.18 19:45:01.567265 [ 275 ] {70d8f16f-cb9e-4964-b1e8-05622e1e9caa} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.07.18 19:45:01.567282 [ 275 ] {70d8f16f-cb9e-4964-b1e8-05622e1e9caa} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.07.18 19:45:01.567721 [ 275 ] {70d8f16f-cb9e-4964-b1e8-05622e1e9caa} executeQuery: Read 18 rows, 754.00 B in 0.001118 sec., 16100.178890876565 rows/sec., 658.61 KiB/sec. 2025.07.18 19:45:01.567798 [ 275 ] {70d8f16f-cb9e-4964-b1e8-05622e1e9caa} TCPHandler: Processed in 0.001317868 sec. 2025.07.18 19:45:01.567975 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:01.568097 [ 275 ] {0f33407a-a178-4556-b4d8-bd43017527e9} executeQuery: (from [fd00:1122:3344:101::d]:64961) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.07.18 19:45:01.568283 [ 275 ] {0f33407a-a178-4556-b4d8-bd43017527e9} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.18 19:45:01.568313 [ 275 ] {0f33407a-a178-4556-b4d8-bd43017527e9} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.07.18 19:45:01.568475 [ 275 ] {0f33407a-a178-4556-b4d8-bd43017527e9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:45:01.568524 [ 275 ] {0f33407a-a178-4556-b4d8-bd43017527e9} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:45:01.568616 [ 275 ] {0f33407a-a178-4556-b4d8-bd43017527e9} oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895) (SelectExecutor): Key condition: (column 0 notIn 21-element set) 2025.07.18 19:45:01.568642 [ 275 ] {0f33407a-a178-4556-b4d8-bd43017527e9} oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.18 19:45:01.568660 [ 275 ] {0f33407a-a178-4556-b4d8-bd43017527e9} oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895) (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.07.18 19:45:01.568673 [ 275 ] {0f33407a-a178-4556-b4d8-bd43017527e9} oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.18 19:45:01.568703 [ 275 ] {0f33407a-a178-4556-b4d8-bd43017527e9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.07.18 19:45:01.568720 [ 275 ] {0f33407a-a178-4556-b4d8-bd43017527e9} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.07.18 19:45:01.569140 [ 275 ] {0f33407a-a178-4556-b4d8-bd43017527e9} executeQuery: Read 18 rows, 754.00 B in 0.001089 sec., 16528.925619834714 rows/sec., 676.15 KiB/sec. 2025.07.18 19:45:01.569218 [ 275 ] {0f33407a-a178-4556-b4d8-bd43017527e9} TCPHandler: Processed in 0.001289309 sec. 2025.07.18 19:45:01.573826 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:01.573949 [ 275 ] {9c6dace0-4897-46c2-8320-f4da1fd49b51} executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.07.18 19:45:01.573997 [ 275 ] {9c6dace0-4897-46c2-8320-f4da1fd49b51} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:45:01.574611 [ 275 ] {9c6dace0-4897-46c2-8320-f4da1fd49b51} oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:01.574654 [ 275 ] {9c6dace0-4897-46c2-8320-f4da1fd49b51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:01.575295 [ 275 ] {9c6dace0-4897-46c2-8320-f4da1fd49b51} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.18 19:45:01.575679 [ 275 ] {9c6dace0-4897-46c2-8320-f4da1fd49b51} oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:01.575822 [ 275 ] {9c6dace0-4897-46c2-8320-f4da1fd49b51} executeQuery: Read 4 rows, 433.00 B in 0.001909 sec., 2095.3378732320584 rows/sec., 221.50 KiB/sec. 2025.07.18 19:45:01.575857 [ 275 ] {9c6dace0-4897-46c2-8320-f4da1fd49b51} TCPHandler: Processed in 0.00208855 sec. 2025.07.18 19:45:01.575969 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:01.576060 [ 275 ] {d10c0189-9366-452f-9374-eee2d60c4bac} executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:45:01.576098 [ 275 ] {d10c0189-9366-452f-9374-eee2d60c4bac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:45:01.576527 [ 275 ] {d10c0189-9366-452f-9374-eee2d60c4bac} oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:01.576562 [ 275 ] {d10c0189-9366-452f-9374-eee2d60c4bac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:01.576965 [ 275 ] {d10c0189-9366-452f-9374-eee2d60c4bac} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.18 19:45:01.577397 [ 275 ] {d10c0189-9366-452f-9374-eee2d60c4bac} oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:01.577523 [ 275 ] {d10c0189-9366-452f-9374-eee2d60c4bac} executeQuery: Read 54 rows, 4.71 KiB in 0.00148 sec., 36486.48648648649 rows/sec., 3.11 MiB/sec. 2025.07.18 19:45:01.577557 [ 275 ] {d10c0189-9366-452f-9374-eee2d60c4bac} TCPHandler: Processed in 0.001635444 sec. 2025.07.18 19:45:01.577668 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:01.577758 [ 275 ] {5b6d1916-6c39-4cba-b90e-ce92ea480328} executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:45:01.577795 [ 275 ] {5b6d1916-6c39-4cba-b90e-ce92ea480328} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:45:01.578182 [ 275 ] {5b6d1916-6c39-4cba-b90e-ce92ea480328} oximeter.fields_u16 (c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:01.578217 [ 275 ] {5b6d1916-6c39-4cba-b90e-ce92ea480328} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:01.578629 [ 275 ] {5b6d1916-6c39-4cba-b90e-ce92ea480328} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.18 19:45:01.579162 [ 275 ] {5b6d1916-6c39-4cba-b90e-ce92ea480328} oximeter.fields_u16 (c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:01.579287 [ 275 ] {5b6d1916-6c39-4cba-b90e-ce92ea480328} executeQuery: Read 12 rows, 924.00 B in 0.001547 sec., 7756.948933419521 rows/sec., 583.29 KiB/sec. 2025.07.18 19:45:01.579329 [ 275 ] {5b6d1916-6c39-4cba-b90e-ce92ea480328} TCPHandler: Processed in 0.001707454 sec. 2025.07.18 19:45:01.579435 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:01.579525 [ 275 ] {4ec48938-4319-430b-b1f7-48269181cc15} executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:45:01.579562 [ 275 ] {4ec48938-4319-430b-b1f7-48269181cc15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:45:01.579951 [ 275 ] {4ec48938-4319-430b-b1f7-48269181cc15} oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:01.579986 [ 275 ] {4ec48938-4319-430b-b1f7-48269181cc15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:01.580387 [ 275 ] {4ec48938-4319-430b-b1f7-48269181cc15} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.18 19:45:01.580850 [ 275 ] {4ec48938-4319-430b-b1f7-48269181cc15} oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:01.580975 [ 275 ] {4ec48938-4319-430b-b1f7-48269181cc15} executeQuery: Read 51 rows, 4.08 KiB in 0.001468 sec., 34741.14441416894 rows/sec., 2.71 MiB/sec. 2025.07.18 19:45:01.581017 [ 275 ] {4ec48938-4319-430b-b1f7-48269181cc15} TCPHandler: Processed in 0.001629053 sec. 2025.07.18 19:45:01.581124 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:01.581211 [ 275 ] {b179db1c-39ed-47ea-9dff-355a6cb80c7d} executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:45:01.581248 [ 275 ] {b179db1c-39ed-47ea-9dff-355a6cb80c7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:45:01.581644 [ 275 ] {b179db1c-39ed-47ea-9dff-355a6cb80c7d} oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:01.581677 [ 275 ] {b179db1c-39ed-47ea-9dff-355a6cb80c7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:01.582065 [ 275 ] {b179db1c-39ed-47ea-9dff-355a6cb80c7d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.18 19:45:01.582560 [ 275 ] {b179db1c-39ed-47ea-9dff-355a6cb80c7d} oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:01.582684 [ 275 ] {b179db1c-39ed-47ea-9dff-355a6cb80c7d} executeQuery: Read 110 rows, 7.86 KiB in 0.001485 sec., 74074.07407407407 rows/sec., 5.17 MiB/sec. 2025.07.18 19:45:01.582719 [ 275 ] {b179db1c-39ed-47ea-9dff-355a6cb80c7d} TCPHandler: Processed in 0.001641034 sec. 2025.07.18 19:45:01.582826 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:01.582917 [ 275 ] {33bda84d-0146-40ce-ae13-d658d4dbd1e7} executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:45:01.582967 [ 275 ] {33bda84d-0146-40ce-ae13-d658d4dbd1e7} 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.07.18 19:45:01.583713 [ 275 ] {33bda84d-0146-40ce-ae13-d658d4dbd1e7} oximeter.measurements_histogramu64 (54b9d155-51f9-4ef4-8448-4c82edc28778): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:01.583748 [ 275 ] {33bda84d-0146-40ce-ae13-d658d4dbd1e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:01.589201 [ 275 ] {33bda84d-0146-40ce-ae13-d658d4dbd1e7} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.18 19:45:01.589837 [ 275 ] {33bda84d-0146-40ce-ae13-d658d4dbd1e7} oximeter.measurements_histogramu64 (54b9d155-51f9-4ef4-8448-4c82edc28778): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:01.590029 [ 275 ] {33bda84d-0146-40ce-ae13-d658d4dbd1e7} executeQuery: Read 12 rows, 22.02 KiB in 0.007126 sec., 1683.9741790625876 rows/sec., 3.02 MiB/sec. 2025.07.18 19:45:01.590102 [ 275 ] {33bda84d-0146-40ce-ae13-d658d4dbd1e7} TCPHandler: Processed in 0.007321954 sec. 2025.07.18 19:45:01.590271 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:01.590365 [ 275 ] {790186ed-a6e5-4586-972e-8e174573880a} executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.07.18 19:45:01.590408 [ 275 ] {790186ed-a6e5-4586-972e-8e174573880a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.07.18 19:45:01.590720 [ 275 ] {790186ed-a6e5-4586-972e-8e174573880a} oximeter.measurements_i64 (62da645f-c4f7-4d8c-bb23-18bc849666de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:01.590755 [ 275 ] {790186ed-a6e5-4586-972e-8e174573880a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:01.591258 [ 275 ] {790186ed-a6e5-4586-972e-8e174573880a} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.18 19:45:01.591725 [ 275 ] {790186ed-a6e5-4586-972e-8e174573880a} oximeter.measurements_i64 (62da645f-c4f7-4d8c-bb23-18bc849666de): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:01.591851 [ 275 ] {790186ed-a6e5-4586-972e-8e174573880a} executeQuery: Read 3 rows, 217.00 B in 0.001504 sec., 1994.68085106383 rows/sec., 140.90 KiB/sec. 2025.07.18 19:45:01.591886 [ 275 ] {790186ed-a6e5-4586-972e-8e174573880a} TCPHandler: Processed in 0.001687304 sec. 2025.07.18 19:45:01.591991 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:01.592081 [ 275 ] {036ec480-1eb0-40d4-af32-5da361ebb46a} executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:45:01.592120 [ 275 ] {036ec480-1eb0-40d4-af32-5da361ebb46a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:45:01.592441 [ 275 ] {036ec480-1eb0-40d4-af32-5da361ebb46a} oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:01.592475 [ 275 ] {036ec480-1eb0-40d4-af32-5da361ebb46a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:01.592865 [ 275 ] {036ec480-1eb0-40d4-af32-5da361ebb46a} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.18 19:45:01.593298 [ 275 ] {036ec480-1eb0-40d4-af32-5da361ebb46a} oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:01.593423 [ 275 ] {036ec480-1eb0-40d4-af32-5da361ebb46a} executeQuery: Read 40 rows, 2.73 KiB in 0.001359 sec., 29433.406916850625 rows/sec., 1.96 MiB/sec. 2025.07.18 19:45:01.593457 [ 275 ] {036ec480-1eb0-40d4-af32-5da361ebb46a} TCPHandler: Processed in 0.001511682 sec. 2025.07.18 19:45:06.513958 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:06.514163 [ 275 ] {c7f1511e-dd5e-4acc-b57f-8608cd76fe95} executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:45:06.514238 [ 275 ] {c7f1511e-dd5e-4acc-b57f-8608cd76fe95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:45:06.514863 [ 275 ] {c7f1511e-dd5e-4acc-b57f-8608cd76fe95} oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:06.514905 [ 275 ] {c7f1511e-dd5e-4acc-b57f-8608cd76fe95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:06.515390 [ 275 ] {c7f1511e-dd5e-4acc-b57f-8608cd76fe95} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.18 19:45:06.515926 [ 275 ] {c7f1511e-dd5e-4acc-b57f-8608cd76fe95} oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:06.516073 [ 275 ] {c7f1511e-dd5e-4acc-b57f-8608cd76fe95} executeQuery: Read 30 rows, 2.34 KiB in 0.001963 sec., 15282.730514518595 rows/sec., 1.17 MiB/sec. 2025.07.18 19:45:06.516112 [ 275 ] {c7f1511e-dd5e-4acc-b57f-8608cd76fe95} TCPHandler: Processed in 0.002281022 sec. 2025.07.18 19:45:06.516238 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:06.516339 [ 275 ] {73155508-a55a-4012-bb69-c74f80210ed5} executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:45:06.516378 [ 275 ] {73155508-a55a-4012-bb69-c74f80210ed5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:45:06.516774 [ 275 ] {73155508-a55a-4012-bb69-c74f80210ed5} oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:06.516809 [ 275 ] {73155508-a55a-4012-bb69-c74f80210ed5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:06.517195 [ 275 ] {73155508-a55a-4012-bb69-c74f80210ed5} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.18 19:45:06.517609 [ 275 ] {73155508-a55a-4012-bb69-c74f80210ed5} oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:06.517733 [ 275 ] {73155508-a55a-4012-bb69-c74f80210ed5} executeQuery: Read 36 rows, 2.88 KiB in 0.001412 sec., 25495.750708215295 rows/sec., 1.99 MiB/sec. 2025.07.18 19:45:06.517768 [ 275 ] {73155508-a55a-4012-bb69-c74f80210ed5} TCPHandler: Processed in 0.001578032 sec. 2025.07.18 19:45:06.517875 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:06.517974 [ 275 ] {960f7fb7-c4ec-4c31-91f7-d90b5d380a0c} executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:45:06.518016 [ 275 ] {960f7fb7-c4ec-4c31-91f7-d90b5d380a0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:45:06.518387 [ 275 ] {960f7fb7-c4ec-4c31-91f7-d90b5d380a0c} oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:06.518422 [ 275 ] {960f7fb7-c4ec-4c31-91f7-d90b5d380a0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:06.518881 [ 275 ] {960f7fb7-c4ec-4c31-91f7-d90b5d380a0c} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.18 19:45:06.519291 [ 275 ] {960f7fb7-c4ec-4c31-91f7-d90b5d380a0c} oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:06.519418 [ 275 ] {960f7fb7-c4ec-4c31-91f7-d90b5d380a0c} executeQuery: Read 110 rows, 7.86 KiB in 0.001461 sec., 75290.89664613278 rows/sec., 5.25 MiB/sec. 2025.07.18 19:45:06.519452 [ 275 ] {960f7fb7-c4ec-4c31-91f7-d90b5d380a0c} TCPHandler: Processed in 0.001623623 sec. 2025.07.18 19:45:06.519561 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:06.519660 [ 275 ] {7dad0445-bb06-497b-b588-c0c5f1cd96b7} executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:45:06.519700 [ 275 ] {7dad0445-bb06-497b-b588-c0c5f1cd96b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:45:06.520012 [ 275 ] {7dad0445-bb06-497b-b588-c0c5f1cd96b7} oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:06.520047 [ 275 ] {7dad0445-bb06-497b-b588-c0c5f1cd96b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:06.520433 [ 275 ] {7dad0445-bb06-497b-b588-c0c5f1cd96b7} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.18 19:45:06.520845 [ 275 ] {7dad0445-bb06-497b-b588-c0c5f1cd96b7} oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:06.520969 [ 275 ] {7dad0445-bb06-497b-b588-c0c5f1cd96b7} executeQuery: Read 40 rows, 2.73 KiB in 0.001327 sec., 30143.180105501127 rows/sec., 2.01 MiB/sec. 2025.07.18 19:45:06.521003 [ 275 ] {7dad0445-bb06-497b-b588-c0c5f1cd96b7} TCPHandler: Processed in 0.001488641 sec. 2025.07.18 19:45:06.853936 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 2025.07.18 19:45:06.854413 [ 245 ] {} system.asynchronous_metric_log (d2d6fd90-1262-4645-baab-04593b0cca61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:06.854457 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:06.855228 [ 245 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.18 19:45:06.855758 [ 245 ] {} system.asynchronous_metric_log (d2d6fd90-1262-4645-baab-04593b0cca61): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:06.855929 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 2025.07.18 19:45:06.965829 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2025.07.18 19:45:06.982555 [ 244 ] {} system.metric_log (2592b3ea-abc8-4564-ae26-376bae16afb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:06.982612 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:06.988808 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.18 19:45:06.990040 [ 244 ] {} system.metric_log (2592b3ea-abc8-4564-ae26-376bae16afb0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:06.992937 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2025.07.18 19:45:09.347525 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 174 2025.07.18 19:45:09.349641 [ 243 ] {} system.query_log (ddc43c7d-caff-4776-a768-3670845a2175): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:09.349689 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:09.351005 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.18 19:45:09.351569 [ 243 ] {} system.query_log (ddc43c7d-caff-4776-a768-3670845a2175): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:09.351898 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 174 2025.07.18 19:45:11.515196 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:11.515397 [ 275 ] {e6415804-a26d-4059-9d20-23e8e07f4a39} executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:45:11.515462 [ 275 ] {e6415804-a26d-4059-9d20-23e8e07f4a39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:45:11.516095 [ 275 ] {e6415804-a26d-4059-9d20-23e8e07f4a39} oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:11.516134 [ 275 ] {e6415804-a26d-4059-9d20-23e8e07f4a39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:11.516676 [ 275 ] {e6415804-a26d-4059-9d20-23e8e07f4a39} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.18 19:45:11.517163 [ 275 ] {e6415804-a26d-4059-9d20-23e8e07f4a39} oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:11.517330 [ 275 ] {e6415804-a26d-4059-9d20-23e8e07f4a39} executeQuery: Read 54 rows, 4.71 KiB in 0.001979 sec., 27286.508337544215 rows/sec., 2.32 MiB/sec. 2025.07.18 19:45:11.517373 [ 275 ] {e6415804-a26d-4059-9d20-23e8e07f4a39} TCPHandler: Processed in 0.002301823 sec. 2025.07.18 19:45:11.517490 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:11.517583 [ 275 ] {a4ec4b79-a404-4c95-9a42-d7de6594be19} executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:45:11.517623 [ 275 ] {a4ec4b79-a404-4c95-9a42-d7de6594be19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:45:11.518025 [ 275 ] {a4ec4b79-a404-4c95-9a42-d7de6594be19} oximeter.fields_u16 (c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:11.518060 [ 275 ] {a4ec4b79-a404-4c95-9a42-d7de6594be19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:11.518500 [ 275 ] {a4ec4b79-a404-4c95-9a42-d7de6594be19} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.18 19:45:11.518912 [ 275 ] {a4ec4b79-a404-4c95-9a42-d7de6594be19} oximeter.fields_u16 (c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:11.519037 [ 275 ] {a4ec4b79-a404-4c95-9a42-d7de6594be19} executeQuery: Read 12 rows, 924.00 B in 0.001472 sec., 8152.173913043478 rows/sec., 613.01 KiB/sec. 2025.07.18 19:45:11.519073 [ 275 ] {a4ec4b79-a404-4c95-9a42-d7de6594be19} TCPHandler: Processed in 0.001631193 sec. 2025.07.18 19:45:11.519179 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:11.519271 [ 275 ] {a019bb50-eb43-425c-a97b-7ca62c448560} executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:45:11.519312 [ 275 ] {a019bb50-eb43-425c-a97b-7ca62c448560} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:45:11.519709 [ 275 ] {a019bb50-eb43-425c-a97b-7ca62c448560} oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:11.519745 [ 275 ] {a019bb50-eb43-425c-a97b-7ca62c448560} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:11.520139 [ 275 ] {a019bb50-eb43-425c-a97b-7ca62c448560} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.18 19:45:11.520553 [ 275 ] {a019bb50-eb43-425c-a97b-7ca62c448560} oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:11.520697 [ 275 ] {a019bb50-eb43-425c-a97b-7ca62c448560} executeQuery: Read 48 rows, 3.84 KiB in 0.001444 sec., 33240.997229916895 rows/sec., 2.60 MiB/sec. 2025.07.18 19:45:11.520737 [ 275 ] {a019bb50-eb43-425c-a97b-7ca62c448560} TCPHandler: Processed in 0.001605172 sec. 2025.07.18 19:45:11.520843 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:11.520935 [ 275 ] {baff8b43-b3b1-45bb-a2f2-0a4de5313cca} executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:45:11.520977 [ 275 ] {baff8b43-b3b1-45bb-a2f2-0a4de5313cca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:45:11.521358 [ 275 ] {baff8b43-b3b1-45bb-a2f2-0a4de5313cca} oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:11.521394 [ 275 ] {baff8b43-b3b1-45bb-a2f2-0a4de5313cca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:11.521830 [ 275 ] {baff8b43-b3b1-45bb-a2f2-0a4de5313cca} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.18 19:45:11.522245 [ 275 ] {baff8b43-b3b1-45bb-a2f2-0a4de5313cca} oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:11.522391 [ 275 ] {baff8b43-b3b1-45bb-a2f2-0a4de5313cca} executeQuery: Read 110 rows, 7.86 KiB in 0.001474 sec., 74626.86567164179 rows/sec., 5.21 MiB/sec. 2025.07.18 19:45:11.522430 [ 275 ] {baff8b43-b3b1-45bb-a2f2-0a4de5313cca} TCPHandler: Processed in 0.001632763 sec. 2025.07.18 19:45:11.522539 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:11.522630 [ 275 ] {eb9489a4-7f9b-473c-88db-a2e8d31b5800} executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:45:11.522681 [ 275 ] {eb9489a4-7f9b-473c-88db-a2e8d31b5800} 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.07.18 19:45:11.523412 [ 275 ] {eb9489a4-7f9b-473c-88db-a2e8d31b5800} oximeter.measurements_histogramu64 (54b9d155-51f9-4ef4-8448-4c82edc28778): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:11.523449 [ 275 ] {eb9489a4-7f9b-473c-88db-a2e8d31b5800} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:11.524045 [ 275 ] {eb9489a4-7f9b-473c-88db-a2e8d31b5800} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.07.18 19:45:11.524495 [ 275 ] {eb9489a4-7f9b-473c-88db-a2e8d31b5800} oximeter.measurements_histogramu64 (54b9d155-51f9-4ef4-8448-4c82edc28778): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:11.524627 [ 275 ] {eb9489a4-7f9b-473c-88db-a2e8d31b5800} executeQuery: Read 12 rows, 22.02 KiB in 0.002014 sec., 5958.291956305859 rows/sec., 10.68 MiB/sec. 2025.07.18 19:45:11.524675 [ 275 ] {eb9489a4-7f9b-473c-88db-a2e8d31b5800} TCPHandler: Processed in 0.002182211 sec. 2025.07.18 19:45:11.524790 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:11.524882 [ 275 ] {d52b1d08-821a-4ec7-8568-94d873949028} executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:45:11.524922 [ 275 ] {d52b1d08-821a-4ec7-8568-94d873949028} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:45:11.525244 [ 275 ] {d52b1d08-821a-4ec7-8568-94d873949028} oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:11.525280 [ 275 ] {d52b1d08-821a-4ec7-8568-94d873949028} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:11.525671 [ 275 ] {d52b1d08-821a-4ec7-8568-94d873949028} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.18 19:45:11.526089 [ 275 ] {d52b1d08-821a-4ec7-8568-94d873949028} oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:11.526236 [ 275 ] {d52b1d08-821a-4ec7-8568-94d873949028} executeQuery: Read 40 rows, 2.73 KiB in 0.001372 sec., 29154.51895043732 rows/sec., 1.95 MiB/sec. 2025.07.18 19:45:11.526272 [ 275 ] {d52b1d08-821a-4ec7-8568-94d873949028} TCPHandler: Processed in 0.001529812 sec. 2025.07.18 19:45:14.135738 [ 51 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:45:14.135796 [ 51 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:45:14.356100 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806 2025.07.18 19:45:14.356715 [ 245 ] {} system.asynchronous_metric_log (d2d6fd90-1262-4645-baab-04593b0cca61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:14.356769 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:14.357252 [ 245 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.18 19:45:14.357474 [ 245 ] {} system.asynchronous_metric_log (d2d6fd90-1262-4645-baab-04593b0cca61): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:14.357593 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 2025.07.18 19:45:14.357587 [ 48 ] {} system.asynchronous_metric_log (d2d6fd90-1262-4645-baab-04593b0cca61) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.07.18 19:45:14.357680 [ 48 ] {} system.asynchronous_metric_log (d2d6fd90-1262-4645-baab-04593b0cca61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:14.357703 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:14.360214 [ 187 ] {d2d6fd90-1262-4645-baab-04593b0cca61::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.07.18 19:45:14.362306 [ 187 ] {d2d6fd90-1262-4645-baab-04593b0cca61::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:45:14.362464 [ 187 ] {d2d6fd90-1262-4645-baab-04593b0cca61::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 488 rows starting from the beginning of the part 2025.07.18 19:45:14.362648 [ 187 ] {d2d6fd90-1262-4645-baab-04593b0cca61::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 488 rows starting from the beginning of the part 2025.07.18 19:45:14.362828 [ 187 ] {d2d6fd90-1262-4645-baab-04593b0cca61::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 427 rows starting from the beginning of the part 2025.07.18 19:45:14.362881 [ 187 ] {d2d6fd90-1262-4645-baab-04593b0cca61::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 488 rows starting from the beginning of the part 2025.07.18 19:45:14.362927 [ 187 ] {d2d6fd90-1262-4645-baab-04593b0cca61::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 427 rows starting from the beginning of the part 2025.07.18 19:45:14.362998 [ 187 ] {d2d6fd90-1262-4645-baab-04593b0cca61::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 488 rows starting from the beginning of the part 2025.07.18 19:45:14.397607 [ 189 ] {d2d6fd90-1262-4645-baab-04593b0cca61::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.039788154 sec., 70523.50305068187 rows/sec., 1.01 MiB/sec. 2025.07.18 19:45:14.398541 [ 201 ] {d2d6fd90-1262-4645-baab-04593b0cca61::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.07.18 19:45:14.399129 [ 201 ] {d2d6fd90-1262-4645-baab-04593b0cca61::all_1_6_1} system.asynchronous_metric_log (d2d6fd90-1262-4645-baab-04593b0cca61): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:14.399198 [ 201 ] {d2d6fd90-1262-4645-baab-04593b0cca61::all_1_6_1} system.asynchronous_metric_log (d2d6fd90-1262-4645-baab-04593b0cca61) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.07.18 19:45:14.399304 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. 2025.07.18 19:45:14.493091 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2025.07.18 19:45:14.510581 [ 244 ] {} system.metric_log (2592b3ea-abc8-4564-ae26-376bae16afb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:14.510623 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:14.516974 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.18 19:45:14.518278 [ 244 ] {} system.metric_log (2592b3ea-abc8-4564-ae26-376bae16afb0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:14.518556 [ 48 ] {} system.metric_log (2592b3ea-abc8-4564-ae26-376bae16afb0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.07.18 19:45:14.518593 [ 48 ] {} system.metric_log (2592b3ea-abc8-4564-ae26-376bae16afb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:14.518614 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:14.518722 [ 201 ] {2592b3ea-abc8-4564-ae26-376bae16afb0::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.07.18 19:45:14.521806 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2025.07.18 19:45:14.523002 [ 201 ] {2592b3ea-abc8-4564-ae26-376bae16afb0::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:45:14.524450 [ 201 ] {2592b3ea-abc8-4564-ae26-376bae16afb0::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.07.18 19:45:14.529016 [ 201 ] {2592b3ea-abc8-4564-ae26-376bae16afb0::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.07.18 19:45:14.533414 [ 201 ] {2592b3ea-abc8-4564-ae26-376bae16afb0::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.07.18 19:45:14.537766 [ 201 ] {2592b3ea-abc8-4564-ae26-376bae16afb0::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.07.18 19:45:14.545262 [ 201 ] {2592b3ea-abc8-4564-ae26-376bae16afb0::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.07.18 19:45:14.549437 [ 201 ] {2592b3ea-abc8-4564-ae26-376bae16afb0::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.07.18 19:45:14.608268 [ 189 ] {2592b3ea-abc8-4564-ae26-376bae16afb0::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.08959577 sec., 513.4170954722528 rows/sec., 2.65 MiB/sec. 2025.07.18 19:45:14.610607 [ 191 ] {2592b3ea-abc8-4564-ae26-376bae16afb0::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.07.18 19:45:14.613115 [ 191 ] {2592b3ea-abc8-4564-ae26-376bae16afb0::all_1_6_1} system.metric_log (2592b3ea-abc8-4564-ae26-376bae16afb0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:14.613218 [ 191 ] {2592b3ea-abc8-4564-ae26-376bae16afb0::all_1_6_1} system.metric_log (2592b3ea-abc8-4564-ae26-376bae16afb0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.07.18 19:45:14.615360 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2025.07.18 19:45:15.000164 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 165.55 MiB, peak 175.09 MiB, free memory in arenas 0.00 B, will set to 176.16 MiB (RSS), difference: 10.61 MiB 2025.07.18 19:45:16.515049 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:16.515236 [ 275 ] {4d6be3d5-dba7-4139-8ff1-c29107ff8ebe} executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:45:16.515301 [ 275 ] {4d6be3d5-dba7-4139-8ff1-c29107ff8ebe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:45:16.515995 [ 275 ] {4d6be3d5-dba7-4139-8ff1-c29107ff8ebe} oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:16.516040 [ 275 ] {4d6be3d5-dba7-4139-8ff1-c29107ff8ebe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:16.516541 [ 275 ] {4d6be3d5-dba7-4139-8ff1-c29107ff8ebe} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.18 19:45:16.516973 [ 275 ] {4d6be3d5-dba7-4139-8ff1-c29107ff8ebe} oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:16.517118 [ 53 ] {} oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.07.18 19:45:16.517122 [ 275 ] {4d6be3d5-dba7-4139-8ff1-c29107ff8ebe} executeQuery: Read 30 rows, 2.34 KiB in 0.001934 sec., 15511.892450879008 rows/sec., 1.18 MiB/sec. 2025.07.18 19:45:16.517200 [ 53 ] {} oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:16.517213 [ 275 ] {4d6be3d5-dba7-4139-8ff1-c29107ff8ebe} TCPHandler: Processed in 0.002286072 sec. 2025.07.18 19:45:16.517231 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:16.517345 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:16.517380 [ 193 ] {78835937-227c-48fe-9e96-44fe47993ff4::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.07.18 19:45:16.517452 [ 275 ] {8b07b09f-2b1a-452b-a1ee-87b410db0eef} executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:45:16.517495 [ 275 ] {8b07b09f-2b1a-452b-a1ee-87b410db0eef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:45:16.517514 [ 193 ] {78835937-227c-48fe-9e96-44fe47993ff4::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:45:16.517562 [ 193 ] {78835937-227c-48fe-9e96-44fe47993ff4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part 2025.07.18 19:45:16.517664 [ 193 ] {78835937-227c-48fe-9e96-44fe47993ff4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part 2025.07.18 19:45:16.517719 [ 193 ] {78835937-227c-48fe-9e96-44fe47993ff4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 54 rows starting from the beginning of the part 2025.07.18 19:45:16.517829 [ 193 ] {78835937-227c-48fe-9e96-44fe47993ff4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part 2025.07.18 19:45:16.517887 [ 193 ] {78835937-227c-48fe-9e96-44fe47993ff4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 54 rows starting from the beginning of the part 2025.07.18 19:45:16.517924 [ 275 ] {8b07b09f-2b1a-452b-a1ee-87b410db0eef} oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:16.517931 [ 193 ] {78835937-227c-48fe-9e96-44fe47993ff4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part 2025.07.18 19:45:16.517970 [ 275 ] {8b07b09f-2b1a-452b-a1ee-87b410db0eef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:16.518528 [ 275 ] {8b07b09f-2b1a-452b-a1ee-87b410db0eef} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.18 19:45:16.519023 [ 275 ] {8b07b09f-2b1a-452b-a1ee-87b410db0eef} oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:16.519042 [ 188 ] {78835937-227c-48fe-9e96-44fe47993ff4::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 228 rows, containing 5 columns (5 merged, 0 gathered) in 0.001710734 sec., 133276.12592021903 rows/sec., 11.24 MiB/sec. 2025.07.18 19:45:16.519146 [ 53 ] {} oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.07.18 19:45:16.519160 [ 275 ] {8b07b09f-2b1a-452b-a1ee-87b410db0eef} executeQuery: Read 36 rows, 2.88 KiB in 0.001735 sec., 20749.2795389049 rows/sec., 1.62 MiB/sec. 2025.07.18 19:45:16.519185 [ 53 ] {} oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:16.519207 [ 275 ] {8b07b09f-2b1a-452b-a1ee-87b410db0eef} TCPHandler: Processed in 0.001910847 sec. 2025.07.18 19:45:16.519211 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:16.519299 [ 193 ] {78835937-227c-48fe-9e96-44fe47993ff4::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.07.18 19:45:16.519310 [ 189 ] {0ea79c0b-3721-40fb-bd94-8b7a694f9a33::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.07.18 19:45:16.519325 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:16.519435 [ 189 ] {0ea79c0b-3721-40fb-bd94-8b7a694f9a33::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:45:16.519442 [ 275 ] {b1efc74d-73b1-4f30-ae00-fc8be72db565} executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:45:16.519474 [ 189 ] {0ea79c0b-3721-40fb-bd94-8b7a694f9a33::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 36 rows starting from the beginning of the part 2025.07.18 19:45:16.519497 [ 275 ] {b1efc74d-73b1-4f30-ae00-fc8be72db565} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:45:16.519557 [ 189 ] {0ea79c0b-3721-40fb-bd94-8b7a694f9a33::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 36 rows starting from the beginning of the part 2025.07.18 19:45:16.519609 [ 189 ] {0ea79c0b-3721-40fb-bd94-8b7a694f9a33::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 51 rows starting from the beginning of the part 2025.07.18 19:45:16.519654 [ 189 ] {0ea79c0b-3721-40fb-bd94-8b7a694f9a33::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 36 rows starting from the beginning of the part 2025.07.18 19:45:16.519713 [ 189 ] {0ea79c0b-3721-40fb-bd94-8b7a694f9a33::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 48 rows starting from the beginning of the part 2025.07.18 19:45:16.519766 [ 189 ] {0ea79c0b-3721-40fb-bd94-8b7a694f9a33::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 36 rows starting from the beginning of the part 2025.07.18 19:45:16.519824 [ 193 ] {78835937-227c-48fe-9e96-44fe47993ff4::all_1_6_1} oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:16.519893 [ 193 ] {78835937-227c-48fe-9e96-44fe47993ff4::all_1_6_1} oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.07.18 19:45:16.519910 [ 275 ] {b1efc74d-73b1-4f30-ae00-fc8be72db565} oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:16.519952 [ 275 ] {b1efc74d-73b1-4f30-ae00-fc8be72db565} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:16.519958 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2025.07.18 19:45:16.520492 [ 275 ] {b1efc74d-73b1-4f30-ae00-fc8be72db565} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.18 19:45:16.520597 [ 193 ] {0ea79c0b-3721-40fb-bd94-8b7a694f9a33::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 243 rows, containing 5 columns (5 merged, 0 gathered) in 0.001320538 sec., 184015.90866752792 rows/sec., 15.08 MiB/sec. 2025.07.18 19:45:16.520814 [ 189 ] {0ea79c0b-3721-40fb-bd94-8b7a694f9a33::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.07.18 19:45:16.520981 [ 275 ] {b1efc74d-73b1-4f30-ae00-fc8be72db565} oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:16.521132 [ 275 ] {b1efc74d-73b1-4f30-ae00-fc8be72db565} executeQuery: Read 110 rows, 7.86 KiB in 0.001718 sec., 64027.939464493604 rows/sec., 4.47 MiB/sec. 2025.07.18 19:45:16.521155 [ 37 ] {} oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.07.18 19:45:16.521168 [ 275 ] {b1efc74d-73b1-4f30-ae00-fc8be72db565} TCPHandler: Processed in 0.001890437 sec. 2025.07.18 19:45:16.521213 [ 37 ] {} oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:16.521241 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:16.521315 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:16.521357 [ 189 ] {dd2673aa-3f0e-4a2f-8d7c-236903f45382::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.07.18 19:45:16.521374 [ 190 ] {0ea79c0b-3721-40fb-bd94-8b7a694f9a33::all_1_6_1} oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:16.521427 [ 275 ] {84ee7030-9b83-414d-88e1-d692907e6fe8} executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:45:16.521441 [ 189 ] {dd2673aa-3f0e-4a2f-8d7c-236903f45382::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:45:16.521473 [ 189 ] {dd2673aa-3f0e-4a2f-8d7c-236903f45382::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.07.18 19:45:16.521475 [ 275 ] {84ee7030-9b83-414d-88e1-d692907e6fe8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:45:16.521506 [ 190 ] {0ea79c0b-3721-40fb-bd94-8b7a694f9a33::all_1_6_1} oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.07.18 19:45:16.521522 [ 189 ] {dd2673aa-3f0e-4a2f-8d7c-236903f45382::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 110 rows starting from the beginning of the part 2025.07.18 19:45:16.521573 [ 189 ] {dd2673aa-3f0e-4a2f-8d7c-236903f45382::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 110 rows starting from the beginning of the part 2025.07.18 19:45:16.521621 [ 189 ] {dd2673aa-3f0e-4a2f-8d7c-236903f45382::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 110 rows starting from the beginning of the part 2025.07.18 19:45:16.521641 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2025.07.18 19:45:16.521654 [ 189 ] {dd2673aa-3f0e-4a2f-8d7c-236903f45382::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 110 rows starting from the beginning of the part 2025.07.18 19:45:16.521699 [ 189 ] {dd2673aa-3f0e-4a2f-8d7c-236903f45382::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 110 rows starting from the beginning of the part 2025.07.18 19:45:16.521826 [ 275 ] {84ee7030-9b83-414d-88e1-d692907e6fe8} oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:16.521866 [ 275 ] {84ee7030-9b83-414d-88e1-d692907e6fe8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:16.522327 [ 275 ] {84ee7030-9b83-414d-88e1-d692907e6fe8} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.18 19:45:16.522592 [ 186 ] {dd2673aa-3f0e-4a2f-8d7c-236903f45382::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 638 rows, containing 5 columns (5 merged, 0 gathered) in 0.001288388 sec., 495192.44202833314 rows/sec., 34.56 MiB/sec. 2025.07.18 19:45:16.522852 [ 189 ] {dd2673aa-3f0e-4a2f-8d7c-236903f45382::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.07.18 19:45:16.522900 [ 275 ] {84ee7030-9b83-414d-88e1-d692907e6fe8} oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:16.523030 [ 53 ] {} oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.07.18 19:45:16.523043 [ 275 ] {84ee7030-9b83-414d-88e1-d692907e6fe8} executeQuery: Read 40 rows, 2.73 KiB in 0.001635 sec., 24464.831804281348 rows/sec., 1.63 MiB/sec. 2025.07.18 19:45:16.523070 [ 53 ] {} oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:16.523091 [ 275 ] {84ee7030-9b83-414d-88e1-d692907e6fe8} TCPHandler: Processed in 0.001821996 sec. 2025.07.18 19:45:16.523093 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:16.523170 [ 193 ] {bf4c4803-b198-451b-bf6a-8f20f81d60fb::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.07.18 19:45:16.523242 [ 193 ] {bf4c4803-b198-451b-bf6a-8f20f81d60fb::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:45:16.523264 [ 193 ] {bf4c4803-b198-451b-bf6a-8f20f81d60fb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 32 rows starting from the beginning of the part 2025.07.18 19:45:16.523309 [ 193 ] {bf4c4803-b198-451b-bf6a-8f20f81d60fb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 40 rows starting from the beginning of the part 2025.07.18 19:45:16.523329 [ 189 ] {dd2673aa-3f0e-4a2f-8d7c-236903f45382::all_1_6_1} oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:16.523342 [ 193 ] {bf4c4803-b198-451b-bf6a-8f20f81d60fb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 40 rows starting from the beginning of the part 2025.07.18 19:45:16.523376 [ 193 ] {bf4c4803-b198-451b-bf6a-8f20f81d60fb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 40 rows starting from the beginning of the part 2025.07.18 19:45:16.523403 [ 189 ] {dd2673aa-3f0e-4a2f-8d7c-236903f45382::all_1_6_1} oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.07.18 19:45:16.523414 [ 193 ] {bf4c4803-b198-451b-bf6a-8f20f81d60fb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 40 rows starting from the beginning of the part 2025.07.18 19:45:16.523446 [ 193 ] {bf4c4803-b198-451b-bf6a-8f20f81d60fb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 40 rows starting from the beginning of the part 2025.07.18 19:45:16.523463 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.07.18 19:45:16.524127 [ 193 ] {bf4c4803-b198-451b-bf6a-8f20f81d60fb::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 232 rows, containing 4 columns (4 merged, 0 gathered) in 0.000980514 sec., 236610.59403537327 rows/sec., 15.80 MiB/sec. 2025.07.18 19:45:16.524322 [ 189 ] {bf4c4803-b198-451b-bf6a-8f20f81d60fb::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.07.18 19:45:16.524764 [ 189 ] {bf4c4803-b198-451b-bf6a-8f20f81d60fb::all_1_6_1} oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:16.524822 [ 189 ] {bf4c4803-b198-451b-bf6a-8f20f81d60fb::all_1_6_1} oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.07.18 19:45:16.524870 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.07.18 19:45:19.352158 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 194 2025.07.18 19:45:19.354072 [ 243 ] {} system.query_log (ddc43c7d-caff-4776-a768-3670845a2175): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:19.354107 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:19.355199 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.18 19:45:19.355461 [ 243 ] {} system.query_log (ddc43c7d-caff-4776-a768-3670845a2175): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:19.355682 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 194 2025.07.18 19:45:21.517822 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:21.518029 [ 275 ] {7901dd8c-8724-4a3b-a14e-7db284e63a1c} executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:45:21.518090 [ 275 ] {7901dd8c-8724-4a3b-a14e-7db284e63a1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:45:21.518760 [ 275 ] {7901dd8c-8724-4a3b-a14e-7db284e63a1c} oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:21.518797 [ 275 ] {7901dd8c-8724-4a3b-a14e-7db284e63a1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:21.519175 [ 275 ] {7901dd8c-8724-4a3b-a14e-7db284e63a1c} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.07.18 19:45:21.519398 [ 275 ] {7901dd8c-8724-4a3b-a14e-7db284e63a1c} oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:21.519543 [ 275 ] {7901dd8c-8724-4a3b-a14e-7db284e63a1c} executeQuery: Read 80 rows, 6.77 KiB in 0.001568 sec., 51020.40816326531 rows/sec., 4.22 MiB/sec. 2025.07.18 19:45:21.519582 [ 275 ] {7901dd8c-8724-4a3b-a14e-7db284e63a1c} TCPHandler: Processed in 0.001891647 sec. 2025.07.18 19:45:21.519725 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:21.519817 [ 275 ] {2f38f363-59d0-4bae-a40b-99c0ed73a52f} executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:45:21.519856 [ 275 ] {2f38f363-59d0-4bae-a40b-99c0ed73a52f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:45:21.520303 [ 275 ] {2f38f363-59d0-4bae-a40b-99c0ed73a52f} oximeter.fields_u16 (c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:21.520337 [ 275 ] {2f38f363-59d0-4bae-a40b-99c0ed73a52f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:21.520622 [ 275 ] {2f38f363-59d0-4bae-a40b-99c0ed73a52f} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.18 19:45:21.520818 [ 275 ] {2f38f363-59d0-4bae-a40b-99c0ed73a52f} oximeter.fields_u16 (c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:21.520935 [ 275 ] {2f38f363-59d0-4bae-a40b-99c0ed73a52f} executeQuery: Read 12 rows, 924.00 B in 0.001137 sec., 10554.089709762533 rows/sec., 793.62 KiB/sec. 2025.07.18 19:45:21.521003 [ 275 ] {2f38f363-59d0-4bae-a40b-99c0ed73a52f} TCPHandler: Processed in 0.001338439 sec. 2025.07.18 19:45:21.521135 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:21.521226 [ 275 ] {39f93aa3-d89d-4083-a418-3c460907ed91} executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:45:21.521265 [ 275 ] {39f93aa3-d89d-4083-a418-3c460907ed91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:45:21.521718 [ 275 ] {39f93aa3-d89d-4083-a418-3c460907ed91} oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:21.521751 [ 275 ] {39f93aa3-d89d-4083-a418-3c460907ed91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:21.522030 [ 275 ] {39f93aa3-d89d-4083-a418-3c460907ed91} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.07.18 19:45:21.522215 [ 275 ] {39f93aa3-d89d-4083-a418-3c460907ed91} oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:21.522420 [ 275 ] {39f93aa3-d89d-4083-a418-3c460907ed91} executeQuery: Read 76 rows, 6.08 KiB in 0.00121 sec., 62809.91735537191 rows/sec., 4.90 MiB/sec. 2025.07.18 19:45:21.522456 [ 275 ] {39f93aa3-d89d-4083-a418-3c460907ed91} TCPHandler: Processed in 0.00137996 sec. 2025.07.18 19:45:21.522584 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:21.522677 [ 275 ] {132f22fa-aade-4580-9b3a-1e3f6c5faf4b} executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:45:21.522720 [ 275 ] {132f22fa-aade-4580-9b3a-1e3f6c5faf4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:45:21.523160 [ 275 ] {132f22fa-aade-4580-9b3a-1e3f6c5faf4b} oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:21.523196 [ 275 ] {132f22fa-aade-4580-9b3a-1e3f6c5faf4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:21.523517 [ 275 ] {132f22fa-aade-4580-9b3a-1e3f6c5faf4b} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.07.18 19:45:21.523720 [ 275 ] {132f22fa-aade-4580-9b3a-1e3f6c5faf4b} oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:21.523844 [ 275 ] {132f22fa-aade-4580-9b3a-1e3f6c5faf4b} executeQuery: Read 150 rows, 10.70 KiB in 0.001186 sec., 126475.54806070826 rows/sec., 8.81 MiB/sec. 2025.07.18 19:45:21.523879 [ 275 ] {132f22fa-aade-4580-9b3a-1e3f6c5faf4b} TCPHandler: Processed in 0.001349729 sec. 2025.07.18 19:45:21.523994 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:21.524086 [ 275 ] {c8c733be-4563-4289-b7fd-6aaf541319c6} executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:45:21.524138 [ 275 ] {c8c733be-4563-4289-b7fd-6aaf541319c6} 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.07.18 19:45:21.524889 [ 275 ] {c8c733be-4563-4289-b7fd-6aaf541319c6} oximeter.measurements_histogramu64 (54b9d155-51f9-4ef4-8448-4c82edc28778): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:21.524924 [ 275 ] {c8c733be-4563-4289-b7fd-6aaf541319c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:21.525421 [ 275 ] {c8c733be-4563-4289-b7fd-6aaf541319c6} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.18 19:45:21.525645 [ 275 ] {c8c733be-4563-4289-b7fd-6aaf541319c6} oximeter.measurements_histogramu64 (54b9d155-51f9-4ef4-8448-4c82edc28778): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:21.525770 [ 275 ] {c8c733be-4563-4289-b7fd-6aaf541319c6} executeQuery: Read 12 rows, 22.02 KiB in 0.001703 sec., 7046.388725778038 rows/sec., 12.63 MiB/sec. 2025.07.18 19:45:21.525817 [ 275 ] {c8c733be-4563-4289-b7fd-6aaf541319c6} TCPHandler: Processed in 0.001877467 sec. 2025.07.18 19:45:21.525937 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:21.526030 [ 275 ] {b74255d2-2c24-4e05-9dbe-cb0339165fd2} executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:45:21.526069 [ 275 ] {b74255d2-2c24-4e05-9dbe-cb0339165fd2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:45:21.526398 [ 275 ] {b74255d2-2c24-4e05-9dbe-cb0339165fd2} oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:21.526432 [ 275 ] {b74255d2-2c24-4e05-9dbe-cb0339165fd2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:21.526727 [ 275 ] {b74255d2-2c24-4e05-9dbe-cb0339165fd2} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.07.18 19:45:21.526929 [ 275 ] {b74255d2-2c24-4e05-9dbe-cb0339165fd2} oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:21.527047 [ 275 ] {b74255d2-2c24-4e05-9dbe-cb0339165fd2} executeQuery: Read 56 rows, 3.86 KiB in 0.001036 sec., 54054.05405405405 rows/sec., 3.64 MiB/sec. 2025.07.18 19:45:21.527080 [ 275 ] {b74255d2-2c24-4e05-9dbe-cb0339165fd2} TCPHandler: Processed in 0.001198787 sec. 2025.07.18 19:45:21.857755 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233 2025.07.18 19:45:21.858254 [ 245 ] {} system.asynchronous_metric_log (d2d6fd90-1262-4645-baab-04593b0cca61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:21.858306 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:21.858850 [ 245 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.07.18 19:45:21.859106 [ 245 ] {} system.asynchronous_metric_log (d2d6fd90-1262-4645-baab-04593b0cca61): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:21.859241 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 2025.07.18 19:45:22.021963 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2025.07.18 19:45:22.041116 [ 244 ] {} system.metric_log (2592b3ea-abc8-4564-ae26-376bae16afb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:22.041180 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:22.046621 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.07.18 19:45:22.047307 [ 244 ] {} system.metric_log (2592b3ea-abc8-4564-ae26-376bae16afb0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:22.050603 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2025.07.18 19:45:26.517214 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:26.517449 [ 275 ] {48f48c54-add5-437a-abd8-4bf18b46c650} executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:45:26.517521 [ 275 ] {48f48c54-add5-437a-abd8-4bf18b46c650} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:45:26.518269 [ 275 ] {48f48c54-add5-437a-abd8-4bf18b46c650} oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:26.518315 [ 275 ] {48f48c54-add5-437a-abd8-4bf18b46c650} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:26.518698 [ 275 ] {48f48c54-add5-437a-abd8-4bf18b46c650} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.07.18 19:45:26.518913 [ 275 ] {48f48c54-add5-437a-abd8-4bf18b46c650} oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:26.519064 [ 275 ] {48f48c54-add5-437a-abd8-4bf18b46c650} executeQuery: Read 56 rows, 4.41 KiB in 0.001671 sec., 33512.86654697786 rows/sec., 2.57 MiB/sec. 2025.07.18 19:45:26.519104 [ 275 ] {48f48c54-add5-437a-abd8-4bf18b46c650} TCPHandler: Processed in 0.002026939 sec. 2025.07.18 19:45:26.519247 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:26.519348 [ 275 ] {05898952-d27d-415b-ae7a-ddce5b96f79a} executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:45:26.519388 [ 275 ] {05898952-d27d-415b-ae7a-ddce5b96f79a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:45:26.519843 [ 275 ] {05898952-d27d-415b-ae7a-ddce5b96f79a} oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:26.519879 [ 275 ] {05898952-d27d-415b-ae7a-ddce5b96f79a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:26.520174 [ 275 ] {05898952-d27d-415b-ae7a-ddce5b96f79a} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.07.18 19:45:26.520378 [ 275 ] {05898952-d27d-415b-ae7a-ddce5b96f79a} oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:26.520503 [ 275 ] {05898952-d27d-415b-ae7a-ddce5b96f79a} executeQuery: Read 64 rows, 5.12 KiB in 0.001175 sec., 54468.085106382976 rows/sec., 4.25 MiB/sec. 2025.07.18 19:45:26.520539 [ 275 ] {05898952-d27d-415b-ae7a-ddce5b96f79a} TCPHandler: Processed in 0.001355999 sec. 2025.07.18 19:45:26.520675 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:26.520767 [ 275 ] {a539da08-94bd-4b76-8e60-aa9dbe12729f} executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:45:26.520810 [ 275 ] {a539da08-94bd-4b76-8e60-aa9dbe12729f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:45:26.521235 [ 275 ] {a539da08-94bd-4b76-8e60-aa9dbe12729f} oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:26.521269 [ 275 ] {a539da08-94bd-4b76-8e60-aa9dbe12729f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:26.521580 [ 275 ] {a539da08-94bd-4b76-8e60-aa9dbe12729f} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.07.18 19:45:26.521782 [ 275 ] {a539da08-94bd-4b76-8e60-aa9dbe12729f} oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:26.521903 [ 275 ] {a539da08-94bd-4b76-8e60-aa9dbe12729f} executeQuery: Read 160 rows, 11.41 KiB in 0.001154 sec., 138648.18024263432 rows/sec., 9.66 MiB/sec. 2025.07.18 19:45:26.521937 [ 275 ] {a539da08-94bd-4b76-8e60-aa9dbe12729f} TCPHandler: Processed in 0.001324799 sec. 2025.07.18 19:45:26.522062 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:26.522154 [ 275 ] {0ef61539-241d-47cb-8f8a-c52f8f22f3e0} executeQuery: (from [fd00:1122:3344:101::d]:64961) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:45:26.522195 [ 275 ] {0ef61539-241d-47cb-8f8a-c52f8f22f3e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:45:26.522545 [ 275 ] {0ef61539-241d-47cb-8f8a-c52f8f22f3e0} oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:26.522578 [ 275 ] {0ef61539-241d-47cb-8f8a-c52f8f22f3e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:26.522870 [ 275 ] {0ef61539-241d-47cb-8f8a-c52f8f22f3e0} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.07.18 19:45:26.523069 [ 275 ] {0ef61539-241d-47cb-8f8a-c52f8f22f3e0} oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:26.523188 [ 275 ] {0ef61539-241d-47cb-8f8a-c52f8f22f3e0} executeQuery: Read 60 rows, 4.14 KiB in 0.001052 sec., 57034.22053231939 rows/sec., 3.84 MiB/sec. 2025.07.18 19:45:26.523221 [ 275 ] {0ef61539-241d-47cb-8f8a-c52f8f22f3e0} TCPHandler: Processed in 0.001215828 sec. 2025.07.18 19:45:29.136052 [ 68 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:45:29.136127 [ 68 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:45:29.355925 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 214 2025.07.18 19:45:29.357902 [ 243 ] {} system.query_log (ddc43c7d-caff-4776-a768-3670845a2175): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:29.357946 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:29.359043 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.18 19:45:29.359304 [ 243 ] {} system.query_log (ddc43c7d-caff-4776-a768-3670845a2175): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:29.359414 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721 2025.07.18 19:45:29.359546 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 214 2025.07.18 19:45:29.360148 [ 245 ] {} system.asynchronous_metric_log (d2d6fd90-1262-4645-baab-04593b0cca61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:29.360215 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:29.360707 [ 245 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.07.18 19:45:29.360921 [ 245 ] {} system.asynchronous_metric_log (d2d6fd90-1262-4645-baab-04593b0cca61): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:29.361040 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 2025.07.18 19:45:29.550758 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2025.07.18 19:45:29.569382 [ 244 ] {} system.metric_log (2592b3ea-abc8-4564-ae26-376bae16afb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:29.569430 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:29.575073 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.07.18 19:45:29.575768 [ 244 ] {} system.metric_log (2592b3ea-abc8-4564-ae26-376bae16afb0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:29.578854 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2025.07.18 19:45:31.101903 [ 275 ] {} TCPHandler: Done processing connection. 2025.07.18 19:45:31.102058 [ 275 ] {} TCP-Session: ac36c746-d17b-46fe-af5c-19485b9e5b91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.07.18 19:45:31.518467 [ 277 ] {} TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:31.518676 [ 277 ] {b4ffb889-90ce-43d1-a32d-4ce619db72bc} executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:45:31.518749 [ 277 ] {b4ffb889-90ce-43d1-a32d-4ce619db72bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:45:31.519530 [ 277 ] {b4ffb889-90ce-43d1-a32d-4ce619db72bc} oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:31.519576 [ 277 ] {b4ffb889-90ce-43d1-a32d-4ce619db72bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:31.519975 [ 277 ] {b4ffb889-90ce-43d1-a32d-4ce619db72bc} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.07.18 19:45:31.520200 [ 277 ] {b4ffb889-90ce-43d1-a32d-4ce619db72bc} oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:31.520348 [ 277 ] {b4ffb889-90ce-43d1-a32d-4ce619db72bc} executeQuery: Read 80 rows, 6.77 KiB in 0.001726 sec., 46349.942062572416 rows/sec., 3.83 MiB/sec. 2025.07.18 19:45:31.520388 [ 277 ] {b4ffb889-90ce-43d1-a32d-4ce619db72bc} TCPHandler: Processed in 0.002051249 sec. 2025.07.18 19:45:31.520522 [ 277 ] {} TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:31.520627 [ 277 ] {93e87650-f390-4b02-bee7-f2ac427a56aa} executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:45:31.520667 [ 277 ] {93e87650-f390-4b02-bee7-f2ac427a56aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:45:31.521114 [ 277 ] {93e87650-f390-4b02-bee7-f2ac427a56aa} oximeter.fields_u16 (c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:31.521148 [ 277 ] {93e87650-f390-4b02-bee7-f2ac427a56aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:31.521441 [ 277 ] {93e87650-f390-4b02-bee7-f2ac427a56aa} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.18 19:45:31.521651 [ 277 ] {93e87650-f390-4b02-bee7-f2ac427a56aa} oximeter.fields_u16 (c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:31.521772 [ 277 ] {93e87650-f390-4b02-bee7-f2ac427a56aa} executeQuery: Read 12 rows, 924.00 B in 0.001163 sec., 10318.142734307825 rows/sec., 775.88 KiB/sec. 2025.07.18 19:45:31.521808 [ 277 ] {93e87650-f390-4b02-bee7-f2ac427a56aa} TCPHandler: Processed in 0.001335739 sec. 2025.07.18 19:45:31.522026 [ 277 ] {} TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:31.522121 [ 277 ] {c7b30b14-c7a8-4daf-a9dc-eb331c6fb951} executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:45:31.522162 [ 277 ] {c7b30b14-c7a8-4daf-a9dc-eb331c6fb951} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:45:31.522613 [ 277 ] {c7b30b14-c7a8-4daf-a9dc-eb331c6fb951} oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:31.522648 [ 277 ] {c7b30b14-c7a8-4daf-a9dc-eb331c6fb951} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:31.522943 [ 277 ] {c7b30b14-c7a8-4daf-a9dc-eb331c6fb951} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.07.18 19:45:31.523146 [ 277 ] {c7b30b14-c7a8-4daf-a9dc-eb331c6fb951} oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:31.523268 [ 277 ] {c7b30b14-c7a8-4daf-a9dc-eb331c6fb951} executeQuery: Read 76 rows, 6.08 KiB in 0.001165 sec., 65236.05150214592 rows/sec., 5.09 MiB/sec. 2025.07.18 19:45:31.523301 [ 277 ] {c7b30b14-c7a8-4daf-a9dc-eb331c6fb951} TCPHandler: Processed in 0.001324409 sec. 2025.07.18 19:45:31.523422 [ 277 ] {} TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:31.523517 [ 277 ] {de031591-764e-4058-aa01-389be228b9b2} executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:45:31.523561 [ 277 ] {de031591-764e-4058-aa01-389be228b9b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:45:31.523981 [ 277 ] {de031591-764e-4058-aa01-389be228b9b2} oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:31.524015 [ 277 ] {de031591-764e-4058-aa01-389be228b9b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:31.524356 [ 277 ] {de031591-764e-4058-aa01-389be228b9b2} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.07.18 19:45:31.524563 [ 277 ] {de031591-764e-4058-aa01-389be228b9b2} oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:31.524692 [ 277 ] {de031591-764e-4058-aa01-389be228b9b2} executeQuery: Read 160 rows, 11.41 KiB in 0.001192 sec., 134228.1879194631 rows/sec., 9.35 MiB/sec. 2025.07.18 19:45:31.524727 [ 277 ] {de031591-764e-4058-aa01-389be228b9b2} TCPHandler: Processed in 0.001352649 sec. 2025.07.18 19:45:31.524827 [ 277 ] {} TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:31.524920 [ 277 ] {d10ac52c-2c93-4190-95ef-d7cd8f2f9bcc} executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:45:31.524975 [ 277 ] {d10ac52c-2c93-4190-95ef-d7cd8f2f9bcc} 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.07.18 19:45:31.525775 [ 277 ] {d10ac52c-2c93-4190-95ef-d7cd8f2f9bcc} oximeter.measurements_histogramu64 (54b9d155-51f9-4ef4-8448-4c82edc28778): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:31.525811 [ 277 ] {d10ac52c-2c93-4190-95ef-d7cd8f2f9bcc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:31.526306 [ 277 ] {d10ac52c-2c93-4190-95ef-d7cd8f2f9bcc} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.07.18 19:45:31.526527 [ 277 ] {d10ac52c-2c93-4190-95ef-d7cd8f2f9bcc} oximeter.measurements_histogramu64 (54b9d155-51f9-4ef4-8448-4c82edc28778): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:31.526648 [ 277 ] {d10ac52c-2c93-4190-95ef-d7cd8f2f9bcc} executeQuery: Read 12 rows, 22.02 KiB in 0.001752 sec., 6849.315068493151 rows/sec., 12.27 MiB/sec. 2025.07.18 19:45:31.526694 [ 277 ] {d10ac52c-2c93-4190-95ef-d7cd8f2f9bcc} TCPHandler: Processed in 0.001924237 sec. 2025.07.18 19:45:31.526812 [ 277 ] {} TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:31.526902 [ 277 ] {936cbea4-be56-4988-ac84-e03de171b457} executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:45:31.526941 [ 277 ] {936cbea4-be56-4988-ac84-e03de171b457} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:45:31.527254 [ 277 ] {936cbea4-be56-4988-ac84-e03de171b457} oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:31.527286 [ 277 ] {936cbea4-be56-4988-ac84-e03de171b457} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:31.527634 [ 277 ] {936cbea4-be56-4988-ac84-e03de171b457} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.07.18 19:45:31.527840 [ 277 ] {936cbea4-be56-4988-ac84-e03de171b457} oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:31.527963 [ 277 ] {936cbea4-be56-4988-ac84-e03de171b457} executeQuery: Read 60 rows, 4.14 KiB in 0.001055 sec., 56872.037914691944 rows/sec., 3.83 MiB/sec. 2025.07.18 19:45:31.527997 [ 277 ] {936cbea4-be56-4988-ac84-e03de171b457} TCPHandler: Processed in 0.001226467 sec. 2025.07.18 19:45:32.000184 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 176.20 MiB, peak 181.82 MiB, free memory in arenas 0.00 B, will set to 177.86 MiB (RSS), difference: 1.66 MiB 2025.07.18 19:45:36.517819 [ 277 ] {} TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:36.518029 [ 277 ] {e7585735-2998-4f11-89cb-1f78d5c0d75f} executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:45:36.518100 [ 277 ] {e7585735-2998-4f11-89cb-1f78d5c0d75f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:45:36.518776 [ 277 ] {e7585735-2998-4f11-89cb-1f78d5c0d75f} oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:36.518816 [ 277 ] {e7585735-2998-4f11-89cb-1f78d5c0d75f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:36.519195 [ 277 ] {e7585735-2998-4f11-89cb-1f78d5c0d75f} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.07.18 19:45:36.519421 [ 277 ] {e7585735-2998-4f11-89cb-1f78d5c0d75f} oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:36.519565 [ 277 ] {e7585735-2998-4f11-89cb-1f78d5c0d75f} executeQuery: Read 56 rows, 4.41 KiB in 0.001588 sec., 35264.48362720403 rows/sec., 2.71 MiB/sec. 2025.07.18 19:45:36.519605 [ 277 ] {e7585735-2998-4f11-89cb-1f78d5c0d75f} TCPHandler: Processed in 0.001919068 sec. 2025.07.18 19:45:36.519730 [ 277 ] {} TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:36.519826 [ 277 ] {20e444aa-637d-4f53-9bb6-5707694ff809} executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:45:36.519866 [ 277 ] {20e444aa-637d-4f53-9bb6-5707694ff809} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:45:36.520289 [ 277 ] {20e444aa-637d-4f53-9bb6-5707694ff809} oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:36.520324 [ 277 ] {20e444aa-637d-4f53-9bb6-5707694ff809} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:36.520620 [ 277 ] {20e444aa-637d-4f53-9bb6-5707694ff809} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.07.18 19:45:36.520823 [ 277 ] {20e444aa-637d-4f53-9bb6-5707694ff809} oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:36.520944 [ 277 ] {20e444aa-637d-4f53-9bb6-5707694ff809} executeQuery: Read 64 rows, 5.12 KiB in 0.001138 sec., 56239.015817223204 rows/sec., 4.39 MiB/sec. 2025.07.18 19:45:36.520982 [ 277 ] {20e444aa-637d-4f53-9bb6-5707694ff809} TCPHandler: Processed in 0.001301328 sec. 2025.07.18 19:45:36.521096 [ 277 ] {} TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:36.521192 [ 277 ] {3d409f0b-b901-44eb-a074-afe7031c1ea1} executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:45:36.521236 [ 277 ] {3d409f0b-b901-44eb-a074-afe7031c1ea1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:45:36.521638 [ 277 ] {3d409f0b-b901-44eb-a074-afe7031c1ea1} oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:36.521674 [ 277 ] {3d409f0b-b901-44eb-a074-afe7031c1ea1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:36.521998 [ 277 ] {3d409f0b-b901-44eb-a074-afe7031c1ea1} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.07.18 19:45:36.522205 [ 277 ] {3d409f0b-b901-44eb-a074-afe7031c1ea1} oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:36.522330 [ 277 ] {3d409f0b-b901-44eb-a074-afe7031c1ea1} executeQuery: Read 160 rows, 11.41 KiB in 0.001156 sec., 138408.30449826992 rows/sec., 9.64 MiB/sec. 2025.07.18 19:45:36.522365 [ 277 ] {3d409f0b-b901-44eb-a074-afe7031c1ea1} TCPHandler: Processed in 0.001318179 sec. 2025.07.18 19:45:36.522473 [ 277 ] {} TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:36.522566 [ 277 ] {554664f2-41d8-44da-aa72-33d976972490} executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:45:36.522608 [ 277 ] {554664f2-41d8-44da-aa72-33d976972490} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:45:36.522933 [ 277 ] {554664f2-41d8-44da-aa72-33d976972490} oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:36.522969 [ 277 ] {554664f2-41d8-44da-aa72-33d976972490} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:36.523267 [ 277 ] {554664f2-41d8-44da-aa72-33d976972490} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.07.18 19:45:36.523476 [ 277 ] {554664f2-41d8-44da-aa72-33d976972490} oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:36.523599 [ 277 ] {554664f2-41d8-44da-aa72-33d976972490} executeQuery: Read 60 rows, 4.14 KiB in 0.00105 sec., 57142.857142857145 rows/sec., 3.85 MiB/sec. 2025.07.18 19:45:36.523633 [ 277 ] {554664f2-41d8-44da-aa72-33d976972490} TCPHandler: Processed in 0.001207908 sec. 2025.07.18 19:45:36.861203 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148 2025.07.18 19:45:36.861725 [ 245 ] {} system.asynchronous_metric_log (d2d6fd90-1262-4645-baab-04593b0cca61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:36.861768 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:36.862229 [ 245 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.07.18 19:45:36.862458 [ 245 ] {} system.asynchronous_metric_log (d2d6fd90-1262-4645-baab-04593b0cca61): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:36.862594 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148 2025.07.18 19:45:37.079008 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2025.07.18 19:45:37.095366 [ 244 ] {} system.metric_log (2592b3ea-abc8-4564-ae26-376bae16afb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:37.095418 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:37.101521 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.07.18 19:45:37.102206 [ 244 ] {} system.metric_log (2592b3ea-abc8-4564-ae26-376bae16afb0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:37.104926 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2025.07.18 19:45:38.000162 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 178.39 MiB, peak 182.39 MiB, free memory in arenas 0.00 B, will set to 179.57 MiB (RSS), difference: 1.18 MiB 2025.07.18 19:45:39.359780 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 234 2025.07.18 19:45:39.361738 [ 243 ] {} system.query_log (ddc43c7d-caff-4776-a768-3670845a2175): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:39.361792 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:39.362931 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.18 19:45:39.363209 [ 243 ] {} system.query_log (ddc43c7d-caff-4776-a768-3670845a2175): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:39.363362 [ 50 ] {} system.query_log (ddc43c7d-caff-4776-a768-3670845a2175) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.07.18 19:45:39.363426 [ 50 ] {} system.query_log (ddc43c7d-caff-4776-a768-3670845a2175): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:39.363445 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:39.363538 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 234 2025.07.18 19:45:39.363557 [ 186 ] {ddc43c7d-caff-4776-a768-3670845a2175::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.07.18 19:45:39.364224 [ 186 ] {ddc43c7d-caff-4776-a768-3670845a2175::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:45:39.364418 [ 186 ] {ddc43c7d-caff-4776-a768-3670845a2175::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.07.18 19:45:39.364881 [ 186 ] {ddc43c7d-caff-4776-a768-3670845a2175::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 54 rows starting from the beginning of the part 2025.07.18 19:45:39.365232 [ 186 ] {ddc43c7d-caff-4776-a768-3670845a2175::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 32 rows starting from the beginning of the part 2025.07.18 19:45:39.365567 [ 186 ] {ddc43c7d-caff-4776-a768-3670845a2175::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 20 rows starting from the beginning of the part 2025.07.18 19:45:39.365894 [ 186 ] {ddc43c7d-caff-4776-a768-3670845a2175::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.07.18 19:45:39.366219 [ 186 ] {ddc43c7d-caff-4776-a768-3670845a2175::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 20 rows starting from the beginning of the part 2025.07.18 19:45:39.371439 [ 193 ] {ddc43c7d-caff-4776-a768-3670845a2175::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 72 columns (72 merged, 0 gathered) in 0.007933463 sec., 29495.31623201621 rows/sec., 28.32 MiB/sec. 2025.07.18 19:45:39.372331 [ 197 ] {ddc43c7d-caff-4776-a768-3670845a2175::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.07.18 19:45:39.373008 [ 197 ] {ddc43c7d-caff-4776-a768-3670845a2175::all_1_6_1} system.query_log (ddc43c7d-caff-4776-a768-3670845a2175): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:39.373090 [ 197 ] {ddc43c7d-caff-4776-a768-3670845a2175::all_1_6_1} system.query_log (ddc43c7d-caff-4776-a768-3670845a2175) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.07.18 19:45:39.373329 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB. 2025.07.18 19:45:41.518402 [ 277 ] {} TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:41.518616 [ 277 ] {b607297b-5467-48c4-8e70-17ab1463c810} executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:45:41.518687 [ 277 ] {b607297b-5467-48c4-8e70-17ab1463c810} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:45:41.519374 [ 277 ] {b607297b-5467-48c4-8e70-17ab1463c810} oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:41.519414 [ 277 ] {b607297b-5467-48c4-8e70-17ab1463c810} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:41.519800 [ 277 ] {b607297b-5467-48c4-8e70-17ab1463c810} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.07.18 19:45:41.520025 [ 277 ] {b607297b-5467-48c4-8e70-17ab1463c810} oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:41.520144 [ 46 ] {} oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.07.18 19:45:41.520171 [ 277 ] {b607297b-5467-48c4-8e70-17ab1463c810} executeQuery: Read 80 rows, 6.77 KiB in 0.001609 sec., 49720.323182100685 rows/sec., 4.11 MiB/sec. 2025.07.18 19:45:41.520209 [ 46 ] {} oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:41.520228 [ 277 ] {b607297b-5467-48c4-8e70-17ab1463c810} TCPHandler: Processed in 0.001957178 sec. 2025.07.18 19:45:41.520239 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:41.520362 [ 193 ] {78835937-227c-48fe-9e96-44fe47993ff4::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.07.18 19:45:41.520377 [ 277 ] {} TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:41.520514 [ 277 ] {8670af34-5e81-432e-885b-2a2c0abac83b} executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:45:41.520515 [ 193 ] {78835937-227c-48fe-9e96-44fe47993ff4::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:45:41.520561 [ 277 ] {8670af34-5e81-432e-885b-2a2c0abac83b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:45:41.520568 [ 193 ] {78835937-227c-48fe-9e96-44fe47993ff4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 54 rows starting from the beginning of the part 2025.07.18 19:45:41.520645 [ 193 ] {78835937-227c-48fe-9e96-44fe47993ff4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 80 rows starting from the beginning of the part 2025.07.18 19:45:41.520689 [ 193 ] {78835937-227c-48fe-9e96-44fe47993ff4::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.07.18 19:45:41.520734 [ 193 ] {78835937-227c-48fe-9e96-44fe47993ff4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 80 rows starting from the beginning of the part 2025.07.18 19:45:41.520774 [ 193 ] {78835937-227c-48fe-9e96-44fe47993ff4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 56 rows starting from the beginning of the part 2025.07.18 19:45:41.520856 [ 193 ] {78835937-227c-48fe-9e96-44fe47993ff4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 80 rows starting from the beginning of the part 2025.07.18 19:45:41.521021 [ 277 ] {8670af34-5e81-432e-885b-2a2c0abac83b} oximeter.fields_u16 (c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:41.521065 [ 277 ] {8670af34-5e81-432e-885b-2a2c0abac83b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:41.521465 [ 277 ] {8670af34-5e81-432e-885b-2a2c0abac83b} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.18 19:45:41.521703 [ 277 ] {8670af34-5e81-432e-885b-2a2c0abac83b} oximeter.fields_u16 (c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:41.521806 [ 199 ] {78835937-227c-48fe-9e96-44fe47993ff4::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 406 rows, containing 5 columns (5 merged, 0 gathered) in 0.001491871 sec., 272141.4921263299 rows/sec., 23.19 MiB/sec. 2025.07.18 19:45:41.521837 [ 277 ] {8670af34-5e81-432e-885b-2a2c0abac83b} executeQuery: Read 12 rows, 924.00 B in 0.001342 sec., 8941.87779433681 rows/sec., 672.39 KiB/sec. 2025.07.18 19:45:41.521845 [ 45 ] {} oximeter.fields_u16 (c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.07.18 19:45:41.521890 [ 277 ] {8670af34-5e81-432e-885b-2a2c0abac83b} TCPHandler: Processed in 0.001562343 sec. 2025.07.18 19:45:41.521906 [ 45 ] {} oximeter.fields_u16 (c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:41.521935 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:41.521966 [ 193 ] {78835937-227c-48fe-9e96-44fe47993ff4::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.07.18 19:45:41.522003 [ 197 ] {c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2025.07.18 19:45:41.522007 [ 277 ] {} TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:41.522111 [ 197 ] {c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:45:41.522128 [ 277 ] {6949547c-e8eb-44bf-9a46-bf01721afa43} executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:45:41.522142 [ 197 ] {c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part 2025.07.18 19:45:41.522178 [ 277 ] {6949547c-e8eb-44bf-9a46-bf01721afa43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:45:41.522231 [ 197 ] {c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 12 rows starting from the beginning of the part 2025.07.18 19:45:41.522233 [ 193 ] {78835937-227c-48fe-9e96-44fe47993ff4::all_1_11_2} oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:41.522282 [ 197 ] {c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part 2025.07.18 19:45:41.522317 [ 193 ] {78835937-227c-48fe-9e96-44fe47993ff4::all_1_11_2} oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.07.18 19:45:41.522323 [ 197 ] {c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part 2025.07.18 19:45:41.522369 [ 197 ] {c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part 2025.07.18 19:45:41.522391 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.07.18 19:45:41.522623 [ 277 ] {6949547c-e8eb-44bf-9a46-bf01721afa43} oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:41.522665 [ 277 ] {6949547c-e8eb-44bf-9a46-bf01721afa43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:41.522993 [ 277 ] {6949547c-e8eb-44bf-9a46-bf01721afa43} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.07.18 19:45:41.522999 [ 197 ] {c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.001021114 sec., 58759.35497897394 rows/sec., 4.54 MiB/sec. 2025.07.18 19:45:41.523169 [ 198 ] {c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.07.18 19:45:41.523223 [ 277 ] {6949547c-e8eb-44bf-9a46-bf01721afa43} oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:41.523350 [ 45 ] {} oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.07.18 19:45:41.523353 [ 277 ] {6949547c-e8eb-44bf-9a46-bf01721afa43} executeQuery: Read 76 rows, 6.08 KiB in 0.001244 sec., 61093.247588424434 rows/sec., 4.77 MiB/sec. 2025.07.18 19:45:41.523392 [ 45 ] {} oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:41.523415 [ 277 ] {6949547c-e8eb-44bf-9a46-bf01721afa43} TCPHandler: Processed in 0.0014569 sec. 2025.07.18 19:45:41.523420 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:41.523494 [ 193 ] {0ea79c0b-3721-40fb-bd94-8b7a694f9a33::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.07.18 19:45:41.523517 [ 198 ] {c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81::all_1_5_1} oximeter.fields_u16 (c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:41.523541 [ 277 ] {} TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:41.523564 [ 193 ] {0ea79c0b-3721-40fb-bd94-8b7a694f9a33::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:45:41.523594 [ 193 ] {0ea79c0b-3721-40fb-bd94-8b7a694f9a33::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 51 rows starting from the beginning of the part 2025.07.18 19:45:41.523596 [ 198 ] {c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81::all_1_5_1} oximeter.fields_u16 (c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.07.18 19:45:41.523639 [ 277 ] {d804206f-9375-4f4a-93ac-f778b8bc1ab6} executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:45:41.523651 [ 193 ] {0ea79c0b-3721-40fb-bd94-8b7a694f9a33::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 76 rows starting from the beginning of the part 2025.07.18 19:45:41.523686 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.07.18 19:45:41.523699 [ 193 ] {0ea79c0b-3721-40fb-bd94-8b7a694f9a33::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.07.18 19:45:41.523687 [ 277 ] {d804206f-9375-4f4a-93ac-f778b8bc1ab6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:45:41.523750 [ 193 ] {0ea79c0b-3721-40fb-bd94-8b7a694f9a33::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 76 rows starting from the beginning of the part 2025.07.18 19:45:41.523789 [ 193 ] {0ea79c0b-3721-40fb-bd94-8b7a694f9a33::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 64 rows starting from the beginning of the part 2025.07.18 19:45:41.523823 [ 193 ] {0ea79c0b-3721-40fb-bd94-8b7a694f9a33::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 76 rows starting from the beginning of the part 2025.07.18 19:45:41.524173 [ 277 ] {d804206f-9375-4f4a-93ac-f778b8bc1ab6} oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:41.524215 [ 277 ] {d804206f-9375-4f4a-93ac-f778b8bc1ab6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:41.524550 [ 193 ] {0ea79c0b-3721-40fb-bd94-8b7a694f9a33::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 407 rows, containing 5 columns (5 merged, 0 gathered) in 0.001078955 sec., 377216.84407598095 rows/sec., 30.89 MiB/sec. 2025.07.18 19:45:41.524557 [ 277 ] {d804206f-9375-4f4a-93ac-f778b8bc1ab6} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.07.18 19:45:41.524688 [ 198 ] {0ea79c0b-3721-40fb-bd94-8b7a694f9a33::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.07.18 19:45:41.524793 [ 277 ] {d804206f-9375-4f4a-93ac-f778b8bc1ab6} oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:41.524919 [ 45 ] {} oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.07.18 19:45:41.524924 [ 277 ] {d804206f-9375-4f4a-93ac-f778b8bc1ab6} executeQuery: Read 160 rows, 11.41 KiB in 0.001303 sec., 122793.55333844974 rows/sec., 8.55 MiB/sec. 2025.07.18 19:45:41.524942 [ 198 ] {0ea79c0b-3721-40fb-bd94-8b7a694f9a33::all_1_11_2} oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:41.524960 [ 45 ] {} oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:41.524984 [ 277 ] {d804206f-9375-4f4a-93ac-f778b8bc1ab6} TCPHandler: Processed in 0.001491291 sec. 2025.07.18 19:45:41.524996 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:41.525036 [ 198 ] {0ea79c0b-3721-40fb-bd94-8b7a694f9a33::all_1_11_2} oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.07.18 19:45:41.525106 [ 277 ] {} TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:41.525115 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.07.18 19:45:41.525111 [ 194 ] {dd2673aa-3f0e-4a2f-8d7c-236903f45382::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.07.18 19:45:41.525201 [ 277 ] {be0635aa-0c2d-4bfe-8067-4b37ba404b2c} executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:45:41.525246 [ 194 ] {dd2673aa-3f0e-4a2f-8d7c-236903f45382::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:45:41.525255 [ 277 ] {be0635aa-0c2d-4bfe-8067-4b37ba404b2c} 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.07.18 19:45:41.525292 [ 194 ] {dd2673aa-3f0e-4a2f-8d7c-236903f45382::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 638 rows starting from the beginning of the part 2025.07.18 19:45:41.525383 [ 194 ] {dd2673aa-3f0e-4a2f-8d7c-236903f45382::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 150 rows starting from the beginning of the part 2025.07.18 19:45:41.525441 [ 194 ] {dd2673aa-3f0e-4a2f-8d7c-236903f45382::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part 2025.07.18 19:45:41.525495 [ 194 ] {dd2673aa-3f0e-4a2f-8d7c-236903f45382::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.07.18 19:45:41.525548 [ 194 ] {dd2673aa-3f0e-4a2f-8d7c-236903f45382::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.07.18 19:45:41.525601 [ 194 ] {dd2673aa-3f0e-4a2f-8d7c-236903f45382::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.07.18 19:45:41.526081 [ 277 ] {be0635aa-0c2d-4bfe-8067-4b37ba404b2c} oximeter.measurements_histogramu64 (54b9d155-51f9-4ef4-8448-4c82edc28778): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:41.526116 [ 277 ] {be0635aa-0c2d-4bfe-8067-4b37ba404b2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:41.526580 [ 196 ] {dd2673aa-3f0e-4a2f-8d7c-236903f45382::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1428 rows, containing 5 columns (5 merged, 0 gathered) in 0.001512202 sec., 944318.2855200561 rows/sec., 65.83 MiB/sec. 2025.07.18 19:45:41.526625 [ 277 ] {be0635aa-0c2d-4bfe-8067-4b37ba404b2c} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.07.18 19:45:41.526848 [ 193 ] {dd2673aa-3f0e-4a2f-8d7c-236903f45382::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.07.18 19:45:41.526871 [ 277 ] {be0635aa-0c2d-4bfe-8067-4b37ba404b2c} oximeter.measurements_histogramu64 (54b9d155-51f9-4ef4-8448-4c82edc28778): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:41.527021 [ 277 ] {be0635aa-0c2d-4bfe-8067-4b37ba404b2c} executeQuery: Read 12 rows, 22.02 KiB in 0.001838 sec., 6528.8356909684435 rows/sec., 11.70 MiB/sec. 2025.07.18 19:45:41.527074 [ 277 ] {be0635aa-0c2d-4bfe-8067-4b37ba404b2c} TCPHandler: Processed in 0.002016349 sec. 2025.07.18 19:45:41.527185 [ 193 ] {dd2673aa-3f0e-4a2f-8d7c-236903f45382::all_1_11_2} oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:41.527192 [ 277 ] {} TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:41.527276 [ 193 ] {dd2673aa-3f0e-4a2f-8d7c-236903f45382::all_1_11_2} oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.07.18 19:45:41.527301 [ 277 ] {f877fab9-c051-453b-ae2e-32d8393e4ad2} executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:45:41.527348 [ 277 ] {f877fab9-c051-453b-ae2e-32d8393e4ad2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:45:41.527364 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.07.18 19:45:41.527687 [ 277 ] {f877fab9-c051-453b-ae2e-32d8393e4ad2} oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:41.527730 [ 277 ] {f877fab9-c051-453b-ae2e-32d8393e4ad2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:41.528046 [ 277 ] {f877fab9-c051-453b-ae2e-32d8393e4ad2} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.07.18 19:45:41.528260 [ 277 ] {f877fab9-c051-453b-ae2e-32d8393e4ad2} oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:41.528383 [ 45 ] {} oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.07.18 19:45:41.528387 [ 277 ] {f877fab9-c051-453b-ae2e-32d8393e4ad2} executeQuery: Read 60 rows, 4.14 KiB in 0.001104 sec., 54347.82608695653 rows/sec., 3.66 MiB/sec. 2025.07.18 19:45:41.528423 [ 45 ] {} oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:41.528445 [ 277 ] {f877fab9-c051-453b-ae2e-32d8393e4ad2} TCPHandler: Processed in 0.001301868 sec. 2025.07.18 19:45:41.528448 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:41.528572 [ 196 ] {bf4c4803-b198-451b-bf6a-8f20f81d60fb::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.07.18 19:45:41.528701 [ 196 ] {bf4c4803-b198-451b-bf6a-8f20f81d60fb::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:45:41.528736 [ 196 ] {bf4c4803-b198-451b-bf6a-8f20f81d60fb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 232 rows starting from the beginning of the part 2025.07.18 19:45:41.528815 [ 196 ] {bf4c4803-b198-451b-bf6a-8f20f81d60fb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 56 rows starting from the beginning of the part 2025.07.18 19:45:41.528862 [ 196 ] {bf4c4803-b198-451b-bf6a-8f20f81d60fb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part 2025.07.18 19:45:41.528903 [ 196 ] {bf4c4803-b198-451b-bf6a-8f20f81d60fb::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.07.18 19:45:41.528942 [ 196 ] {bf4c4803-b198-451b-bf6a-8f20f81d60fb::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.07.18 19:45:41.528988 [ 196 ] {bf4c4803-b198-451b-bf6a-8f20f81d60fb::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.07.18 19:45:41.529812 [ 193 ] {bf4c4803-b198-451b-bf6a-8f20f81d60fb::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 528 rows, containing 4 columns (4 merged, 0 gathered) in 0.001300138 sec., 406110.73593726207 rows/sec., 27.25 MiB/sec. 2025.07.18 19:45:41.529955 [ 198 ] {bf4c4803-b198-451b-bf6a-8f20f81d60fb::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.07.18 19:45:41.530205 [ 198 ] {bf4c4803-b198-451b-bf6a-8f20f81d60fb::all_1_11_2} oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:41.530268 [ 198 ] {bf4c4803-b198-451b-bf6a-8f20f81d60fb::all_1_11_2} oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.07.18 19:45:41.530335 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.07.18 19:45:44.136192 [ 44 ] {} DNSResolver: Updating DNS cache 2025.07.18 19:45:44.136268 [ 44 ] {} DNSResolver: Updated DNS cache 2025.07.18 19:45:44.362757 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636 2025.07.18 19:45:44.363321 [ 245 ] {} system.asynchronous_metric_log (d2d6fd90-1262-4645-baab-04593b0cca61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:44.363367 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:44.363893 [ 245 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.07.18 19:45:44.364132 [ 245 ] {} system.asynchronous_metric_log (d2d6fd90-1262-4645-baab-04593b0cca61): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:44.364263 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 2025.07.18 19:45:44.605101 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2025.07.18 19:45:44.622585 [ 244 ] {} system.metric_log (2592b3ea-abc8-4564-ae26-376bae16afb0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:44.622626 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:44.628804 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.07.18 19:45:44.629524 [ 244 ] {} system.metric_log (2592b3ea-abc8-4564-ae26-376bae16afb0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:44.632464 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2025.07.18 19:45:45.000212 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 180.32 MiB, peak 184.32 MiB, free memory in arenas 0.00 B, will set to 182.35 MiB (RSS), difference: 2.03 MiB 2025.07.18 19:45:46.516966 [ 277 ] {} TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:46.517197 [ 277 ] {19d23998-16a2-4f67-8108-7b2d37177bc9} executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:45:46.517271 [ 277 ] {19d23998-16a2-4f67-8108-7b2d37177bc9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:45:46.518029 [ 277 ] {19d23998-16a2-4f67-8108-7b2d37177bc9} oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:46.518075 [ 277 ] {19d23998-16a2-4f67-8108-7b2d37177bc9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:46.518476 [ 277 ] {19d23998-16a2-4f67-8108-7b2d37177bc9} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.07.18 19:45:46.518695 [ 277 ] {19d23998-16a2-4f67-8108-7b2d37177bc9} oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:46.518853 [ 277 ] {19d23998-16a2-4f67-8108-7b2d37177bc9} executeQuery: Read 56 rows, 4.41 KiB in 0.00171 sec., 32748.53801169591 rows/sec., 2.52 MiB/sec. 2025.07.18 19:45:46.518900 [ 277 ] {19d23998-16a2-4f67-8108-7b2d37177bc9} TCPHandler: Processed in 0.00209611 sec. 2025.07.18 19:45:46.519033 [ 277 ] {} TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:46.519134 [ 277 ] {72804d6b-bfe3-4cc1-95a5-afdcd5bb06eb} executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:45:46.519177 [ 277 ] {72804d6b-bfe3-4cc1-95a5-afdcd5bb06eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:45:46.519614 [ 277 ] {72804d6b-bfe3-4cc1-95a5-afdcd5bb06eb} oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:46.519651 [ 277 ] {72804d6b-bfe3-4cc1-95a5-afdcd5bb06eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:46.519957 [ 277 ] {72804d6b-bfe3-4cc1-95a5-afdcd5bb06eb} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.07.18 19:45:46.520166 [ 277 ] {72804d6b-bfe3-4cc1-95a5-afdcd5bb06eb} oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:46.520295 [ 277 ] {72804d6b-bfe3-4cc1-95a5-afdcd5bb06eb} executeQuery: Read 64 rows, 5.12 KiB in 0.001184 sec., 54054.05405405405 rows/sec., 4.22 MiB/sec. 2025.07.18 19:45:46.520331 [ 277 ] {72804d6b-bfe3-4cc1-95a5-afdcd5bb06eb} TCPHandler: Processed in 0.001347709 sec. 2025.07.18 19:45:46.520444 [ 277 ] {} TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:46.520539 [ 277 ] {9f8168b8-d873-45b7-ada1-88200999fee1} executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:45:46.520583 [ 277 ] {9f8168b8-d873-45b7-ada1-88200999fee1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:45:46.520991 [ 277 ] {9f8168b8-d873-45b7-ada1-88200999fee1} oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:46.521028 [ 277 ] {9f8168b8-d873-45b7-ada1-88200999fee1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:46.521356 [ 277 ] {9f8168b8-d873-45b7-ada1-88200999fee1} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.07.18 19:45:46.521560 [ 277 ] {9f8168b8-d873-45b7-ada1-88200999fee1} oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:46.521686 [ 277 ] {9f8168b8-d873-45b7-ada1-88200999fee1} executeQuery: Read 160 rows, 11.41 KiB in 0.001166 sec., 137221.269296741 rows/sec., 9.56 MiB/sec. 2025.07.18 19:45:46.521721 [ 277 ] {9f8168b8-d873-45b7-ada1-88200999fee1} TCPHandler: Processed in 0.001325538 sec. 2025.07.18 19:45:46.521820 [ 277 ] {} TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:46.521912 [ 277 ] {f78ae915-919b-4de5-ae78-ec211236a4ce} executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:45:46.521953 [ 277 ] {f78ae915-919b-4de5-ae78-ec211236a4ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:45:46.522299 [ 277 ] {f78ae915-919b-4de5-ae78-ec211236a4ce} oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:46.522334 [ 277 ] {f78ae915-919b-4de5-ae78-ec211236a4ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:46.522648 [ 277 ] {f78ae915-919b-4de5-ae78-ec211236a4ce} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.07.18 19:45:46.522849 [ 277 ] {f78ae915-919b-4de5-ae78-ec211236a4ce} oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:46.522972 [ 277 ] {f78ae915-919b-4de5-ae78-ec211236a4ce} executeQuery: Read 60 rows, 4.14 KiB in 0.001079 sec., 55607.04355885078 rows/sec., 3.75 MiB/sec. 2025.07.18 19:45:46.523006 [ 277 ] {f78ae915-919b-4de5-ae78-ec211236a4ce} TCPHandler: Processed in 0.001233758 sec. 2025.07.18 19:45:49.363774 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 254 2025.07.18 19:45:49.365719 [ 243 ] {} system.query_log (ddc43c7d-caff-4776-a768-3670845a2175): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:49.365759 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:49.366922 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.07.18 19:45:49.367179 [ 243 ] {} system.query_log (ddc43c7d-caff-4776-a768-3670845a2175): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:49.367408 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 254 2025.07.18 19:45:51.511156 [ 277 ] {} TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:51.511421 [ 277 ] {0633cd92-bb4b-47f3-aba9-56903377d92b} executeQuery: (from [fd00:1122:3344:101::d]:62124) 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.07.18 19:45:51.511790 [ 277 ] {0633cd92-bb4b-47f3-aba9-56903377d92b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.07.18 19:45:51.511833 [ 277 ] {0633cd92-bb4b-47f3-aba9-56903377d92b} 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.07.18 19:45:51.512104 [ 277 ] {0633cd92-bb4b-47f3-aba9-56903377d92b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:45:51.512180 [ 277 ] {0633cd92-bb4b-47f3-aba9-56903377d92b} InterpreterSelectQuery: FetchColumns -> Complete 2025.07.18 19:45:51.512316 [ 277 ] {0633cd92-bb4b-47f3-aba9-56903377d92b} oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895) (SelectExecutor): Key condition: (column 0 notIn 22-element set) 2025.07.18 19:45:51.512524 [ 289 ] {0633cd92-bb4b-47f3-aba9-56903377d92b} oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.07.18 19:45:51.512617 [ 290 ] {0633cd92-bb4b-47f3-aba9-56903377d92b} oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.07.18 19:45:51.512764 [ 277 ] {0633cd92-bb4b-47f3-aba9-56903377d92b} oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.07.18 19:45:51.512805 [ 277 ] {0633cd92-bb4b-47f3-aba9-56903377d92b} oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.07.18 19:45:51.517281 [ 277 ] {0633cd92-bb4b-47f3-aba9-56903377d92b} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.07.18 19:45:51.517312 [ 277 ] {0633cd92-bb4b-47f3-aba9-56903377d92b} oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895) (SelectExecutor): Reading approx. 22 rows with 2 streams 2025.07.18 19:45:51.517373 [ 277 ] {0633cd92-bb4b-47f3-aba9-56903377d92b} 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.07.18 19:45:51.517416 [ 277 ] {0633cd92-bb4b-47f3-aba9-56903377d92b} 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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.07.18 19:45:51.518503 [ 277 ] {0633cd92-bb4b-47f3-aba9-56903377d92b} executeQuery: Read 22 rows, 943.00 B in 0.007185 sec., 3061.9345859429363 rows/sec., 128.17 KiB/sec. 2025.07.18 19:45:51.518601 [ 277 ] {0633cd92-bb4b-47f3-aba9-56903377d92b} TCPHandler: Processed in 0.007566667 sec. 2025.07.18 19:45:51.526625 [ 277 ] {} TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:51.526736 [ 277 ] {af5ff051-eb49-4ffb-8cbc-e7c9cdb124eb} executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.07.18 19:45:51.526779 [ 277 ] {af5ff051-eb49-4ffb-8cbc-e7c9cdb124eb} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.07.18 19:45:51.527344 [ 277 ] {af5ff051-eb49-4ffb-8cbc-e7c9cdb124eb} oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:51.527384 [ 277 ] {af5ff051-eb49-4ffb-8cbc-e7c9cdb124eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:51.527783 [ 277 ] {af5ff051-eb49-4ffb-8cbc-e7c9cdb124eb} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.07.18 19:45:51.527975 [ 277 ] {af5ff051-eb49-4ffb-8cbc-e7c9cdb124eb} oximeter.timeseries_schema (acdfcfbb-3364-42be-864a-aaba209d2895): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:51.528114 [ 277 ] {af5ff051-eb49-4ffb-8cbc-e7c9cdb124eb} executeQuery: Read 1 rows, 232.00 B in 0.00141 sec., 709.2198581560284 rows/sec., 160.68 KiB/sec. 2025.07.18 19:45:51.528150 [ 277 ] {af5ff051-eb49-4ffb-8cbc-e7c9cdb124eb} TCPHandler: Processed in 0.001575112 sec. 2025.07.18 19:45:51.528266 [ 277 ] {} TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:51.528360 [ 277 ] {1a1ffbb4-d419-4cdd-9c87-3d580583235e} executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.07.18 19:45:51.528399 [ 277 ] {1a1ffbb4-d419-4cdd-9c87-3d580583235e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.07.18 19:45:51.528799 [ 277 ] {1a1ffbb4-d419-4cdd-9c87-3d580583235e} oximeter.fields_ipaddr (95f3574e-d404-4ed7-9714-67180dc380d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:51.528836 [ 277 ] {1a1ffbb4-d419-4cdd-9c87-3d580583235e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:51.529119 [ 277 ] {1a1ffbb4-d419-4cdd-9c87-3d580583235e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.07.18 19:45:51.529327 [ 277 ] {1a1ffbb4-d419-4cdd-9c87-3d580583235e} oximeter.fields_ipaddr (95f3574e-d404-4ed7-9714-67180dc380d8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:51.529446 [ 277 ] {1a1ffbb4-d419-4cdd-9c87-3d580583235e} executeQuery: Read 8 rows, 668.00 B in 0.001105 sec., 7239.819004524887 rows/sec., 590.36 KiB/sec. 2025.07.18 19:45:51.529483 [ 277 ] {1a1ffbb4-d419-4cdd-9c87-3d580583235e} TCPHandler: Processed in 0.001264707 sec. 2025.07.18 19:45:51.529594 [ 277 ] {} TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:51.529687 [ 277 ] {d90290b2-0fd6-4740-999b-a8e32afbb2d6} executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.07.18 19:45:51.529725 [ 277 ] {d90290b2-0fd6-4740-999b-a8e32afbb2d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.07.18 19:45:51.530148 [ 277 ] {d90290b2-0fd6-4740-999b-a8e32afbb2d6} oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:51.530183 [ 277 ] {d90290b2-0fd6-4740-999b-a8e32afbb2d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:51.530478 [ 277 ] {d90290b2-0fd6-4740-999b-a8e32afbb2d6} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.07.18 19:45:51.530698 [ 277 ] {d90290b2-0fd6-4740-999b-a8e32afbb2d6} oximeter.fields_string (78835937-227c-48fe-9e96-44fe47993ff4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:51.530819 [ 277 ] {d90290b2-0fd6-4740-999b-a8e32afbb2d6} executeQuery: Read 84 rows, 7.06 KiB in 0.00115 sec., 73043.47826086957 rows/sec., 6.00 MiB/sec. 2025.07.18 19:45:51.530854 [ 277 ] {d90290b2-0fd6-4740-999b-a8e32afbb2d6} TCPHandler: Processed in 0.001307329 sec. 2025.07.18 19:45:51.530966 [ 277 ] {} TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:51.531058 [ 277 ] {254601b1-62d4-4dd3-b85f-6f3b08b11e2d} executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.07.18 19:45:51.531097 [ 277 ] {254601b1-62d4-4dd3-b85f-6f3b08b11e2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.07.18 19:45:51.531478 [ 277 ] {254601b1-62d4-4dd3-b85f-6f3b08b11e2d} oximeter.fields_u16 (c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:51.531513 [ 277 ] {254601b1-62d4-4dd3-b85f-6f3b08b11e2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:51.531791 [ 277 ] {254601b1-62d4-4dd3-b85f-6f3b08b11e2d} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.18 19:45:51.531996 [ 277 ] {254601b1-62d4-4dd3-b85f-6f3b08b11e2d} oximeter.fields_u16 (c6090f8f-a7bd-4d0d-a3ea-b513e1d25f81): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:51.532115 [ 277 ] {254601b1-62d4-4dd3-b85f-6f3b08b11e2d} executeQuery: Read 20 rows, 1.46 KiB in 0.001075 sec., 18604.6511627907 rows/sec., 1.33 MiB/sec. 2025.07.18 19:45:51.532151 [ 277 ] {254601b1-62d4-4dd3-b85f-6f3b08b11e2d} TCPHandler: Processed in 0.001232547 sec. 2025.07.18 19:45:51.532258 [ 277 ] {} TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:51.532349 [ 277 ] {7e1f03db-6abb-4148-abae-e7ddcdb7b4b3} executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.07.18 19:45:51.532386 [ 277 ] {7e1f03db-6abb-4148-abae-e7ddcdb7b4b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.07.18 19:45:51.532785 [ 277 ] {7e1f03db-6abb-4148-abae-e7ddcdb7b4b3} oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:51.532820 [ 277 ] {7e1f03db-6abb-4148-abae-e7ddcdb7b4b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:51.533106 [ 277 ] {7e1f03db-6abb-4148-abae-e7ddcdb7b4b3} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.07.18 19:45:51.533307 [ 277 ] {7e1f03db-6abb-4148-abae-e7ddcdb7b4b3} oximeter.fields_uuid (0ea79c0b-3721-40fb-bd94-8b7a694f9a33): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:51.533428 [ 277 ] {7e1f03db-6abb-4148-abae-e7ddcdb7b4b3} executeQuery: Read 84 rows, 6.73 KiB in 0.001097 sec., 76572.47037374658 rows/sec., 5.99 MiB/sec. 2025.07.18 19:45:51.533464 [ 277 ] {7e1f03db-6abb-4148-abae-e7ddcdb7b4b3} TCPHandler: Processed in 0.001253188 sec. 2025.07.18 19:45:51.533573 [ 277 ] {} TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:51.533665 [ 277 ] {9a485121-3ffd-43fc-86fa-30e9beed7fff} executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.07.18 19:45:51.533705 [ 277 ] {9a485121-3ffd-43fc-86fa-30e9beed7fff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.07.18 19:45:51.534099 [ 277 ] {9a485121-3ffd-43fc-86fa-30e9beed7fff} oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:51.534134 [ 277 ] {9a485121-3ffd-43fc-86fa-30e9beed7fff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:51.534447 [ 277 ] {9a485121-3ffd-43fc-86fa-30e9beed7fff} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.07.18 19:45:51.534658 [ 277 ] {9a485121-3ffd-43fc-86fa-30e9beed7fff} oximeter.measurements_cumulativeu64 (dd2673aa-3f0e-4a2f-8d7c-236903f45382): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:51.534781 [ 277 ] {9a485121-3ffd-43fc-86fa-30e9beed7fff} executeQuery: Read 164 rows, 11.69 KiB in 0.001134 sec., 144620.81128747796 rows/sec., 10.07 MiB/sec. 2025.07.18 19:45:51.534816 [ 277 ] {9a485121-3ffd-43fc-86fa-30e9beed7fff} TCPHandler: Processed in 0.001289728 sec. 2025.07.18 19:45:51.534925 [ 277 ] {} TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:51.535017 [ 277 ] {3a453988-6a80-4647-a39f-a8e1d36e56b8} executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.07.18 19:45:51.535070 [ 277 ] {3a453988-6a80-4647-a39f-a8e1d36e56b8} 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.07.18 19:45:51.535802 [ 277 ] {3a453988-6a80-4647-a39f-a8e1d36e56b8} oximeter.measurements_histogramu64 (54b9d155-51f9-4ef4-8448-4c82edc28778): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:51.535838 [ 277 ] {3a453988-6a80-4647-a39f-a8e1d36e56b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:51.536329 [ 277 ] {3a453988-6a80-4647-a39f-a8e1d36e56b8} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.07.18 19:45:51.536540 [ 277 ] {3a453988-6a80-4647-a39f-a8e1d36e56b8} oximeter.measurements_histogramu64 (54b9d155-51f9-4ef4-8448-4c82edc28778): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:51.536646 [ 35 ] {} oximeter.measurements_histogramu64 (54b9d155-51f9-4ef4-8448-4c82edc28778) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.07.18 19:45:51.536669 [ 277 ] {3a453988-6a80-4647-a39f-a8e1d36e56b8} executeQuery: Read 12 rows, 22.02 KiB in 0.00167 sec., 7185.62874251497 rows/sec., 12.88 MiB/sec. 2025.07.18 19:45:51.536717 [ 35 ] {} oximeter.measurements_histogramu64 (54b9d155-51f9-4ef4-8448-4c82edc28778): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:51.536737 [ 277 ] {3a453988-6a80-4647-a39f-a8e1d36e56b8} TCPHandler: Processed in 0.001858926 sec. 2025.07.18 19:45:51.536741 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:51.536856 [ 277 ] {} TCP-Session: c585e6af-95e5-471e-bacd-6d4b7d85cdc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.07.18 19:45:51.536881 [ 196 ] {54b9d155-51f9-4ef4-8448-4c82edc28778::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.07.18 19:45:51.536955 [ 277 ] {499e0341-f513-43f7-9e4f-beae8508687a} executeQuery: (from [fd00:1122:3344:101::d]:62124) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.07.18 19:45:51.537001 [ 277 ] {499e0341-f513-43f7-9e4f-beae8508687a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.07.18 19:45:51.537144 [ 196 ] {54b9d155-51f9-4ef4-8448-4c82edc28778::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.07.18 19:45:51.537216 [ 196 ] {54b9d155-51f9-4ef4-8448-4c82edc28778::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part 2025.07.18 19:45:51.537328 [ 277 ] {499e0341-f513-43f7-9e4f-beae8508687a} oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.07.18 19:45:51.537349 [ 196 ] {54b9d155-51f9-4ef4-8448-4c82edc28778::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 12 rows starting from the beginning of the part 2025.07.18 19:45:51.537370 [ 277 ] {499e0341-f513-43f7-9e4f-beae8508687a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.07.18 19:45:51.537467 [ 196 ] {54b9d155-51f9-4ef4-8448-4c82edc28778::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part 2025.07.18 19:45:51.537579 [ 196 ] {54b9d155-51f9-4ef4-8448-4c82edc28778::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part 2025.07.18 19:45:51.537688 [ 196 ] {54b9d155-51f9-4ef4-8448-4c82edc28778::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part 2025.07.18 19:45:51.537690 [ 277 ] {499e0341-f513-43f7-9e4f-beae8508687a} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.07.18 19:45:51.537802 [ 196 ] {54b9d155-51f9-4ef4-8448-4c82edc28778::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 12 rows starting from the beginning of the part 2025.07.18 19:45:51.537917 [ 277 ] {499e0341-f513-43f7-9e4f-beae8508687a} oximeter.measurements_u64 (bf4c4803-b198-451b-bf6a-8f20f81d60fb): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:51.538039 [ 277 ] {499e0341-f513-43f7-9e4f-beae8508687a} executeQuery: Read 60 rows, 4.14 KiB in 0.001116 sec., 53763.44086021505 rows/sec., 3.62 MiB/sec. 2025.07.18 19:45:51.538072 [ 277 ] {499e0341-f513-43f7-9e4f-beae8508687a} TCPHandler: Processed in 0.001278968 sec. 2025.07.18 19:45:51.539543 [ 193 ] {54b9d155-51f9-4ef4-8448-4c82edc28778::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 72 rows, containing 19 columns (19 merged, 0 gathered) in 0.002712698 sec., 26541.84136973596 rows/sec., 47.56 MiB/sec. 2025.07.18 19:45:51.539948 [ 195 ] {54b9d155-51f9-4ef4-8448-4c82edc28778::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.07.18 19:45:51.540362 [ 195 ] {54b9d155-51f9-4ef4-8448-4c82edc28778::all_1_6_1} oximeter.measurements_histogramu64 (54b9d155-51f9-4ef4-8448-4c82edc28778): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.07.18 19:45:51.540434 [ 195 ] {54b9d155-51f9-4ef4-8448-4c82edc28778::all_1_6_1} oximeter.measurements_histogramu64 (54b9d155-51f9-4ef4-8448-4c82edc28778) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.07.18 19:45:51.540556 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB.