[ Jun 4 18:27:59 Enabled. ] [ Jun 4 18:27:59 Rereading configuration. ] [ Jun 4 18:28:00 Rereading configuration. ] [ Jun 4 18:28:13 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 [ Jun 4 18:28:13 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.06.04 18:28:14.022321 [ 1 ] {} Application: Will watch for the process with pid 23622 2025.06.04 18:28:14.022780 [ 1 ] {} Application: Forked a child process to watch 2025.06.04 18:28:14.512123 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 23622 2025.06.04 18:28:14.512953 [ 1 ] {} Application: starting up 2025.06.04 18:28:14.513124 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2025.06.04 18:28:14.610538 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2025.06.04 18:28:14.635998 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2025.06.04 18:28:14.636077 [ 1 ] {} Application: Initializing DateLUT. 2025.06.04 18:28:14.636096 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2025.06.04 18:28:14.636150 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2025.06.04 18:28:14.636767 [ 1 ] {} Application: Initializing interserver credentials. 2025.06.04 18:28:14.639023 [ 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.06.04 18:28:14.639921 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.06.04 18:28:14.640757 [ 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.06.04 18:28:14.640805 [ 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.06.04 18:28:14.640844 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2025.06.04 18:28:14.641554 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2025.06.04 18:28:14.642700 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2025.06.04 18:28:14.649115 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2025.06.04 18:28:14.649902 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2025.06.04 18:28:14.651244 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.06.04 18:28:14.651352 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.06.04 18:28:14.652435 [ 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.06.04 18:28:14.652907 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.06.04 18:28:14.656808 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.06.04 18:28:14.657271 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2025.06.04 18:28:14.660436 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2025.06.04 18:28:14.660872 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2025.06.04 18:28:14.661264 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2025.06.04 18:28:14.661622 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2025.06.04 18:28:14.663254 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2025.06.04 18:28:14.663284 [ 1 ] {} Application: Loading metadata from /data/ 2025.06.04 18:28:14.663386 [ 148 ] {} DNSResolver: Updating DNS cache 2025.06.04 18:28:14.663507 [ 148 ] {} DNSResolver: Updated DNS cache 2025.06.04 18:28:14.671572 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2025.06.04 18:28:14.671595 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000154373 sec 2025.06.04 18:28:14.671642 [ 1 ] {} ReferentialDeps: No tables 2025.06.04 18:28:14.671679 [ 1 ] {} LoadingDeps: No tables 2025.06.04 18:28:14.672353 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2025.06.04 18:28:14.672923 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2025.06.04 18:28:14.682734 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2025.06.04 18:28:14.682779 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2025.06.04 18:28:14.682854 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2025.06.04 18:28:14.682868 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2025.06.04 18:28:14.682904 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2025.06.04 18:28:14.682994 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2025.06.04 18:28:14.687224 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2025.06.04 18:28:14.687275 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2025.06.04 18:28:14.687340 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2025.06.04 18:28:14.687542 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2025.06.04 18:28:14.687589 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2025.06.04 18:28:14.687602 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2025.06.04 18:28:14.687673 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2025.06.04 18:28:14.687686 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2025.06.04 18:28:14.687717 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2025.06.04 18:28:14.687781 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2025.06.04 18:28:14.710292 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2025.06.04 18:28:14.715319 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2025.06.04 18:28:14.715411 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000117461 sec 2025.06.04 18:28:14.715428 [ 1 ] {} ReferentialDeps: No tables 2025.06.04 18:28:14.715441 [ 1 ] {} LoadingDeps: No tables 2025.06.04 18:28:14.715473 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2025.06.04 18:28:14.715757 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2025.06.04 18:28:14.715870 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2025.06.04 18:28:14.715886 [ 1 ] {} Application: Loaded metadata. 2025.06.04 18:28:14.715897 [ 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.06.04 18:28:14.715908 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2025.06.04 18:28:14.728181 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.06.04 18:28:14.728404 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.77 MiB, peak 24.77 MiB, free memory in arenas 0.00 B, will set to 116.79 MiB (RSS), difference: 92.02 MiB 2025.06.04 18:28:14.729862 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.2911e-05 sec. 2025.06.04 18:28:14.730312 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2025.06.04 18:28:14.731627 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2025.06.04 18:28:14.731646 [ 1 ] {} Application: Ready for connections. 2025.06.04 18:28:14.804588 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36758 2025.06.04 18:28:14.805501 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 18:28:14.805572 [ 3 ] {} TCP-Session: 1e526bf4-cce0-4eb6-b627-2cf2f71a24d3 Authenticating user 'default' from [fd00:1122:3344:101::b]:36758 2025.06.04 18:28:14.805600 [ 3 ] {} TCP-Session: 1e526bf4-cce0-4eb6-b627-2cf2f71a24d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:14.805688 [ 3 ] {} TCP-Session: 1e526bf4-cce0-4eb6-b627-2cf2f71a24d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:14.805789 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.06.04 18:28:14.805817 [ 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.06.04 18:28:14.805888 [ 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.06.04 18:28:14.808305 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:58777 2025.06.04 18:28:14.808423 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45041 2025.06.04 18:28:14.808430 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:48876 2025.06.04 18:28:14.808546 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 18:28:14.808663 [ 4 ] {} TCP-Session: 1c66ea94-ff12-400a-94da-27e5bf3a71e0 Authenticating user 'default' from [fd00:1122:3344:101::b]:58777 2025.06.04 18:28:14.808678 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56194 2025.06.04 18:28:14.808688 [ 4 ] {} TCP-Session: 1c66ea94-ff12-400a-94da-27e5bf3a71e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:14.808710 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 18:28:14.808726 [ 4 ] {} TCP-Session: 1c66ea94-ff12-400a-94da-27e5bf3a71e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:14.808712 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 18:28:14.808797 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45654 2025.06.04 18:28:14.808840 [ 5 ] {} TCP-Session: fe98dfab-e3ab-4c3c-ba07-96ef3bc45223 Authenticating user 'default' from [fd00:1122:3344:101::b]:45041 2025.06.04 18:28:14.808835 [ 254 ] {} TCP-Session: 8be468f6-4e0e-40a2-9205-2a66640d23c8 Authenticating user 'default' from [fd00:1122:3344:101::b]:48876 2025.06.04 18:28:14.808902 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56355 2025.06.04 18:28:14.808820 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 18:28:14.808966 [ 5 ] {} TCP-Session: fe98dfab-e3ab-4c3c-ba07-96ef3bc45223 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:14.808942 [ 254 ] {} TCP-Session: 8be468f6-4e0e-40a2-9205-2a66640d23c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:14.809000 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60765 2025.06.04 18:28:14.809036 [ 5 ] {} TCP-Session: fe98dfab-e3ab-4c3c-ba07-96ef3bc45223 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:14.809027 [ 255 ] {} TCP-Session: 5c7e6a67-11ac-4c9d-8d51-7b7815e010ee Authenticating user 'default' from [fd00:1122:3344:101::b]:56194 2025.06.04 18:28:14.809104 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 18:28:14.809125 [ 255 ] {} TCP-Session: 5c7e6a67-11ac-4c9d-8d51-7b7815e010ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:14.809118 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 18:28:14.809198 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 18:28:14.809205 [ 256 ] {} TCP-Session: 4fc1b640-3be0-4ac1-9c3a-d059ecdfd89b Authenticating user 'default' from [fd00:1122:3344:101::b]:45654 2025.06.04 18:28:14.809247 [ 258 ] {} TCP-Session: 96f99cf1-cbca-4a9f-b4c5-94ad5513c96c Authenticating user 'default' from [fd00:1122:3344:101::b]:60765 2025.06.04 18:28:14.809233 [ 255 ] {} TCP-Session: 5c7e6a67-11ac-4c9d-8d51-7b7815e010ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:14.809224 [ 257 ] {} TCP-Session: c55b7677-a61d-4335-96f7-3455a8d38f8f Authenticating user 'default' from [fd00:1122:3344:101::b]:56355 2025.06.04 18:28:14.809340 [ 258 ] {} TCP-Session: 96f99cf1-cbca-4a9f-b4c5-94ad5513c96c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:14.809317 [ 256 ] {} TCP-Session: 4fc1b640-3be0-4ac1-9c3a-d059ecdfd89b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:14.809023 [ 254 ] {} TCP-Session: 8be468f6-4e0e-40a2-9205-2a66640d23c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:14.809430 [ 256 ] {} TCP-Session: 4fc1b640-3be0-4ac1-9c3a-d059ecdfd89b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:14.809424 [ 258 ] {} TCP-Session: 96f99cf1-cbca-4a9f-b4c5-94ad5513c96c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:14.809413 [ 257 ] {} TCP-Session: c55b7677-a61d-4335-96f7-3455a8d38f8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:14.809587 [ 257 ] {} TCP-Session: c55b7677-a61d-4335-96f7-3455a8d38f8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:14.945660 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:61316 2025.06.04 18:28:14.945833 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 18:28:14.945953 [ 259 ] {} TCP-Session: 1c01b590-d1b2-4f15-8812-520bc17f407f Authenticating user 'default' from [fd00:1122:3344:101::c]:61316 2025.06.04 18:28:14.945978 [ 259 ] {} TCP-Session: 1c01b590-d1b2-4f15-8812-520bc17f407f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:14.945990 [ 259 ] {} TCP-Session: 1c01b590-d1b2-4f15-8812-520bc17f407f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:14.946142 [ 259 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.06.04 18:28:14.946181 [ 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.06.04 18:28:14.946263 [ 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.06.04 18:28:14.947853 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55466 2025.06.04 18:28:14.947931 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:41656 2025.06.04 18:28:14.948105 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:61180 2025.06.04 18:28:14.948110 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46264 2025.06.04 18:28:14.948296 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 18:28:14.948298 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57950 2025.06.04 18:28:14.948404 [ 260 ] {} TCP-Session: a154d446-6948-4fd6-a28d-72c4edd60839 Authenticating user 'default' from [fd00:1122:3344:101::c]:55466 2025.06.04 18:28:14.948430 [ 260 ] {} TCP-Session: a154d446-6948-4fd6-a28d-72c4edd60839 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:14.948429 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 18:28:14.948443 [ 260 ] {} TCP-Session: a154d446-6948-4fd6-a28d-72c4edd60839 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:14.948489 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43882 2025.06.04 18:28:14.948522 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 18:28:14.948539 [ 263 ] {} TCP-Session: 821a069a-0e3d-4504-ba60-39c3db24f2f6 Authenticating user 'default' from [fd00:1122:3344:101::c]:61180 2025.06.04 18:28:14.948644 [ 262 ] {} TCP-Session: 7cfa43ed-8952-4eb1-aab0-64b9403c759b Authenticating user 'default' from [fd00:1122:3344:101::c]:46264 2025.06.04 18:28:14.948649 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 18:28:14.948652 [ 263 ] {} TCP-Session: 821a069a-0e3d-4504-ba60-39c3db24f2f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:14.948688 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:54283 2025.06.04 18:28:14.948739 [ 261 ] {} TCP-Session: 37965109-ffe9-4bd3-ba0f-d169a278a47f Authenticating user 'default' from [fd00:1122:3344:101::c]:41656 2025.06.04 18:28:14.948749 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 18:28:14.948789 [ 261 ] {} TCP-Session: 37965109-ffe9-4bd3-ba0f-d169a278a47f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:14.948772 [ 263 ] {} TCP-Session: 821a069a-0e3d-4504-ba60-39c3db24f2f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:14.948645 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 18:28:14.948921 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 18:28:14.948954 [ 265 ] {} TCP-Session: 891592c8-e6f9-4c35-9bba-a9b621b40706 Authenticating user 'default' from [fd00:1122:3344:101::c]:43882 2025.06.04 18:28:14.948962 [ 264 ] {} TCP-Session: 5217bb25-4d74-45d3-ae6b-c7baff2fa44b Authenticating user 'default' from [fd00:1122:3344:101::c]:57950 2025.06.04 18:28:14.948671 [ 262 ] {} TCP-Session: 7cfa43ed-8952-4eb1-aab0-64b9403c759b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:14.949038 [ 266 ] {} TCP-Session: a625dcf8-7464-424b-94d0-72f77a83a4d1 Authenticating user 'default' from [fd00:1122:3344:101::c]:54283 2025.06.04 18:28:14.949045 [ 262 ] {} TCP-Session: 7cfa43ed-8952-4eb1-aab0-64b9403c759b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:14.949043 [ 264 ] {} TCP-Session: 5217bb25-4d74-45d3-ae6b-c7baff2fa44b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:14.949105 [ 265 ] {} TCP-Session: 891592c8-e6f9-4c35-9bba-a9b621b40706 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:14.949125 [ 266 ] {} TCP-Session: a625dcf8-7464-424b-94d0-72f77a83a4d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:14.949181 [ 264 ] {} TCP-Session: 5217bb25-4d74-45d3-ae6b-c7baff2fa44b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:14.949195 [ 265 ] {} TCP-Session: 891592c8-e6f9-4c35-9bba-a9b621b40706 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:14.949207 [ 266 ] {} TCP-Session: a625dcf8-7464-424b-94d0-72f77a83a4d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:14.949339 [ 261 ] {} TCP-Session: 37965109-ffe9-4bd3-ba0f-d169a278a47f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:15.000177 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 116.90 MiB, peak 116.90 MiB, free memory in arenas 0.00 B, will set to 119.52 MiB (RSS), difference: 2.62 MiB 2025.06.04 18:28:15.237169 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:44907 2025.06.04 18:28:15.237379 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 18:28:15.237448 [ 267 ] {} TCP-Session: 22e74f39-7fe9-4582-8c63-3f154795faec Authenticating user 'default' from [fd00:1122:3344:101::a]:44907 2025.06.04 18:28:15.237471 [ 267 ] {} TCP-Session: 22e74f39-7fe9-4582-8c63-3f154795faec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:15.237484 [ 267 ] {} TCP-Session: 22e74f39-7fe9-4582-8c63-3f154795faec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:15.237606 [ 267 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.06.04 18:28:15.237635 [ 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.06.04 18:28:15.237724 [ 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.06.04 18:28:15.238721 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49699 2025.06.04 18:28:15.238930 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:45821 2025.06.04 18:28:15.238941 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 18:28:15.238934 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:37458 2025.06.04 18:28:15.239018 [ 268 ] {} TCP-Session: 47b5877b-6224-4646-9294-ccd85ab4642e Authenticating user 'default' from [fd00:1122:3344:101::a]:49699 2025.06.04 18:28:15.239117 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:37393 2025.06.04 18:28:15.239119 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:52987 2025.06.04 18:28:15.239199 [ 268 ] {} TCP-Session: 47b5877b-6224-4646-9294-ccd85ab4642e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:15.239199 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 18:28:15.239303 [ 268 ] {} TCP-Session: 47b5877b-6224-4646-9294-ccd85ab4642e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:15.239418 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:36477 2025.06.04 18:28:15.239455 [ 269 ] {} TCP-Session: 698af79c-7cd2-495c-8e81-ba64a4d6c63c Authenticating user 'default' from [fd00:1122:3344:101::a]:45821 2025.06.04 18:28:15.239527 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:38243 2025.06.04 18:28:15.239539 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 18:28:15.239558 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 18:28:15.239595 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 18:28:15.239590 [ 271 ] {} TCP-Session: 1729342e-834d-4951-9452-668a0fd02e63 Authenticating user 'default' from [fd00:1122:3344:101::a]:37393 2025.06.04 18:28:15.239567 [ 269 ] {} TCP-Session: 698af79c-7cd2-495c-8e81-ba64a4d6c63c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:15.239700 [ 271 ] {} TCP-Session: 1729342e-834d-4951-9452-668a0fd02e63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:15.239744 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 18:28:15.239756 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 18:28:15.239746 [ 269 ] {} TCP-Session: 698af79c-7cd2-495c-8e81-ba64a4d6c63c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:15.239850 [ 273 ] {} TCP-Session: 936eae8f-65e9-42fe-b484-af7594dd300e Authenticating user 'default' from [fd00:1122:3344:101::a]:36477 2025.06.04 18:28:15.239820 [ 274 ] {} TCP-Session: 6be14b3f-c2b5-4c81-841d-ed56dfa24374 Authenticating user 'default' from [fd00:1122:3344:101::a]:38243 2025.06.04 18:28:15.239803 [ 271 ] {} TCP-Session: 1729342e-834d-4951-9452-668a0fd02e63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:15.239982 [ 274 ] {} TCP-Session: 6be14b3f-c2b5-4c81-841d-ed56dfa24374 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:15.239970 [ 273 ] {} TCP-Session: 936eae8f-65e9-42fe-b484-af7594dd300e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:15.239694 [ 272 ] {} TCP-Session: ac9f5d61-c82b-4a06-a5a8-78f265954e51 Authenticating user 'default' from [fd00:1122:3344:101::a]:52987 2025.06.04 18:28:15.240075 [ 274 ] {} TCP-Session: 6be14b3f-c2b5-4c81-841d-ed56dfa24374 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:15.240082 [ 273 ] {} TCP-Session: 936eae8f-65e9-42fe-b484-af7594dd300e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:15.239690 [ 270 ] {} TCP-Session: cc00f657-20ac-4e1b-b33e-9b24ab373f3d Authenticating user 'default' from [fd00:1122:3344:101::a]:37458 2025.06.04 18:28:15.240188 [ 272 ] {} TCP-Session: ac9f5d61-c82b-4a06-a5a8-78f265954e51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:15.240266 [ 270 ] {} TCP-Session: cc00f657-20ac-4e1b-b33e-9b24ab373f3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:15.240270 [ 272 ] {} TCP-Session: ac9f5d61-c82b-4a06-a5a8-78f265954e51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:15.240283 [ 270 ] {} TCP-Session: cc00f657-20ac-4e1b-b33e-9b24ab373f3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:15.843986 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55875 2025.06.04 18:28:15.845995 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 18:28:15.846120 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Authenticating user 'default' from [fd00:1122:3344:101::d]:55875 2025.06.04 18:28:15.846145 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:15.846157 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:15.846290 [ 275 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.06.04 18:28:15.846338 [ 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.06.04 18:28:15.846417 [ 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.06.04 18:28:15.846885 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48116 2025.06.04 18:28:15.846943 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:46223 2025.06.04 18:28:15.847225 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40826 2025.06.04 18:28:15.847245 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42670 2025.06.04 18:28:15.847285 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39939 2025.06.04 18:28:15.847474 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45955 2025.06.04 18:28:15.847920 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 18:28:15.847966 [ 276 ] {} TCP-Session: 013ca946-0866-43df-b2e7-9c7af71f17d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:48116 2025.06.04 18:28:15.847990 [ 276 ] {} TCP-Session: 013ca946-0866-43df-b2e7-9c7af71f17d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:15.848086 [ 276 ] {} TCP-Session: 013ca946-0866-43df-b2e7-9c7af71f17d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:15.848507 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 18:28:15.848546 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 18:28:15.848625 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42696 2025.06.04 18:28:15.848593 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 18:28:15.848683 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36690 2025.06.04 18:28:15.848695 [ 281 ] {} TCP-Session: 01045fcb-84db-4088-b5d8-35401089fa93 Authenticating user 'default' from [fd00:1122:3344:101::d]:45955 2025.06.04 18:28:15.848724 [ 277 ] {} TCP-Session: 9a6321ce-3ff1-4eb4-ba0e-99c45518f91e Authenticating user 'default' from [fd00:1122:3344:101::d]:46223 2025.06.04 18:28:15.848559 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 18:28:15.848551 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 18:28:15.848796 [ 281 ] {} TCP-Session: 01045fcb-84db-4088-b5d8-35401089fa93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:15.848829 [ 279 ] {} TCP-Session: 4c05e6e3-9c4b-41b0-95ca-811df3eff0a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:39939 2025.06.04 18:28:15.848821 [ 277 ] {} TCP-Session: 9a6321ce-3ff1-4eb4-ba0e-99c45518f91e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:15.848803 [ 280 ] {} TCP-Session: daf513ce-116f-46c4-9f12-dfd893847a56 Authenticating user 'default' from [fd00:1122:3344:101::d]:42670 2025.06.04 18:28:15.848937 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 18:28:15.848922 [ 279 ] {} TCP-Session: 4c05e6e3-9c4b-41b0-95ca-811df3eff0a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:15.848908 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.06.04 18:28:15.849022 [ 282 ] {} TCP-Session: 7b14214b-7695-4946-b569-cf6be1a579d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:42696 2025.06.04 18:28:15.848998 [ 280 ] {} TCP-Session: daf513ce-116f-46c4-9f12-dfd893847a56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:15.849004 [ 279 ] {} TCP-Session: 4c05e6e3-9c4b-41b0-95ca-811df3eff0a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:15.849089 [ 283 ] {} TCP-Session: ed67f27d-b7a2-425d-b335-bcb663608c91 Authenticating user 'default' from [fd00:1122:3344:101::d]:36690 2025.06.04 18:28:15.849079 [ 280 ] {} TCP-Session: daf513ce-116f-46c4-9f12-dfd893847a56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:15.848905 [ 277 ] {} TCP-Session: 9a6321ce-3ff1-4eb4-ba0e-99c45518f91e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:15.849194 [ 283 ] {} TCP-Session: ed67f27d-b7a2-425d-b335-bcb663608c91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:15.848894 [ 281 ] {} TCP-Session: 01045fcb-84db-4088-b5d8-35401089fa93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:15.848561 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Authenticating user 'default' from [fd00:1122:3344:101::d]:40826 2025.06.04 18:28:15.849286 [ 283 ] {} TCP-Session: ed67f27d-b7a2-425d-b335-bcb663608c91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:15.849096 [ 282 ] {} TCP-Session: 7b14214b-7695-4946-b569-cf6be1a579d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:15.849377 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:15.849387 [ 282 ] {} TCP-Session: 7b14214b-7695-4946-b569-cf6be1a579d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:15.849496 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:28:15.856174 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:15.860071 [ 275 ] {0e262d14-9495-48ef-a1fd-c7edb8a15f17} executeQuery: (from [fd00:1122:3344:101::d]:55875) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.06.04 18:28:15.917419 [ 275 ] {0e262d14-9495-48ef-a1fd-c7edb8a15f17} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:55875) (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 @ 0x0000000000116777 in /system/lib/amd64/libc.so.1 2025.06.04 18:28:15.918500 [ 275 ] {0e262d14-9495-48ef-a1fd-c7edb8a15f17} 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 @ 0x0000000000116777 in /system/lib/amd64/libc.so.1 2025.06.04 18:28:15.918756 [ 275 ] {0e262d14-9495-48ef-a1fd-c7edb8a15f17} TCPHandler: Processed in 0.064709312 sec. 2025.06.04 18:28:15.921338 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:15.921564 [ 278 ] {77e83a27-bf1e-4f80-9f72-114b42c95bef} executeQuery: (from [fd00:1122:3344:101::d]:40826) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.06.04 18:28:15.922000 [ 278 ] {77e83a27-bf1e-4f80-9f72-114b42c95bef} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:40826) (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 @ 0x0000000000116777 in /system/lib/amd64/libc.so.1 2025.06.04 18:28:15.922306 [ 278 ] {77e83a27-bf1e-4f80-9f72-114b42c95bef} 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 @ 0x0000000000116777 in /system/lib/amd64/libc.so.1 2025.06.04 18:28:15.922581 [ 278 ] {77e83a27-bf1e-4f80-9f72-114b42c95bef} TCPHandler: Processed in 0.001457163 sec. 2025.06.04 18:28:15.925727 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:15.926643 [ 275 ] {c8df1147-993b-40c5-aa03-7319c2665ef8} executeQuery: (from [fd00:1122:3344:101::d]:55875) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2025.06.04 18:28:15.927347 [ 275 ] {c8df1147-993b-40c5-aa03-7319c2665ef8} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2025.06.04 18:28:15.929911 [ 275 ] {c8df1147-993b-40c5-aa03-7319c2665ef8} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2025.06.04 18:28:15.930044 [ 275 ] {c8df1147-993b-40c5-aa03-7319c2665ef8} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000169423 sec 2025.06.04 18:28:15.930059 [ 275 ] {c8df1147-993b-40c5-aa03-7319c2665ef8} ReferentialDeps: No tables 2025.06.04 18:28:15.930070 [ 275 ] {c8df1147-993b-40c5-aa03-7319c2665ef8} LoadingDeps: No tables 2025.06.04 18:28:15.930130 [ 275 ] {c8df1147-993b-40c5-aa03-7319c2665ef8} DatabaseAtomic (oximeter): Starting up tables. 2025.06.04 18:28:15.930869 [ 275 ] {c8df1147-993b-40c5-aa03-7319c2665ef8} TCPHandler: Processed in 0.005315424 sec. 2025.06.04 18:28:15.931018 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:15.931175 [ 275 ] {91a01724-14c9-43cc-8a60-a51d2be0c313} executeQuery: (from [fd00:1122:3344:101::d]:55875) /* 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.06.04 18:28:15.931306 [ 275 ] {91a01724-14c9-43cc-8a60-a51d2be0c313} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2025.06.04 18:28:15.936532 [ 275 ] {91a01724-14c9-43cc-8a60-a51d2be0c313} StoragePolicy (default): Storage policy default created, total volumes 1 2025.06.04 18:28:15.938098 [ 275 ] {91a01724-14c9-43cc-8a60-a51d2be0c313} oximeter.version (168e55b1-9003-41c6-a25e-e28149e7cb71): Loading data parts 2025.06.04 18:28:15.939159 [ 275 ] {91a01724-14c9-43cc-8a60-a51d2be0c313} oximeter.version (168e55b1-9003-41c6-a25e-e28149e7cb71): There are no data parts 2025.06.04 18:28:15.942116 [ 275 ] {91a01724-14c9-43cc-8a60-a51d2be0c313} TCPHandler: Processed in 0.011150248 sec. 2025.06.04 18:28:15.942385 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:15.942575 [ 275 ] {fad97b23-ece9-4f58-877e-2e492854c538} executeQuery: (from [fd00:1122:3344:101::d]:55875) /* 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.06.04 18:28:15.942706 [ 275 ] {fad97b23-ece9-4f58-877e-2e492854c538} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2025.06.04 18:28:15.953073 [ 275 ] {fad97b23-ece9-4f58-877e-2e492854c538} oximeter.measurements_bool (e18e41be-27a1-4a5a-8b63-0a30a1d5544e): Loading data parts 2025.06.04 18:28:15.953385 [ 275 ] {fad97b23-ece9-4f58-877e-2e492854c538} oximeter.measurements_bool (e18e41be-27a1-4a5a-8b63-0a30a1d5544e): There are no data parts 2025.06.04 18:28:15.955001 [ 275 ] {fad97b23-ece9-4f58-877e-2e492854c538} TCPHandler: Processed in 0.012668622 sec. 2025.06.04 18:28:15.955181 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:15.955429 [ 275 ] {de93ae84-be73-483b-a2bc-93c57169d3d0} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:15.955479 [ 275 ] {de93ae84-be73-483b-a2bc-93c57169d3d0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2025.06.04 18:28:15.957470 [ 275 ] {de93ae84-be73-483b-a2bc-93c57169d3d0} oximeter.measurements_i8 (7c321cb1-c92e-4038-8946-b22dc956260d): Loading data parts 2025.06.04 18:28:15.957639 [ 275 ] {de93ae84-be73-483b-a2bc-93c57169d3d0} oximeter.measurements_i8 (7c321cb1-c92e-4038-8946-b22dc956260d): There are no data parts 2025.06.04 18:28:15.959028 [ 275 ] {de93ae84-be73-483b-a2bc-93c57169d3d0} TCPHandler: Processed in 0.003907552 sec. 2025.06.04 18:28:15.959244 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:15.959404 [ 275 ] {edad0f23-2b6c-4224-84ae-28cfae001e86} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:15.959520 [ 275 ] {edad0f23-2b6c-4224-84ae-28cfae001e86} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2025.06.04 18:28:15.961416 [ 275 ] {edad0f23-2b6c-4224-84ae-28cfae001e86} oximeter.measurements_u8 (ab907c1a-188d-48b0-b41a-379691613975): Loading data parts 2025.06.04 18:28:15.961615 [ 275 ] {edad0f23-2b6c-4224-84ae-28cfae001e86} oximeter.measurements_u8 (ab907c1a-188d-48b0-b41a-379691613975): There are no data parts 2025.06.04 18:28:15.963599 [ 275 ] {edad0f23-2b6c-4224-84ae-28cfae001e86} TCPHandler: Processed in 0.00440847 sec. 2025.06.04 18:28:15.963736 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:15.963975 [ 275 ] {bca7e749-181f-4ce7-91e2-29ed601c059e} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:15.964018 [ 275 ] {bca7e749-181f-4ce7-91e2-29ed601c059e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2025.06.04 18:28:15.965980 [ 275 ] {bca7e749-181f-4ce7-91e2-29ed601c059e} oximeter.measurements_i16 (d77190d5-fc8e-4c47-b332-682be6ea6cad): Loading data parts 2025.06.04 18:28:15.966124 [ 275 ] {bca7e749-181f-4ce7-91e2-29ed601c059e} oximeter.measurements_i16 (d77190d5-fc8e-4c47-b332-682be6ea6cad): There are no data parts 2025.06.04 18:28:15.968009 [ 275 ] {bca7e749-181f-4ce7-91e2-29ed601c059e} TCPHandler: Processed in 0.004322139 sec. 2025.06.04 18:28:15.968223 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:15.968378 [ 275 ] {3e766ea5-c1ab-42b5-923b-fb035f704ec7} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:15.968491 [ 275 ] {3e766ea5-c1ab-42b5-923b-fb035f704ec7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2025.06.04 18:28:15.970523 [ 275 ] {3e766ea5-c1ab-42b5-923b-fb035f704ec7} oximeter.measurements_u16 (a5a3d2ba-54b3-4f07-922d-1f7faea52f4d): Loading data parts 2025.06.04 18:28:15.970709 [ 275 ] {3e766ea5-c1ab-42b5-923b-fb035f704ec7} oximeter.measurements_u16 (a5a3d2ba-54b3-4f07-922d-1f7faea52f4d): There are no data parts 2025.06.04 18:28:15.972304 [ 275 ] {3e766ea5-c1ab-42b5-923b-fb035f704ec7} TCPHandler: Processed in 0.004130746 sec. 2025.06.04 18:28:15.972443 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:15.972642 [ 275 ] {6d0a170d-0f57-472b-9704-1d7dcb842cd0} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:15.972718 [ 275 ] {6d0a170d-0f57-472b-9704-1d7dcb842cd0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2025.06.04 18:28:15.974707 [ 275 ] {6d0a170d-0f57-472b-9704-1d7dcb842cd0} oximeter.measurements_i32 (bfd48351-c552-4af4-af45-5351be6c9d3d): Loading data parts 2025.06.04 18:28:15.974864 [ 275 ] {6d0a170d-0f57-472b-9704-1d7dcb842cd0} oximeter.measurements_i32 (bfd48351-c552-4af4-af45-5351be6c9d3d): There are no data parts 2025.06.04 18:28:15.976142 [ 275 ] {6d0a170d-0f57-472b-9704-1d7dcb842cd0} TCPHandler: Processed in 0.003747869 sec. 2025.06.04 18:28:15.976389 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:15.976546 [ 275 ] {2f009b3c-9e29-43dc-8658-aeb9dd9606c6} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:15.976667 [ 275 ] {2f009b3c-9e29-43dc-8658-aeb9dd9606c6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2025.06.04 18:28:15.978886 [ 275 ] {2f009b3c-9e29-43dc-8658-aeb9dd9606c6} oximeter.measurements_u32 (abd53d82-9094-4d29-b5ee-3eaadc598555): Loading data parts 2025.06.04 18:28:15.979098 [ 275 ] {2f009b3c-9e29-43dc-8658-aeb9dd9606c6} oximeter.measurements_u32 (abd53d82-9094-4d29-b5ee-3eaadc598555): There are no data parts 2025.06.04 18:28:15.980914 [ 275 ] {2f009b3c-9e29-43dc-8658-aeb9dd9606c6} TCPHandler: Processed in 0.004574853 sec. 2025.06.04 18:28:15.981055 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:15.981275 [ 275 ] {0d79fb0b-f463-407a-a3ba-5df4e8d856fa} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:15.981357 [ 275 ] {0d79fb0b-f463-407a-a3ba-5df4e8d856fa} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2025.06.04 18:28:15.983537 [ 275 ] {0d79fb0b-f463-407a-a3ba-5df4e8d856fa} oximeter.measurements_i64 (a85f4e21-64a9-44d3-bb04-8f884022f5f8): Loading data parts 2025.06.04 18:28:15.983691 [ 275 ] {0d79fb0b-f463-407a-a3ba-5df4e8d856fa} oximeter.measurements_i64 (a85f4e21-64a9-44d3-bb04-8f884022f5f8): There are no data parts 2025.06.04 18:28:15.984986 [ 275 ] {0d79fb0b-f463-407a-a3ba-5df4e8d856fa} TCPHandler: Processed in 0.003981724 sec. 2025.06.04 18:28:15.985190 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:15.985343 [ 275 ] {8156059e-dd85-481f-8e40-87099dd4494f} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:15.985449 [ 275 ] {8156059e-dd85-481f-8e40-87099dd4494f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2025.06.04 18:28:15.991003 [ 275 ] {8156059e-dd85-481f-8e40-87099dd4494f} oximeter.measurements_u64 (34c1caa9-6e07-4c3a-941a-30aef12532c3): Loading data parts 2025.06.04 18:28:15.991162 [ 275 ] {8156059e-dd85-481f-8e40-87099dd4494f} oximeter.measurements_u64 (34c1caa9-6e07-4c3a-941a-30aef12532c3): There are no data parts 2025.06.04 18:28:15.992746 [ 275 ] {8156059e-dd85-481f-8e40-87099dd4494f} TCPHandler: Processed in 0.007602911 sec. 2025.06.04 18:28:15.992886 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:15.993039 [ 275 ] {078d7bea-9596-4b0e-8a4f-75d904972a56} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:15.993149 [ 275 ] {078d7bea-9596-4b0e-8a4f-75d904972a56} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2025.06.04 18:28:15.995167 [ 275 ] {078d7bea-9596-4b0e-8a4f-75d904972a56} oximeter.measurements_f32 (a6a498d8-3c15-4c35-910d-30ded0191478): Loading data parts 2025.06.04 18:28:15.995309 [ 275 ] {078d7bea-9596-4b0e-8a4f-75d904972a56} oximeter.measurements_f32 (a6a498d8-3c15-4c35-910d-30ded0191478): There are no data parts 2025.06.04 18:28:15.996640 [ 275 ] {078d7bea-9596-4b0e-8a4f-75d904972a56} TCPHandler: Processed in 0.0038032 sec. 2025.06.04 18:28:15.996851 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:15.997003 [ 275 ] {19a1efb3-4f09-465c-a815-5402250d24cc} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:15.997110 [ 275 ] {19a1efb3-4f09-465c-a815-5402250d24cc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2025.06.04 18:28:15.999045 [ 275 ] {19a1efb3-4f09-465c-a815-5402250d24cc} oximeter.measurements_f64 (9d112244-66bf-4eff-8e04-44e87ef840af): Loading data parts 2025.06.04 18:28:15.999263 [ 275 ] {19a1efb3-4f09-465c-a815-5402250d24cc} oximeter.measurements_f64 (9d112244-66bf-4eff-8e04-44e87ef840af): There are no data parts 2025.06.04 18:28:16.000751 [ 275 ] {19a1efb3-4f09-465c-a815-5402250d24cc} TCPHandler: Processed in 0.003948773 sec. 2025.06.04 18:28:16.000890 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:16.001040 [ 275 ] {e9b787be-045c-48bd-ade1-37c504a57769} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:16.001146 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 124.59 MiB, peak 124.59 MiB, free memory in arenas 0.00 B, will set to 133.20 MiB (RSS), difference: 8.60 MiB 2025.06.04 18:28:16.001151 [ 275 ] {e9b787be-045c-48bd-ade1-37c504a57769} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2025.06.04 18:28:16.003431 [ 275 ] {e9b787be-045c-48bd-ade1-37c504a57769} oximeter.measurements_string (51f633a6-59b6-4a7b-bae3-efa9fc1f4c72): Loading data parts 2025.06.04 18:28:16.003557 [ 275 ] {e9b787be-045c-48bd-ade1-37c504a57769} oximeter.measurements_string (51f633a6-59b6-4a7b-bae3-efa9fc1f4c72): There are no data parts 2025.06.04 18:28:16.005143 [ 275 ] {e9b787be-045c-48bd-ade1-37c504a57769} TCPHandler: Processed in 0.004300889 sec. 2025.06.04 18:28:16.005285 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:16.005444 [ 275 ] {346b0be5-dd72-4c32-81f0-250da9352dbd} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:16.005579 [ 275 ] {346b0be5-dd72-4c32-81f0-250da9352dbd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2025.06.04 18:28:16.007441 [ 275 ] {346b0be5-dd72-4c32-81f0-250da9352dbd} oximeter.measurements_bytes (eec0844e-2c7b-4c3e-ad79-e06b469167e2): Loading data parts 2025.06.04 18:28:16.007549 [ 275 ] {346b0be5-dd72-4c32-81f0-250da9352dbd} oximeter.measurements_bytes (eec0844e-2c7b-4c3e-ad79-e06b469167e2): There are no data parts 2025.06.04 18:28:16.008964 [ 275 ] {346b0be5-dd72-4c32-81f0-250da9352dbd} TCPHandler: Processed in 0.003725419 sec. 2025.06.04 18:28:16.009095 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:16.009254 [ 275 ] {5251fae9-b4cd-4570-9cc6-a1ed7d5294d0} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:16.009379 [ 275 ] {5251fae9-b4cd-4570-9cc6-a1ed7d5294d0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2025.06.04 18:28:16.011682 [ 275 ] {5251fae9-b4cd-4570-9cc6-a1ed7d5294d0} oximeter.measurements_cumulativei64 (2da2d4ac-a939-49b1-b4fd-c15c807cb995): Loading data parts 2025.06.04 18:28:16.011793 [ 275 ] {5251fae9-b4cd-4570-9cc6-a1ed7d5294d0} oximeter.measurements_cumulativei64 (2da2d4ac-a939-49b1-b4fd-c15c807cb995): There are no data parts 2025.06.04 18:28:16.013112 [ 275 ] {5251fae9-b4cd-4570-9cc6-a1ed7d5294d0} TCPHandler: Processed in 0.004066055 sec. 2025.06.04 18:28:16.013322 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:16.013479 [ 275 ] {321a075e-f88e-410f-8ea6-425b322c5a40} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:16.013598 [ 275 ] {321a075e-f88e-410f-8ea6-425b322c5a40} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2025.06.04 18:28:16.015810 [ 275 ] {321a075e-f88e-410f-8ea6-425b322c5a40} oximeter.measurements_cumulativeu64 (0337419e-0255-4702-ae93-34189d5cdd6c): Loading data parts 2025.06.04 18:28:16.016095 [ 275 ] {321a075e-f88e-410f-8ea6-425b322c5a40} oximeter.measurements_cumulativeu64 (0337419e-0255-4702-ae93-34189d5cdd6c): There are no data parts 2025.06.04 18:28:16.017478 [ 275 ] {321a075e-f88e-410f-8ea6-425b322c5a40} TCPHandler: Processed in 0.004206607 sec. 2025.06.04 18:28:16.017618 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:16.017846 [ 275 ] {06226c15-802b-42b1-a95b-138fbcc77bad} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:16.017959 [ 275 ] {06226c15-802b-42b1-a95b-138fbcc77bad} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2025.06.04 18:28:16.022784 [ 275 ] {06226c15-802b-42b1-a95b-138fbcc77bad} oximeter.measurements_cumulativef32 (f9ac5990-d201-43fb-9201-e5aca573feda): Loading data parts 2025.06.04 18:28:16.022921 [ 275 ] {06226c15-802b-42b1-a95b-138fbcc77bad} oximeter.measurements_cumulativef32 (f9ac5990-d201-43fb-9201-e5aca573feda): There are no data parts 2025.06.04 18:28:16.024494 [ 275 ] {06226c15-802b-42b1-a95b-138fbcc77bad} TCPHandler: Processed in 0.00692478 sec. 2025.06.04 18:28:16.024641 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:16.024806 [ 275 ] {2d9614f0-db89-48bc-a409-62541f1bf0ca} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:16.024931 [ 275 ] {2d9614f0-db89-48bc-a409-62541f1bf0ca} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2025.06.04 18:28:16.027537 [ 275 ] {2d9614f0-db89-48bc-a409-62541f1bf0ca} oximeter.measurements_cumulativef64 (f33fb0c8-ab73-427b-bbd5-6db696ba07f8): Loading data parts 2025.06.04 18:28:16.027670 [ 275 ] {2d9614f0-db89-48bc-a409-62541f1bf0ca} oximeter.measurements_cumulativef64 (f33fb0c8-ab73-427b-bbd5-6db696ba07f8): There are no data parts 2025.06.04 18:28:16.028961 [ 275 ] {2d9614f0-db89-48bc-a409-62541f1bf0ca} TCPHandler: Processed in 0.00437069 sec. 2025.06.04 18:28:16.029184 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:16.029409 [ 275 ] {f93b0bcd-2b01-4015-93e5-997c3316c28f} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:16.029545 [ 275 ] {f93b0bcd-2b01-4015-93e5-997c3316c28f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2025.06.04 18:28:16.031824 [ 275 ] {f93b0bcd-2b01-4015-93e5-997c3316c28f} oximeter.measurements_histogrami8 (33a7dabf-deb4-45ff-8b17-32d00b1a7fe9): Loading data parts 2025.06.04 18:28:16.031962 [ 275 ] {f93b0bcd-2b01-4015-93e5-997c3316c28f} oximeter.measurements_histogrami8 (33a7dabf-deb4-45ff-8b17-32d00b1a7fe9): There are no data parts 2025.06.04 18:28:16.033357 [ 275 ] {f93b0bcd-2b01-4015-93e5-997c3316c28f} TCPHandler: Processed in 0.004224398 sec. 2025.06.04 18:28:16.033493 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:16.033702 [ 275 ] {7cb012e1-1c5c-4a79-b4f5-9f64378251f4} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:16.033841 [ 275 ] {7cb012e1-1c5c-4a79-b4f5-9f64378251f4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2025.06.04 18:28:16.035765 [ 275 ] {7cb012e1-1c5c-4a79-b4f5-9f64378251f4} oximeter.measurements_histogramu8 (a70c024b-ee49-4230-a1f4-be623a576185): Loading data parts 2025.06.04 18:28:16.035972 [ 275 ] {7cb012e1-1c5c-4a79-b4f5-9f64378251f4} oximeter.measurements_histogramu8 (a70c024b-ee49-4230-a1f4-be623a576185): There are no data parts 2025.06.04 18:28:16.037358 [ 275 ] {7cb012e1-1c5c-4a79-b4f5-9f64378251f4} TCPHandler: Processed in 0.003914433 sec. 2025.06.04 18:28:16.037536 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:16.037783 [ 275 ] {08410d72-3425-49f8-a780-db3b0e35556a} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:16.037907 [ 275 ] {08410d72-3425-49f8-a780-db3b0e35556a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2025.06.04 18:28:16.039881 [ 275 ] {08410d72-3425-49f8-a780-db3b0e35556a} oximeter.measurements_histogrami16 (0553b948-a9b6-47b6-9cd5-f80675eb6bd5): Loading data parts 2025.06.04 18:28:16.040086 [ 275 ] {08410d72-3425-49f8-a780-db3b0e35556a} oximeter.measurements_histogrami16 (0553b948-a9b6-47b6-9cd5-f80675eb6bd5): There are no data parts 2025.06.04 18:28:16.041846 [ 275 ] {08410d72-3425-49f8-a780-db3b0e35556a} TCPHandler: Processed in 0.004360429 sec. 2025.06.04 18:28:16.041989 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:16.042201 [ 275 ] {80da1ea3-59a4-457f-8cdb-fa8f2801722b} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:16.042328 [ 275 ] {80da1ea3-59a4-457f-8cdb-fa8f2801722b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2025.06.04 18:28:16.048108 [ 275 ] {80da1ea3-59a4-457f-8cdb-fa8f2801722b} oximeter.measurements_histogramu16 (92a4d565-aec3-45e1-bc3f-08b1affed02e): Loading data parts 2025.06.04 18:28:16.048249 [ 275 ] {80da1ea3-59a4-457f-8cdb-fa8f2801722b} oximeter.measurements_histogramu16 (92a4d565-aec3-45e1-bc3f-08b1affed02e): There are no data parts 2025.06.04 18:28:16.050394 [ 275 ] {80da1ea3-59a4-457f-8cdb-fa8f2801722b} TCPHandler: Processed in 0.008454465 sec. 2025.06.04 18:28:16.050568 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:16.050817 [ 275 ] {7e86e3bf-af2e-466c-83e8-8f987048978a} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:16.050938 [ 275 ] {7e86e3bf-af2e-466c-83e8-8f987048978a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2025.06.04 18:28:16.053167 [ 275 ] {7e86e3bf-af2e-466c-83e8-8f987048978a} oximeter.measurements_histogrami32 (41ba8809-5401-44b0-bc58-e3b3dca8b154): Loading data parts 2025.06.04 18:28:16.053283 [ 275 ] {7e86e3bf-af2e-466c-83e8-8f987048978a} oximeter.measurements_histogrami32 (41ba8809-5401-44b0-bc58-e3b3dca8b154): There are no data parts 2025.06.04 18:28:16.054806 [ 275 ] {7e86e3bf-af2e-466c-83e8-8f987048978a} TCPHandler: Processed in 0.004286178 sec. 2025.06.04 18:28:16.054946 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:16.055155 [ 275 ] {62e5b5fd-796f-4ead-a72a-db1b76385341} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:16.055281 [ 275 ] {62e5b5fd-796f-4ead-a72a-db1b76385341} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2025.06.04 18:28:16.057648 [ 275 ] {62e5b5fd-796f-4ead-a72a-db1b76385341} oximeter.measurements_histogramu32 (d9307b65-e39c-489c-a350-23b5289ec06d): Loading data parts 2025.06.04 18:28:16.057766 [ 275 ] {62e5b5fd-796f-4ead-a72a-db1b76385341} oximeter.measurements_histogramu32 (d9307b65-e39c-489c-a350-23b5289ec06d): There are no data parts 2025.06.04 18:28:16.059291 [ 275 ] {62e5b5fd-796f-4ead-a72a-db1b76385341} TCPHandler: Processed in 0.004394559 sec. 2025.06.04 18:28:16.059435 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:16.059715 [ 275 ] {bbd49240-5208-46dd-9d7e-70955bacf80e} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:16.059843 [ 275 ] {bbd49240-5208-46dd-9d7e-70955bacf80e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2025.06.04 18:28:16.062626 [ 275 ] {bbd49240-5208-46dd-9d7e-70955bacf80e} oximeter.measurements_histogrami64 (2be69580-8bae-4c53-bf40-ef803d931ee2): Loading data parts 2025.06.04 18:28:16.062749 [ 275 ] {bbd49240-5208-46dd-9d7e-70955bacf80e} oximeter.measurements_histogrami64 (2be69580-8bae-4c53-bf40-ef803d931ee2): There are no data parts 2025.06.04 18:28:16.064187 [ 275 ] {bbd49240-5208-46dd-9d7e-70955bacf80e} TCPHandler: Processed in 0.004801927 sec. 2025.06.04 18:28:16.064328 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:16.064535 [ 275 ] {bdb086c1-5ba2-4ed2-9e7f-21ab11de6434} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:16.064672 [ 275 ] {bdb086c1-5ba2-4ed2-9e7f-21ab11de6434} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2025.06.04 18:28:16.066720 [ 275 ] {bdb086c1-5ba2-4ed2-9e7f-21ab11de6434} oximeter.measurements_histogramu64 (8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e): Loading data parts 2025.06.04 18:28:16.066874 [ 275 ] {bdb086c1-5ba2-4ed2-9e7f-21ab11de6434} oximeter.measurements_histogramu64 (8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e): There are no data parts 2025.06.04 18:28:16.068525 [ 275 ] {bdb086c1-5ba2-4ed2-9e7f-21ab11de6434} TCPHandler: Processed in 0.004247788 sec. 2025.06.04 18:28:16.068663 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:16.068945 [ 275 ] {63a9f66f-7f95-4042-8dc0-017f1741ce3d} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:16.069069 [ 275 ] {63a9f66f-7f95-4042-8dc0-017f1741ce3d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2025.06.04 18:28:16.071387 [ 275 ] {63a9f66f-7f95-4042-8dc0-017f1741ce3d} oximeter.measurements_histogramf32 (d1d1afc3-c781-43b4-8d32-58d88e2b2fba): Loading data parts 2025.06.04 18:28:16.071500 [ 275 ] {63a9f66f-7f95-4042-8dc0-017f1741ce3d} oximeter.measurements_histogramf32 (d1d1afc3-c781-43b4-8d32-58d88e2b2fba): There are no data parts 2025.06.04 18:28:16.074926 [ 275 ] {63a9f66f-7f95-4042-8dc0-017f1741ce3d} TCPHandler: Processed in 0.006311681 sec. 2025.06.04 18:28:16.075090 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:16.075343 [ 275 ] {22a2aad4-66fd-4e30-bb7e-7994ece82c1c} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:16.075491 [ 275 ] {22a2aad4-66fd-4e30-bb7e-7994ece82c1c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2025.06.04 18:28:16.078485 [ 275 ] {22a2aad4-66fd-4e30-bb7e-7994ece82c1c} oximeter.measurements_histogramf64 (b03e3132-3933-4edd-889a-91a473bd06bb): Loading data parts 2025.06.04 18:28:16.078670 [ 275 ] {22a2aad4-66fd-4e30-bb7e-7994ece82c1c} oximeter.measurements_histogramf64 (b03e3132-3933-4edd-889a-91a473bd06bb): There are no data parts 2025.06.04 18:28:16.080123 [ 275 ] {22a2aad4-66fd-4e30-bb7e-7994ece82c1c} TCPHandler: Processed in 0.005094182 sec. 2025.06.04 18:28:16.080272 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:16.080546 [ 275 ] {b7b60a7b-4d4b-434c-8a3b-1aef3dd085a3} executeQuery: (from [fd00:1122:3344:101::d]:55875) /* 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.06.04 18:28:16.080677 [ 275 ] {b7b60a7b-4d4b-434c-8a3b-1aef3dd085a3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2025.06.04 18:28:16.082587 [ 275 ] {b7b60a7b-4d4b-434c-8a3b-1aef3dd085a3} oximeter.fields_bool (b3b1342f-eff5-4e2e-a3e1-21798b18a711): Loading data parts 2025.06.04 18:28:16.082758 [ 275 ] {b7b60a7b-4d4b-434c-8a3b-1aef3dd085a3} oximeter.fields_bool (b3b1342f-eff5-4e2e-a3e1-21798b18a711): There are no data parts 2025.06.04 18:28:16.084436 [ 275 ] {b7b60a7b-4d4b-434c-8a3b-1aef3dd085a3} TCPHandler: Processed in 0.004213887 sec. 2025.06.04 18:28:16.084585 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:16.084742 [ 275 ] {781ed212-8818-4e4f-be92-84ab39165a53} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:16.084872 [ 275 ] {781ed212-8818-4e4f-be92-84ab39165a53} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2025.06.04 18:28:16.086827 [ 275 ] {781ed212-8818-4e4f-be92-84ab39165a53} oximeter.fields_i8 (4e81440d-0947-4b1a-be22-1e71e9236419): Loading data parts 2025.06.04 18:28:16.087058 [ 275 ] {781ed212-8818-4e4f-be92-84ab39165a53} oximeter.fields_i8 (4e81440d-0947-4b1a-be22-1e71e9236419): There are no data parts 2025.06.04 18:28:16.088432 [ 275 ] {781ed212-8818-4e4f-be92-84ab39165a53} TCPHandler: Processed in 0.003896472 sec. 2025.06.04 18:28:16.088567 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:16.088806 [ 275 ] {9671d9bd-85de-496e-b75f-286119d46be8} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:16.088931 [ 275 ] {9671d9bd-85de-496e-b75f-286119d46be8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2025.06.04 18:28:16.090865 [ 275 ] {9671d9bd-85de-496e-b75f-286119d46be8} oximeter.fields_u8 (467ea241-6b3a-417d-a3da-19e35d5d9e98): Loading data parts 2025.06.04 18:28:16.091009 [ 275 ] {9671d9bd-85de-496e-b75f-286119d46be8} oximeter.fields_u8 (467ea241-6b3a-417d-a3da-19e35d5d9e98): There are no data parts 2025.06.04 18:28:16.092530 [ 275 ] {9671d9bd-85de-496e-b75f-286119d46be8} TCPHandler: Processed in 0.004010584 sec. 2025.06.04 18:28:16.092674 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:16.092827 [ 275 ] {a57a89cf-2766-44c9-aa6d-3e948953fccb} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:16.092949 [ 275 ] {a57a89cf-2766-44c9-aa6d-3e948953fccb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2025.06.04 18:28:16.094805 [ 275 ] {a57a89cf-2766-44c9-aa6d-3e948953fccb} oximeter.fields_i16 (0b43413c-8cb7-40a8-9abe-85b97274b03b): Loading data parts 2025.06.04 18:28:16.094974 [ 275 ] {a57a89cf-2766-44c9-aa6d-3e948953fccb} oximeter.fields_i16 (0b43413c-8cb7-40a8-9abe-85b97274b03b): There are no data parts 2025.06.04 18:28:16.096390 [ 275 ] {a57a89cf-2766-44c9-aa6d-3e948953fccb} TCPHandler: Processed in 0.00376504 sec. 2025.06.04 18:28:16.096526 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:16.096749 [ 275 ] {4c1090d3-e31b-4761-bde6-d2325188a871} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:16.096924 [ 275 ] {4c1090d3-e31b-4761-bde6-d2325188a871} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2025.06.04 18:28:16.100278 [ 275 ] {4c1090d3-e31b-4761-bde6-d2325188a871} oximeter.fields_u16 (4ad74f54-6fb7-473a-98c1-1da4551dcdf5): Loading data parts 2025.06.04 18:28:16.100430 [ 275 ] {4c1090d3-e31b-4761-bde6-d2325188a871} oximeter.fields_u16 (4ad74f54-6fb7-473a-98c1-1da4551dcdf5): There are no data parts 2025.06.04 18:28:16.102083 [ 275 ] {4c1090d3-e31b-4761-bde6-d2325188a871} TCPHandler: Processed in 0.00560492 sec. 2025.06.04 18:28:16.102221 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:16.102371 [ 275 ] {af89a4ff-d6de-4637-b7d2-2905e5fd097c} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:16.102489 [ 275 ] {af89a4ff-d6de-4637-b7d2-2905e5fd097c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2025.06.04 18:28:16.104528 [ 275 ] {af89a4ff-d6de-4637-b7d2-2905e5fd097c} oximeter.fields_i32 (3d8be85b-6e77-4dde-8dbb-c3de8a083f29): Loading data parts 2025.06.04 18:28:16.104710 [ 275 ] {af89a4ff-d6de-4637-b7d2-2905e5fd097c} oximeter.fields_i32 (3d8be85b-6e77-4dde-8dbb-c3de8a083f29): There are no data parts 2025.06.04 18:28:16.106199 [ 275 ] {af89a4ff-d6de-4637-b7d2-2905e5fd097c} TCPHandler: Processed in 0.004026675 sec. 2025.06.04 18:28:16.106350 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:16.106590 [ 275 ] {4ded6b73-0f28-4750-9292-749a9ab34f11} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:16.106713 [ 275 ] {4ded6b73-0f28-4750-9292-749a9ab34f11} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2025.06.04 18:28:16.110034 [ 275 ] {4ded6b73-0f28-4750-9292-749a9ab34f11} oximeter.fields_u32 (c77215eb-ee44-471d-babe-d6d3c9173ac2): Loading data parts 2025.06.04 18:28:16.110182 [ 275 ] {4ded6b73-0f28-4750-9292-749a9ab34f11} oximeter.fields_u32 (c77215eb-ee44-471d-babe-d6d3c9173ac2): There are no data parts 2025.06.04 18:28:16.111686 [ 275 ] {4ded6b73-0f28-4750-9292-749a9ab34f11} TCPHandler: Processed in 0.005385006 sec. 2025.06.04 18:28:16.111832 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:16.111991 [ 275 ] {1c9d128a-fe78-469d-9659-b3da3325507e} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:16.112132 [ 275 ] {1c9d128a-fe78-469d-9659-b3da3325507e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2025.06.04 18:28:16.114104 [ 275 ] {1c9d128a-fe78-469d-9659-b3da3325507e} oximeter.fields_i64 (310d2166-56d7-4e9b-9515-a1a0e29ee379): Loading data parts 2025.06.04 18:28:16.114239 [ 275 ] {1c9d128a-fe78-469d-9659-b3da3325507e} oximeter.fields_i64 (310d2166-56d7-4e9b-9515-a1a0e29ee379): There are no data parts 2025.06.04 18:28:16.115653 [ 275 ] {1c9d128a-fe78-469d-9659-b3da3325507e} TCPHandler: Processed in 0.003872491 sec. 2025.06.04 18:28:16.115842 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:16.116039 [ 275 ] {70b1cfc4-8e5b-4e51-9501-89f3d6ae6fe5} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:16.116173 [ 275 ] {70b1cfc4-8e5b-4e51-9501-89f3d6ae6fe5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2025.06.04 18:28:16.118219 [ 275 ] {70b1cfc4-8e5b-4e51-9501-89f3d6ae6fe5} oximeter.fields_u64 (fa972078-b351-402c-a8fb-b2654cf9cec0): Loading data parts 2025.06.04 18:28:16.118362 [ 275 ] {70b1cfc4-8e5b-4e51-9501-89f3d6ae6fe5} oximeter.fields_u64 (fa972078-b351-402c-a8fb-b2654cf9cec0): There are no data parts 2025.06.04 18:28:16.119972 [ 275 ] {70b1cfc4-8e5b-4e51-9501-89f3d6ae6fe5} TCPHandler: Processed in 0.004179706 sec. 2025.06.04 18:28:16.120112 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:16.120265 [ 275 ] {f1f2fbfa-9dc1-4574-89f1-a9bacc9969ae} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:16.120384 [ 275 ] {f1f2fbfa-9dc1-4574-89f1-a9bacc9969ae} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2025.06.04 18:28:16.122366 [ 275 ] {f1f2fbfa-9dc1-4574-89f1-a9bacc9969ae} oximeter.fields_ipaddr (8f5614b3-18ad-4978-bd75-624e70020dcc): Loading data parts 2025.06.04 18:28:16.122565 [ 275 ] {f1f2fbfa-9dc1-4574-89f1-a9bacc9969ae} oximeter.fields_ipaddr (8f5614b3-18ad-4978-bd75-624e70020dcc): There are no data parts 2025.06.04 18:28:16.124028 [ 275 ] {f1f2fbfa-9dc1-4574-89f1-a9bacc9969ae} TCPHandler: Processed in 0.003966083 sec. 2025.06.04 18:28:16.124273 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:16.124428 [ 275 ] {1c4c0b61-d3b5-4648-b49e-79e3d403c2c9} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:16.124549 [ 275 ] {1c4c0b61-d3b5-4648-b49e-79e3d403c2c9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2025.06.04 18:28:16.126912 [ 275 ] {1c4c0b61-d3b5-4648-b49e-79e3d403c2c9} oximeter.fields_string (e7c735b6-8016-4830-a499-ce4caa704374): Loading data parts 2025.06.04 18:28:16.127134 [ 275 ] {1c4c0b61-d3b5-4648-b49e-79e3d403c2c9} oximeter.fields_string (e7c735b6-8016-4830-a499-ce4caa704374): There are no data parts 2025.06.04 18:28:16.128763 [ 275 ] {1c4c0b61-d3b5-4648-b49e-79e3d403c2c9} TCPHandler: Processed in 0.004538363 sec. 2025.06.04 18:28:16.128911 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:16.129143 [ 275 ] {3fedc05c-3893-404b-b8ed-664ef9518b1f} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:16.129186 [ 275 ] {3fedc05c-3893-404b-b8ed-664ef9518b1f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2025.06.04 18:28:16.131469 [ 275 ] {3fedc05c-3893-404b-b8ed-664ef9518b1f} oximeter.fields_uuid (e124b03d-85ba-4704-99a7-e1a3ffaba37e): Loading data parts 2025.06.04 18:28:16.131610 [ 275 ] {3fedc05c-3893-404b-b8ed-664ef9518b1f} oximeter.fields_uuid (e124b03d-85ba-4704-99a7-e1a3ffaba37e): There are no data parts 2025.06.04 18:28:16.133085 [ 275 ] {3fedc05c-3893-404b-b8ed-664ef9518b1f} TCPHandler: Processed in 0.004223838 sec. 2025.06.04 18:28:16.133315 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:16.133584 [ 275 ] {c98363bc-97a2-45ef-8215-3897605d0f5a} executeQuery: (from [fd00:1122:3344:101::d]:55875) /* 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.06.04 18:28:16.133714 [ 275 ] {c98363bc-97a2-45ef-8215-3897605d0f5a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2025.06.04 18:28:16.135725 [ 275 ] {c98363bc-97a2-45ef-8215-3897605d0f5a} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5): Loading data parts 2025.06.04 18:28:16.135875 [ 275 ] {c98363bc-97a2-45ef-8215-3897605d0f5a} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5): There are no data parts 2025.06.04 18:28:16.137458 [ 275 ] {c98363bc-97a2-45ef-8215-3897605d0f5a} TCPHandler: Processed in 0.004192317 sec. 2025.06.04 18:28:16.137756 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:16.138168 [ 278 ] {122c0625-7f10-4f19-8643-dc5291c0fd74} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2025.06.04 18:28:16.139517 [ 278 ] {122c0625-7f10-4f19-8643-dc5291c0fd74} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2025.06.04 18:28:16.147874 [ 284 ] {122c0625-7f10-4f19-8643-dc5291c0fd74} oximeter.version (168e55b1-9003-41c6-a25e-e28149e7cb71): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:28:16.147914 [ 284 ] {122c0625-7f10-4f19-8643-dc5291c0fd74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.06.04 18:28:16.152686 [ 284 ] {122c0625-7f10-4f19-8643-dc5291c0fd74} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.04 18:28:16.153431 [ 284 ] {122c0625-7f10-4f19-8643-dc5291c0fd74} oximeter.version (168e55b1-9003-41c6-a25e-e28149e7cb71): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:28:16.153676 [ 278 ] {122c0625-7f10-4f19-8643-dc5291c0fd74} executeQuery: Read 1 rows, 16.00 B in 0.015662 sec., 63.84880602732729 rows/sec., 1021.58 B/sec. 2025.06.04 18:28:16.154015 [ 278 ] {122c0625-7f10-4f19-8643-dc5291c0fd74} TCPHandler: Processed in 0.016382631 sec. 2025.06.04 18:28:17.001150 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 135.52 MiB, peak 135.52 MiB, free memory in arenas 0.00 B, will set to 139.71 MiB (RSS), difference: 4.19 MiB 2025.06.04 18:28:22.188931 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2025.06.04 18:28:22.188983 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2025.06.04 18:28:22.189031 [ 244 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2025.06.04 18:28:22.189296 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2025.06.04 18:28:22.192980 [ 245 ] {} system.asynchronous_metric_log (86b83c24-08ef-4f5b-8de6-807460913ebf): Loading data parts 2025.06.04 18:28:22.193331 [ 245 ] {} system.asynchronous_metric_log (86b83c24-08ef-4f5b-8de6-807460913ebf): There are no data parts 2025.06.04 18:28:22.197560 [ 245 ] {} system.asynchronous_metric_log (86b83c24-08ef-4f5b-8de6-807460913ebf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:28:22.197601 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:28:22.203129 [ 245 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.04 18:28:22.203711 [ 245 ] {} system.asynchronous_metric_log (86b83c24-08ef-4f5b-8de6-807460913ebf): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:28:22.203873 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2025.06.04 18:28:22.205222 [ 244 ] {} system.metric_log (7528a410-4e8e-416e-a8f9-493f5cbe5b7a): Loading data parts 2025.06.04 18:28:22.205578 [ 244 ] {} system.metric_log (7528a410-4e8e-416e-a8f9-493f5cbe5b7a): There are no data parts 2025.06.04 18:28:22.230637 [ 244 ] {} system.metric_log (7528a410-4e8e-416e-a8f9-493f5cbe5b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:28:22.230684 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:28:22.237061 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.04 18:28:22.238788 [ 244 ] {} system.metric_log (7528a410-4e8e-416e-a8f9-493f5cbe5b7a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:28:22.242383 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2025.06.04 18:28:23.000222 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 144.84 MiB, peak 148.84 MiB, free memory in arenas 0.00 B, will set to 153.89 MiB (RSS), difference: 9.05 MiB 2025.06.04 18:28:24.688963 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2025.06.04 18:28:24.689066 [ 243 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2025.06.04 18:28:24.693585 [ 243 ] {} system.query_log (afcd4306-3679-4fd6-a85a-d2f0c356eda8): Loading data parts 2025.06.04 18:28:24.693772 [ 243 ] {} system.query_log (afcd4306-3679-4fd6-a85a-d2f0c356eda8): There are no data parts 2025.06.04 18:28:24.699996 [ 243 ] {} system.query_log (afcd4306-3679-4fd6-a85a-d2f0c356eda8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:28:24.700041 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:28:24.701895 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.04 18:28:24.702401 [ 243 ] {} system.query_log (afcd4306-3679-4fd6-a85a-d2f0c356eda8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:28:24.702793 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2025.06.04 18:28:25.000174 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.09 MiB, peak 158.09 MiB, free memory in arenas 0.00 B, will set to 154.85 MiB (RSS), difference: -3.24 MiB 2025.06.04 18:28:29.663551 [ 105 ] {} DNSResolver: Updating DNS cache 2025.06.04 18:28:29.663667 [ 105 ] {} DNSResolver: Updated DNS cache 2025.06.04 18:28:29.703971 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 2025.06.04 18:28:29.704649 [ 245 ] {} system.asynchronous_metric_log (86b83c24-08ef-4f5b-8de6-807460913ebf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:28:29.704685 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:28:29.705559 [ 245 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.04 18:28:29.706012 [ 245 ] {} system.asynchronous_metric_log (86b83c24-08ef-4f5b-8de6-807460913ebf): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:28:29.706165 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2025.06.04 18:28:29.742483 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2025.06.04 18:28:29.760417 [ 244 ] {} system.metric_log (7528a410-4e8e-416e-a8f9-493f5cbe5b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:28:29.760462 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:28:29.767069 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.04 18:28:29.768192 [ 244 ] {} system.metric_log (7528a410-4e8e-416e-a8f9-493f5cbe5b7a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:28:29.771030 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2025.06.04 18:28:30.001160 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 155.61 MiB, peak 159.61 MiB, free memory in arenas 0.00 B, will set to 157.77 MiB (RSS), difference: 2.15 MiB 2025.06.04 18:28:35.000164 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 153.79 MiB, peak 159.61 MiB, free memory in arenas 0.00 B, will set to 157.81 MiB (RSS), difference: 4.02 MiB 2025.06.04 18:28:36.164163 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:36.164436 [ 275 ] {e6022dd1-f4a5-41ed-9584-ab59f9ac4ae1} executeQuery: (from [fd00:1122:3344:101::d]:55875) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2025.06.04 18:28:36.170733 [ 275 ] {e6022dd1-f4a5-41ed-9584-ab59f9ac4ae1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 18:28:36.170971 [ 275 ] {e6022dd1-f4a5-41ed-9584-ab59f9ac4ae1} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 18:28:36.173648 [ 275 ] {e6022dd1-f4a5-41ed-9584-ab59f9ac4ae1} TCPHandler: Processed in 0.009623444 sec. 2025.06.04 18:28:36.177998 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:36.178139 [ 275 ] {3b0d2e7a-abc9-44c6-931d-b2321be7ceed} executeQuery: (from [fd00:1122:3344:101::d]:55875) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2025.06.04 18:28:36.180364 [ 275 ] {3b0d2e7a-abc9-44c6-931d-b2321be7ceed} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 18:28:36.180413 [ 275 ] {3b0d2e7a-abc9-44c6-931d-b2321be7ceed} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 18:28:36.180847 [ 275 ] {3b0d2e7a-abc9-44c6-931d-b2321be7ceed} TCPHandler: Processed in 0.002902926 sec. 2025.06.04 18:28:36.181110 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:36.181225 [ 275 ] {a160fe93-9a5e-4da8-917f-380a5eb489b3} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:36.183425 [ 275 ] {a160fe93-9a5e-4da8-917f-380a5eb489b3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 18:28:36.183470 [ 275 ] {a160fe93-9a5e-4da8-917f-380a5eb489b3} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 18:28:36.183790 [ 275 ] {a160fe93-9a5e-4da8-917f-380a5eb489b3} TCPHandler: Processed in 0.002729163 sec. 2025.06.04 18:28:36.184052 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:36.184166 [ 275 ] {15d71f62-7b2d-45a0-8441-793a1e434108} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:36.184402 [ 275 ] {15d71f62-7b2d-45a0-8441-793a1e434108} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 18:28:36.184446 [ 275 ] {15d71f62-7b2d-45a0-8441-793a1e434108} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 18:28:36.184736 [ 275 ] {15d71f62-7b2d-45a0-8441-793a1e434108} TCPHandler: Processed in 0.000733201 sec. 2025.06.04 18:28:36.184949 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:36.185063 [ 275 ] {4aa7e987-7f5d-4659-be9c-103f02693edc} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:36.185299 [ 275 ] {4aa7e987-7f5d-4659-be9c-103f02693edc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 18:28:36.185343 [ 275 ] {4aa7e987-7f5d-4659-be9c-103f02693edc} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 18:28:36.185629 [ 275 ] {4aa7e987-7f5d-4659-be9c-103f02693edc} TCPHandler: Processed in 0.000727851 sec. 2025.06.04 18:28:36.185821 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:36.185933 [ 275 ] {1e53c2f9-2c38-4532-a90b-dd4e9610cfce} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:36.186168 [ 275 ] {1e53c2f9-2c38-4532-a90b-dd4e9610cfce} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 18:28:36.186212 [ 275 ] {1e53c2f9-2c38-4532-a90b-dd4e9610cfce} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 18:28:36.186509 [ 275 ] {1e53c2f9-2c38-4532-a90b-dd4e9610cfce} TCPHandler: Processed in 0.000736602 sec. 2025.06.04 18:28:36.186710 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:36.186824 [ 275 ] {8ab73320-a717-45b5-b7df-77cb70883f91} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:36.187067 [ 275 ] {8ab73320-a717-45b5-b7df-77cb70883f91} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 18:28:36.187111 [ 275 ] {8ab73320-a717-45b5-b7df-77cb70883f91} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 18:28:36.187410 [ 275 ] {8ab73320-a717-45b5-b7df-77cb70883f91} TCPHandler: Processed in 0.000748892 sec. 2025.06.04 18:28:36.187607 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:36.187721 [ 275 ] {5584f599-9cce-45f5-82fc-5098963249f5} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:36.187959 [ 275 ] {5584f599-9cce-45f5-82fc-5098963249f5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 18:28:36.188002 [ 275 ] {5584f599-9cce-45f5-82fc-5098963249f5} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 18:28:36.188314 [ 275 ] {5584f599-9cce-45f5-82fc-5098963249f5} TCPHandler: Processed in 0.000755272 sec. 2025.06.04 18:28:36.188523 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:36.188636 [ 275 ] {634237a2-d2e3-4127-afdd-5039a0f55b8b} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:36.188876 [ 275 ] {634237a2-d2e3-4127-afdd-5039a0f55b8b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 18:28:36.188920 [ 275 ] {634237a2-d2e3-4127-afdd-5039a0f55b8b} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 18:28:36.189220 [ 275 ] {634237a2-d2e3-4127-afdd-5039a0f55b8b} TCPHandler: Processed in 0.000743992 sec. 2025.06.04 18:28:36.189423 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:36.189539 [ 275 ] {e89e4f12-7727-41de-a443-a4660d2e46f6} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:36.189778 [ 275 ] {e89e4f12-7727-41de-a443-a4660d2e46f6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 18:28:36.189821 [ 275 ] {e89e4f12-7727-41de-a443-a4660d2e46f6} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 18:28:36.190112 [ 275 ] {e89e4f12-7727-41de-a443-a4660d2e46f6} TCPHandler: Processed in 0.000737552 sec. 2025.06.04 18:28:36.190302 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:36.190423 [ 275 ] {0bf58699-cf3c-4001-9a99-d4a85a36854b} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:36.190667 [ 275 ] {0bf58699-cf3c-4001-9a99-d4a85a36854b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 18:28:36.190710 [ 275 ] {0bf58699-cf3c-4001-9a99-d4a85a36854b} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 18:28:36.191008 [ 275 ] {0bf58699-cf3c-4001-9a99-d4a85a36854b} TCPHandler: Processed in 0.000753972 sec. 2025.06.04 18:28:36.191227 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:36.191343 [ 275 ] {0b2c5e80-ded3-4b9a-8f12-ccb47f77af45} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:36.191588 [ 275 ] {0b2c5e80-ded3-4b9a-8f12-ccb47f77af45} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 18:28:36.191632 [ 275 ] {0b2c5e80-ded3-4b9a-8f12-ccb47f77af45} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 18:28:36.191930 [ 275 ] {0b2c5e80-ded3-4b9a-8f12-ccb47f77af45} TCPHandler: Processed in 0.000751152 sec. 2025.06.04 18:28:36.192136 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:36.192252 [ 275 ] {1c3308fa-2a4a-4a7c-aaad-10e2c8f7818f} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:36.192496 [ 275 ] {1c3308fa-2a4a-4a7c-aaad-10e2c8f7818f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 18:28:36.192540 [ 275 ] {1c3308fa-2a4a-4a7c-aaad-10e2c8f7818f} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 18:28:36.192836 [ 275 ] {1c3308fa-2a4a-4a7c-aaad-10e2c8f7818f} TCPHandler: Processed in 0.000747392 sec. 2025.06.04 18:28:36.193025 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:36.193140 [ 275 ] {f675e30d-fe28-44a3-a4b6-1c2c6e54c2b5} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:36.193388 [ 275 ] {f675e30d-fe28-44a3-a4b6-1c2c6e54c2b5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 18:28:36.193430 [ 275 ] {f675e30d-fe28-44a3-a4b6-1c2c6e54c2b5} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 18:28:36.193731 [ 275 ] {f675e30d-fe28-44a3-a4b6-1c2c6e54c2b5} TCPHandler: Processed in 0.000752762 sec. 2025.06.04 18:28:36.193940 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:36.194058 [ 275 ] {0d04fd46-e50e-49c4-b2d1-1257f30f590f} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:36.194310 [ 275 ] {0d04fd46-e50e-49c4-b2d1-1257f30f590f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 18:28:36.194353 [ 275 ] {0d04fd46-e50e-49c4-b2d1-1257f30f590f} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 18:28:36.194650 [ 275 ] {0d04fd46-e50e-49c4-b2d1-1257f30f590f} TCPHandler: Processed in 0.000758153 sec. 2025.06.04 18:28:36.194855 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:36.194990 [ 275 ] {3d711b36-0f37-4840-8940-7109b4977749} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:36.195262 [ 275 ] {3d711b36-0f37-4840-8940-7109b4977749} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 18:28:36.195307 [ 275 ] {3d711b36-0f37-4840-8940-7109b4977749} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 18:28:36.195614 [ 275 ] {3d711b36-0f37-4840-8940-7109b4977749} TCPHandler: Processed in 0.000820943 sec. 2025.06.04 18:28:36.195825 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:36.195942 [ 275 ] {bd4cbff7-71de-42e8-a36e-3e97fd548929} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:36.196201 [ 275 ] {bd4cbff7-71de-42e8-a36e-3e97fd548929} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 18:28:36.196244 [ 275 ] {bd4cbff7-71de-42e8-a36e-3e97fd548929} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 18:28:36.196551 [ 275 ] {bd4cbff7-71de-42e8-a36e-3e97fd548929} TCPHandler: Processed in 0.000773442 sec. 2025.06.04 18:28:36.196756 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:36.196873 [ 275 ] {cd667fb2-cb42-4f62-accb-1312b83c55dd} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:36.197138 [ 275 ] {cd667fb2-cb42-4f62-accb-1312b83c55dd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 18:28:36.197181 [ 275 ] {cd667fb2-cb42-4f62-accb-1312b83c55dd} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 18:28:36.197529 [ 275 ] {cd667fb2-cb42-4f62-accb-1312b83c55dd} TCPHandler: Processed in 0.000819913 sec. 2025.06.04 18:28:36.203442 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:36.203553 [ 275 ] {c47ea830-973b-4e4d-97d1-a140eedeb3be} executeQuery: (from [fd00:1122:3344:101::d]:55875) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.06.04 18:28:36.203596 [ 275 ] {c47ea830-973b-4e4d-97d1-a140eedeb3be} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 18:28:36.204148 [ 275 ] {c47ea830-973b-4e4d-97d1-a140eedeb3be} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:28:36.204187 [ 275 ] {c47ea830-973b-4e4d-97d1-a140eedeb3be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:28:36.204788 [ 275 ] {c47ea830-973b-4e4d-97d1-a140eedeb3be} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.04 18:28:36.205174 [ 275 ] {c47ea830-973b-4e4d-97d1-a140eedeb3be} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:28:36.205316 [ 275 ] {c47ea830-973b-4e4d-97d1-a140eedeb3be} executeQuery: Read 18 rows, 2.52 KiB in 0.001795 sec., 10027.855153203343 rows/sec., 1.37 MiB/sec. 2025.06.04 18:28:36.205355 [ 275 ] {c47ea830-973b-4e4d-97d1-a140eedeb3be} TCPHandler: Processed in 0.001964471 sec. 2025.06.04 18:28:36.205469 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:36.205562 [ 275 ] {7dc20900-7e6b-4f00-8406-fabf83b67822} executeQuery: (from [fd00:1122:3344:101::d]:55875) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 18:28:36.205601 [ 275 ] {7dc20900-7e6b-4f00-8406-fabf83b67822} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 18:28:36.208446 [ 275 ] {7dc20900-7e6b-4f00-8406-fabf83b67822} oximeter.fields_string (e7c735b6-8016-4830-a499-ce4caa704374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:28:36.208476 [ 275 ] {7dc20900-7e6b-4f00-8406-fabf83b67822} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:28:36.208907 [ 275 ] {7dc20900-7e6b-4f00-8406-fabf83b67822} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.04 18:28:36.209387 [ 275 ] {7dc20900-7e6b-4f00-8406-fabf83b67822} oximeter.fields_string (e7c735b6-8016-4830-a499-ce4caa704374): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:28:36.209525 [ 275 ] {7dc20900-7e6b-4f00-8406-fabf83b67822} executeQuery: Read 56 rows, 4.38 KiB in 0.003981 sec., 14066.817382567193 rows/sec., 1.07 MiB/sec. 2025.06.04 18:28:36.209561 [ 275 ] {7dc20900-7e6b-4f00-8406-fabf83b67822} TCPHandler: Processed in 0.004142536 sec. 2025.06.04 18:28:36.209679 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:36.209776 [ 275 ] {e0e41e7e-5029-4489-886f-02bbc4763555} executeQuery: (from [fd00:1122:3344:101::d]:55875) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 18:28:36.209817 [ 275 ] {e0e41e7e-5029-4489-886f-02bbc4763555} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 18:28:36.210302 [ 275 ] {e0e41e7e-5029-4489-886f-02bbc4763555} oximeter.fields_uuid (e124b03d-85ba-4704-99a7-e1a3ffaba37e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:28:36.210352 [ 275 ] {e0e41e7e-5029-4489-886f-02bbc4763555} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:28:36.210800 [ 275 ] {e0e41e7e-5029-4489-886f-02bbc4763555} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.04 18:28:36.211238 [ 275 ] {e0e41e7e-5029-4489-886f-02bbc4763555} oximeter.fields_uuid (e124b03d-85ba-4704-99a7-e1a3ffaba37e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:28:36.211366 [ 275 ] {e0e41e7e-5029-4489-886f-02bbc4763555} executeQuery: Read 64 rows, 5.12 KiB in 0.00161 sec., 39751.55279503105 rows/sec., 3.10 MiB/sec. 2025.06.04 18:28:36.211404 [ 275 ] {e0e41e7e-5029-4489-886f-02bbc4763555} TCPHandler: Processed in 0.001773919 sec. 2025.06.04 18:28:36.211521 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:36.211617 [ 275 ] {72f9af58-527b-4553-b91c-3c8f08229cf1} executeQuery: (from [fd00:1122:3344:101::d]:55875) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 18:28:36.211660 [ 275 ] {72f9af58-527b-4553-b91c-3c8f08229cf1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 18:28:36.214024 [ 275 ] {72f9af58-527b-4553-b91c-3c8f08229cf1} oximeter.measurements_cumulativeu64 (0337419e-0255-4702-ae93-34189d5cdd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:28:36.214058 [ 275 ] {72f9af58-527b-4553-b91c-3c8f08229cf1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:28:36.216556 [ 275 ] {72f9af58-527b-4553-b91c-3c8f08229cf1} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.04 18:28:36.217057 [ 275 ] {72f9af58-527b-4553-b91c-3c8f08229cf1} oximeter.measurements_cumulativeu64 (0337419e-0255-4702-ae93-34189d5cdd6c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:28:36.217207 [ 275 ] {72f9af58-527b-4553-b91c-3c8f08229cf1} executeQuery: Read 128 rows, 9.13 KiB in 0.005608 sec., 22824.53637660485 rows/sec., 1.59 MiB/sec. 2025.06.04 18:28:36.217251 [ 275 ] {72f9af58-527b-4553-b91c-3c8f08229cf1} TCPHandler: Processed in 0.005780932 sec. 2025.06.04 18:28:36.217388 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:36.217487 [ 275 ] {b171d83f-e840-40e2-a1b1-80e2e130f9b8} executeQuery: (from [fd00:1122:3344:101::d]:55875) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 18:28:36.217530 [ 275 ] {b171d83f-e840-40e2-a1b1-80e2e130f9b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 18:28:36.217856 [ 275 ] {b171d83f-e840-40e2-a1b1-80e2e130f9b8} oximeter.measurements_u64 (34c1caa9-6e07-4c3a-941a-30aef12532c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:28:36.217892 [ 275 ] {b171d83f-e840-40e2-a1b1-80e2e130f9b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:28:36.218306 [ 275 ] {b171d83f-e840-40e2-a1b1-80e2e130f9b8} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.04 18:28:36.218775 [ 275 ] {b171d83f-e840-40e2-a1b1-80e2e130f9b8} oximeter.measurements_u64 (34c1caa9-6e07-4c3a-941a-30aef12532c3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:28:36.218904 [ 275 ] {b171d83f-e840-40e2-a1b1-80e2e130f9b8} executeQuery: Read 48 rows, 3.31 KiB in 0.001436 sec., 33426.18384401114 rows/sec., 2.25 MiB/sec. 2025.06.04 18:28:36.218939 [ 275 ] {b171d83f-e840-40e2-a1b1-80e2e130f9b8} TCPHandler: Processed in 0.001613616 sec. 2025.06.04 18:28:37.206339 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 2025.06.04 18:28:37.206803 [ 245 ] {} system.asynchronous_metric_log (86b83c24-08ef-4f5b-8de6-807460913ebf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:28:37.206849 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:28:37.207509 [ 245 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.04 18:28:37.207977 [ 245 ] {} system.asynchronous_metric_log (86b83c24-08ef-4f5b-8de6-807460913ebf): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:28:37.208137 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 2025.06.04 18:28:37.271127 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2025.06.04 18:28:37.288279 [ 244 ] {} system.metric_log (7528a410-4e8e-416e-a8f9-493f5cbe5b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:28:37.288351 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:28:37.294896 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.04 18:28:37.296118 [ 244 ] {} system.metric_log (7528a410-4e8e-416e-a8f9-493f5cbe5b7a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:28:37.299992 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2025.06.04 18:28:41.167957 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:41.168167 [ 275 ] {b6883ddf-98a3-4abb-8850-f7e013f77122} executeQuery: (from [fd00:1122:3344:101::d]:55875) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 18:28:41.168239 [ 275 ] {b6883ddf-98a3-4abb-8850-f7e013f77122} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 18:28:41.168890 [ 275 ] {b6883ddf-98a3-4abb-8850-f7e013f77122} oximeter.fields_string (e7c735b6-8016-4830-a499-ce4caa704374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:28:41.168944 [ 275 ] {b6883ddf-98a3-4abb-8850-f7e013f77122} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:28:41.169496 [ 275 ] {b6883ddf-98a3-4abb-8850-f7e013f77122} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.04 18:28:41.170035 [ 275 ] {b6883ddf-98a3-4abb-8850-f7e013f77122} oximeter.fields_string (e7c735b6-8016-4830-a499-ce4caa704374): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:28:41.170200 [ 275 ] {b6883ddf-98a3-4abb-8850-f7e013f77122} executeQuery: Read 56 rows, 4.38 KiB in 0.002085 sec., 26858.51318944844 rows/sec., 2.05 MiB/sec. 2025.06.04 18:28:41.170248 [ 275 ] {b6883ddf-98a3-4abb-8850-f7e013f77122} TCPHandler: Processed in 0.002429628 sec. 2025.06.04 18:28:41.170381 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:41.170487 [ 275 ] {e365d9c3-8106-4d37-a0ed-5d937591ff1a} executeQuery: (from [fd00:1122:3344:101::d]:55875) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 18:28:41.170533 [ 275 ] {e365d9c3-8106-4d37-a0ed-5d937591ff1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 18:28:41.171006 [ 275 ] {e365d9c3-8106-4d37-a0ed-5d937591ff1a} oximeter.fields_uuid (e124b03d-85ba-4704-99a7-e1a3ffaba37e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:28:41.171046 [ 275 ] {e365d9c3-8106-4d37-a0ed-5d937591ff1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:28:41.171505 [ 275 ] {e365d9c3-8106-4d37-a0ed-5d937591ff1a} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.04 18:28:41.171959 [ 275 ] {e365d9c3-8106-4d37-a0ed-5d937591ff1a} oximeter.fields_uuid (e124b03d-85ba-4704-99a7-e1a3ffaba37e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:28:41.172095 [ 275 ] {e365d9c3-8106-4d37-a0ed-5d937591ff1a} executeQuery: Read 64 rows, 5.12 KiB in 0.001632 sec., 39215.686274509804 rows/sec., 3.06 MiB/sec. 2025.06.04 18:28:41.172134 [ 275 ] {e365d9c3-8106-4d37-a0ed-5d937591ff1a} TCPHandler: Processed in 0.001812948 sec. 2025.06.04 18:28:41.172245 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:41.172343 [ 275 ] {b817afe3-b930-458f-b930-9b820caef4d9} executeQuery: (from [fd00:1122:3344:101::d]:55875) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 18:28:41.172388 [ 275 ] {b817afe3-b930-458f-b930-9b820caef4d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 18:28:41.172796 [ 275 ] {b817afe3-b930-458f-b930-9b820caef4d9} oximeter.measurements_cumulativeu64 (0337419e-0255-4702-ae93-34189d5cdd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:28:41.172835 [ 275 ] {b817afe3-b930-458f-b930-9b820caef4d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:28:41.173333 [ 275 ] {b817afe3-b930-458f-b930-9b820caef4d9} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.04 18:28:41.173832 [ 275 ] {b817afe3-b930-458f-b930-9b820caef4d9} oximeter.measurements_cumulativeu64 (0337419e-0255-4702-ae93-34189d5cdd6c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:28:41.173966 [ 275 ] {b817afe3-b930-458f-b930-9b820caef4d9} executeQuery: Read 160 rows, 11.41 KiB in 0.001643 sec., 97382.83627510651 rows/sec., 6.78 MiB/sec. 2025.06.04 18:28:41.174001 [ 275 ] {b817afe3-b930-458f-b930-9b820caef4d9} TCPHandler: Processed in 0.001808019 sec. 2025.06.04 18:28:41.174104 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:41.174199 [ 275 ] {049e544b-e95f-4f13-94d3-92a9800ffc07} executeQuery: (from [fd00:1122:3344:101::d]:55875) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 18:28:41.174243 [ 275 ] {049e544b-e95f-4f13-94d3-92a9800ffc07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 18:28:41.174587 [ 275 ] {049e544b-e95f-4f13-94d3-92a9800ffc07} oximeter.measurements_u64 (34c1caa9-6e07-4c3a-941a-30aef12532c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:28:41.174626 [ 275 ] {049e544b-e95f-4f13-94d3-92a9800ffc07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:28:41.175060 [ 275 ] {049e544b-e95f-4f13-94d3-92a9800ffc07} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.04 18:28:41.175529 [ 275 ] {049e544b-e95f-4f13-94d3-92a9800ffc07} oximeter.measurements_u64 (34c1caa9-6e07-4c3a-941a-30aef12532c3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:28:41.175659 [ 275 ] {049e544b-e95f-4f13-94d3-92a9800ffc07} executeQuery: Read 60 rows, 4.14 KiB in 0.001478 sec., 40595.399188092015 rows/sec., 2.74 MiB/sec. 2025.06.04 18:28:41.175695 [ 275 ] {049e544b-e95f-4f13-94d3-92a9800ffc07} TCPHandler: Processed in 0.001642326 sec. 2025.06.04 18:28:44.663736 [ 83 ] {} DNSResolver: Updating DNS cache 2025.06.04 18:28:44.663809 [ 83 ] {} DNSResolver: Updated DNS cache 2025.06.04 18:28:44.703130 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 142 2025.06.04 18:28:44.706299 [ 243 ] {} system.query_log (afcd4306-3679-4fd6-a85a-d2f0c356eda8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:28:44.706344 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:28:44.707519 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.04 18:28:44.707776 [ 243 ] {} system.query_log (afcd4306-3679-4fd6-a85a-d2f0c356eda8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:28:44.708003 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 142 2025.06.04 18:28:44.708258 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 2025.06.04 18:28:44.708775 [ 245 ] {} system.asynchronous_metric_log (86b83c24-08ef-4f5b-8de6-807460913ebf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:28:44.708821 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:28:44.709353 [ 245 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.04 18:28:44.709588 [ 245 ] {} system.asynchronous_metric_log (86b83c24-08ef-4f5b-8de6-807460913ebf): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:28:44.709724 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 2025.06.04 18:28:44.800117 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2025.06.04 18:28:44.817343 [ 244 ] {} system.metric_log (7528a410-4e8e-416e-a8f9-493f5cbe5b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:28:44.817400 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:28:44.823915 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.04 18:28:44.824653 [ 244 ] {} system.metric_log (7528a410-4e8e-416e-a8f9-493f5cbe5b7a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:28:44.827569 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2025.06.04 18:28:45.000256 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 161.04 MiB, peak 165.04 MiB, free memory in arenas 0.00 B, will set to 162.10 MiB (RSS), difference: 1.06 MiB 2025.06.04 18:28:46.161346 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:46.161592 [ 275 ] {25de5ae1-e12d-4f21-b934-cbbde516d28c} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:46.163895 [ 275 ] {25de5ae1-e12d-4f21-b934-cbbde516d28c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.04 18:28:46.163967 [ 275 ] {25de5ae1-e12d-4f21-b934-cbbde516d28c} 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.06.04 18:28:46.164203 [ 275 ] {25de5ae1-e12d-4f21-b934-cbbde516d28c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 18:28:46.166241 [ 275 ] {25de5ae1-e12d-4f21-b934-cbbde516d28c} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 18:28:46.170233 [ 275 ] {25de5ae1-e12d-4f21-b934-cbbde516d28c} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Key condition: (column 0 notIn 18-element set) 2025.06.04 18:28:46.174316 [ 275 ] {25de5ae1-e12d-4f21-b934-cbbde516d28c} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.04 18:28:46.176214 [ 275 ] {25de5ae1-e12d-4f21-b934-cbbde516d28c} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (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.06.04 18:28:46.176241 [ 275 ] {25de5ae1-e12d-4f21-b934-cbbde516d28c} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.04 18:28:46.180121 [ 275 ] {25de5ae1-e12d-4f21-b934-cbbde516d28c} 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.06.04 18:28:46.180155 [ 275 ] {25de5ae1-e12d-4f21-b934-cbbde516d28c} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.06.04 18:28:46.198799 [ 275 ] {25de5ae1-e12d-4f21-b934-cbbde516d28c} executeQuery: Read 18 rows, 754.00 B in 0.037295 sec., 482.6384233811503 rows/sec., 19.74 KiB/sec. 2025.06.04 18:28:46.198905 [ 275 ] {25de5ae1-e12d-4f21-b934-cbbde516d28c} TCPHandler: Processed in 0.037693971 sec. 2025.06.04 18:28:46.200697 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:46.200861 [ 275 ] {02fb1696-4d88-4752-9d91-1e0c6a15b347} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:46.201122 [ 275 ] {02fb1696-4d88-4752-9d91-1e0c6a15b347} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.04 18:28:46.201162 [ 275 ] {02fb1696-4d88-4752-9d91-1e0c6a15b347} 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.06.04 18:28:46.201376 [ 275 ] {02fb1696-4d88-4752-9d91-1e0c6a15b347} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 18:28:46.201443 [ 275 ] {02fb1696-4d88-4752-9d91-1e0c6a15b347} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 18:28:46.201571 [ 275 ] {02fb1696-4d88-4752-9d91-1e0c6a15b347} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Key condition: (column 0 notIn 19-element set) 2025.06.04 18:28:46.201608 [ 275 ] {02fb1696-4d88-4752-9d91-1e0c6a15b347} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.04 18:28:46.201631 [ 275 ] {02fb1696-4d88-4752-9d91-1e0c6a15b347} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (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.06.04 18:28:46.201649 [ 275 ] {02fb1696-4d88-4752-9d91-1e0c6a15b347} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.04 18:28:46.201690 [ 275 ] {02fb1696-4d88-4752-9d91-1e0c6a15b347} 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.06.04 18:28:46.201712 [ 275 ] {02fb1696-4d88-4752-9d91-1e0c6a15b347} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.06.04 18:28:46.202194 [ 275 ] {02fb1696-4d88-4752-9d91-1e0c6a15b347} executeQuery: Read 18 rows, 754.00 B in 0.001404 sec., 12820.51282051282 rows/sec., 524.45 KiB/sec. 2025.06.04 18:28:46.202279 [ 275 ] {02fb1696-4d88-4752-9d91-1e0c6a15b347} TCPHandler: Processed in 0.001639966 sec. 2025.06.04 18:28:46.202465 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:46.202595 [ 275 ] {eeb91b1a-524a-4eda-abd7-96ba2d9c38f7} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:46.202793 [ 275 ] {eeb91b1a-524a-4eda-abd7-96ba2d9c38f7} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.04 18:28:46.202825 [ 275 ] {eeb91b1a-524a-4eda-abd7-96ba2d9c38f7} 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.06.04 18:28:46.202992 [ 275 ] {eeb91b1a-524a-4eda-abd7-96ba2d9c38f7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 18:28:46.203044 [ 275 ] {eeb91b1a-524a-4eda-abd7-96ba2d9c38f7} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 18:28:46.203142 [ 275 ] {eeb91b1a-524a-4eda-abd7-96ba2d9c38f7} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Key condition: (column 0 notIn 20-element set) 2025.06.04 18:28:46.203169 [ 275 ] {eeb91b1a-524a-4eda-abd7-96ba2d9c38f7} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.04 18:28:46.203188 [ 275 ] {eeb91b1a-524a-4eda-abd7-96ba2d9c38f7} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (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.06.04 18:28:46.203202 [ 275 ] {eeb91b1a-524a-4eda-abd7-96ba2d9c38f7} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.04 18:28:46.203234 [ 275 ] {eeb91b1a-524a-4eda-abd7-96ba2d9c38f7} 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.06.04 18:28:46.203253 [ 275 ] {eeb91b1a-524a-4eda-abd7-96ba2d9c38f7} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.06.04 18:28:46.203695 [ 275 ] {eeb91b1a-524a-4eda-abd7-96ba2d9c38f7} executeQuery: Read 18 rows, 754.00 B in 0.001148 sec., 15679.442508710803 rows/sec., 641.40 KiB/sec. 2025.06.04 18:28:46.203776 [ 275 ] {eeb91b1a-524a-4eda-abd7-96ba2d9c38f7} TCPHandler: Processed in 0.001360722 sec. 2025.06.04 18:28:46.203963 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:46.204090 [ 275 ] {1b6095e0-c82b-4317-beec-e5d1d9957dac} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:28:46.204282 [ 275 ] {1b6095e0-c82b-4317-beec-e5d1d9957dac} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.04 18:28:46.204313 [ 275 ] {1b6095e0-c82b-4317-beec-e5d1d9957dac} 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.06.04 18:28:46.204486 [ 275 ] {1b6095e0-c82b-4317-beec-e5d1d9957dac} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 18:28:46.204539 [ 275 ] {1b6095e0-c82b-4317-beec-e5d1d9957dac} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 18:28:46.204635 [ 275 ] {1b6095e0-c82b-4317-beec-e5d1d9957dac} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Key condition: (column 0 notIn 21-element set) 2025.06.04 18:28:46.204664 [ 275 ] {1b6095e0-c82b-4317-beec-e5d1d9957dac} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.04 18:28:46.204683 [ 275 ] {1b6095e0-c82b-4317-beec-e5d1d9957dac} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (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.06.04 18:28:46.204698 [ 275 ] {1b6095e0-c82b-4317-beec-e5d1d9957dac} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.04 18:28:46.204730 [ 275 ] {1b6095e0-c82b-4317-beec-e5d1d9957dac} 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.06.04 18:28:46.204748 [ 275 ] {1b6095e0-c82b-4317-beec-e5d1d9957dac} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 2025.06.04 18:28:46.205171 [ 275 ] {1b6095e0-c82b-4317-beec-e5d1d9957dac} executeQuery: Read 18 rows, 754.00 B in 0.001129 sec., 15943.312666076174 rows/sec., 652.19 KiB/sec. 2025.06.04 18:28:46.205255 [ 275 ] {1b6095e0-c82b-4317-beec-e5d1d9957dac} TCPHandler: Processed in 0.001342311 sec. 2025.06.04 18:28:46.212092 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:46.212207 [ 275 ] {d4035cce-8d4c-4fc8-b2a1-8d5e7ff2d7a3} executeQuery: (from [fd00:1122:3344:101::d]:55875) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.06.04 18:28:46.212251 [ 275 ] {d4035cce-8d4c-4fc8-b2a1-8d5e7ff2d7a3} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 18:28:46.212824 [ 275 ] {d4035cce-8d4c-4fc8-b2a1-8d5e7ff2d7a3} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:28:46.212875 [ 275 ] {d4035cce-8d4c-4fc8-b2a1-8d5e7ff2d7a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:28:46.213311 [ 275 ] {d4035cce-8d4c-4fc8-b2a1-8d5e7ff2d7a3} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.04 18:28:46.213523 [ 275 ] {d4035cce-8d4c-4fc8-b2a1-8d5e7ff2d7a3} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:28:46.213680 [ 275 ] {d4035cce-8d4c-4fc8-b2a1-8d5e7ff2d7a3} executeQuery: Read 4 rows, 433.00 B in 0.001506 sec., 2656.042496679947 rows/sec., 280.78 KiB/sec. 2025.06.04 18:28:46.213719 [ 275 ] {d4035cce-8d4c-4fc8-b2a1-8d5e7ff2d7a3} TCPHandler: Processed in 0.001679767 sec. 2025.06.04 18:28:46.213837 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:46.213930 [ 275 ] {3ab06670-301f-46a7-b90b-764792406872} executeQuery: (from [fd00:1122:3344:101::d]:55875) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 18:28:46.213971 [ 275 ] {3ab06670-301f-46a7-b90b-764792406872} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 18:28:46.214448 [ 275 ] {3ab06670-301f-46a7-b90b-764792406872} oximeter.fields_string (e7c735b6-8016-4830-a499-ce4caa704374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:28:46.214485 [ 275 ] {3ab06670-301f-46a7-b90b-764792406872} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:28:46.214798 [ 275 ] {3ab06670-301f-46a7-b90b-764792406872} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.04 18:28:46.215036 [ 275 ] {3ab06670-301f-46a7-b90b-764792406872} oximeter.fields_string (e7c735b6-8016-4830-a499-ce4caa704374): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:28:46.215161 [ 275 ] {3ab06670-301f-46a7-b90b-764792406872} executeQuery: Read 108 rows, 9.24 KiB in 0.001249 sec., 86469.17534027222 rows/sec., 7.22 MiB/sec. 2025.06.04 18:28:46.215198 [ 275 ] {3ab06670-301f-46a7-b90b-764792406872} TCPHandler: Processed in 0.001412492 sec. 2025.06.04 18:28:46.215313 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:46.215408 [ 275 ] {3487b815-88af-43cb-9337-68827999f87c} executeQuery: (from [fd00:1122:3344:101::d]:55875) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 18:28:46.215449 [ 275 ] {3487b815-88af-43cb-9337-68827999f87c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 18:28:46.215839 [ 275 ] {3487b815-88af-43cb-9337-68827999f87c} oximeter.fields_u16 (4ad74f54-6fb7-473a-98c1-1da4551dcdf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:28:46.215877 [ 275 ] {3487b815-88af-43cb-9337-68827999f87c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:28:46.216198 [ 275 ] {3487b815-88af-43cb-9337-68827999f87c} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.04 18:28:46.216429 [ 275 ] {3487b815-88af-43cb-9337-68827999f87c} oximeter.fields_u16 (4ad74f54-6fb7-473a-98c1-1da4551dcdf5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:28:46.216554 [ 275 ] {3487b815-88af-43cb-9337-68827999f87c} executeQuery: Read 26 rows, 1.96 KiB in 0.001165 sec., 22317.596566523604 rows/sec., 1.64 MiB/sec. 2025.06.04 18:28:46.216590 [ 275 ] {3487b815-88af-43cb-9337-68827999f87c} TCPHandler: Processed in 0.001327661 sec. 2025.06.04 18:28:46.216700 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:46.216792 [ 275 ] {0528bc20-a756-44d6-b4ad-5c2e61798bb1} executeQuery: (from [fd00:1122:3344:101::d]:55875) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 18:28:46.216832 [ 275 ] {0528bc20-a756-44d6-b4ad-5c2e61798bb1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 18:28:46.217244 [ 275 ] {0528bc20-a756-44d6-b4ad-5c2e61798bb1} oximeter.fields_uuid (e124b03d-85ba-4704-99a7-e1a3ffaba37e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:28:46.217281 [ 275 ] {0528bc20-a756-44d6-b4ad-5c2e61798bb1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:28:46.217588 [ 275 ] {0528bc20-a756-44d6-b4ad-5c2e61798bb1} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.04 18:28:46.217807 [ 275 ] {0528bc20-a756-44d6-b4ad-5c2e61798bb1} oximeter.fields_uuid (e124b03d-85ba-4704-99a7-e1a3ffaba37e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:28:46.217930 [ 275 ] {0528bc20-a756-44d6-b4ad-5c2e61798bb1} executeQuery: Read 102 rows, 8.16 KiB in 0.001156 sec., 88235.29411764706 rows/sec., 6.90 MiB/sec. 2025.06.04 18:28:46.217966 [ 275 ] {0528bc20-a756-44d6-b4ad-5c2e61798bb1} TCPHandler: Processed in 0.001315991 sec. 2025.06.04 18:28:46.218074 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:46.218167 [ 275 ] {3ceed4e1-ffc5-4f5b-b727-150316b046d4} executeQuery: (from [fd00:1122:3344:101::d]:55875) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 18:28:46.218209 [ 275 ] {3ceed4e1-ffc5-4f5b-b727-150316b046d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 18:28:46.218666 [ 275 ] {3ceed4e1-ffc5-4f5b-b727-150316b046d4} oximeter.measurements_cumulativeu64 (0337419e-0255-4702-ae93-34189d5cdd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:28:46.218704 [ 275 ] {3ceed4e1-ffc5-4f5b-b727-150316b046d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:28:46.219031 [ 275 ] {3ceed4e1-ffc5-4f5b-b727-150316b046d4} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.04 18:28:46.219253 [ 275 ] {3ceed4e1-ffc5-4f5b-b727-150316b046d4} oximeter.measurements_cumulativeu64 (0337419e-0255-4702-ae93-34189d5cdd6c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:28:46.219377 [ 275 ] {3ceed4e1-ffc5-4f5b-b727-150316b046d4} executeQuery: Read 160 rows, 11.41 KiB in 0.001228 sec., 130293.15960912053 rows/sec., 9.07 MiB/sec. 2025.06.04 18:28:46.219415 [ 275 ] {3ceed4e1-ffc5-4f5b-b727-150316b046d4} TCPHandler: Processed in 0.001391282 sec. 2025.06.04 18:28:46.219536 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:46.219630 [ 275 ] {0f7f0e20-f886-420e-b9af-56274e190246} executeQuery: (from [fd00:1122:3344:101::d]:55875) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 18:28:46.219684 [ 275 ] {0f7f0e20-f886-420e-b9af-56274e190246} 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.06.04 18:28:46.220499 [ 275 ] {0f7f0e20-f886-420e-b9af-56274e190246} oximeter.measurements_histogramu64 (8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:28:46.220537 [ 275 ] {0f7f0e20-f886-420e-b9af-56274e190246} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:28:46.221637 [ 275 ] {0f7f0e20-f886-420e-b9af-56274e190246} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.04 18:28:46.221880 [ 275 ] {0f7f0e20-f886-420e-b9af-56274e190246} oximeter.measurements_histogramu64 (8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:28:46.222011 [ 275 ] {0f7f0e20-f886-420e-b9af-56274e190246} executeQuery: Read 26 rows, 47.71 KiB in 0.002398 sec., 10842.368640533778 rows/sec., 19.43 MiB/sec. 2025.06.04 18:28:46.222066 [ 275 ] {0f7f0e20-f886-420e-b9af-56274e190246} TCPHandler: Processed in 0.002581081 sec. 2025.06.04 18:28:46.222179 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:46.222272 [ 275 ] {3b4d6921-0866-4d41-bb39-7ebc17da5007} executeQuery: (from [fd00:1122:3344:101::d]:55875) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.06.04 18:28:46.222313 [ 275 ] {3b4d6921-0866-4d41-bb39-7ebc17da5007} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.06.04 18:28:46.222628 [ 275 ] {3b4d6921-0866-4d41-bb39-7ebc17da5007} oximeter.measurements_i64 (a85f4e21-64a9-44d3-bb04-8f884022f5f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:28:46.222664 [ 275 ] {3b4d6921-0866-4d41-bb39-7ebc17da5007} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:28:46.222978 [ 275 ] {3b4d6921-0866-4d41-bb39-7ebc17da5007} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.04 18:28:46.223202 [ 275 ] {3b4d6921-0866-4d41-bb39-7ebc17da5007} oximeter.measurements_i64 (a85f4e21-64a9-44d3-bb04-8f884022f5f8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:28:46.223323 [ 275 ] {3b4d6921-0866-4d41-bb39-7ebc17da5007} executeQuery: Read 21 rows, 1.57 KiB in 0.001069 sec., 19644.527595884003 rows/sec., 1.43 MiB/sec. 2025.06.04 18:28:46.223358 [ 275 ] {3b4d6921-0866-4d41-bb39-7ebc17da5007} TCPHandler: Processed in 0.001230509 sec. 2025.06.04 18:28:46.223470 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:46.223563 [ 275 ] {8b7f95de-966d-4921-9bfb-ff85f688d4c1} executeQuery: (from [fd00:1122:3344:101::d]:55875) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 18:28:46.223605 [ 275 ] {8b7f95de-966d-4921-9bfb-ff85f688d4c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 18:28:46.223923 [ 275 ] {8b7f95de-966d-4921-9bfb-ff85f688d4c1} oximeter.measurements_u64 (34c1caa9-6e07-4c3a-941a-30aef12532c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:28:46.223961 [ 275 ] {8b7f95de-966d-4921-9bfb-ff85f688d4c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:28:46.224265 [ 275 ] {8b7f95de-966d-4921-9bfb-ff85f688d4c1} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.04 18:28:46.224490 [ 275 ] {8b7f95de-966d-4921-9bfb-ff85f688d4c1} oximeter.measurements_u64 (34c1caa9-6e07-4c3a-941a-30aef12532c3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:28:46.224621 [ 275 ] {8b7f95de-966d-4921-9bfb-ff85f688d4c1} executeQuery: Read 60 rows, 4.14 KiB in 0.001074 sec., 55865.92178770949 rows/sec., 3.76 MiB/sec. 2025.06.04 18:28:46.224655 [ 275 ] {8b7f95de-966d-4921-9bfb-ff85f688d4c1} TCPHandler: Processed in 0.00123483 sec. 2025.06.04 18:28:51.167858 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:51.168061 [ 275 ] {bca73e7e-2181-4999-b4ae-08e1f650cb05} executeQuery: (from [fd00:1122:3344:101::d]:55875) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 18:28:51.168130 [ 275 ] {bca73e7e-2181-4999-b4ae-08e1f650cb05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 18:28:51.168782 [ 275 ] {bca73e7e-2181-4999-b4ae-08e1f650cb05} oximeter.fields_string (e7c735b6-8016-4830-a499-ce4caa704374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:28:51.168825 [ 275 ] {bca73e7e-2181-4999-b4ae-08e1f650cb05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:28:51.169257 [ 275 ] {bca73e7e-2181-4999-b4ae-08e1f650cb05} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.04 18:28:51.169521 [ 275 ] {bca73e7e-2181-4999-b4ae-08e1f650cb05} oximeter.fields_string (e7c735b6-8016-4830-a499-ce4caa704374): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:28:51.169679 [ 275 ] {bca73e7e-2181-4999-b4ae-08e1f650cb05} executeQuery: Read 56 rows, 4.38 KiB in 0.00167 sec., 33532.934131736525 rows/sec., 2.56 MiB/sec. 2025.06.04 18:28:51.169728 [ 275 ] {bca73e7e-2181-4999-b4ae-08e1f650cb05} TCPHandler: Processed in 0.002007252 sec. 2025.06.04 18:28:51.169849 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:51.169953 [ 275 ] {10768073-4a27-4d92-9caa-242339e3c649} executeQuery: (from [fd00:1122:3344:101::d]:55875) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 18:28:51.169997 [ 275 ] {10768073-4a27-4d92-9caa-242339e3c649} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 18:28:51.170443 [ 275 ] {10768073-4a27-4d92-9caa-242339e3c649} oximeter.fields_uuid (e124b03d-85ba-4704-99a7-e1a3ffaba37e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:28:51.170482 [ 275 ] {10768073-4a27-4d92-9caa-242339e3c649} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:28:51.170796 [ 275 ] {10768073-4a27-4d92-9caa-242339e3c649} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.04 18:28:51.171025 [ 275 ] {10768073-4a27-4d92-9caa-242339e3c649} oximeter.fields_uuid (e124b03d-85ba-4704-99a7-e1a3ffaba37e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:28:51.171153 [ 275 ] {10768073-4a27-4d92-9caa-242339e3c649} executeQuery: Read 64 rows, 5.12 KiB in 0.001225 sec., 52244.897959183676 rows/sec., 4.08 MiB/sec. 2025.06.04 18:28:51.171192 [ 275 ] {10768073-4a27-4d92-9caa-242339e3c649} TCPHandler: Processed in 0.001396972 sec. 2025.06.04 18:28:51.171306 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:51.171402 [ 275 ] {ae439640-bbc5-4ff7-8cf7-78626772eec7} executeQuery: (from [fd00:1122:3344:101::d]:55875) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 18:28:51.171448 [ 275 ] {ae439640-bbc5-4ff7-8cf7-78626772eec7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 18:28:51.171865 [ 275 ] {ae439640-bbc5-4ff7-8cf7-78626772eec7} oximeter.measurements_cumulativeu64 (0337419e-0255-4702-ae93-34189d5cdd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:28:51.171903 [ 275 ] {ae439640-bbc5-4ff7-8cf7-78626772eec7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:28:51.172254 [ 275 ] {ae439640-bbc5-4ff7-8cf7-78626772eec7} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.04 18:28:51.172483 [ 275 ] {ae439640-bbc5-4ff7-8cf7-78626772eec7} oximeter.measurements_cumulativeu64 (0337419e-0255-4702-ae93-34189d5cdd6c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:28:51.172612 [ 275 ] {ae439640-bbc5-4ff7-8cf7-78626772eec7} executeQuery: Read 160 rows, 11.41 KiB in 0.001229 sec., 130187.14401952806 rows/sec., 9.07 MiB/sec. 2025.06.04 18:28:51.172650 [ 275 ] {ae439640-bbc5-4ff7-8cf7-78626772eec7} TCPHandler: Processed in 0.001395062 sec. 2025.06.04 18:28:51.172753 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:51.172848 [ 275 ] {bd620f5b-8bcc-441d-b357-b5df7b5d0761} executeQuery: (from [fd00:1122:3344:101::d]:55875) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 18:28:51.172891 [ 275 ] {bd620f5b-8bcc-441d-b357-b5df7b5d0761} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 18:28:51.173211 [ 275 ] {bd620f5b-8bcc-441d-b357-b5df7b5d0761} oximeter.measurements_u64 (34c1caa9-6e07-4c3a-941a-30aef12532c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:28:51.173248 [ 275 ] {bd620f5b-8bcc-441d-b357-b5df7b5d0761} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:28:51.173578 [ 275 ] {bd620f5b-8bcc-441d-b357-b5df7b5d0761} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.04 18:28:51.173807 [ 275 ] {bd620f5b-8bcc-441d-b357-b5df7b5d0761} oximeter.measurements_u64 (34c1caa9-6e07-4c3a-941a-30aef12532c3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:28:51.173931 [ 275 ] {bd620f5b-8bcc-441d-b357-b5df7b5d0761} executeQuery: Read 60 rows, 4.14 KiB in 0.001102 sec., 54446.4609800363 rows/sec., 3.67 MiB/sec. 2025.06.04 18:28:51.173967 [ 275 ] {bd620f5b-8bcc-441d-b357-b5df7b5d0761} TCPHandler: Processed in 0.001263661 sec. 2025.06.04 18:28:52.209864 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379 2025.06.04 18:28:52.210334 [ 245 ] {} system.asynchronous_metric_log (86b83c24-08ef-4f5b-8de6-807460913ebf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:28:52.210378 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:28:52.210856 [ 245 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.04 18:28:52.211099 [ 245 ] {} system.asynchronous_metric_log (86b83c24-08ef-4f5b-8de6-807460913ebf): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:28:52.211240 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379 2025.06.04 18:28:52.327704 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2025.06.04 18:28:52.345227 [ 244 ] {} system.metric_log (7528a410-4e8e-416e-a8f9-493f5cbe5b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:28:52.345294 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:28:52.351826 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.04 18:28:52.352558 [ 244 ] {} system.metric_log (7528a410-4e8e-416e-a8f9-493f5cbe5b7a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:28:52.355574 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2025.06.04 18:28:53.000157 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 163.91 MiB, peak 167.91 MiB, free memory in arenas 0.00 B, will set to 165.22 MiB (RSS), difference: 1.31 MiB 2025.06.04 18:28:54.708290 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 174 2025.06.04 18:28:54.711076 [ 243 ] {} system.query_log (afcd4306-3679-4fd6-a85a-d2f0c356eda8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:28:54.711120 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:28:54.712682 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.04 18:28:54.713021 [ 243 ] {} system.query_log (afcd4306-3679-4fd6-a85a-d2f0c356eda8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:28:54.713351 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 174 2025.06.04 18:28:56.170058 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:56.170274 [ 275 ] {359543cf-97f6-4e23-b3da-e7ab6432b3f0} executeQuery: (from [fd00:1122:3344:101::d]:55875) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 18:28:56.170349 [ 275 ] {359543cf-97f6-4e23-b3da-e7ab6432b3f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 18:28:56.171079 [ 275 ] {359543cf-97f6-4e23-b3da-e7ab6432b3f0} oximeter.fields_string (e7c735b6-8016-4830-a499-ce4caa704374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:28:56.171125 [ 275 ] {359543cf-97f6-4e23-b3da-e7ab6432b3f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:28:56.171527 [ 275 ] {359543cf-97f6-4e23-b3da-e7ab6432b3f0} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.04 18:28:56.171771 [ 275 ] {359543cf-97f6-4e23-b3da-e7ab6432b3f0} oximeter.fields_string (e7c735b6-8016-4830-a499-ce4caa704374): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:28:56.171932 [ 275 ] {359543cf-97f6-4e23-b3da-e7ab6432b3f0} executeQuery: Read 108 rows, 9.24 KiB in 0.001714 sec., 63010.50175029171 rows/sec., 5.26 MiB/sec. 2025.06.04 18:28:56.171978 [ 275 ] {359543cf-97f6-4e23-b3da-e7ab6432b3f0} TCPHandler: Processed in 0.002063143 sec. 2025.06.04 18:28:56.172104 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:56.172204 [ 275 ] {1b56dbc7-bf79-4d66-831d-632dafe4de1d} executeQuery: (from [fd00:1122:3344:101::d]:55875) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 18:28:56.172246 [ 275 ] {1b56dbc7-bf79-4d66-831d-632dafe4de1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 18:28:56.172657 [ 275 ] {1b56dbc7-bf79-4d66-831d-632dafe4de1d} oximeter.fields_u16 (4ad74f54-6fb7-473a-98c1-1da4551dcdf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:28:56.172696 [ 275 ] {1b56dbc7-bf79-4d66-831d-632dafe4de1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:28:56.173001 [ 275 ] {1b56dbc7-bf79-4d66-831d-632dafe4de1d} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.04 18:28:56.173217 [ 275 ] {1b56dbc7-bf79-4d66-831d-632dafe4de1d} oximeter.fields_u16 (4ad74f54-6fb7-473a-98c1-1da4551dcdf5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:28:56.173343 [ 275 ] {1b56dbc7-bf79-4d66-831d-632dafe4de1d} executeQuery: Read 26 rows, 1.96 KiB in 0.001163 sec., 22355.97592433362 rows/sec., 1.64 MiB/sec. 2025.06.04 18:28:56.173380 [ 275 ] {1b56dbc7-bf79-4d66-831d-632dafe4de1d} TCPHandler: Processed in 0.001327841 sec. 2025.06.04 18:28:56.173490 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:56.173584 [ 275 ] {0c03d8c1-b566-4959-9cdb-e0112386de4b} executeQuery: (from [fd00:1122:3344:101::d]:55875) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 18:28:56.173624 [ 275 ] {0c03d8c1-b566-4959-9cdb-e0112386de4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 18:28:56.174049 [ 275 ] {0c03d8c1-b566-4959-9cdb-e0112386de4b} oximeter.fields_uuid (e124b03d-85ba-4704-99a7-e1a3ffaba37e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:28:56.174088 [ 275 ] {0c03d8c1-b566-4959-9cdb-e0112386de4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:28:56.174393 [ 275 ] {0c03d8c1-b566-4959-9cdb-e0112386de4b} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.04 18:28:56.174625 [ 275 ] {0c03d8c1-b566-4959-9cdb-e0112386de4b} oximeter.fields_uuid (e124b03d-85ba-4704-99a7-e1a3ffaba37e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:28:56.174753 [ 275 ] {0c03d8c1-b566-4959-9cdb-e0112386de4b} executeQuery: Read 90 rows, 7.20 KiB in 0.001187 sec., 75821.39848357203 rows/sec., 5.92 MiB/sec. 2025.06.04 18:28:56.174790 [ 275 ] {0c03d8c1-b566-4959-9cdb-e0112386de4b} TCPHandler: Processed in 0.001349911 sec. 2025.06.04 18:28:56.174900 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:56.174994 [ 275 ] {9c768a09-ac83-4f19-a027-7067052f8b28} executeQuery: (from [fd00:1122:3344:101::d]:55875) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 18:28:56.175037 [ 275 ] {9c768a09-ac83-4f19-a027-7067052f8b28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 18:28:56.175445 [ 275 ] {9c768a09-ac83-4f19-a027-7067052f8b28} oximeter.measurements_cumulativeu64 (0337419e-0255-4702-ae93-34189d5cdd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:28:56.175483 [ 275 ] {9c768a09-ac83-4f19-a027-7067052f8b28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:28:56.175809 [ 275 ] {9c768a09-ac83-4f19-a027-7067052f8b28} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.04 18:28:56.176035 [ 275 ] {9c768a09-ac83-4f19-a027-7067052f8b28} oximeter.measurements_cumulativeu64 (0337419e-0255-4702-ae93-34189d5cdd6c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:28:56.176166 [ 275 ] {9c768a09-ac83-4f19-a027-7067052f8b28} executeQuery: Read 160 rows, 11.41 KiB in 0.00119 sec., 134453.78151260503 rows/sec., 9.36 MiB/sec. 2025.06.04 18:28:56.176202 [ 275 ] {9c768a09-ac83-4f19-a027-7067052f8b28} TCPHandler: Processed in 0.001351602 sec. 2025.06.04 18:28:56.176314 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:56.176407 [ 275 ] {d7c61d5e-38a8-4400-bc38-6d1f1873c973} executeQuery: (from [fd00:1122:3344:101::d]:55875) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 18:28:56.176462 [ 275 ] {d7c61d5e-38a8-4400-bc38-6d1f1873c973} 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.06.04 18:28:56.177225 [ 275 ] {d7c61d5e-38a8-4400-bc38-6d1f1873c973} oximeter.measurements_histogramu64 (8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:28:56.177263 [ 275 ] {d7c61d5e-38a8-4400-bc38-6d1f1873c973} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:28:56.177780 [ 275 ] {d7c61d5e-38a8-4400-bc38-6d1f1873c973} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.04 18:28:56.178016 [ 275 ] {d7c61d5e-38a8-4400-bc38-6d1f1873c973} oximeter.measurements_histogramu64 (8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:28:56.178149 [ 275 ] {d7c61d5e-38a8-4400-bc38-6d1f1873c973} executeQuery: Read 26 rows, 47.71 KiB in 0.001759 sec., 14781.125639567937 rows/sec., 26.49 MiB/sec. 2025.06.04 18:28:56.178204 [ 275 ] {d7c61d5e-38a8-4400-bc38-6d1f1873c973} TCPHandler: Processed in 0.001940101 sec. 2025.06.04 18:28:56.178316 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:28:56.178410 [ 275 ] {75d9c898-d5a0-4420-859b-0941f131a90e} executeQuery: (from [fd00:1122:3344:101::d]:55875) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 18:28:56.178452 [ 275 ] {75d9c898-d5a0-4420-859b-0941f131a90e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 18:28:56.178779 [ 275 ] {75d9c898-d5a0-4420-859b-0941f131a90e} oximeter.measurements_u64 (34c1caa9-6e07-4c3a-941a-30aef12532c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:28:56.178816 [ 275 ] {75d9c898-d5a0-4420-859b-0941f131a90e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:28:56.179113 [ 275 ] {75d9c898-d5a0-4420-859b-0941f131a90e} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.04 18:28:56.179338 [ 275 ] {75d9c898-d5a0-4420-859b-0941f131a90e} oximeter.measurements_u64 (34c1caa9-6e07-4c3a-941a-30aef12532c3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:28:56.179467 [ 275 ] {75d9c898-d5a0-4420-859b-0941f131a90e} executeQuery: Read 60 rows, 4.14 KiB in 0.001076 sec., 55762.081784386624 rows/sec., 3.76 MiB/sec. 2025.06.04 18:28:56.179504 [ 275 ] {75d9c898-d5a0-4420-859b-0941f131a90e} TCPHandler: Processed in 0.001238099 sec. 2025.06.04 18:28:59.663857 [ 65 ] {} DNSResolver: Updating DNS cache 2025.06.04 18:28:59.663924 [ 65 ] {} DNSResolver: Updated DNS cache 2025.06.04 18:28:59.712234 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806 2025.06.04 18:28:59.712664 [ 245 ] {} system.asynchronous_metric_log (86b83c24-08ef-4f5b-8de6-807460913ebf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:28:59.712699 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:28:59.713236 [ 245 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.04 18:28:59.713475 [ 245 ] {} system.asynchronous_metric_log (86b83c24-08ef-4f5b-8de6-807460913ebf): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:28:59.713589 [ 65 ] {} system.asynchronous_metric_log (86b83c24-08ef-4f5b-8de6-807460913ebf) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.06.04 18:28:59.713612 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 2025.06.04 18:28:59.713638 [ 65 ] {} system.asynchronous_metric_log (86b83c24-08ef-4f5b-8de6-807460913ebf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:28:59.713661 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:28:59.715840 [ 193 ] {86b83c24-08ef-4f5b-8de6-807460913ebf::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.06.04 18:28:59.715974 [ 193 ] {86b83c24-08ef-4f5b-8de6-807460913ebf::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 18:28:59.716047 [ 193 ] {86b83c24-08ef-4f5b-8de6-807460913ebf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part 2025.06.04 18:28:59.716147 [ 193 ] {86b83c24-08ef-4f5b-8de6-807460913ebf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 427 rows starting from the beginning of the part 2025.06.04 18:28:59.716235 [ 193 ] {86b83c24-08ef-4f5b-8de6-807460913ebf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 488 rows starting from the beginning of the part 2025.06.04 18:28:59.716326 [ 193 ] {86b83c24-08ef-4f5b-8de6-807460913ebf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 427 rows starting from the beginning of the part 2025.06.04 18:28:59.716374 [ 193 ] {86b83c24-08ef-4f5b-8de6-807460913ebf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 488 rows starting from the beginning of the part 2025.06.04 18:28:59.716462 [ 193 ] {86b83c24-08ef-4f5b-8de6-807460913ebf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 427 rows starting from the beginning of the part 2025.06.04 18:28:59.739991 [ 201 ] {86b83c24-08ef-4f5b-8de6-807460913ebf::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.026186887 sec., 107152.866241795 rows/sec., 1.53 MiB/sec. 2025.06.04 18:28:59.740871 [ 190 ] {86b83c24-08ef-4f5b-8de6-807460913ebf::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.06.04 18:28:59.741233 [ 190 ] {86b83c24-08ef-4f5b-8de6-807460913ebf::all_1_6_1} system.asynchronous_metric_log (86b83c24-08ef-4f5b-8de6-807460913ebf): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:28:59.741316 [ 190 ] {86b83c24-08ef-4f5b-8de6-807460913ebf::all_1_6_1} system.asynchronous_metric_log (86b83c24-08ef-4f5b-8de6-807460913ebf) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.06.04 18:28:59.741445 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. 2025.06.04 18:28:59.856557 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2025.06.04 18:28:59.873619 [ 244 ] {} system.metric_log (7528a410-4e8e-416e-a8f9-493f5cbe5b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:28:59.873667 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:28:59.879537 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.04 18:28:59.880280 [ 244 ] {} system.metric_log (7528a410-4e8e-416e-a8f9-493f5cbe5b7a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:28:59.880584 [ 65 ] {} system.metric_log (7528a410-4e8e-416e-a8f9-493f5cbe5b7a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.06.04 18:28:59.880630 [ 65 ] {} system.metric_log (7528a410-4e8e-416e-a8f9-493f5cbe5b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:28:59.880652 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:28:59.880748 [ 190 ] {7528a410-4e8e-416e-a8f9-493f5cbe5b7a::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.06.04 18:28:59.883648 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2025.06.04 18:28:59.885011 [ 190 ] {7528a410-4e8e-416e-a8f9-493f5cbe5b7a::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 18:28:59.886642 [ 190 ] {7528a410-4e8e-416e-a8f9-493f5cbe5b7a::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.06.04 18:28:59.891385 [ 190 ] {7528a410-4e8e-416e-a8f9-493f5cbe5b7a::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.06.04 18:28:59.895909 [ 190 ] {7528a410-4e8e-416e-a8f9-493f5cbe5b7a::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.06.04 18:28:59.900307 [ 190 ] {7528a410-4e8e-416e-a8f9-493f5cbe5b7a::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.06.04 18:28:59.908048 [ 190 ] {7528a410-4e8e-416e-a8f9-493f5cbe5b7a::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.06.04 18:28:59.912230 [ 190 ] {7528a410-4e8e-416e-a8f9-493f5cbe5b7a::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.06.04 18:28:59.971879 [ 188 ] {7528a410-4e8e-416e-a8f9-493f5cbe5b7a::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.091174494 sec., 504.52706652805773 rows/sec., 2.61 MiB/sec. 2025.06.04 18:28:59.973822 [ 186 ] {7528a410-4e8e-416e-a8f9-493f5cbe5b7a::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.06.04 18:28:59.975680 [ 186 ] {7528a410-4e8e-416e-a8f9-493f5cbe5b7a::all_1_6_1} system.metric_log (7528a410-4e8e-416e-a8f9-493f5cbe5b7a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:28:59.975782 [ 186 ] {7528a410-4e8e-416e-a8f9-493f5cbe5b7a::all_1_6_1} system.metric_log (7528a410-4e8e-416e-a8f9-493f5cbe5b7a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.06.04 18:28:59.977177 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2025.06.04 18:29:00.000155 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 166.39 MiB, peak 175.93 MiB, free memory in arenas 0.00 B, will set to 176.13 MiB (RSS), difference: 9.74 MiB 2025.06.04 18:29:01.167736 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:01.168047 [ 275 ] {c37aaa9d-71b5-4d50-bfc8-48eb886790ca} executeQuery: (from [fd00:1122:3344:101::d]:55875) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 18:29:01.168156 [ 275 ] {c37aaa9d-71b5-4d50-bfc8-48eb886790ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 18:29:01.168814 [ 275 ] {c37aaa9d-71b5-4d50-bfc8-48eb886790ca} oximeter.fields_string (e7c735b6-8016-4830-a499-ce4caa704374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:01.168861 [ 275 ] {c37aaa9d-71b5-4d50-bfc8-48eb886790ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:01.169255 [ 275 ] {c37aaa9d-71b5-4d50-bfc8-48eb886790ca} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.04 18:29:01.169486 [ 275 ] {c37aaa9d-71b5-4d50-bfc8-48eb886790ca} oximeter.fields_string (e7c735b6-8016-4830-a499-ce4caa704374): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:01.169610 [ 70 ] {} oximeter.fields_string (e7c735b6-8016-4830-a499-ce4caa704374) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.06.04 18:29:01.169644 [ 275 ] {c37aaa9d-71b5-4d50-bfc8-48eb886790ca} executeQuery: Read 56 rows, 4.38 KiB in 0.001676 sec., 33412.88782816229 rows/sec., 2.55 MiB/sec. 2025.06.04 18:29:01.169675 [ 70 ] {} oximeter.fields_string (e7c735b6-8016-4830-a499-ce4caa704374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:01.169697 [ 275 ] {c37aaa9d-71b5-4d50-bfc8-48eb886790ca} TCPHandler: Processed in 0.002148295 sec. 2025.06.04 18:29:01.169704 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:01.169824 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:01.169853 [ 201 ] {e7c735b6-8016-4830-a499-ce4caa704374::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.06.04 18:29:01.169931 [ 275 ] {f0e867a2-5fbe-4a6a-ba29-373e2858f461} executeQuery: (from [fd00:1122:3344:101::d]:55875) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 18:29:01.169979 [ 275 ] {f0e867a2-5fbe-4a6a-ba29-373e2858f461} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 18:29:01.170019 [ 201 ] {e7c735b6-8016-4830-a499-ce4caa704374::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 18:29:01.170077 [ 201 ] {e7c735b6-8016-4830-a499-ce4caa704374::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 56 rows starting from the beginning of the part 2025.06.04 18:29:01.170176 [ 201 ] {e7c735b6-8016-4830-a499-ce4caa704374::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part 2025.06.04 18:29:01.170226 [ 201 ] {e7c735b6-8016-4830-a499-ce4caa704374::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 108 rows starting from the beginning of the part 2025.06.04 18:29:01.170273 [ 201 ] {e7c735b6-8016-4830-a499-ce4caa704374::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part 2025.06.04 18:29:01.170315 [ 201 ] {e7c735b6-8016-4830-a499-ce4caa704374::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 108 rows starting from the beginning of the part 2025.06.04 18:29:01.170360 [ 201 ] {e7c735b6-8016-4830-a499-ce4caa704374::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part 2025.06.04 18:29:01.170417 [ 275 ] {f0e867a2-5fbe-4a6a-ba29-373e2858f461} oximeter.fields_uuid (e124b03d-85ba-4704-99a7-e1a3ffaba37e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:01.170460 [ 275 ] {f0e867a2-5fbe-4a6a-ba29-373e2858f461} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:01.170895 [ 275 ] {f0e867a2-5fbe-4a6a-ba29-373e2858f461} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.04 18:29:01.171158 [ 275 ] {f0e867a2-5fbe-4a6a-ba29-373e2858f461} oximeter.fields_uuid (e124b03d-85ba-4704-99a7-e1a3ffaba37e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:01.171263 [ 70 ] {} oximeter.fields_uuid (e124b03d-85ba-4704-99a7-e1a3ffaba37e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.06.04 18:29:01.171294 [ 70 ] {} oximeter.fields_uuid (e124b03d-85ba-4704-99a7-e1a3ffaba37e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:01.171298 [ 275 ] {f0e867a2-5fbe-4a6a-ba29-373e2858f461} executeQuery: Read 64 rows, 5.12 KiB in 0.00139 sec., 46043.1654676259 rows/sec., 3.59 MiB/sec. 2025.06.04 18:29:01.171317 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:01.171350 [ 275 ] {f0e867a2-5fbe-4a6a-ba29-373e2858f461} TCPHandler: Processed in 0.001577715 sec. 2025.06.04 18:29:01.171431 [ 188 ] {e124b03d-85ba-4704-99a7-e1a3ffaba37e::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.06.04 18:29:01.171480 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:01.171480 [ 187 ] {e7c735b6-8016-4830-a499-ce4caa704374::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 440 rows, containing 5 columns (5 merged, 0 gathered) in 0.001690747 sec., 260240.00042584728 rows/sec., 21.78 MiB/sec. 2025.06.04 18:29:01.171541 [ 188 ] {e124b03d-85ba-4704-99a7-e1a3ffaba37e::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 18:29:01.171584 [ 275 ] {3ae12991-7b32-4eb1-b9e1-60da4d0830b7} executeQuery: (from [fd00:1122:3344:101::d]:55875) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 18:29:01.171590 [ 188 ] {e124b03d-85ba-4704-99a7-e1a3ffaba37e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 64 rows starting from the beginning of the part 2025.06.04 18:29:01.171635 [ 275 ] {3ae12991-7b32-4eb1-b9e1-60da4d0830b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 18:29:01.171692 [ 188 ] {e124b03d-85ba-4704-99a7-e1a3ffaba37e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part 2025.06.04 18:29:01.171733 [ 191 ] {e7c735b6-8016-4830-a499-ce4caa704374::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.06.04 18:29:01.171744 [ 188 ] {e124b03d-85ba-4704-99a7-e1a3ffaba37e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 102 rows starting from the beginning of the part 2025.06.04 18:29:01.171806 [ 188 ] {e124b03d-85ba-4704-99a7-e1a3ffaba37e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part 2025.06.04 18:29:01.171852 [ 188 ] {e124b03d-85ba-4704-99a7-e1a3ffaba37e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 90 rows starting from the beginning of the part 2025.06.04 18:29:01.171922 [ 188 ] {e124b03d-85ba-4704-99a7-e1a3ffaba37e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part 2025.06.04 18:29:01.172079 [ 275 ] {3ae12991-7b32-4eb1-b9e1-60da4d0830b7} oximeter.measurements_cumulativeu64 (0337419e-0255-4702-ae93-34189d5cdd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:01.172105 [ 191 ] {e7c735b6-8016-4830-a499-ce4caa704374::all_1_6_1} oximeter.fields_string (e7c735b6-8016-4830-a499-ce4caa704374): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:01.172123 [ 275 ] {3ae12991-7b32-4eb1-b9e1-60da4d0830b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:01.172209 [ 191 ] {e7c735b6-8016-4830-a499-ce4caa704374::all_1_6_1} oximeter.fields_string (e7c735b6-8016-4830-a499-ce4caa704374) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.06.04 18:29:01.172309 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.06.04 18:29:01.172516 [ 275 ] {3ae12991-7b32-4eb1-b9e1-60da4d0830b7} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.04 18:29:01.172740 [ 275 ] {3ae12991-7b32-4eb1-b9e1-60da4d0830b7} oximeter.measurements_cumulativeu64 (0337419e-0255-4702-ae93-34189d5cdd6c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:01.172841 [ 70 ] {} oximeter.measurements_cumulativeu64 (0337419e-0255-4702-ae93-34189d5cdd6c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.06.04 18:29:01.172869 [ 70 ] {} oximeter.measurements_cumulativeu64 (0337419e-0255-4702-ae93-34189d5cdd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:01.172873 [ 275 ] {3ae12991-7b32-4eb1-b9e1-60da4d0830b7} executeQuery: Read 160 rows, 11.41 KiB in 0.001311 sec., 122044.24103737604 rows/sec., 8.50 MiB/sec. 2025.06.04 18:29:01.172885 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:01.172899 [ 191 ] {e124b03d-85ba-4704-99a7-e1a3ffaba37e::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 448 rows, containing 5 columns (5 merged, 0 gathered) in 0.001525015 sec., 293767.60228587914 rows/sec., 24.06 MiB/sec. 2025.06.04 18:29:01.172919 [ 275 ] {3ae12991-7b32-4eb1-b9e1-60da4d0830b7} TCPHandler: Processed in 0.001491144 sec. 2025.06.04 18:29:01.172980 [ 187 ] {0337419e-0255-4702-ae93-34189d5cdd6c::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.06.04 18:29:01.173049 [ 188 ] {e124b03d-85ba-4704-99a7-e1a3ffaba37e::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.06.04 18:29:01.173056 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:01.173124 [ 187 ] {0337419e-0255-4702-ae93-34189d5cdd6c::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 18:29:01.173156 [ 275 ] {aab907e0-2628-4bc3-aae2-b06335fbfc30} executeQuery: (from [fd00:1122:3344:101::d]:55875) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 18:29:01.173179 [ 187 ] {0337419e-0255-4702-ae93-34189d5cdd6c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 128 rows starting from the beginning of the part 2025.06.04 18:29:01.173201 [ 275 ] {aab907e0-2628-4bc3-aae2-b06335fbfc30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 18:29:01.173286 [ 187 ] {0337419e-0255-4702-ae93-34189d5cdd6c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 160 rows starting from the beginning of the part 2025.06.04 18:29:01.173301 [ 188 ] {e124b03d-85ba-4704-99a7-e1a3ffaba37e::all_1_6_1} oximeter.fields_uuid (e124b03d-85ba-4704-99a7-e1a3ffaba37e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:01.173362 [ 187 ] {0337419e-0255-4702-ae93-34189d5cdd6c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 160 rows starting from the beginning of the part 2025.06.04 18:29:01.173367 [ 188 ] {e124b03d-85ba-4704-99a7-e1a3ffaba37e::all_1_6_1} oximeter.fields_uuid (e124b03d-85ba-4704-99a7-e1a3ffaba37e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.06.04 18:29:01.173440 [ 187 ] {0337419e-0255-4702-ae93-34189d5cdd6c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 160 rows starting from the beginning of the part 2025.06.04 18:29:01.173459 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.06.04 18:29:01.173502 [ 187 ] {0337419e-0255-4702-ae93-34189d5cdd6c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part 2025.06.04 18:29:01.173534 [ 275 ] {aab907e0-2628-4bc3-aae2-b06335fbfc30} oximeter.measurements_u64 (34c1caa9-6e07-4c3a-941a-30aef12532c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:01.173559 [ 187 ] {0337419e-0255-4702-ae93-34189d5cdd6c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part 2025.06.04 18:29:01.173574 [ 275 ] {aab907e0-2628-4bc3-aae2-b06335fbfc30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:01.173912 [ 275 ] {aab907e0-2628-4bc3-aae2-b06335fbfc30} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.04 18:29:01.174164 [ 275 ] {aab907e0-2628-4bc3-aae2-b06335fbfc30} oximeter.measurements_u64 (34c1caa9-6e07-4c3a-941a-30aef12532c3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:01.174294 [ 275 ] {aab907e0-2628-4bc3-aae2-b06335fbfc30} executeQuery: Read 60 rows, 4.14 KiB in 0.001156 sec., 51903.11418685121 rows/sec., 3.50 MiB/sec. 2025.06.04 18:29:01.174310 [ 69 ] {} oximeter.measurements_u64 (34c1caa9-6e07-4c3a-941a-30aef12532c3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.06.04 18:29:01.174329 [ 275 ] {aab907e0-2628-4bc3-aae2-b06335fbfc30} TCPHandler: Processed in 0.001321441 sec. 2025.06.04 18:29:01.174376 [ 69 ] {} oximeter.measurements_u64 (34c1caa9-6e07-4c3a-941a-30aef12532c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:01.174408 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:01.174501 [ 192 ] {34c1caa9-6e07-4c3a-941a-30aef12532c3::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.06.04 18:29:01.174621 [ 192 ] {34c1caa9-6e07-4c3a-941a-30aef12532c3::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 18:29:01.174655 [ 192 ] {34c1caa9-6e07-4c3a-941a-30aef12532c3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 48 rows starting from the beginning of the part 2025.06.04 18:29:01.174730 [ 192 ] {34c1caa9-6e07-4c3a-941a-30aef12532c3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part 2025.06.04 18:29:01.174796 [ 192 ] {34c1caa9-6e07-4c3a-941a-30aef12532c3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 60 rows starting from the beginning of the part 2025.06.04 18:29:01.174835 [ 192 ] {34c1caa9-6e07-4c3a-941a-30aef12532c3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part 2025.06.04 18:29:01.174882 [ 192 ] {34c1caa9-6e07-4c3a-941a-30aef12532c3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part 2025.06.04 18:29:01.174900 [ 188 ] {0337419e-0255-4702-ae93-34189d5cdd6c::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 928 rows, containing 5 columns (5 merged, 0 gathered) in 0.001958821 sec., 473754.3655086402 rows/sec., 33.00 MiB/sec. 2025.06.04 18:29:01.174931 [ 192 ] {34c1caa9-6e07-4c3a-941a-30aef12532c3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part 2025.06.04 18:29:01.175079 [ 187 ] {0337419e-0255-4702-ae93-34189d5cdd6c::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.06.04 18:29:01.175374 [ 187 ] {0337419e-0255-4702-ae93-34189d5cdd6c::all_1_6_1} oximeter.measurements_cumulativeu64 (0337419e-0255-4702-ae93-34189d5cdd6c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:01.175445 [ 187 ] {0337419e-0255-4702-ae93-34189d5cdd6c::all_1_6_1} oximeter.measurements_cumulativeu64 (0337419e-0255-4702-ae93-34189d5cdd6c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.06.04 18:29:01.175507 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.06.04 18:29:01.175752 [ 194 ] {34c1caa9-6e07-4c3a-941a-30aef12532c3::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 348 rows, containing 4 columns (4 merged, 0 gathered) in 0.001287751 sec., 270238.57873144734 rows/sec., 18.21 MiB/sec. 2025.06.04 18:29:01.175896 [ 187 ] {34c1caa9-6e07-4c3a-941a-30aef12532c3::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.06.04 18:29:01.176139 [ 187 ] {34c1caa9-6e07-4c3a-941a-30aef12532c3::all_1_6_1} oximeter.measurements_u64 (34c1caa9-6e07-4c3a-941a-30aef12532c3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:01.176204 [ 187 ] {34c1caa9-6e07-4c3a-941a-30aef12532c3::all_1_6_1} oximeter.measurements_u64 (34c1caa9-6e07-4c3a-941a-30aef12532c3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.06.04 18:29:01.176271 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.06.04 18:29:04.714465 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 194 2025.06.04 18:29:04.716390 [ 243 ] {} system.query_log (afcd4306-3679-4fd6-a85a-d2f0c356eda8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:04.716439 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:04.717594 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.04 18:29:04.717865 [ 243 ] {} system.query_log (afcd4306-3679-4fd6-a85a-d2f0c356eda8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:04.718100 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 194 2025.06.04 18:29:06.163604 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:06.163842 [ 275 ] {b1e6bb35-c707-4287-8f44-6b2e78084cc1} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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.06.04 18:29:06.164180 [ 275 ] {b1e6bb35-c707-4287-8f44-6b2e78084cc1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.04 18:29:06.164217 [ 275 ] {b1e6bb35-c707-4287-8f44-6b2e78084cc1} 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.06.04 18:29:06.164443 [ 275 ] {b1e6bb35-c707-4287-8f44-6b2e78084cc1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 18:29:06.164511 [ 275 ] {b1e6bb35-c707-4287-8f44-6b2e78084cc1} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 18:29:06.164658 [ 275 ] {b1e6bb35-c707-4287-8f44-6b2e78084cc1} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Key condition: (column 0 notIn 22-element set) 2025.06.04 18:29:06.164911 [ 289 ] {b1e6bb35-c707-4287-8f44-6b2e78084cc1} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.04 18:29:06.164929 [ 290 ] {b1e6bb35-c707-4287-8f44-6b2e78084cc1} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.06.04 18:29:06.165044 [ 275 ] {b1e6bb35-c707-4287-8f44-6b2e78084cc1} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (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.06.04 18:29:06.165070 [ 275 ] {b1e6bb35-c707-4287-8f44-6b2e78084cc1} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.04 18:29:06.168901 [ 275 ] {b1e6bb35-c707-4287-8f44-6b2e78084cc1} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.04 18:29:06.168928 [ 275 ] {b1e6bb35-c707-4287-8f44-6b2e78084cc1} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Reading approx. 22 rows with 2 streams 2025.06.04 18:29:06.168981 [ 275 ] {b1e6bb35-c707-4287-8f44-6b2e78084cc1} 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.06.04 18:29:06.169048 [ 275 ] {b1e6bb35-c707-4287-8f44-6b2e78084cc1} 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.06.04 18:29:06.170007 [ 275 ] {b1e6bb35-c707-4287-8f44-6b2e78084cc1} executeQuery: Read 22 rows, 943.00 B in 0.006256 sec., 3516.6240409207157 rows/sec., 147.20 KiB/sec. 2025.06.04 18:29:06.170097 [ 275 ] {b1e6bb35-c707-4287-8f44-6b2e78084cc1} TCPHandler: Processed in 0.006627795 sec. 2025.06.04 18:29:06.175140 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:06.175298 [ 275 ] {dee0556a-899a-4704-a269-88502d2a8ded} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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_port_control_data_link:errors_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.04 18:29:06.175552 [ 275 ] {dee0556a-899a-4704-a269-88502d2a8ded} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.04 18:29:06.175592 [ 275 ] {dee0556a-899a-4704-a269-88502d2a8ded} 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_port_control_data_link:errors_received', 'switch_rib:active_routes')" moved to PREWHERE 2025.06.04 18:29:06.175809 [ 275 ] {dee0556a-899a-4704-a269-88502d2a8ded} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 18:29:06.175872 [ 275 ] {dee0556a-899a-4704-a269-88502d2a8ded} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 18:29:06.175995 [ 275 ] {dee0556a-899a-4704-a269-88502d2a8ded} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Key condition: (column 0 notIn 23-element set) 2025.06.04 18:29:06.176073 [ 290 ] {dee0556a-899a-4704-a269-88502d2a8ded} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.06.04 18:29:06.176086 [ 291 ] {dee0556a-899a-4704-a269-88502d2a8ded} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.04 18:29:06.176194 [ 275 ] {dee0556a-899a-4704-a269-88502d2a8ded} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (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.06.04 18:29:06.176225 [ 275 ] {dee0556a-899a-4704-a269-88502d2a8ded} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.04 18:29:06.176292 [ 275 ] {dee0556a-899a-4704-a269-88502d2a8ded} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.04 18:29:06.176310 [ 275 ] {dee0556a-899a-4704-a269-88502d2a8ded} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Reading approx. 22 rows with 2 streams 2025.06.04 18:29:06.176340 [ 275 ] {dee0556a-899a-4704-a269-88502d2a8ded} 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_port_control_data_link:errors_received', 'switch_rib:active_routes'))" 2025.06.04 18:29:06.176375 [ 275 ] {dee0556a-899a-4704-a269-88502d2a8ded} 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_port_control_data_link:errors_received', 'switch_rib:active_routes'))" 2025.06.04 18:29:06.177042 [ 275 ] {dee0556a-899a-4704-a269-88502d2a8ded} executeQuery: Read 22 rows, 943.00 B in 0.001808 sec., 12168.141592920354 rows/sec., 509.35 KiB/sec. 2025.06.04 18:29:06.177138 [ 275 ] {dee0556a-899a-4704-a269-88502d2a8ded} TCPHandler: Processed in 0.002059583 sec. 2025.06.04 18:29:06.177409 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:06.177537 [ 275 ] {12f78a91-55ef-40e7-b5e7-47424f4156cb} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.04 18:29:06.177738 [ 275 ] {12f78a91-55ef-40e7-b5e7-47424f4156cb} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.04 18:29:06.177771 [ 275 ] {12f78a91-55ef-40e7-b5e7-47424f4156cb} 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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.06.04 18:29:06.177949 [ 275 ] {12f78a91-55ef-40e7-b5e7-47424f4156cb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 18:29:06.178001 [ 275 ] {12f78a91-55ef-40e7-b5e7-47424f4156cb} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 18:29:06.178098 [ 275 ] {12f78a91-55ef-40e7-b5e7-47424f4156cb} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Key condition: (column 0 notIn 24-element set) 2025.06.04 18:29:06.178161 [ 289 ] {12f78a91-55ef-40e7-b5e7-47424f4156cb} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.04 18:29:06.178163 [ 291 ] {12f78a91-55ef-40e7-b5e7-47424f4156cb} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.06.04 18:29:06.178271 [ 275 ] {12f78a91-55ef-40e7-b5e7-47424f4156cb} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (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.06.04 18:29:06.178297 [ 275 ] {12f78a91-55ef-40e7-b5e7-47424f4156cb} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.04 18:29:06.178351 [ 275 ] {12f78a91-55ef-40e7-b5e7-47424f4156cb} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.04 18:29:06.178369 [ 275 ] {12f78a91-55ef-40e7-b5e7-47424f4156cb} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Reading approx. 22 rows with 2 streams 2025.06.04 18:29:06.178398 [ 275 ] {12f78a91-55ef-40e7-b5e7-47424f4156cb} 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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))" 2025.06.04 18:29:06.178427 [ 275 ] {12f78a91-55ef-40e7-b5e7-47424f4156cb} 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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))" 2025.06.04 18:29:06.178972 [ 275 ] {12f78a91-55ef-40e7-b5e7-47424f4156cb} executeQuery: Read 22 rows, 943.00 B in 0.001485 sec., 14814.814814814816 rows/sec., 620.13 KiB/sec. 2025.06.04 18:29:06.179054 [ 275 ] {12f78a91-55ef-40e7-b5e7-47424f4156cb} TCPHandler: Processed in 0.001694717 sec. 2025.06.04 18:29:06.179303 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:06.179430 [ 275 ] {8073cf95-0115-44df-b9c9-af38b9d6e5b5} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.04 18:29:06.179628 [ 275 ] {8073cf95-0115-44df-b9c9-af38b9d6e5b5} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.04 18:29:06.179660 [ 275 ] {8073cf95-0115-44df-b9c9-af38b9d6e5b5} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.06.04 18:29:06.179836 [ 275 ] {8073cf95-0115-44df-b9c9-af38b9d6e5b5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 18:29:06.179886 [ 275 ] {8073cf95-0115-44df-b9c9-af38b9d6e5b5} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 18:29:06.179982 [ 275 ] {8073cf95-0115-44df-b9c9-af38b9d6e5b5} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Key condition: (column 0 notIn 25-element set) 2025.06.04 18:29:06.180033 [ 290 ] {8073cf95-0115-44df-b9c9-af38b9d6e5b5} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.04 18:29:06.180048 [ 289 ] {8073cf95-0115-44df-b9c9-af38b9d6e5b5} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.06.04 18:29:06.180126 [ 275 ] {8073cf95-0115-44df-b9c9-af38b9d6e5b5} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (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.06.04 18:29:06.180151 [ 275 ] {8073cf95-0115-44df-b9c9-af38b9d6e5b5} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.04 18:29:06.180204 [ 275 ] {8073cf95-0115-44df-b9c9-af38b9d6e5b5} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.04 18:29:06.180222 [ 275 ] {8073cf95-0115-44df-b9c9-af38b9d6e5b5} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Reading approx. 22 rows with 2 streams 2025.06.04 18:29:06.180251 [ 275 ] {8073cf95-0115-44df-b9c9-af38b9d6e5b5} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))" 2025.06.04 18:29:06.180280 [ 275 ] {8073cf95-0115-44df-b9c9-af38b9d6e5b5} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))" 2025.06.04 18:29:06.180837 [ 275 ] {8073cf95-0115-44df-b9c9-af38b9d6e5b5} executeQuery: Read 22 rows, 943.00 B in 0.001456 sec., 15109.89010989011 rows/sec., 632.49 KiB/sec. 2025.06.04 18:29:06.180922 [ 275 ] {8073cf95-0115-44df-b9c9-af38b9d6e5b5} TCPHandler: Processed in 0.001668547 sec. 2025.06.04 18:29:06.181148 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:06.181273 [ 275 ] {17dd6ad5-e6ad-4776-9440-4a2cac3609ea} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.04 18:29:06.181475 [ 275 ] {17dd6ad5-e6ad-4776-9440-4a2cac3609ea} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.04 18:29:06.181508 [ 275 ] {17dd6ad5-e6ad-4776-9440-4a2cac3609ea} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes')" moved to PREWHERE 2025.06.04 18:29:06.181689 [ 275 ] {17dd6ad5-e6ad-4776-9440-4a2cac3609ea} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 18:29:06.181740 [ 275 ] {17dd6ad5-e6ad-4776-9440-4a2cac3609ea} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 18:29:06.181837 [ 275 ] {17dd6ad5-e6ad-4776-9440-4a2cac3609ea} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2025.06.04 18:29:06.181888 [ 290 ] {17dd6ad5-e6ad-4776-9440-4a2cac3609ea} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.04 18:29:06.181899 [ 289 ] {17dd6ad5-e6ad-4776-9440-4a2cac3609ea} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.06.04 18:29:06.181975 [ 275 ] {17dd6ad5-e6ad-4776-9440-4a2cac3609ea} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (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.06.04 18:29:06.182002 [ 275 ] {17dd6ad5-e6ad-4776-9440-4a2cac3609ea} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.04 18:29:06.182056 [ 275 ] {17dd6ad5-e6ad-4776-9440-4a2cac3609ea} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.04 18:29:06.182074 [ 275 ] {17dd6ad5-e6ad-4776-9440-4a2cac3609ea} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Reading approx. 22 rows with 2 streams 2025.06.04 18:29:06.182104 [ 275 ] {17dd6ad5-e6ad-4776-9440-4a2cac3609ea} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))" 2025.06.04 18:29:06.182134 [ 275 ] {17dd6ad5-e6ad-4776-9440-4a2cac3609ea} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))" 2025.06.04 18:29:06.182649 [ 275 ] {17dd6ad5-e6ad-4776-9440-4a2cac3609ea} executeQuery: Read 22 rows, 943.00 B in 0.001424 sec., 15449.438202247193 rows/sec., 646.70 KiB/sec. 2025.06.04 18:29:06.182733 [ 275 ] {17dd6ad5-e6ad-4776-9440-4a2cac3609ea} TCPHandler: Processed in 0.001635316 sec. 2025.06.04 18:29:06.182964 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:06.183090 [ 275 ] {ed8042f7-84f3-49df-aa86-ee6d483ce35e} executeQuery: (from [fd00:1122:3344:101::d]:55875) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.04 18:29:06.183293 [ 275 ] {ed8042f7-84f3-49df-aa86-ee6d483ce35e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.04 18:29:06.183326 [ 275 ] {ed8042f7-84f3-49df-aa86-ee6d483ce35e} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes')" moved to PREWHERE 2025.06.04 18:29:06.183518 [ 275 ] {ed8042f7-84f3-49df-aa86-ee6d483ce35e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 18:29:06.183570 [ 275 ] {ed8042f7-84f3-49df-aa86-ee6d483ce35e} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 18:29:06.183668 [ 275 ] {ed8042f7-84f3-49df-aa86-ee6d483ce35e} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2025.06.04 18:29:06.183728 [ 289 ] {ed8042f7-84f3-49df-aa86-ee6d483ce35e} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.04 18:29:06.183731 [ 291 ] {ed8042f7-84f3-49df-aa86-ee6d483ce35e} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.06.04 18:29:06.183820 [ 275 ] {ed8042f7-84f3-49df-aa86-ee6d483ce35e} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (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.06.04 18:29:06.183846 [ 275 ] {ed8042f7-84f3-49df-aa86-ee6d483ce35e} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.04 18:29:06.183900 [ 275 ] {ed8042f7-84f3-49df-aa86-ee6d483ce35e} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.04 18:29:06.183917 [ 275 ] {ed8042f7-84f3-49df-aa86-ee6d483ce35e} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Reading approx. 22 rows with 2 streams 2025.06.04 18:29:06.183947 [ 275 ] {ed8042f7-84f3-49df-aa86-ee6d483ce35e} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))" 2025.06.04 18:29:06.183976 [ 275 ] {ed8042f7-84f3-49df-aa86-ee6d483ce35e} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))" 2025.06.04 18:29:06.184475 [ 275 ] {ed8042f7-84f3-49df-aa86-ee6d483ce35e} executeQuery: Read 22 rows, 943.00 B in 0.001434 sec., 15341.701534170154 rows/sec., 642.19 KiB/sec. 2025.06.04 18:29:06.184556 [ 275 ] {ed8042f7-84f3-49df-aa86-ee6d483ce35e} TCPHandler: Processed in 0.001641216 sec. 2025.06.04 18:29:06.199512 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:06.199622 [ 275 ] {bc96884e-0a9f-4ef4-982f-95a4e8bb51aa} executeQuery: (from [fd00:1122:3344:101::d]:55875) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.06.04 18:29:06.199664 [ 275 ] {bc96884e-0a9f-4ef4-982f-95a4e8bb51aa} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 18:29:06.200249 [ 275 ] {bc96884e-0a9f-4ef4-982f-95a4e8bb51aa} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:06.200289 [ 275 ] {bc96884e-0a9f-4ef4-982f-95a4e8bb51aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:06.200717 [ 275 ] {bc96884e-0a9f-4ef4-982f-95a4e8bb51aa} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.04 18:29:06.200920 [ 275 ] {bc96884e-0a9f-4ef4-982f-95a4e8bb51aa} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:06.201060 [ 275 ] {bc96884e-0a9f-4ef4-982f-95a4e8bb51aa} executeQuery: Read 6 rows, 2.84 KiB in 0.00147 sec., 4081.6326530612246 rows/sec., 1.89 MiB/sec. 2025.06.04 18:29:06.201098 [ 275 ] {bc96884e-0a9f-4ef4-982f-95a4e8bb51aa} TCPHandler: Processed in 0.001637766 sec. 2025.06.04 18:29:06.201227 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:06.201323 [ 275 ] {0f9747af-7dc6-42bd-b6c6-dff88d82ba08} executeQuery: (from [fd00:1122:3344:101::d]:55875) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.04 18:29:06.201365 [ 275 ] {0f9747af-7dc6-42bd-b6c6-dff88d82ba08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.04 18:29:06.203708 [ 275 ] {0f9747af-7dc6-42bd-b6c6-dff88d82ba08} oximeter.fields_i16 (0b43413c-8cb7-40a8-9abe-85b97274b03b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:06.203744 [ 275 ] {0f9747af-7dc6-42bd-b6c6-dff88d82ba08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:06.204056 [ 275 ] {0f9747af-7dc6-42bd-b6c6-dff88d82ba08} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.04 18:29:06.204281 [ 275 ] {0f9747af-7dc6-42bd-b6c6-dff88d82ba08} oximeter.fields_i16 (0b43413c-8cb7-40a8-9abe-85b97274b03b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:06.204408 [ 275 ] {0f9747af-7dc6-42bd-b6c6-dff88d82ba08} executeQuery: Read 24 rows, 2.04 KiB in 0.003105 sec., 7729.468599033816 rows/sec., 656.70 KiB/sec. 2025.06.04 18:29:06.204448 [ 275 ] {0f9747af-7dc6-42bd-b6c6-dff88d82ba08} TCPHandler: Processed in 0.003270232 sec. 2025.06.04 18:29:06.204569 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:06.204671 [ 275 ] {7d6140cc-6b46-4c4d-9170-cad644622883} executeQuery: (from [fd00:1122:3344:101::d]:55875) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 18:29:06.204711 [ 275 ] {7d6140cc-6b46-4c4d-9170-cad644622883} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 18:29:06.205233 [ 275 ] {7d6140cc-6b46-4c4d-9170-cad644622883} oximeter.fields_string (e7c735b6-8016-4830-a499-ce4caa704374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:06.205271 [ 275 ] {7d6140cc-6b46-4c4d-9170-cad644622883} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:06.205615 [ 275 ] {7d6140cc-6b46-4c4d-9170-cad644622883} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.04 18:29:06.205857 [ 275 ] {7d6140cc-6b46-4c4d-9170-cad644622883} oximeter.fields_string (e7c735b6-8016-4830-a499-ce4caa704374): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:06.205984 [ 275 ] {7d6140cc-6b46-4c4d-9170-cad644622883} executeQuery: Read 230 rows, 20.88 KiB in 0.001332 sec., 172672.67267267266 rows/sec., 15.31 MiB/sec. 2025.06.04 18:29:06.206019 [ 275 ] {7d6140cc-6b46-4c4d-9170-cad644622883} TCPHandler: Processed in 0.001499994 sec. 2025.06.04 18:29:06.206137 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:06.206231 [ 275 ] {26ec3a56-96ee-4cf0-82f4-77f16dc7a069} executeQuery: (from [fd00:1122:3344:101::d]:55875) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 18:29:06.206271 [ 275 ] {26ec3a56-96ee-4cf0-82f4-77f16dc7a069} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 18:29:06.206673 [ 275 ] {26ec3a56-96ee-4cf0-82f4-77f16dc7a069} oximeter.fields_u16 (4ad74f54-6fb7-473a-98c1-1da4551dcdf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:06.206710 [ 275 ] {26ec3a56-96ee-4cf0-82f4-77f16dc7a069} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:06.207035 [ 275 ] {26ec3a56-96ee-4cf0-82f4-77f16dc7a069} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.04 18:29:06.207250 [ 275 ] {26ec3a56-96ee-4cf0-82f4-77f16dc7a069} oximeter.fields_u16 (4ad74f54-6fb7-473a-98c1-1da4551dcdf5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:06.207377 [ 275 ] {26ec3a56-96ee-4cf0-82f4-77f16dc7a069} executeQuery: Read 39 rows, 2.99 KiB in 0.001164 sec., 33505.154639175256 rows/sec., 2.51 MiB/sec. 2025.06.04 18:29:06.207425 [ 275 ] {26ec3a56-96ee-4cf0-82f4-77f16dc7a069} TCPHandler: Processed in 0.001337752 sec. 2025.06.04 18:29:06.207550 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:06.207661 [ 275 ] {7c26adae-aaec-4311-a1f5-389f1f6f28d9} executeQuery: (from [fd00:1122:3344:101::d]:55875) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.04 18:29:06.207701 [ 275 ] {7c26adae-aaec-4311-a1f5-389f1f6f28d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.04 18:29:06.208179 [ 275 ] {7c26adae-aaec-4311-a1f5-389f1f6f28d9} oximeter.fields_u32 (c77215eb-ee44-471d-babe-d6d3c9173ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:06.208212 [ 275 ] {7c26adae-aaec-4311-a1f5-389f1f6f28d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:06.208525 [ 275 ] {7c26adae-aaec-4311-a1f5-389f1f6f28d9} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.04 18:29:06.208748 [ 275 ] {7c26adae-aaec-4311-a1f5-389f1f6f28d9} oximeter.fields_u32 (c77215eb-ee44-471d-babe-d6d3c9173ac2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:06.208875 [ 275 ] {7c26adae-aaec-4311-a1f5-389f1f6f28d9} executeQuery: Read 24 rows, 2.04 KiB in 0.001233 sec., 19464.7201946472 rows/sec., 1.61 MiB/sec. 2025.06.04 18:29:06.208913 [ 275 ] {7c26adae-aaec-4311-a1f5-389f1f6f28d9} TCPHandler: Processed in 0.001411002 sec. 2025.06.04 18:29:06.209036 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:06.209130 [ 275 ] {b8370cb4-a332-40e4-9d98-1427ed853790} executeQuery: (from [fd00:1122:3344:101::d]:55875) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.04 18:29:06.209170 [ 275 ] {b8370cb4-a332-40e4-9d98-1427ed853790} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.04 18:29:06.209561 [ 275 ] {b8370cb4-a332-40e4-9d98-1427ed853790} oximeter.fields_u8 (467ea241-6b3a-417d-a3da-19e35d5d9e98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:06.209597 [ 275 ] {b8370cb4-a332-40e4-9d98-1427ed853790} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:06.211802 [ 275 ] {b8370cb4-a332-40e4-9d98-1427ed853790} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.04 18:29:06.212029 [ 275 ] {b8370cb4-a332-40e4-9d98-1427ed853790} oximeter.fields_u8 (467ea241-6b3a-417d-a3da-19e35d5d9e98): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:06.212171 [ 275 ] {b8370cb4-a332-40e4-9d98-1427ed853790} executeQuery: Read 12 rows, 960.00 B in 0.003059 sec., 3922.8506047728015 rows/sec., 306.47 KiB/sec. 2025.06.04 18:29:06.212208 [ 275 ] {b8370cb4-a332-40e4-9d98-1427ed853790} TCPHandler: Processed in 0.003221161 sec. 2025.06.04 18:29:06.212327 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:06.212421 [ 275 ] {1c3e2b53-a756-4f6f-89d5-32be0ea643f6} executeQuery: (from [fd00:1122:3344:101::d]:55875) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 18:29:06.212461 [ 275 ] {1c3e2b53-a756-4f6f-89d5-32be0ea643f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 18:29:06.212919 [ 275 ] {1c3e2b53-a756-4f6f-89d5-32be0ea643f6} oximeter.fields_uuid (e124b03d-85ba-4704-99a7-e1a3ffaba37e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:06.212955 [ 275 ] {1c3e2b53-a756-4f6f-89d5-32be0ea643f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:06.213272 [ 275 ] {1c3e2b53-a756-4f6f-89d5-32be0ea643f6} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.04 18:29:06.213490 [ 275 ] {1c3e2b53-a756-4f6f-89d5-32be0ea643f6} oximeter.fields_uuid (e124b03d-85ba-4704-99a7-e1a3ffaba37e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:06.213620 [ 275 ] {1c3e2b53-a756-4f6f-89d5-32be0ea643f6} executeQuery: Read 127 rows, 10.54 KiB in 0.001218 sec., 104269.29392446634 rows/sec., 8.45 MiB/sec. 2025.06.04 18:29:06.213657 [ 275 ] {1c3e2b53-a756-4f6f-89d5-32be0ea643f6} TCPHandler: Processed in 0.001379072 sec. 2025.06.04 18:29:06.213779 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:06.213873 [ 275 ] {13eb0c92-5dc7-4200-8b69-05047b380377} executeQuery: (from [fd00:1122:3344:101::d]:55875) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 18:29:06.213915 [ 275 ] {13eb0c92-5dc7-4200-8b69-05047b380377} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 18:29:06.214349 [ 275 ] {13eb0c92-5dc7-4200-8b69-05047b380377} oximeter.measurements_cumulativeu64 (0337419e-0255-4702-ae93-34189d5cdd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:06.214386 [ 275 ] {13eb0c92-5dc7-4200-8b69-05047b380377} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:06.214742 [ 275 ] {13eb0c92-5dc7-4200-8b69-05047b380377} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.04 18:29:06.214958 [ 275 ] {13eb0c92-5dc7-4200-8b69-05047b380377} oximeter.measurements_cumulativeu64 (0337419e-0255-4702-ae93-34189d5cdd6c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:06.215085 [ 275 ] {13eb0c92-5dc7-4200-8b69-05047b380377} executeQuery: Read 364 rows, 28.34 KiB in 0.00123 sec., 295934.9593495935 rows/sec., 22.50 MiB/sec. 2025.06.04 18:29:06.215121 [ 275 ] {13eb0c92-5dc7-4200-8b69-05047b380377} TCPHandler: Processed in 0.001395802 sec. 2025.06.04 18:29:06.215232 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:06.215326 [ 275 ] {ec2c0ebd-cdc5-46b5-a3da-e21585ac5891} executeQuery: (from [fd00:1122:3344:101::d]:55875) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 18:29:06.215382 [ 275 ] {ec2c0ebd-cdc5-46b5-a3da-e21585ac5891} 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.06.04 18:29:06.216221 [ 275 ] {ec2c0ebd-cdc5-46b5-a3da-e21585ac5891} oximeter.measurements_histogramu64 (8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:06.216259 [ 275 ] {ec2c0ebd-cdc5-46b5-a3da-e21585ac5891} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:06.216809 [ 275 ] {ec2c0ebd-cdc5-46b5-a3da-e21585ac5891} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.04 18:29:06.217033 [ 275 ] {ec2c0ebd-cdc5-46b5-a3da-e21585ac5891} oximeter.measurements_histogramu64 (8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:06.217167 [ 275 ] {ec2c0ebd-cdc5-46b5-a3da-e21585ac5891} executeQuery: Read 27 rows, 49.54 KiB in 0.00186 sec., 14516.129032258064 rows/sec., 26.01 MiB/sec. 2025.06.04 18:29:06.217217 [ 275 ] {ec2c0ebd-cdc5-46b5-a3da-e21585ac5891} TCPHandler: Processed in 0.002032912 sec. 2025.06.04 18:29:06.217339 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:06.217433 [ 275 ] {a4a87b24-6572-4e72-9247-528d50503620} executeQuery: (from [fd00:1122:3344:101::d]:55875) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 18:29:06.217475 [ 275 ] {a4a87b24-6572-4e72-9247-528d50503620} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 18:29:06.217811 [ 275 ] {a4a87b24-6572-4e72-9247-528d50503620} oximeter.measurements_u64 (34c1caa9-6e07-4c3a-941a-30aef12532c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:06.217847 [ 275 ] {a4a87b24-6572-4e72-9247-528d50503620} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:06.218163 [ 275 ] {a4a87b24-6572-4e72-9247-528d50503620} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.04 18:29:06.218410 [ 275 ] {a4a87b24-6572-4e72-9247-528d50503620} oximeter.measurements_u64 (34c1caa9-6e07-4c3a-941a-30aef12532c3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:06.218541 [ 275 ] {a4a87b24-6572-4e72-9247-528d50503620} executeQuery: Read 60 rows, 4.14 KiB in 0.001127 sec., 53238.686779059455 rows/sec., 3.59 MiB/sec. 2025.06.04 18:29:06.218575 [ 275 ] {a4a87b24-6572-4e72-9247-528d50503620} TCPHandler: Processed in 0.001285901 sec. 2025.06.04 18:29:07.213735 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294 2025.06.04 18:29:07.214467 [ 245 ] {} system.asynchronous_metric_log (86b83c24-08ef-4f5b-8de6-807460913ebf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:07.214509 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:07.214965 [ 245 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.04 18:29:07.215188 [ 245 ] {} system.asynchronous_metric_log (86b83c24-08ef-4f5b-8de6-807460913ebf): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:07.215321 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294 2025.06.04 18:29:07.383734 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2025.06.04 18:29:07.401255 [ 244 ] {} system.metric_log (7528a410-4e8e-416e-a8f9-493f5cbe5b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:07.401313 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:07.407029 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.04 18:29:07.407730 [ 244 ] {} system.metric_log (7528a410-4e8e-416e-a8f9-493f5cbe5b7a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:07.410946 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2025.06.04 18:29:11.172955 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:11.173170 [ 275 ] {21bc1a95-a616-49dc-94b2-b1f0328b3a49} executeQuery: (from [fd00:1122:3344:101::d]:55875) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 18:29:11.173250 [ 275 ] {21bc1a95-a616-49dc-94b2-b1f0328b3a49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 18:29:11.174093 [ 275 ] {21bc1a95-a616-49dc-94b2-b1f0328b3a49} oximeter.fields_string (e7c735b6-8016-4830-a499-ce4caa704374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:11.174160 [ 275 ] {21bc1a95-a616-49dc-94b2-b1f0328b3a49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:11.174724 [ 275 ] {21bc1a95-a616-49dc-94b2-b1f0328b3a49} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.04 18:29:11.175038 [ 275 ] {21bc1a95-a616-49dc-94b2-b1f0328b3a49} oximeter.fields_string (e7c735b6-8016-4830-a499-ce4caa704374): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:11.175263 [ 275 ] {21bc1a95-a616-49dc-94b2-b1f0328b3a49} executeQuery: Read 56 rows, 4.38 KiB in 0.002143 sec., 26131.591227251516 rows/sec., 2.00 MiB/sec. 2025.06.04 18:29:11.175327 [ 275 ] {21bc1a95-a616-49dc-94b2-b1f0328b3a49} TCPHandler: Processed in 0.0025176 sec. 2025.06.04 18:29:11.175504 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:11.175623 [ 275 ] {b7b12a03-62df-48b7-97be-f6df577558d3} executeQuery: (from [fd00:1122:3344:101::d]:55875) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 18:29:11.175675 [ 275 ] {b7b12a03-62df-48b7-97be-f6df577558d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 18:29:11.176287 [ 275 ] {b7b12a03-62df-48b7-97be-f6df577558d3} oximeter.fields_uuid (e124b03d-85ba-4704-99a7-e1a3ffaba37e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:11.176334 [ 275 ] {b7b12a03-62df-48b7-97be-f6df577558d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:11.176741 [ 275 ] {b7b12a03-62df-48b7-97be-f6df577558d3} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.04 18:29:11.177034 [ 275 ] {b7b12a03-62df-48b7-97be-f6df577558d3} oximeter.fields_uuid (e124b03d-85ba-4704-99a7-e1a3ffaba37e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:11.177216 [ 275 ] {b7b12a03-62df-48b7-97be-f6df577558d3} executeQuery: Read 64 rows, 5.12 KiB in 0.001625 sec., 39384.61538461538 rows/sec., 3.07 MiB/sec. 2025.06.04 18:29:11.177265 [ 275 ] {b7b12a03-62df-48b7-97be-f6df577558d3} TCPHandler: Processed in 0.001829399 sec. 2025.06.04 18:29:11.177474 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:11.177600 [ 275 ] {2c163f9e-4a1d-4e6a-9cdd-1c79939a9e60} executeQuery: (from [fd00:1122:3344:101::d]:55875) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 18:29:11.177663 [ 275 ] {2c163f9e-4a1d-4e6a-9cdd-1c79939a9e60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 18:29:11.178230 [ 275 ] {2c163f9e-4a1d-4e6a-9cdd-1c79939a9e60} oximeter.measurements_cumulativeu64 (0337419e-0255-4702-ae93-34189d5cdd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:11.178279 [ 275 ] {2c163f9e-4a1d-4e6a-9cdd-1c79939a9e60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:11.178780 [ 275 ] {2c163f9e-4a1d-4e6a-9cdd-1c79939a9e60} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.04 18:29:11.179135 [ 275 ] {2c163f9e-4a1d-4e6a-9cdd-1c79939a9e60} oximeter.measurements_cumulativeu64 (0337419e-0255-4702-ae93-34189d5cdd6c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:11.179324 [ 275 ] {2c163f9e-4a1d-4e6a-9cdd-1c79939a9e60} executeQuery: Read 160 rows, 11.41 KiB in 0.001755 sec., 91168.09116809117 rows/sec., 6.35 MiB/sec. 2025.06.04 18:29:11.179378 [ 275 ] {2c163f9e-4a1d-4e6a-9cdd-1c79939a9e60} TCPHandler: Processed in 0.001961081 sec. 2025.06.04 18:29:11.179523 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:11.179649 [ 275 ] {9969c28d-f588-4868-8420-b2364c807288} executeQuery: (from [fd00:1122:3344:101::d]:55875) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 18:29:11.179709 [ 275 ] {9969c28d-f588-4868-8420-b2364c807288} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 18:29:11.180129 [ 275 ] {9969c28d-f588-4868-8420-b2364c807288} oximeter.measurements_u64 (34c1caa9-6e07-4c3a-941a-30aef12532c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:11.180176 [ 275 ] {9969c28d-f588-4868-8420-b2364c807288} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:11.180541 [ 275 ] {9969c28d-f588-4868-8420-b2364c807288} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.04 18:29:11.180789 [ 275 ] {9969c28d-f588-4868-8420-b2364c807288} oximeter.measurements_u64 (34c1caa9-6e07-4c3a-941a-30aef12532c3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:11.180944 [ 275 ] {9969c28d-f588-4868-8420-b2364c807288} executeQuery: Read 60 rows, 4.14 KiB in 0.001323 sec., 45351.47392290249 rows/sec., 3.06 MiB/sec. 2025.06.04 18:29:11.180983 [ 275 ] {9969c28d-f588-4868-8420-b2364c807288} TCPHandler: Processed in 0.001523184 sec. 2025.06.04 18:29:14.663980 [ 53 ] {} DNSResolver: Updating DNS cache 2025.06.04 18:29:14.664035 [ 53 ] {} DNSResolver: Updated DNS cache 2025.06.04 18:29:14.715466 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721 2025.06.04 18:29:14.715901 [ 245 ] {} system.asynchronous_metric_log (86b83c24-08ef-4f5b-8de6-807460913ebf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:14.715939 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:14.716393 [ 245 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.04 18:29:14.716620 [ 245 ] {} system.asynchronous_metric_log (86b83c24-08ef-4f5b-8de6-807460913ebf): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:14.716737 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 2025.06.04 18:29:14.718304 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 234 2025.06.04 18:29:14.720640 [ 243 ] {} system.query_log (afcd4306-3679-4fd6-a85a-d2f0c356eda8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:14.720685 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:14.721867 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.04 18:29:14.722123 [ 243 ] {} system.query_log (afcd4306-3679-4fd6-a85a-d2f0c356eda8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:14.722360 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 234 2025.06.04 18:29:14.911099 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2025.06.04 18:29:14.928750 [ 244 ] {} system.metric_log (7528a410-4e8e-416e-a8f9-493f5cbe5b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:14.928810 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:14.934989 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.04 18:29:14.935698 [ 244 ] {} system.metric_log (7528a410-4e8e-416e-a8f9-493f5cbe5b7a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:14.938988 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2025.06.04 18:29:15.850170 [ 275 ] {} TCPHandler: Done processing connection. 2025.06.04 18:29:15.850259 [ 275 ] {} TCP-Session: 990abf65-0a21-4b13-8044-65ee2161c904 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.06.04 18:29:16.000166 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 176.82 MiB, peak 182.98 MiB, free memory in arenas 0.00 B, will set to 178.88 MiB (RSS), difference: 2.06 MiB 2025.06.04 18:29:16.169345 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:16.169520 [ 278 ] {cbf57c14-3a65-4fc4-b4f6-daf4bcb7b79d} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 18:29:16.169588 [ 278 ] {cbf57c14-3a65-4fc4-b4f6-daf4bcb7b79d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 18:29:16.170306 [ 278 ] {cbf57c14-3a65-4fc4-b4f6-daf4bcb7b79d} oximeter.fields_string (e7c735b6-8016-4830-a499-ce4caa704374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:16.170351 [ 278 ] {cbf57c14-3a65-4fc4-b4f6-daf4bcb7b79d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:16.170803 [ 278 ] {cbf57c14-3a65-4fc4-b4f6-daf4bcb7b79d} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.06.04 18:29:16.171037 [ 278 ] {cbf57c14-3a65-4fc4-b4f6-daf4bcb7b79d} oximeter.fields_string (e7c735b6-8016-4830-a499-ce4caa704374): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:16.171185 [ 278 ] {cbf57c14-3a65-4fc4-b4f6-daf4bcb7b79d} executeQuery: Read 126 rows, 11.02 KiB in 0.001712 sec., 73598.1308411215 rows/sec., 6.29 MiB/sec. 2025.06.04 18:29:16.171228 [ 278 ] {cbf57c14-3a65-4fc4-b4f6-daf4bcb7b79d} TCPHandler: Processed in 0.002005261 sec. 2025.06.04 18:29:16.171361 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:16.171459 [ 278 ] {6d83164c-87db-42f2-aa2d-ca89be01cd5a} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 18:29:16.171501 [ 278 ] {6d83164c-87db-42f2-aa2d-ca89be01cd5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 18:29:16.171919 [ 278 ] {6d83164c-87db-42f2-aa2d-ca89be01cd5a} oximeter.fields_u16 (4ad74f54-6fb7-473a-98c1-1da4551dcdf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:16.171957 [ 278 ] {6d83164c-87db-42f2-aa2d-ca89be01cd5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:16.172262 [ 278 ] {6d83164c-87db-42f2-aa2d-ca89be01cd5a} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.04 18:29:16.172568 [ 278 ] {6d83164c-87db-42f2-aa2d-ca89be01cd5a} oximeter.fields_u16 (4ad74f54-6fb7-473a-98c1-1da4551dcdf5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:16.172704 [ 278 ] {6d83164c-87db-42f2-aa2d-ca89be01cd5a} executeQuery: Read 35 rows, 2.63 KiB in 0.001265 sec., 27667.98418972332 rows/sec., 2.03 MiB/sec. 2025.06.04 18:29:16.172741 [ 278 ] {6d83164c-87db-42f2-aa2d-ca89be01cd5a} TCPHandler: Processed in 0.001429463 sec. 2025.06.04 18:29:16.172858 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:16.172953 [ 278 ] {53925cd0-cf95-45a0-a608-627e253261b7} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 18:29:16.172993 [ 278 ] {53925cd0-cf95-45a0-a608-627e253261b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 18:29:16.173502 [ 278 ] {53925cd0-cf95-45a0-a608-627e253261b7} oximeter.fields_uuid (e124b03d-85ba-4704-99a7-e1a3ffaba37e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:16.173540 [ 278 ] {53925cd0-cf95-45a0-a608-627e253261b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:16.173852 [ 278 ] {53925cd0-cf95-45a0-a608-627e253261b7} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.06.04 18:29:16.174064 [ 278 ] {53925cd0-cf95-45a0-a608-627e253261b7} oximeter.fields_uuid (e124b03d-85ba-4704-99a7-e1a3ffaba37e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:16.174193 [ 278 ] {53925cd0-cf95-45a0-a608-627e253261b7} executeQuery: Read 99 rows, 7.92 KiB in 0.00126 sec., 78571.42857142857 rows/sec., 6.14 MiB/sec. 2025.06.04 18:29:16.174235 [ 278 ] {53925cd0-cf95-45a0-a608-627e253261b7} TCPHandler: Processed in 0.001426063 sec. 2025.06.04 18:29:16.174393 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:16.174492 [ 278 ] {e8ed0ace-d47e-4446-aa1c-027cd280027e} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 18:29:16.174535 [ 278 ] {e8ed0ace-d47e-4446-aa1c-027cd280027e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 18:29:16.174981 [ 278 ] {e8ed0ace-d47e-4446-aa1c-027cd280027e} oximeter.measurements_cumulativeu64 (0337419e-0255-4702-ae93-34189d5cdd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:16.175018 [ 278 ] {e8ed0ace-d47e-4446-aa1c-027cd280027e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:16.175344 [ 278 ] {e8ed0ace-d47e-4446-aa1c-027cd280027e} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.06.04 18:29:16.175552 [ 278 ] {e8ed0ace-d47e-4446-aa1c-027cd280027e} oximeter.measurements_cumulativeu64 (0337419e-0255-4702-ae93-34189d5cdd6c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:16.175675 [ 278 ] {e8ed0ace-d47e-4446-aa1c-027cd280027e} executeQuery: Read 160 rows, 11.41 KiB in 0.001203 sec., 133000.83125519534 rows/sec., 9.26 MiB/sec. 2025.06.04 18:29:16.175711 [ 278 ] {e8ed0ace-d47e-4446-aa1c-027cd280027e} TCPHandler: Processed in 0.001379602 sec. 2025.06.04 18:29:16.175824 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:16.175916 [ 278 ] {97cb1533-6872-4b7d-9fa1-dbe09d164e3c} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 18:29:16.175969 [ 278 ] {97cb1533-6872-4b7d-9fa1-dbe09d164e3c} 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.06.04 18:29:16.176920 [ 278 ] {97cb1533-6872-4b7d-9fa1-dbe09d164e3c} oximeter.measurements_histogramu64 (8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:16.176956 [ 278 ] {97cb1533-6872-4b7d-9fa1-dbe09d164e3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:16.177482 [ 278 ] {97cb1533-6872-4b7d-9fa1-dbe09d164e3c} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.04 18:29:16.177716 [ 278 ] {97cb1533-6872-4b7d-9fa1-dbe09d164e3c} oximeter.measurements_histogramu64 (8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:16.177844 [ 278 ] {97cb1533-6872-4b7d-9fa1-dbe09d164e3c} executeQuery: Read 35 rows, 64.22 KiB in 0.001946 sec., 17985.61151079137 rows/sec., 32.23 MiB/sec. 2025.06.04 18:29:16.177894 [ 278 ] {97cb1533-6872-4b7d-9fa1-dbe09d164e3c} TCPHandler: Processed in 0.002117944 sec. 2025.06.04 18:29:16.178013 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:16.178106 [ 278 ] {9e7d38cd-a0c4-40cf-a042-ad57bbad754b} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 18:29:16.178148 [ 278 ] {9e7d38cd-a0c4-40cf-a042-ad57bbad754b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 18:29:16.178487 [ 278 ] {9e7d38cd-a0c4-40cf-a042-ad57bbad754b} oximeter.measurements_u64 (34c1caa9-6e07-4c3a-941a-30aef12532c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:16.178528 [ 278 ] {9e7d38cd-a0c4-40cf-a042-ad57bbad754b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:16.178819 [ 278 ] {9e7d38cd-a0c4-40cf-a042-ad57bbad754b} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.06.04 18:29:16.179027 [ 278 ] {9e7d38cd-a0c4-40cf-a042-ad57bbad754b} oximeter.measurements_u64 (34c1caa9-6e07-4c3a-941a-30aef12532c3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:16.179151 [ 278 ] {9e7d38cd-a0c4-40cf-a042-ad57bbad754b} executeQuery: Read 60 rows, 4.14 KiB in 0.001063 sec., 56444.02634054563 rows/sec., 3.80 MiB/sec. 2025.06.04 18:29:16.179186 [ 278 ] {9e7d38cd-a0c4-40cf-a042-ad57bbad754b} TCPHandler: Processed in 0.0012218 sec. 2025.06.04 18:29:21.168135 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:21.168344 [ 278 ] {e84d8e4b-165c-4615-9ea1-7c0e9531f185} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 18:29:21.168413 [ 278 ] {e84d8e4b-165c-4615-9ea1-7c0e9531f185} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 18:29:21.169078 [ 278 ] {e84d8e4b-165c-4615-9ea1-7c0e9531f185} oximeter.fields_string (e7c735b6-8016-4830-a499-ce4caa704374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:21.169113 [ 278 ] {e84d8e4b-165c-4615-9ea1-7c0e9531f185} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:21.169480 [ 278 ] {e84d8e4b-165c-4615-9ea1-7c0e9531f185} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.06.04 18:29:21.169698 [ 278 ] {e84d8e4b-165c-4615-9ea1-7c0e9531f185} oximeter.fields_string (e7c735b6-8016-4830-a499-ce4caa704374): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:21.169843 [ 278 ] {e84d8e4b-165c-4615-9ea1-7c0e9531f185} executeQuery: Read 56 rows, 4.38 KiB in 0.00155 sec., 36129.032258064515 rows/sec., 2.76 MiB/sec. 2025.06.04 18:29:21.169882 [ 278 ] {e84d8e4b-165c-4615-9ea1-7c0e9531f185} TCPHandler: Processed in 0.0018723 sec. 2025.06.04 18:29:21.170007 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:21.170100 [ 278 ] {83920b11-0a9a-4326-bd87-ee7fe165ae33} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 18:29:21.170139 [ 278 ] {83920b11-0a9a-4326-bd87-ee7fe165ae33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 18:29:21.170560 [ 278 ] {83920b11-0a9a-4326-bd87-ee7fe165ae33} oximeter.fields_uuid (e124b03d-85ba-4704-99a7-e1a3ffaba37e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:21.170594 [ 278 ] {83920b11-0a9a-4326-bd87-ee7fe165ae33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:21.170892 [ 278 ] {83920b11-0a9a-4326-bd87-ee7fe165ae33} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.06.04 18:29:21.171108 [ 278 ] {83920b11-0a9a-4326-bd87-ee7fe165ae33} oximeter.fields_uuid (e124b03d-85ba-4704-99a7-e1a3ffaba37e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:21.171230 [ 278 ] {83920b11-0a9a-4326-bd87-ee7fe165ae33} executeQuery: Read 64 rows, 5.12 KiB in 0.001148 sec., 55749.12891986063 rows/sec., 4.35 MiB/sec. 2025.06.04 18:29:21.171265 [ 278 ] {83920b11-0a9a-4326-bd87-ee7fe165ae33} TCPHandler: Processed in 0.001307851 sec. 2025.06.04 18:29:21.171382 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:21.171474 [ 278 ] {969e1652-3ad0-4ff6-b964-375b39fbb774} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 18:29:21.171518 [ 278 ] {969e1652-3ad0-4ff6-b964-375b39fbb774} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 18:29:21.171930 [ 278 ] {969e1652-3ad0-4ff6-b964-375b39fbb774} oximeter.measurements_cumulativeu64 (0337419e-0255-4702-ae93-34189d5cdd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:21.171964 [ 278 ] {969e1652-3ad0-4ff6-b964-375b39fbb774} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:21.172283 [ 278 ] {969e1652-3ad0-4ff6-b964-375b39fbb774} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.06.04 18:29:21.172487 [ 278 ] {969e1652-3ad0-4ff6-b964-375b39fbb774} oximeter.measurements_cumulativeu64 (0337419e-0255-4702-ae93-34189d5cdd6c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:21.172609 [ 278 ] {969e1652-3ad0-4ff6-b964-375b39fbb774} executeQuery: Read 160 rows, 11.41 KiB in 0.001153 sec., 138768.43018213357 rows/sec., 9.66 MiB/sec. 2025.06.04 18:29:21.172646 [ 278 ] {969e1652-3ad0-4ff6-b964-375b39fbb774} TCPHandler: Processed in 0.001312601 sec. 2025.06.04 18:29:21.172762 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:21.172854 [ 278 ] {4b519f15-478c-4001-8642-2f1b0c2879e4} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 18:29:21.172897 [ 278 ] {4b519f15-478c-4001-8642-2f1b0c2879e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 18:29:21.173230 [ 278 ] {4b519f15-478c-4001-8642-2f1b0c2879e4} oximeter.measurements_u64 (34c1caa9-6e07-4c3a-941a-30aef12532c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:21.173265 [ 278 ] {4b519f15-478c-4001-8642-2f1b0c2879e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:21.173558 [ 278 ] {4b519f15-478c-4001-8642-2f1b0c2879e4} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.06.04 18:29:21.173764 [ 278 ] {4b519f15-478c-4001-8642-2f1b0c2879e4} oximeter.measurements_u64 (34c1caa9-6e07-4c3a-941a-30aef12532c3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:21.173887 [ 278 ] {4b519f15-478c-4001-8642-2f1b0c2879e4} executeQuery: Read 60 rows, 4.14 KiB in 0.001051 sec., 57088.487155090384 rows/sec., 3.85 MiB/sec. 2025.06.04 18:29:21.173921 [ 278 ] {4b519f15-478c-4001-8642-2f1b0c2879e4} TCPHandler: Processed in 0.00121107 sec. 2025.06.04 18:29:22.217760 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209 2025.06.04 18:29:22.218230 [ 245 ] {} system.asynchronous_metric_log (86b83c24-08ef-4f5b-8de6-807460913ebf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:22.218267 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:22.218761 [ 245 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.06.04 18:29:22.218992 [ 245 ] {} system.asynchronous_metric_log (86b83c24-08ef-4f5b-8de6-807460913ebf): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:22.219112 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209 2025.06.04 18:29:22.440012 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2025.06.04 18:29:22.457415 [ 244 ] {} system.metric_log (7528a410-4e8e-416e-a8f9-493f5cbe5b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:22.457480 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:22.463940 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.06.04 18:29:22.464637 [ 244 ] {} system.metric_log (7528a410-4e8e-416e-a8f9-493f5cbe5b7a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:22.467590 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2025.06.04 18:29:23.000182 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 179.55 MiB, peak 183.55 MiB, free memory in arenas 0.00 B, will set to 180.64 MiB (RSS), difference: 1.09 MiB 2025.06.04 18:29:24.723476 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 254 2025.06.04 18:29:24.725375 [ 243 ] {} system.query_log (afcd4306-3679-4fd6-a85a-d2f0c356eda8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:24.725419 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:24.726524 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.04 18:29:24.726781 [ 243 ] {} system.query_log (afcd4306-3679-4fd6-a85a-d2f0c356eda8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:24.726933 [ 40 ] {} system.query_log (afcd4306-3679-4fd6-a85a-d2f0c356eda8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.06.04 18:29:24.727005 [ 40 ] {} system.query_log (afcd4306-3679-4fd6-a85a-d2f0c356eda8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:24.727013 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 254 2025.06.04 18:29:24.727025 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:24.727146 [ 192 ] {afcd4306-3679-4fd6-a85a-d2f0c356eda8::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.06.04 18:29:24.727814 [ 192 ] {afcd4306-3679-4fd6-a85a-d2f0c356eda8::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 18:29:24.727995 [ 192 ] {afcd4306-3679-4fd6-a85a-d2f0c356eda8::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.06.04 18:29:24.728421 [ 192 ] {afcd4306-3679-4fd6-a85a-d2f0c356eda8::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.06.04 18:29:24.728802 [ 192 ] {afcd4306-3679-4fd6-a85a-d2f0c356eda8::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.06.04 18:29:24.729161 [ 192 ] {afcd4306-3679-4fd6-a85a-d2f0c356eda8::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.06.04 18:29:24.729506 [ 192 ] {afcd4306-3679-4fd6-a85a-d2f0c356eda8::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.06.04 18:29:24.729863 [ 192 ] {afcd4306-3679-4fd6-a85a-d2f0c356eda8::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.06.04 18:29:24.736300 [ 194 ] {afcd4306-3679-4fd6-a85a-d2f0c356eda8::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 254 rows, containing 72 columns (72 merged, 0 gathered) in 0.009199557 sec., 27610.02513490595 rows/sec., 27.25 MiB/sec. 2025.06.04 18:29:24.737010 [ 188 ] {afcd4306-3679-4fd6-a85a-d2f0c356eda8::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.06.04 18:29:24.737553 [ 188 ] {afcd4306-3679-4fd6-a85a-d2f0c356eda8::all_1_6_1} system.query_log (afcd4306-3679-4fd6-a85a-d2f0c356eda8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:24.737626 [ 188 ] {afcd4306-3679-4fd6-a85a-d2f0c356eda8::all_1_6_1} system.query_log (afcd4306-3679-4fd6-a85a-d2f0c356eda8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.06.04 18:29:24.737754 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.57 MiB. 2025.06.04 18:29:26.169906 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:26.170098 [ 278 ] {b6f7a565-13f4-494a-93c9-c1149601353d} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 18:29:26.170164 [ 278 ] {b6f7a565-13f4-494a-93c9-c1149601353d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 18:29:26.170834 [ 278 ] {b6f7a565-13f4-494a-93c9-c1149601353d} oximeter.fields_string (e7c735b6-8016-4830-a499-ce4caa704374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:26.170885 [ 278 ] {b6f7a565-13f4-494a-93c9-c1149601353d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:26.171277 [ 278 ] {b6f7a565-13f4-494a-93c9-c1149601353d} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.06.04 18:29:26.171499 [ 278 ] {b6f7a565-13f4-494a-93c9-c1149601353d} oximeter.fields_string (e7c735b6-8016-4830-a499-ce4caa704374): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:26.171654 [ 278 ] {b6f7a565-13f4-494a-93c9-c1149601353d} executeQuery: Read 126 rows, 11.02 KiB in 0.001603 sec., 78602.62008733624 rows/sec., 6.71 MiB/sec. 2025.06.04 18:29:26.171655 [ 39 ] {} oximeter.fields_string (e7c735b6-8016-4830-a499-ce4caa704374) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.06.04 18:29:26.171706 [ 278 ] {b6f7a565-13f4-494a-93c9-c1149601353d} TCPHandler: Processed in 0.001927711 sec. 2025.06.04 18:29:26.171728 [ 39 ] {} oximeter.fields_string (e7c735b6-8016-4830-a499-ce4caa704374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:26.171756 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:26.171841 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:26.171855 [ 194 ] {e7c735b6-8016-4830-a499-ce4caa704374::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.06.04 18:29:26.171949 [ 278 ] {916f07ad-aa65-46e5-8190-62bad438f0b2} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 18:29:26.171951 [ 194 ] {e7c735b6-8016-4830-a499-ce4caa704374::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 18:29:26.171993 [ 278 ] {916f07ad-aa65-46e5-8190-62bad438f0b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 18:29:26.172002 [ 194 ] {e7c735b6-8016-4830-a499-ce4caa704374::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 108 rows starting from the beginning of the part 2025.06.04 18:29:26.172088 [ 194 ] {e7c735b6-8016-4830-a499-ce4caa704374::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 230 rows starting from the beginning of the part 2025.06.04 18:29:26.172136 [ 194 ] {e7c735b6-8016-4830-a499-ce4caa704374::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.06.04 18:29:26.172181 [ 194 ] {e7c735b6-8016-4830-a499-ce4caa704374::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 126 rows starting from the beginning of the part 2025.06.04 18:29:26.172225 [ 194 ] {e7c735b6-8016-4830-a499-ce4caa704374::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.06.04 18:29:26.172265 [ 194 ] {e7c735b6-8016-4830-a499-ce4caa704374::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 126 rows starting from the beginning of the part 2025.06.04 18:29:26.172430 [ 278 ] {916f07ad-aa65-46e5-8190-62bad438f0b2} oximeter.fields_u16 (4ad74f54-6fb7-473a-98c1-1da4551dcdf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:26.172466 [ 278 ] {916f07ad-aa65-46e5-8190-62bad438f0b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:26.172843 [ 278 ] {916f07ad-aa65-46e5-8190-62bad438f0b2} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.04 18:29:26.173068 [ 278 ] {916f07ad-aa65-46e5-8190-62bad438f0b2} oximeter.fields_u16 (4ad74f54-6fb7-473a-98c1-1da4551dcdf5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:26.173198 [ 188 ] {e7c735b6-8016-4830-a499-ce4caa704374::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 702 rows, containing 5 columns (5 merged, 0 gathered) in 0.001383252 sec., 507499.71805571223 rows/sec., 44.94 MiB/sec. 2025.06.04 18:29:26.173211 [ 278 ] {916f07ad-aa65-46e5-8190-62bad438f0b2} executeQuery: Read 35 rows, 2.63 KiB in 0.001286 sec., 27216.174183514773 rows/sec., 2.00 MiB/sec. 2025.06.04 18:29:26.173291 [ 278 ] {916f07ad-aa65-46e5-8190-62bad438f0b2} TCPHandler: Processed in 0.001502804 sec. 2025.06.04 18:29:26.173408 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:26.173477 [ 197 ] {e7c735b6-8016-4830-a499-ce4caa704374::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.06.04 18:29:26.173506 [ 278 ] {d8171dfd-9191-4266-bfe6-e289be530a94} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 18:29:26.173581 [ 278 ] {d8171dfd-9191-4266-bfe6-e289be530a94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 18:29:26.173862 [ 197 ] {e7c735b6-8016-4830-a499-ce4caa704374::all_1_11_2} oximeter.fields_string (e7c735b6-8016-4830-a499-ce4caa704374): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:26.173959 [ 197 ] {e7c735b6-8016-4830-a499-ce4caa704374::all_1_11_2} oximeter.fields_string (e7c735b6-8016-4830-a499-ce4caa704374) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.06.04 18:29:26.174052 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. 2025.06.04 18:29:26.174059 [ 278 ] {d8171dfd-9191-4266-bfe6-e289be530a94} oximeter.fields_uuid (e124b03d-85ba-4704-99a7-e1a3ffaba37e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:26.174104 [ 278 ] {d8171dfd-9191-4266-bfe6-e289be530a94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:26.174434 [ 278 ] {d8171dfd-9191-4266-bfe6-e289be530a94} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.06.04 18:29:26.174655 [ 278 ] {d8171dfd-9191-4266-bfe6-e289be530a94} oximeter.fields_uuid (e124b03d-85ba-4704-99a7-e1a3ffaba37e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:26.174756 [ 39 ] {} oximeter.fields_uuid (e124b03d-85ba-4704-99a7-e1a3ffaba37e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.06.04 18:29:26.174786 [ 278 ] {d8171dfd-9191-4266-bfe6-e289be530a94} executeQuery: Read 99 rows, 7.92 KiB in 0.0013 sec., 76153.84615384616 rows/sec., 5.95 MiB/sec. 2025.06.04 18:29:26.174790 [ 39 ] {} oximeter.fields_uuid (e124b03d-85ba-4704-99a7-e1a3ffaba37e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:26.174826 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:26.174833 [ 278 ] {d8171dfd-9191-4266-bfe6-e289be530a94} TCPHandler: Processed in 0.001473664 sec. 2025.06.04 18:29:26.174893 [ 194 ] {e124b03d-85ba-4704-99a7-e1a3ffaba37e::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.06.04 18:29:26.174957 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:26.174969 [ 194 ] {e124b03d-85ba-4704-99a7-e1a3ffaba37e::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 18:29:26.174996 [ 194 ] {e124b03d-85ba-4704-99a7-e1a3ffaba37e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 102 rows starting from the beginning of the part 2025.06.04 18:29:26.175040 [ 194 ] {e124b03d-85ba-4704-99a7-e1a3ffaba37e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 127 rows starting from the beginning of the part 2025.06.04 18:29:26.175055 [ 278 ] {45d961eb-c71a-4c43-bdcb-0d7bcf8435ee} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 18:29:26.175075 [ 194 ] {e124b03d-85ba-4704-99a7-e1a3ffaba37e::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.06.04 18:29:26.175100 [ 278 ] {45d961eb-c71a-4c43-bdcb-0d7bcf8435ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 18:29:26.175111 [ 194 ] {e124b03d-85ba-4704-99a7-e1a3ffaba37e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 99 rows starting from the beginning of the part 2025.06.04 18:29:26.175145 [ 194 ] {e124b03d-85ba-4704-99a7-e1a3ffaba37e::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.06.04 18:29:26.175183 [ 194 ] {e124b03d-85ba-4704-99a7-e1a3ffaba37e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 99 rows starting from the beginning of the part 2025.06.04 18:29:26.175520 [ 278 ] {45d961eb-c71a-4c43-bdcb-0d7bcf8435ee} oximeter.measurements_cumulativeu64 (0337419e-0255-4702-ae93-34189d5cdd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:26.175556 [ 278 ] {45d961eb-c71a-4c43-bdcb-0d7bcf8435ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:26.175883 [ 278 ] {45d961eb-c71a-4c43-bdcb-0d7bcf8435ee} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.06.04 18:29:26.175937 [ 195 ] {e124b03d-85ba-4704-99a7-e1a3ffaba37e::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 555 rows, containing 5 columns (5 merged, 0 gathered) in 0.001069417 sec., 518974.3570562278 rows/sec., 42.86 MiB/sec. 2025.06.04 18:29:26.176062 [ 194 ] {e124b03d-85ba-4704-99a7-e1a3ffaba37e::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.06.04 18:29:26.176129 [ 278 ] {45d961eb-c71a-4c43-bdcb-0d7bcf8435ee} oximeter.measurements_cumulativeu64 (0337419e-0255-4702-ae93-34189d5cdd6c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:26.176242 [ 39 ] {} oximeter.measurements_cumulativeu64 (0337419e-0255-4702-ae93-34189d5cdd6c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.06.04 18:29:26.176262 [ 278 ] {45d961eb-c71a-4c43-bdcb-0d7bcf8435ee} executeQuery: Read 160 rows, 11.41 KiB in 0.001226 sec., 130505.70962479607 rows/sec., 9.09 MiB/sec. 2025.06.04 18:29:26.176292 [ 39 ] {} oximeter.measurements_cumulativeu64 (0337419e-0255-4702-ae93-34189d5cdd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:26.176303 [ 194 ] {e124b03d-85ba-4704-99a7-e1a3ffaba37e::all_1_11_2} oximeter.fields_uuid (e124b03d-85ba-4704-99a7-e1a3ffaba37e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:26.176308 [ 278 ] {45d961eb-c71a-4c43-bdcb-0d7bcf8435ee} TCPHandler: Processed in 0.001400502 sec. 2025.06.04 18:29:26.176326 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:26.176379 [ 194 ] {e124b03d-85ba-4704-99a7-e1a3ffaba37e::all_1_11_2} oximeter.fields_uuid (e124b03d-85ba-4704-99a7-e1a3ffaba37e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.06.04 18:29:26.176421 [ 188 ] {0337419e-0255-4702-ae93-34189d5cdd6c::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.06.04 18:29:26.176426 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:26.176443 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.06.04 18:29:26.176542 [ 278 ] {56cf09ae-b592-43de-b2c9-667ef73748da} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 18:29:26.176547 [ 188 ] {0337419e-0255-4702-ae93-34189d5cdd6c::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 18:29:26.176596 [ 188 ] {0337419e-0255-4702-ae93-34189d5cdd6c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 928 rows starting from the beginning of the part 2025.06.04 18:29:26.176600 [ 278 ] {56cf09ae-b592-43de-b2c9-667ef73748da} 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.06.04 18:29:26.176665 [ 188 ] {0337419e-0255-4702-ae93-34189d5cdd6c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 364 rows starting from the beginning of the part 2025.06.04 18:29:26.176711 [ 188 ] {0337419e-0255-4702-ae93-34189d5cdd6c::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.06.04 18:29:26.176748 [ 188 ] {0337419e-0255-4702-ae93-34189d5cdd6c::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.06.04 18:29:26.176785 [ 188 ] {0337419e-0255-4702-ae93-34189d5cdd6c::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.06.04 18:29:26.176822 [ 188 ] {0337419e-0255-4702-ae93-34189d5cdd6c::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.06.04 18:29:26.177445 [ 278 ] {56cf09ae-b592-43de-b2c9-667ef73748da} oximeter.measurements_histogramu64 (8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:26.177489 [ 278 ] {56cf09ae-b592-43de-b2c9-667ef73748da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:26.177950 [ 194 ] {0337419e-0255-4702-ae93-34189d5cdd6c::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1932 rows, containing 5 columns (5 merged, 0 gathered) in 0.001565885 sec., 1233807.080341149 rows/sec., 87.42 MiB/sec. 2025.06.04 18:29:26.178079 [ 278 ] {56cf09ae-b592-43de-b2c9-667ef73748da} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.04 18:29:26.178233 [ 195 ] {0337419e-0255-4702-ae93-34189d5cdd6c::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.06.04 18:29:26.178347 [ 278 ] {56cf09ae-b592-43de-b2c9-667ef73748da} oximeter.measurements_histogramu64 (8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:26.178512 [ 278 ] {56cf09ae-b592-43de-b2c9-667ef73748da} executeQuery: Read 35 rows, 64.22 KiB in 0.001988 sec., 17605.6338028169 rows/sec., 31.55 MiB/sec. 2025.06.04 18:29:26.178565 [ 278 ] {56cf09ae-b592-43de-b2c9-667ef73748da} TCPHandler: Processed in 0.002187865 sec. 2025.06.04 18:29:26.178588 [ 195 ] {0337419e-0255-4702-ae93-34189d5cdd6c::all_1_11_2} oximeter.measurements_cumulativeu64 (0337419e-0255-4702-ae93-34189d5cdd6c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:26.178679 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:26.178682 [ 195 ] {0337419e-0255-4702-ae93-34189d5cdd6c::all_1_11_2} oximeter.measurements_cumulativeu64 (0337419e-0255-4702-ae93-34189d5cdd6c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.06.04 18:29:26.178783 [ 278 ] {bba288e3-05ff-4a9a-982a-9264f72bfdc3} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 18:29:26.178797 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. 2025.06.04 18:29:26.178833 [ 278 ] {bba288e3-05ff-4a9a-982a-9264f72bfdc3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 18:29:26.179185 [ 278 ] {bba288e3-05ff-4a9a-982a-9264f72bfdc3} oximeter.measurements_u64 (34c1caa9-6e07-4c3a-941a-30aef12532c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:26.179222 [ 278 ] {bba288e3-05ff-4a9a-982a-9264f72bfdc3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:26.179533 [ 278 ] {bba288e3-05ff-4a9a-982a-9264f72bfdc3} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.06.04 18:29:26.179750 [ 278 ] {bba288e3-05ff-4a9a-982a-9264f72bfdc3} oximeter.measurements_u64 (34c1caa9-6e07-4c3a-941a-30aef12532c3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:26.179848 [ 39 ] {} oximeter.measurements_u64 (34c1caa9-6e07-4c3a-941a-30aef12532c3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.06.04 18:29:26.179877 [ 278 ] {bba288e3-05ff-4a9a-982a-9264f72bfdc3} executeQuery: Read 60 rows, 4.14 KiB in 0.001113 sec., 53908.35579514824 rows/sec., 3.63 MiB/sec. 2025.06.04 18:29:26.179878 [ 39 ] {} oximeter.measurements_u64 (34c1caa9-6e07-4c3a-941a-30aef12532c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:26.179920 [ 278 ] {bba288e3-05ff-4a9a-982a-9264f72bfdc3} TCPHandler: Processed in 0.001290981 sec. 2025.06.04 18:29:26.179921 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:26.180068 [ 189 ] {34c1caa9-6e07-4c3a-941a-30aef12532c3::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.06.04 18:29:26.180217 [ 189 ] {34c1caa9-6e07-4c3a-941a-30aef12532c3::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 18:29:26.180255 [ 189 ] {34c1caa9-6e07-4c3a-941a-30aef12532c3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 348 rows starting from the beginning of the part 2025.06.04 18:29:26.180344 [ 189 ] {34c1caa9-6e07-4c3a-941a-30aef12532c3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part 2025.06.04 18:29:26.180392 [ 189 ] {34c1caa9-6e07-4c3a-941a-30aef12532c3::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.06.04 18:29:26.180437 [ 189 ] {34c1caa9-6e07-4c3a-941a-30aef12532c3::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.06.04 18:29:26.180479 [ 189 ] {34c1caa9-6e07-4c3a-941a-30aef12532c3::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.06.04 18:29:26.180523 [ 189 ] {34c1caa9-6e07-4c3a-941a-30aef12532c3::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.06.04 18:29:26.181342 [ 189 ] {34c1caa9-6e07-4c3a-941a-30aef12532c3::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 648 rows, containing 4 columns (4 merged, 0 gathered) in 0.001335711 sec., 485134.8832194988 rows/sec., 32.69 MiB/sec. 2025.06.04 18:29:26.181523 [ 198 ] {34c1caa9-6e07-4c3a-941a-30aef12532c3::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.06.04 18:29:26.181809 [ 198 ] {34c1caa9-6e07-4c3a-941a-30aef12532c3::all_1_11_2} oximeter.measurements_u64 (34c1caa9-6e07-4c3a-941a-30aef12532c3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:26.181876 [ 198 ] {34c1caa9-6e07-4c3a-941a-30aef12532c3::all_1_11_2} oximeter.measurements_u64 (34c1caa9-6e07-4c3a-941a-30aef12532c3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.06.04 18:29:26.181943 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2025.06.04 18:29:29.664275 [ 36 ] {} DNSResolver: Updating DNS cache 2025.06.04 18:29:29.664330 [ 36 ] {} DNSResolver: Updated DNS cache 2025.06.04 18:29:29.719227 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636 2025.06.04 18:29:29.719685 [ 245 ] {} system.asynchronous_metric_log (86b83c24-08ef-4f5b-8de6-807460913ebf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:29.719726 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:29.720191 [ 245 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.06.04 18:29:29.720415 [ 245 ] {} system.asynchronous_metric_log (86b83c24-08ef-4f5b-8de6-807460913ebf): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:29.720542 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 2025.06.04 18:29:29.967699 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2025.06.04 18:29:29.984808 [ 244 ] {} system.metric_log (7528a410-4e8e-416e-a8f9-493f5cbe5b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:29.984864 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:29.990947 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.06.04 18:29:29.991656 [ 244 ] {} system.metric_log (7528a410-4e8e-416e-a8f9-493f5cbe5b7a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:29.994696 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2025.06.04 18:29:31.160129 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:31.160418 [ 278 ] {23674939-bf55-46bd-8879-1ea4432be693} executeQuery: (from [fd00:1122:3344:101::d]:40826) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.04 18:29:31.160806 [ 278 ] {23674939-bf55-46bd-8879-1ea4432be693} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.04 18:29:31.160851 [ 278 ] {23674939-bf55-46bd-8879-1ea4432be693} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.06.04 18:29:31.161149 [ 278 ] {23674939-bf55-46bd-8879-1ea4432be693} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 18:29:31.161215 [ 278 ] {23674939-bf55-46bd-8879-1ea4432be693} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 18:29:31.161361 [ 278 ] {23674939-bf55-46bd-8879-1ea4432be693} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2025.06.04 18:29:31.161452 [ 289 ] {23674939-bf55-46bd-8879-1ea4432be693} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.04 18:29:31.161496 [ 291 ] {23674939-bf55-46bd-8879-1ea4432be693} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.06.04 18:29:31.161497 [ 290 ] {23674939-bf55-46bd-8879-1ea4432be693} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.06.04 18:29:31.161660 [ 278 ] {23674939-bf55-46bd-8879-1ea4432be693} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2025.06.04 18:29:31.161687 [ 278 ] {23674939-bf55-46bd-8879-1ea4432be693} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.04 18:29:31.161770 [ 278 ] {23674939-bf55-46bd-8879-1ea4432be693} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.04 18:29:31.161790 [ 278 ] {23674939-bf55-46bd-8879-1ea4432be693} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Reading approx. 28 rows with 3 streams 2025.06.04 18:29:31.161825 [ 278 ] {23674939-bf55-46bd-8879-1ea4432be693} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.06.04 18:29:31.161876 [ 278 ] {23674939-bf55-46bd-8879-1ea4432be693} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.06.04 18:29:31.161918 [ 278 ] {23674939-bf55-46bd-8879-1ea4432be693} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.06.04 18:29:31.162909 [ 278 ] {23674939-bf55-46bd-8879-1ea4432be693} executeQuery: Read 28 rows, 1.23 KiB in 0.00262 sec., 10687.022900763359 rows/sec., 467.78 KiB/sec. 2025.06.04 18:29:31.163030 [ 278 ] {23674939-bf55-46bd-8879-1ea4432be693} TCPHandler: Processed in 0.003035928 sec. 2025.06.04 18:29:31.171065 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:31.171176 [ 278 ] {7e6284ba-c26a-401f-acf2-427111be96a4} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.06.04 18:29:31.171219 [ 278 ] {7e6284ba-c26a-401f-acf2-427111be96a4} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 18:29:31.171785 [ 278 ] {7e6284ba-c26a-401f-acf2-427111be96a4} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:31.171825 [ 278 ] {7e6284ba-c26a-401f-acf2-427111be96a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:31.172223 [ 278 ] {7e6284ba-c26a-401f-acf2-427111be96a4} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.06.04 18:29:31.172421 [ 278 ] {7e6284ba-c26a-401f-acf2-427111be96a4} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:31.172563 [ 278 ] {7e6284ba-c26a-401f-acf2-427111be96a4} executeQuery: Read 1 rows, 106.00 B in 0.001418 sec., 705.2186177715091 rows/sec., 73.00 KiB/sec. 2025.06.04 18:29:31.172600 [ 278 ] {7e6284ba-c26a-401f-acf2-427111be96a4} TCPHandler: Processed in 0.001585275 sec. 2025.06.04 18:29:31.172713 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:31.172808 [ 278 ] {8bb2712d-2d3c-4eaf-8d49-13f9e67eddef} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 18:29:31.172848 [ 278 ] {8bb2712d-2d3c-4eaf-8d49-13f9e67eddef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 18:29:31.173282 [ 278 ] {8bb2712d-2d3c-4eaf-8d49-13f9e67eddef} oximeter.fields_string (e7c735b6-8016-4830-a499-ce4caa704374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:31.173408 [ 278 ] {8bb2712d-2d3c-4eaf-8d49-13f9e67eddef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:31.173728 [ 278 ] {8bb2712d-2d3c-4eaf-8d49-13f9e67eddef} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.06.04 18:29:31.173939 [ 278 ] {8bb2712d-2d3c-4eaf-8d49-13f9e67eddef} oximeter.fields_string (e7c735b6-8016-4830-a499-ce4caa704374): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:31.174066 [ 278 ] {8bb2712d-2d3c-4eaf-8d49-13f9e67eddef} executeQuery: Read 67 rows, 5.45 KiB in 0.001277 sec., 52466.71887235709 rows/sec., 4.16 MiB/sec. 2025.06.04 18:29:31.174101 [ 278 ] {8bb2712d-2d3c-4eaf-8d49-13f9e67eddef} TCPHandler: Processed in 0.001437253 sec. 2025.06.04 18:29:31.174214 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:31.174308 [ 278 ] {db221039-97bd-4a85-97c9-840984c8e910} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 18:29:31.174349 [ 278 ] {db221039-97bd-4a85-97c9-840984c8e910} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 18:29:31.174808 [ 278 ] {db221039-97bd-4a85-97c9-840984c8e910} oximeter.fields_u16 (4ad74f54-6fb7-473a-98c1-1da4551dcdf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:31.174843 [ 278 ] {db221039-97bd-4a85-97c9-840984c8e910} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:31.175123 [ 278 ] {db221039-97bd-4a85-97c9-840984c8e910} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.04 18:29:31.175328 [ 278 ] {db221039-97bd-4a85-97c9-840984c8e910} oximeter.fields_u16 (4ad74f54-6fb7-473a-98c1-1da4551dcdf5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:31.175415 [ 34 ] {} oximeter.fields_u16 (4ad74f54-6fb7-473a-98c1-1da4551dcdf5) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.06.04 18:29:31.175450 [ 34 ] {} oximeter.fields_u16 (4ad74f54-6fb7-473a-98c1-1da4551dcdf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:31.175451 [ 278 ] {db221039-97bd-4a85-97c9-840984c8e910} executeQuery: Read 5 rows, 385.00 B in 0.001162 sec., 4302.925989672977 rows/sec., 323.56 KiB/sec. 2025.06.04 18:29:31.175469 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:31.175492 [ 278 ] {db221039-97bd-4a85-97c9-840984c8e910} TCPHandler: Processed in 0.001326761 sec. 2025.06.04 18:29:31.175561 [ 189 ] {4ad74f54-6fb7-473a-98c1-1da4551dcdf5::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.06.04 18:29:31.175601 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:31.175672 [ 189 ] {4ad74f54-6fb7-473a-98c1-1da4551dcdf5::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 18:29:31.175700 [ 278 ] {1da58ed1-043c-401d-9ee6-630a887da135} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.04 18:29:31.175706 [ 189 ] {4ad74f54-6fb7-473a-98c1-1da4551dcdf5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 26 rows starting from the beginning of the part 2025.06.04 18:29:31.175746 [ 278 ] {1da58ed1-043c-401d-9ee6-630a887da135} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.04 18:29:31.175776 [ 189 ] {4ad74f54-6fb7-473a-98c1-1da4551dcdf5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part 2025.06.04 18:29:31.175822 [ 189 ] {4ad74f54-6fb7-473a-98c1-1da4551dcdf5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 39 rows starting from the beginning of the part 2025.06.04 18:29:31.175861 [ 189 ] {4ad74f54-6fb7-473a-98c1-1da4551dcdf5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 35 rows starting from the beginning of the part 2025.06.04 18:29:31.175905 [ 189 ] {4ad74f54-6fb7-473a-98c1-1da4551dcdf5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 35 rows starting from the beginning of the part 2025.06.04 18:29:31.175944 [ 189 ] {4ad74f54-6fb7-473a-98c1-1da4551dcdf5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 5 rows starting from the beginning of the part 2025.06.04 18:29:31.176121 [ 278 ] {1da58ed1-043c-401d-9ee6-630a887da135} oximeter.fields_u32 (c77215eb-ee44-471d-babe-d6d3c9173ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:31.176163 [ 278 ] {1da58ed1-043c-401d-9ee6-630a887da135} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:31.176547 [ 278 ] {1da58ed1-043c-401d-9ee6-630a887da135} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.04 18:29:31.176774 [ 278 ] {1da58ed1-043c-401d-9ee6-630a887da135} oximeter.fields_u32 (c77215eb-ee44-471d-babe-d6d3c9173ac2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:31.176781 [ 195 ] {4ad74f54-6fb7-473a-98c1-1da4551dcdf5::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 166 rows, containing 5 columns (5 merged, 0 gathered) in 0.00125516 sec., 132254.0552598872 rows/sec., 10.26 MiB/sec. 2025.06.04 18:29:31.176903 [ 278 ] {1da58ed1-043c-401d-9ee6-630a887da135} executeQuery: Read 1 rows, 68.00 B in 0.001221 sec., 819.000819000819 rows/sec., 54.39 KiB/sec. 2025.06.04 18:29:31.176941 [ 189 ] {4ad74f54-6fb7-473a-98c1-1da4551dcdf5::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.06.04 18:29:31.176945 [ 278 ] {1da58ed1-043c-401d-9ee6-630a887da135} TCPHandler: Processed in 0.001393052 sec. 2025.06.04 18:29:31.177069 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:31.177172 [ 278 ] {759b2280-4dbe-426c-8254-25dc4b7a2720} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 18:29:31.177196 [ 189 ] {4ad74f54-6fb7-473a-98c1-1da4551dcdf5::all_1_6_1} oximeter.fields_u16 (4ad74f54-6fb7-473a-98c1-1da4551dcdf5): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:31.177213 [ 278 ] {759b2280-4dbe-426c-8254-25dc4b7a2720} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 18:29:31.177268 [ 189 ] {4ad74f54-6fb7-473a-98c1-1da4551dcdf5::all_1_6_1} oximeter.fields_u16 (4ad74f54-6fb7-473a-98c1-1da4551dcdf5) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.06.04 18:29:31.177340 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.06.04 18:29:31.177644 [ 278 ] {759b2280-4dbe-426c-8254-25dc4b7a2720} oximeter.fields_uuid (e124b03d-85ba-4704-99a7-e1a3ffaba37e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:31.177685 [ 278 ] {759b2280-4dbe-426c-8254-25dc4b7a2720} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:31.178005 [ 278 ] {759b2280-4dbe-426c-8254-25dc4b7a2720} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.06.04 18:29:31.178221 [ 278 ] {759b2280-4dbe-426c-8254-25dc4b7a2720} oximeter.fields_uuid (e124b03d-85ba-4704-99a7-e1a3ffaba37e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:31.178347 [ 278 ] {759b2280-4dbe-426c-8254-25dc4b7a2720} executeQuery: Read 75 rows, 6.00 KiB in 0.001194 sec., 62814.0703517588 rows/sec., 4.91 MiB/sec. 2025.06.04 18:29:31.178383 [ 278 ] {759b2280-4dbe-426c-8254-25dc4b7a2720} TCPHandler: Processed in 0.001364102 sec. 2025.06.04 18:29:31.178493 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:31.178587 [ 278 ] {ef7e0b81-4eef-4ac7-8669-735eabf770b2} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 18:29:31.178629 [ 278 ] {ef7e0b81-4eef-4ac7-8669-735eabf770b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 18:29:31.179019 [ 278 ] {ef7e0b81-4eef-4ac7-8669-735eabf770b2} oximeter.measurements_cumulativeu64 (0337419e-0255-4702-ae93-34189d5cdd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:31.179054 [ 278 ] {ef7e0b81-4eef-4ac7-8669-735eabf770b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:31.179379 [ 278 ] {ef7e0b81-4eef-4ac7-8669-735eabf770b2} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.06.04 18:29:31.179585 [ 278 ] {ef7e0b81-4eef-4ac7-8669-735eabf770b2} oximeter.measurements_cumulativeu64 (0337419e-0255-4702-ae93-34189d5cdd6c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:31.179709 [ 278 ] {ef7e0b81-4eef-4ac7-8669-735eabf770b2} executeQuery: Read 160 rows, 11.41 KiB in 0.001142 sec., 140105.07880910684 rows/sec., 9.76 MiB/sec. 2025.06.04 18:29:31.179744 [ 278 ] {ef7e0b81-4eef-4ac7-8669-735eabf770b2} TCPHandler: Processed in 0.001298781 sec. 2025.06.04 18:29:31.179850 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:31.179942 [ 278 ] {e425e169-3b6b-4d6a-a1a9-9c6ad4befa41} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.06.04 18:29:31.179982 [ 278 ] {e425e169-3b6b-4d6a-a1a9-9c6ad4befa41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.06.04 18:29:31.180286 [ 278 ] {e425e169-3b6b-4d6a-a1a9-9c6ad4befa41} oximeter.measurements_f64 (9d112244-66bf-4eff-8e04-44e87ef840af): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:31.180319 [ 278 ] {e425e169-3b6b-4d6a-a1a9-9c6ad4befa41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:31.180598 [ 278 ] {e425e169-3b6b-4d6a-a1a9-9c6ad4befa41} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.04 18:29:31.180809 [ 278 ] {e425e169-3b6b-4d6a-a1a9-9c6ad4befa41} oximeter.measurements_f64 (9d112244-66bf-4eff-8e04-44e87ef840af): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:31.180928 [ 278 ] {e425e169-3b6b-4d6a-a1a9-9c6ad4befa41} executeQuery: Read 1 rows, 65.00 B in 0.001004 sec., 996.0159362549801 rows/sec., 63.22 KiB/sec. 2025.06.04 18:29:31.180961 [ 278 ] {e425e169-3b6b-4d6a-a1a9-9c6ad4befa41} TCPHandler: Processed in 0.001159098 sec. 2025.06.04 18:29:31.181068 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:31.181158 [ 278 ] {6447e0ad-3919-4336-9394-f358421ddaf2} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 18:29:31.181210 [ 278 ] {6447e0ad-3919-4336-9394-f358421ddaf2} 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.06.04 18:29:31.181927 [ 278 ] {6447e0ad-3919-4336-9394-f358421ddaf2} oximeter.measurements_histogramu64 (8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:31.181963 [ 278 ] {6447e0ad-3919-4336-9394-f358421ddaf2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:31.182448 [ 278 ] {6447e0ad-3919-4336-9394-f358421ddaf2} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.06.04 18:29:31.182673 [ 278 ] {6447e0ad-3919-4336-9394-f358421ddaf2} oximeter.measurements_histogramu64 (8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:31.182778 [ 34 ] {} oximeter.measurements_histogramu64 (8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.06.04 18:29:31.182812 [ 278 ] {6447e0ad-3919-4336-9394-f358421ddaf2} executeQuery: Read 5 rows, 9.17 KiB in 0.001671 sec., 2992.220227408737 rows/sec., 5.36 MiB/sec. 2025.06.04 18:29:31.182817 [ 34 ] {} oximeter.measurements_histogramu64 (8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:31.182850 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:31.182876 [ 278 ] {6447e0ad-3919-4336-9394-f358421ddaf2} TCPHandler: Processed in 0.00185696 sec. 2025.06.04 18:29:31.182941 [ 198 ] {8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e::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.06.04 18:29:31.182994 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:31.183087 [ 278 ] {9962eb61-0ac3-4c58-ad5b-78a8f03dbb6a} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.06.04 18:29:31.183127 [ 278 ] {9962eb61-0ac3-4c58-ad5b-78a8f03dbb6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.06.04 18:29:31.183152 [ 198 ] {8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 18:29:31.183212 [ 198 ] {8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 26 rows starting from the beginning of the part 2025.06.04 18:29:31.183364 [ 198 ] {8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part 2025.06.04 18:29:31.183467 [ 278 ] {9962eb61-0ac3-4c58-ad5b-78a8f03dbb6a} oximeter.measurements_i64 (a85f4e21-64a9-44d3-bb04-8f884022f5f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:31.183491 [ 198 ] {8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 27 rows starting from the beginning of the part 2025.06.04 18:29:31.183503 [ 278 ] {9962eb61-0ac3-4c58-ad5b-78a8f03dbb6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:31.183622 [ 198 ] {8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 35 rows starting from the beginning of the part 2025.06.04 18:29:31.183735 [ 198 ] {8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 35 rows starting from the beginning of the part 2025.06.04 18:29:31.183843 [ 198 ] {8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 5 rows starting from the beginning of the part 2025.06.04 18:29:31.183854 [ 278 ] {9962eb61-0ac3-4c58-ad5b-78a8f03dbb6a} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.04 18:29:31.184072 [ 278 ] {9962eb61-0ac3-4c58-ad5b-78a8f03dbb6a} oximeter.measurements_i64 (a85f4e21-64a9-44d3-bb04-8f884022f5f8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:31.184196 [ 278 ] {9962eb61-0ac3-4c58-ad5b-78a8f03dbb6a} executeQuery: Read 6 rows, 434.00 B in 0.001127 sec., 5323.868677905945 rows/sec., 376.07 KiB/sec. 2025.06.04 18:29:31.184230 [ 278 ] {9962eb61-0ac3-4c58-ad5b-78a8f03dbb6a} TCPHandler: Processed in 0.00128529 sec. 2025.06.04 18:29:31.184347 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:31.184438 [ 278 ] {f7116ee8-0be1-4d0d-bfe7-6c33257310b4} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 18:29:31.184478 [ 278 ] {f7116ee8-0be1-4d0d-bfe7-6c33257310b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 18:29:31.184875 [ 278 ] {f7116ee8-0be1-4d0d-bfe7-6c33257310b4} oximeter.measurements_u64 (34c1caa9-6e07-4c3a-941a-30aef12532c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:31.184909 [ 278 ] {f7116ee8-0be1-4d0d-bfe7-6c33257310b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:31.185212 [ 278 ] {f7116ee8-0be1-4d0d-bfe7-6c33257310b4} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.06.04 18:29:31.185439 [ 278 ] {f7116ee8-0be1-4d0d-bfe7-6c33257310b4} oximeter.measurements_u64 (34c1caa9-6e07-4c3a-941a-30aef12532c3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:31.185563 [ 278 ] {f7116ee8-0be1-4d0d-bfe7-6c33257310b4} executeQuery: Read 60 rows, 4.14 KiB in 0.001144 sec., 52447.55244755244 rows/sec., 3.53 MiB/sec. 2025.06.04 18:29:31.185596 [ 278 ] {f7116ee8-0be1-4d0d-bfe7-6c33257310b4} TCPHandler: Processed in 0.001297291 sec. 2025.06.04 18:29:31.188048 [ 199 ] {8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 154 rows, containing 19 columns (19 merged, 0 gathered) in 0.005145902 sec., 29926.72615996185 rows/sec., 53.63 MiB/sec. 2025.06.04 18:29:31.188846 [ 199 ] {8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.06.04 18:29:31.189354 [ 199 ] {8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e::all_1_6_1} oximeter.measurements_histogramu64 (8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:31.189429 [ 199 ] {8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e::all_1_6_1} oximeter.measurements_histogramu64 (8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.06.04 18:29:31.189553 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. 2025.06.04 18:29:34.727191 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 288 2025.06.04 18:29:34.729964 [ 243 ] {} system.query_log (afcd4306-3679-4fd6-a85a-d2f0c356eda8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:34.730001 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:34.731183 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.04 18:29:34.731440 [ 243 ] {} system.query_log (afcd4306-3679-4fd6-a85a-d2f0c356eda8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:34.731686 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 288 2025.06.04 18:29:36.160818 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:36.161084 [ 278 ] {e4281590-eb78-4314-8819-977c7bd60cf9} executeQuery: (from [fd00:1122:3344:101::d]:40826) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.06.04 18:29:36.161426 [ 278 ] {e4281590-eb78-4314-8819-977c7bd60cf9} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.06.04 18:29:36.161464 [ 278 ] {e4281590-eb78-4314-8819-977c7bd60cf9} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.06.04 18:29:36.161705 [ 278 ] {e4281590-eb78-4314-8819-977c7bd60cf9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 18:29:36.161773 [ 278 ] {e4281590-eb78-4314-8819-977c7bd60cf9} InterpreterSelectQuery: FetchColumns -> Complete 2025.06.04 18:29:36.161910 [ 278 ] {e4281590-eb78-4314-8819-977c7bd60cf9} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2025.06.04 18:29:36.162029 [ 289 ] {e4281590-eb78-4314-8819-977c7bd60cf9} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.06.04 18:29:36.162044 [ 293 ] {e4281590-eb78-4314-8819-977c7bd60cf9} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.06.04 18:29:36.162050 [ 291 ] {e4281590-eb78-4314-8819-977c7bd60cf9} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.06.04 18:29:36.162052 [ 290 ] {e4281590-eb78-4314-8819-977c7bd60cf9} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.06.04 18:29:36.162237 [ 278 ] {e4281590-eb78-4314-8819-977c7bd60cf9} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.06.04 18:29:36.162265 [ 278 ] {e4281590-eb78-4314-8819-977c7bd60cf9} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.06.04 18:29:36.162348 [ 278 ] {e4281590-eb78-4314-8819-977c7bd60cf9} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.06.04 18:29:36.162369 [ 278 ] {e4281590-eb78-4314-8819-977c7bd60cf9} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (SelectExecutor): Reading approx. 28 rows with 3 streams 2025.06.04 18:29:36.162403 [ 278 ] {e4281590-eb78-4314-8819-977c7bd60cf9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.06.04 18:29:36.162442 [ 278 ] {e4281590-eb78-4314-8819-977c7bd60cf9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.06.04 18:29:36.162477 [ 278 ] {e4281590-eb78-4314-8819-977c7bd60cf9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.06.04 18:29:36.163364 [ 278 ] {e4281590-eb78-4314-8819-977c7bd60cf9} executeQuery: Read 28 rows, 1.23 KiB in 0.002386 sec., 11735.12154233026 rows/sec., 513.66 KiB/sec. 2025.06.04 18:29:36.163490 [ 278 ] {e4281590-eb78-4314-8819-977c7bd60cf9} TCPHandler: Processed in 0.002804544 sec. 2025.06.04 18:29:36.174506 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:36.174649 [ 278 ] {7f61f589-aeb1-4a90-8b9e-d6dcf8a0a04f} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.06.04 18:29:36.174705 [ 278 ] {7f61f589-aeb1-4a90-8b9e-d6dcf8a0a04f} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.06.04 18:29:36.175330 [ 278 ] {7f61f589-aeb1-4a90-8b9e-d6dcf8a0a04f} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:36.175368 [ 278 ] {7f61f589-aeb1-4a90-8b9e-d6dcf8a0a04f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:36.175774 [ 278 ] {7f61f589-aeb1-4a90-8b9e-d6dcf8a0a04f} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.06.04 18:29:36.175971 [ 278 ] {7f61f589-aeb1-4a90-8b9e-d6dcf8a0a04f} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:36.176120 [ 278 ] {7f61f589-aeb1-4a90-8b9e-d6dcf8a0a04f} executeQuery: Read 1 rows, 232.00 B in 0.001511 sec., 661.8133686300463 rows/sec., 149.94 KiB/sec. 2025.06.04 18:29:36.176161 [ 278 ] {7f61f589-aeb1-4a90-8b9e-d6dcf8a0a04f} TCPHandler: Processed in 0.001720918 sec. 2025.06.04 18:29:36.176280 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:36.176377 [ 278 ] {40a50e37-825c-4968-bbb5-a1da2c679367} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.06.04 18:29:36.176420 [ 278 ] {40a50e37-825c-4968-bbb5-a1da2c679367} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.06.04 18:29:36.176844 [ 278 ] {40a50e37-825c-4968-bbb5-a1da2c679367} oximeter.fields_i16 (0b43413c-8cb7-40a8-9abe-85b97274b03b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:36.176880 [ 278 ] {40a50e37-825c-4968-bbb5-a1da2c679367} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:36.177186 [ 278 ] {40a50e37-825c-4968-bbb5-a1da2c679367} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.04 18:29:36.177393 [ 278 ] {40a50e37-825c-4968-bbb5-a1da2c679367} oximeter.fields_i16 (0b43413c-8cb7-40a8-9abe-85b97274b03b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:36.177520 [ 278 ] {40a50e37-825c-4968-bbb5-a1da2c679367} executeQuery: Read 24 rows, 2.04 KiB in 0.001164 sec., 20618.556701030928 rows/sec., 1.71 MiB/sec. 2025.06.04 18:29:36.177556 [ 278 ] {40a50e37-825c-4968-bbb5-a1da2c679367} TCPHandler: Processed in 0.001325751 sec. 2025.06.04 18:29:36.177674 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:36.177768 [ 278 ] {3b99fbad-e3fb-4f99-b3b4-f88f4fa80ca4} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.06.04 18:29:36.177807 [ 278 ] {3b99fbad-e3fb-4f99-b3b4-f88f4fa80ca4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.06.04 18:29:36.178194 [ 278 ] {3b99fbad-e3fb-4f99-b3b4-f88f4fa80ca4} oximeter.fields_ipaddr (8f5614b3-18ad-4978-bd75-624e70020dcc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:36.178230 [ 278 ] {3b99fbad-e3fb-4f99-b3b4-f88f4fa80ca4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:36.178515 [ 278 ] {3b99fbad-e3fb-4f99-b3b4-f88f4fa80ca4} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.06.04 18:29:36.178718 [ 278 ] {3b99fbad-e3fb-4f99-b3b4-f88f4fa80ca4} oximeter.fields_ipaddr (8f5614b3-18ad-4978-bd75-624e70020dcc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:36.178840 [ 278 ] {3b99fbad-e3fb-4f99-b3b4-f88f4fa80ca4} executeQuery: Read 10 rows, 835.00 B in 0.001091 sec., 9165.902841429881 rows/sec., 747.41 KiB/sec. 2025.06.04 18:29:36.178876 [ 278 ] {3b99fbad-e3fb-4f99-b3b4-f88f4fa80ca4} TCPHandler: Processed in 0.00125204 sec. 2025.06.04 18:29:36.178986 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:36.179078 [ 278 ] {fe2aeffa-4f9e-4fff-906a-f71338d76157} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 18:29:36.179116 [ 278 ] {fe2aeffa-4f9e-4fff-906a-f71338d76157} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 18:29:36.179646 [ 278 ] {fe2aeffa-4f9e-4fff-906a-f71338d76157} oximeter.fields_string (e7c735b6-8016-4830-a499-ce4caa704374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:36.179681 [ 278 ] {fe2aeffa-4f9e-4fff-906a-f71338d76157} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:36.180025 [ 278 ] {fe2aeffa-4f9e-4fff-906a-f71338d76157} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.06.04 18:29:36.180231 [ 278 ] {fe2aeffa-4f9e-4fff-906a-f71338d76157} oximeter.fields_string (e7c735b6-8016-4830-a499-ce4caa704374): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:36.180355 [ 278 ] {fe2aeffa-4f9e-4fff-906a-f71338d76157} executeQuery: Read 251 rows, 22.83 KiB in 0.001295 sec., 193822.39382239385 rows/sec., 17.21 MiB/sec. 2025.06.04 18:29:36.180391 [ 278 ] {fe2aeffa-4f9e-4fff-906a-f71338d76157} TCPHandler: Processed in 0.001453583 sec. 2025.06.04 18:29:36.180501 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:36.180595 [ 278 ] {a5ca6154-8637-4785-805a-4f91e3a36d1b} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 18:29:36.180634 [ 278 ] {a5ca6154-8637-4785-805a-4f91e3a36d1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 18:29:36.181043 [ 278 ] {a5ca6154-8637-4785-805a-4f91e3a36d1b} oximeter.fields_u16 (4ad74f54-6fb7-473a-98c1-1da4551dcdf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:36.181079 [ 278 ] {a5ca6154-8637-4785-805a-4f91e3a36d1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:36.181364 [ 278 ] {a5ca6154-8637-4785-805a-4f91e3a36d1b} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.04 18:29:36.181576 [ 278 ] {a5ca6154-8637-4785-805a-4f91e3a36d1b} oximeter.fields_u16 (4ad74f54-6fb7-473a-98c1-1da4551dcdf5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:36.181699 [ 278 ] {a5ca6154-8637-4785-805a-4f91e3a36d1b} executeQuery: Read 57 rows, 4.29 KiB in 0.001122 sec., 50802.13903743316 rows/sec., 3.73 MiB/sec. 2025.06.04 18:29:36.181735 [ 278 ] {a5ca6154-8637-4785-805a-4f91e3a36d1b} TCPHandler: Processed in 0.001283041 sec. 2025.06.04 18:29:36.181838 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:36.181931 [ 278 ] {7c4705ef-f3e2-4b4a-9be2-8266cf5bfd68} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.06.04 18:29:36.181970 [ 278 ] {7c4705ef-f3e2-4b4a-9be2-8266cf5bfd68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.06.04 18:29:36.182356 [ 278 ] {7c4705ef-f3e2-4b4a-9be2-8266cf5bfd68} oximeter.fields_u32 (c77215eb-ee44-471d-babe-d6d3c9173ac2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:36.182392 [ 278 ] {7c4705ef-f3e2-4b4a-9be2-8266cf5bfd68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:36.182679 [ 278 ] {7c4705ef-f3e2-4b4a-9be2-8266cf5bfd68} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.06.04 18:29:36.182883 [ 278 ] {7c4705ef-f3e2-4b4a-9be2-8266cf5bfd68} oximeter.fields_u32 (c77215eb-ee44-471d-babe-d6d3c9173ac2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:36.183005 [ 278 ] {7c4705ef-f3e2-4b4a-9be2-8266cf5bfd68} executeQuery: Read 24 rows, 2.04 KiB in 0.001092 sec., 21978.021978021978 rows/sec., 1.82 MiB/sec. 2025.06.04 18:29:36.183042 [ 278 ] {7c4705ef-f3e2-4b4a-9be2-8266cf5bfd68} TCPHandler: Processed in 0.001250889 sec. 2025.06.04 18:29:36.183147 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:36.183240 [ 278 ] {28262154-1bb2-46d9-99a7-2e706598a644} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.06.04 18:29:36.183279 [ 278 ] {28262154-1bb2-46d9-99a7-2e706598a644} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.06.04 18:29:36.183653 [ 278 ] {28262154-1bb2-46d9-99a7-2e706598a644} oximeter.fields_u8 (467ea241-6b3a-417d-a3da-19e35d5d9e98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:36.183689 [ 278 ] {28262154-1bb2-46d9-99a7-2e706598a644} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:36.183992 [ 278 ] {28262154-1bb2-46d9-99a7-2e706598a644} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.06.04 18:29:36.184197 [ 278 ] {28262154-1bb2-46d9-99a7-2e706598a644} oximeter.fields_u8 (467ea241-6b3a-417d-a3da-19e35d5d9e98): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:36.184321 [ 278 ] {28262154-1bb2-46d9-99a7-2e706598a644} executeQuery: Read 12 rows, 960.00 B in 0.001099 sec., 10919.01728844404 rows/sec., 853.05 KiB/sec. 2025.06.04 18:29:36.184358 [ 278 ] {28262154-1bb2-46d9-99a7-2e706598a644} TCPHandler: Processed in 0.00125926 sec. 2025.06.04 18:29:36.184465 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:36.184557 [ 278 ] {5d227d01-291e-4b4a-8f80-c5ed5beb953b} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 18:29:36.184595 [ 278 ] {5d227d01-291e-4b4a-8f80-c5ed5beb953b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 18:29:36.185053 [ 278 ] {5d227d01-291e-4b4a-8f80-c5ed5beb953b} oximeter.fields_uuid (e124b03d-85ba-4704-99a7-e1a3ffaba37e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:36.185089 [ 278 ] {5d227d01-291e-4b4a-8f80-c5ed5beb953b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:36.185394 [ 278 ] {5d227d01-291e-4b4a-8f80-c5ed5beb953b} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.06.04 18:29:36.185601 [ 278 ] {5d227d01-291e-4b4a-8f80-c5ed5beb953b} oximeter.fields_uuid (e124b03d-85ba-4704-99a7-e1a3ffaba37e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:36.185728 [ 278 ] {5d227d01-291e-4b4a-8f80-c5ed5beb953b} executeQuery: Read 145 rows, 11.99 KiB in 0.001189 sec., 121951.21951219512 rows/sec., 9.85 MiB/sec. 2025.06.04 18:29:36.185765 [ 278 ] {5d227d01-291e-4b4a-8f80-c5ed5beb953b} TCPHandler: Processed in 0.001348812 sec. 2025.06.04 18:29:36.185879 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:36.185972 [ 278 ] {4dfe53ba-31b4-439b-8a7c-f793057f02b5} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 18:29:36.186013 [ 278 ] {4dfe53ba-31b4-439b-8a7c-f793057f02b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 18:29:36.186409 [ 278 ] {4dfe53ba-31b4-439b-8a7c-f793057f02b5} oximeter.measurements_cumulativeu64 (0337419e-0255-4702-ae93-34189d5cdd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:36.186446 [ 278 ] {4dfe53ba-31b4-439b-8a7c-f793057f02b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:36.186773 [ 278 ] {4dfe53ba-31b4-439b-8a7c-f793057f02b5} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.06.04 18:29:36.186979 [ 278 ] {4dfe53ba-31b4-439b-8a7c-f793057f02b5} oximeter.measurements_cumulativeu64 (0337419e-0255-4702-ae93-34189d5cdd6c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:36.187105 [ 278 ] {4dfe53ba-31b4-439b-8a7c-f793057f02b5} executeQuery: Read 201 rows, 14.75 KiB in 0.001151 sec., 174630.7558644657 rows/sec., 12.52 MiB/sec. 2025.06.04 18:29:36.187141 [ 278 ] {4dfe53ba-31b4-439b-8a7c-f793057f02b5} TCPHandler: Processed in 0.001311021 sec. 2025.06.04 18:29:36.187255 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:36.187347 [ 278 ] {f0c8ebe9-0add-4f6c-b205-825d7c24cf18} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 18:29:36.187400 [ 278 ] {f0c8ebe9-0add-4f6c-b205-825d7c24cf18} 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.06.04 18:29:36.188226 [ 278 ] {f0c8ebe9-0add-4f6c-b205-825d7c24cf18} oximeter.measurements_histogramu64 (8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:36.188263 [ 278 ] {f0c8ebe9-0add-4f6c-b205-825d7c24cf18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:36.188803 [ 278 ] {f0c8ebe9-0add-4f6c-b205-825d7c24cf18} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.06.04 18:29:36.189043 [ 278 ] {f0c8ebe9-0add-4f6c-b205-825d7c24cf18} oximeter.measurements_histogramu64 (8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:36.189179 [ 278 ] {f0c8ebe9-0add-4f6c-b205-825d7c24cf18} executeQuery: Read 35 rows, 64.22 KiB in 0.001851 sec., 18908.6980010805 rows/sec., 33.88 MiB/sec. 2025.06.04 18:29:36.189242 [ 278 ] {f0c8ebe9-0add-4f6c-b205-825d7c24cf18} TCPHandler: Processed in 0.002035612 sec. 2025.06.04 18:29:36.189353 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:36.189446 [ 278 ] {10af83c1-49c9-4da8-b88c-235a5798264e} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 18:29:36.189487 [ 278 ] {10af83c1-49c9-4da8-b88c-235a5798264e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 18:29:36.189824 [ 278 ] {10af83c1-49c9-4da8-b88c-235a5798264e} oximeter.measurements_u64 (34c1caa9-6e07-4c3a-941a-30aef12532c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:36.189859 [ 278 ] {10af83c1-49c9-4da8-b88c-235a5798264e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:36.190162 [ 278 ] {10af83c1-49c9-4da8-b88c-235a5798264e} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.06.04 18:29:36.190369 [ 278 ] {10af83c1-49c9-4da8-b88c-235a5798264e} oximeter.measurements_u64 (34c1caa9-6e07-4c3a-941a-30aef12532c3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:36.190494 [ 278 ] {10af83c1-49c9-4da8-b88c-235a5798264e} executeQuery: Read 60 rows, 4.14 KiB in 0.001067 sec., 56232.427366447984 rows/sec., 3.79 MiB/sec. 2025.06.04 18:29:36.190528 [ 278 ] {10af83c1-49c9-4da8-b88c-235a5798264e} TCPHandler: Processed in 0.00122424 sec. 2025.06.04 18:29:37.221577 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124 2025.06.04 18:29:37.222055 [ 245 ] {} system.asynchronous_metric_log (86b83c24-08ef-4f5b-8de6-807460913ebf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:37.222095 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:37.222614 [ 245 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.06.04 18:29:37.222859 [ 245 ] {} system.asynchronous_metric_log (86b83c24-08ef-4f5b-8de6-807460913ebf): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:37.222982 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124 2025.06.04 18:29:37.222986 [ 27 ] {} system.asynchronous_metric_log (86b83c24-08ef-4f5b-8de6-807460913ebf) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.06.04 18:29:37.223057 [ 27 ] {} system.asynchronous_metric_log (86b83c24-08ef-4f5b-8de6-807460913ebf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:37.223079 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:37.223207 [ 198 ] {86b83c24-08ef-4f5b-8de6-807460913ebf::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.06.04 18:29:37.223363 [ 198 ] {86b83c24-08ef-4f5b-8de6-807460913ebf::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 18:29:37.223403 [ 198 ] {86b83c24-08ef-4f5b-8de6-807460913ebf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2806 rows starting from the beginning of the part 2025.06.04 18:29:37.223471 [ 198 ] {86b83c24-08ef-4f5b-8de6-807460913ebf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 488 rows starting from the beginning of the part 2025.06.04 18:29:37.223519 [ 198 ] {86b83c24-08ef-4f5b-8de6-807460913ebf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 427 rows starting from the beginning of the part 2025.06.04 18:29:37.223561 [ 198 ] {86b83c24-08ef-4f5b-8de6-807460913ebf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 488 rows starting from the beginning of the part 2025.06.04 18:29:37.223603 [ 198 ] {86b83c24-08ef-4f5b-8de6-807460913ebf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 427 rows starting from the beginning of the part 2025.06.04 18:29:37.223644 [ 198 ] {86b83c24-08ef-4f5b-8de6-807460913ebf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 488 rows starting from the beginning of the part 2025.06.04 18:29:37.225125 [ 196 ] {86b83c24-08ef-4f5b-8de6-807460913ebf::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.001972992 sec., 2597070.844686649 rows/sec., 37.15 MiB/sec. 2025.06.04 18:29:37.225902 [ 198 ] {86b83c24-08ef-4f5b-8de6-807460913ebf::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.06.04 18:29:37.226150 [ 198 ] {86b83c24-08ef-4f5b-8de6-807460913ebf::all_1_11_2} system.asynchronous_metric_log (86b83c24-08ef-4f5b-8de6-807460913ebf): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:37.226226 [ 198 ] {86b83c24-08ef-4f5b-8de6-807460913ebf::all_1_11_2} system.asynchronous_metric_log (86b83c24-08ef-4f5b-8de6-807460913ebf) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.06.04 18:29:37.226295 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2025.06.04 18:29:37.495719 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2025.06.04 18:29:37.512802 [ 244 ] {} system.metric_log (7528a410-4e8e-416e-a8f9-493f5cbe5b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:37.512856 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:37.519472 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.06.04 18:29:37.520202 [ 244 ] {} system.metric_log (7528a410-4e8e-416e-a8f9-493f5cbe5b7a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:37.520513 [ 26 ] {} system.metric_log (7528a410-4e8e-416e-a8f9-493f5cbe5b7a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.06.04 18:29:37.520561 [ 26 ] {} system.metric_log (7528a410-4e8e-416e-a8f9-493f5cbe5b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:37.520580 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.06.04 18:29:37.520733 [ 195 ] {7528a410-4e8e-416e-a8f9-493f5cbe5b7a::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.06.04 18:29:37.523400 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2025.06.04 18:29:37.525106 [ 195 ] {7528a410-4e8e-416e-a8f9-493f5cbe5b7a::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 18:29:37.526570 [ 195 ] {7528a410-4e8e-416e-a8f9-493f5cbe5b7a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 46 rows starting from the beginning of the part 2025.06.04 18:29:37.531151 [ 195 ] {7528a410-4e8e-416e-a8f9-493f5cbe5b7a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 7 rows starting from the beginning of the part 2025.06.04 18:29:37.535416 [ 195 ] {7528a410-4e8e-416e-a8f9-493f5cbe5b7a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part 2025.06.04 18:29:37.539469 [ 195 ] {7528a410-4e8e-416e-a8f9-493f5cbe5b7a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 7 rows starting from the beginning of the part 2025.06.04 18:29:37.544206 [ 195 ] {7528a410-4e8e-416e-a8f9-493f5cbe5b7a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part 2025.06.04 18:29:37.548461 [ 195 ] {7528a410-4e8e-416e-a8f9-493f5cbe5b7a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 7 rows starting from the beginning of the part 2025.06.04 18:29:37.600638 [ 195 ] {7528a410-4e8e-416e-a8f9-493f5cbe5b7a::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.079974315 sec., 1037.8332093247689 rows/sec., 5.37 MiB/sec. 2025.06.04 18:29:37.603034 [ 200 ] {7528a410-4e8e-416e-a8f9-493f5cbe5b7a::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.06.04 18:29:37.605238 [ 200 ] {7528a410-4e8e-416e-a8f9-493f5cbe5b7a::all_1_11_2} system.metric_log (7528a410-4e8e-416e-a8f9-493f5cbe5b7a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:37.605331 [ 200 ] {7528a410-4e8e-416e-a8f9-493f5cbe5b7a::all_1_11_2} system.metric_log (7528a410-4e8e-416e-a8f9-493f5cbe5b7a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.06.04 18:29:37.607152 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2025.06.04 18:29:38.000149 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 184.74 MiB, peak 194.62 MiB, free memory in arenas 0.00 B, will set to 195.58 MiB (RSS), difference: 10.84 MiB 2025.06.04 18:29:41.168141 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:41.168329 [ 278 ] {161b55dd-be16-407d-96d2-5054972f47a6} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 18:29:41.168394 [ 278 ] {161b55dd-be16-407d-96d2-5054972f47a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 18:29:41.169049 [ 278 ] {161b55dd-be16-407d-96d2-5054972f47a6} oximeter.fields_string (e7c735b6-8016-4830-a499-ce4caa704374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:41.169098 [ 278 ] {161b55dd-be16-407d-96d2-5054972f47a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.06.04 18:29:41.169480 [ 278 ] {161b55dd-be16-407d-96d2-5054972f47a6} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.06.04 18:29:41.169710 [ 278 ] {161b55dd-be16-407d-96d2-5054972f47a6} oximeter.fields_string (e7c735b6-8016-4830-a499-ce4caa704374): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:41.169866 [ 278 ] {161b55dd-be16-407d-96d2-5054972f47a6} executeQuery: Read 66 rows, 5.35 KiB in 0.001584 sec., 41666.66666666667 rows/sec., 3.30 MiB/sec. 2025.06.04 18:29:41.169913 [ 278 ] {161b55dd-be16-407d-96d2-5054972f47a6} TCPHandler: Processed in 0.00189764 sec. 2025.06.04 18:29:41.170041 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:41.170145 [ 278 ] {928ba3e4-be10-4786-b0c0-6494b7d5c581} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 18:29:41.170189 [ 278 ] {928ba3e4-be10-4786-b0c0-6494b7d5c581} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 18:29:41.170596 [ 278 ] {928ba3e4-be10-4786-b0c0-6494b7d5c581} oximeter.fields_u16 (4ad74f54-6fb7-473a-98c1-1da4551dcdf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:41.170634 [ 278 ] {928ba3e4-be10-4786-b0c0-6494b7d5c581} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.06.04 18:29:41.170929 [ 278 ] {928ba3e4-be10-4786-b0c0-6494b7d5c581} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.04 18:29:41.171151 [ 278 ] {928ba3e4-be10-4786-b0c0-6494b7d5c581} oximeter.fields_u16 (4ad74f54-6fb7-473a-98c1-1da4551dcdf5): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:41.171282 [ 278 ] {928ba3e4-be10-4786-b0c0-6494b7d5c581} executeQuery: Read 5 rows, 385.00 B in 0.001161 sec., 4306.632213608958 rows/sec., 323.84 KiB/sec. 2025.06.04 18:29:41.171319 [ 278 ] {928ba3e4-be10-4786-b0c0-6494b7d5c581} TCPHandler: Processed in 0.001330592 sec. 2025.06.04 18:29:41.171430 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:41.171550 [ 278 ] {54bb4106-50c8-4481-91e7-03a6e86b371a} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 18:29:41.171591 [ 278 ] {54bb4106-50c8-4481-91e7-03a6e86b371a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 18:29:41.172071 [ 278 ] {54bb4106-50c8-4481-91e7-03a6e86b371a} oximeter.fields_uuid (e124b03d-85ba-4704-99a7-e1a3ffaba37e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:41.172108 [ 278 ] {54bb4106-50c8-4481-91e7-03a6e86b371a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.06.04 18:29:41.172409 [ 278 ] {54bb4106-50c8-4481-91e7-03a6e86b371a} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.06.04 18:29:41.172618 [ 278 ] {54bb4106-50c8-4481-91e7-03a6e86b371a} oximeter.fields_uuid (e124b03d-85ba-4704-99a7-e1a3ffaba37e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:41.172749 [ 278 ] {54bb4106-50c8-4481-91e7-03a6e86b371a} executeQuery: Read 69 rows, 5.52 KiB in 0.00122 sec., 56557.37704918033 rows/sec., 4.42 MiB/sec. 2025.06.04 18:29:41.172787 [ 278 ] {54bb4106-50c8-4481-91e7-03a6e86b371a} TCPHandler: Processed in 0.001406742 sec. 2025.06.04 18:29:41.172901 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:41.172996 [ 278 ] {d44e6ded-58cf-4be4-9ed6-6a8aba02a43f} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 18:29:41.173040 [ 278 ] {d44e6ded-58cf-4be4-9ed6-6a8aba02a43f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 18:29:41.173453 [ 278 ] {d44e6ded-58cf-4be4-9ed6-6a8aba02a43f} oximeter.measurements_cumulativeu64 (0337419e-0255-4702-ae93-34189d5cdd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:41.173489 [ 278 ] {d44e6ded-58cf-4be4-9ed6-6a8aba02a43f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.06.04 18:29:41.173829 [ 278 ] {d44e6ded-58cf-4be4-9ed6-6a8aba02a43f} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.06.04 18:29:41.174046 [ 278 ] {d44e6ded-58cf-4be4-9ed6-6a8aba02a43f} oximeter.measurements_cumulativeu64 (0337419e-0255-4702-ae93-34189d5cdd6c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:41.174183 [ 278 ] {d44e6ded-58cf-4be4-9ed6-6a8aba02a43f} executeQuery: Read 160 rows, 11.41 KiB in 0.001206 sec., 132669.98341625207 rows/sec., 9.24 MiB/sec. 2025.06.04 18:29:41.174220 [ 278 ] {d44e6ded-58cf-4be4-9ed6-6a8aba02a43f} TCPHandler: Processed in 0.001369382 sec. 2025.06.04 18:29:41.174335 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:41.174443 [ 278 ] {bbaa2d80-5d31-469a-ace3-71cc87bada83} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 18:29:41.174518 [ 278 ] {bbaa2d80-5d31-469a-ace3-71cc87bada83} 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.06.04 18:29:41.175488 [ 278 ] {bbaa2d80-5d31-469a-ace3-71cc87bada83} oximeter.measurements_histogramu64 (8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:41.175548 [ 278 ] {bbaa2d80-5d31-469a-ace3-71cc87bada83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.06.04 18:29:41.176124 [ 278 ] {bbaa2d80-5d31-469a-ace3-71cc87bada83} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.04 18:29:41.176369 [ 278 ] {bbaa2d80-5d31-469a-ace3-71cc87bada83} oximeter.measurements_histogramu64 (8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:41.176518 [ 278 ] {bbaa2d80-5d31-469a-ace3-71cc87bada83} executeQuery: Read 5 rows, 9.17 KiB in 0.002098 sec., 2383.222116301239 rows/sec., 4.27 MiB/sec. 2025.06.04 18:29:41.176585 [ 278 ] {bbaa2d80-5d31-469a-ace3-71cc87bada83} TCPHandler: Processed in 0.002297786 sec. 2025.06.04 18:29:41.176699 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:41.176796 [ 278 ] {e9de6048-d54d-45de-b440-79e845142f17} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 18:29:41.176839 [ 278 ] {e9de6048-d54d-45de-b440-79e845142f17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 18:29:41.177189 [ 278 ] {e9de6048-d54d-45de-b440-79e845142f17} oximeter.measurements_u64 (34c1caa9-6e07-4c3a-941a-30aef12532c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:41.177226 [ 278 ] {e9de6048-d54d-45de-b440-79e845142f17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.06.04 18:29:41.177552 [ 278 ] {e9de6048-d54d-45de-b440-79e845142f17} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.06.04 18:29:41.177777 [ 278 ] {e9de6048-d54d-45de-b440-79e845142f17} oximeter.measurements_u64 (34c1caa9-6e07-4c3a-941a-30aef12532c3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:41.177910 [ 278 ] {e9de6048-d54d-45de-b440-79e845142f17} executeQuery: Read 60 rows, 4.14 KiB in 0.001133 sec., 52956.7519858782 rows/sec., 3.57 MiB/sec. 2025.06.04 18:29:41.177947 [ 278 ] {e9de6048-d54d-45de-b440-79e845142f17} TCPHandler: Processed in 0.001298571 sec. 2025.06.04 18:29:44.664390 [ 103 ] {} DNSResolver: Updating DNS cache 2025.06.04 18:29:44.664442 [ 103 ] {} DNSResolver: Updated DNS cache 2025.06.04 18:29:44.723132 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5551 2025.06.04 18:29:44.723588 [ 245 ] {} system.asynchronous_metric_log (86b83c24-08ef-4f5b-8de6-807460913ebf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:44.723630 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.06.04 18:29:44.724198 [ 245 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.06.04 18:29:44.724426 [ 245 ] {} system.asynchronous_metric_log (86b83c24-08ef-4f5b-8de6-807460913ebf): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:44.724553 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 2025.06.04 18:29:44.731890 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 324 2025.06.04 18:29:44.734179 [ 243 ] {} system.query_log (afcd4306-3679-4fd6-a85a-d2f0c356eda8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:44.734220 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.06.04 18:29:44.735430 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.06.04 18:29:44.735695 [ 243 ] {} system.query_log (afcd4306-3679-4fd6-a85a-d2f0c356eda8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:44.735952 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 324 2025.06.04 18:29:45.023555 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2025.06.04 18:29:45.040515 [ 244 ] {} system.metric_log (7528a410-4e8e-416e-a8f9-493f5cbe5b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:45.040569 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.06.04 18:29:45.046338 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.06.04 18:29:45.047072 [ 244 ] {} system.metric_log (7528a410-4e8e-416e-a8f9-493f5cbe5b7a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:45.050066 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2025.06.04 18:29:46.169238 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:46.169456 [ 278 ] {4cfac6ce-79dd-4983-9bea-0f5369b36897} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 18:29:46.169532 [ 278 ] {4cfac6ce-79dd-4983-9bea-0f5369b36897} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 18:29:46.170196 [ 278 ] {4cfac6ce-79dd-4983-9bea-0f5369b36897} oximeter.fields_string (e7c735b6-8016-4830-a499-ce4caa704374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:46.170242 [ 278 ] {4cfac6ce-79dd-4983-9bea-0f5369b36897} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.06.04 18:29:46.170653 [ 278 ] {4cfac6ce-79dd-4983-9bea-0f5369b36897} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.06.04 18:29:46.170890 [ 278 ] {4cfac6ce-79dd-4983-9bea-0f5369b36897} oximeter.fields_string (e7c735b6-8016-4830-a499-ce4caa704374): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:46.171047 [ 278 ] {4cfac6ce-79dd-4983-9bea-0f5369b36897} executeQuery: Read 126 rows, 11.02 KiB in 0.001644 sec., 76642.33576642335 rows/sec., 6.55 MiB/sec. 2025.06.04 18:29:46.171096 [ 278 ] {4cfac6ce-79dd-4983-9bea-0f5369b36897} TCPHandler: Processed in 0.001992472 sec. 2025.06.04 18:29:46.171217 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:46.171327 [ 278 ] {81e691b0-f704-4441-b285-6642a38e2317} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 18:29:46.171369 [ 278 ] {81e691b0-f704-4441-b285-6642a38e2317} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 18:29:46.171786 [ 278 ] {81e691b0-f704-4441-b285-6642a38e2317} oximeter.fields_u16 (4ad74f54-6fb7-473a-98c1-1da4551dcdf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:46.171821 [ 278 ] {81e691b0-f704-4441-b285-6642a38e2317} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.06.04 18:29:46.172147 [ 278 ] {81e691b0-f704-4441-b285-6642a38e2317} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.06.04 18:29:46.172362 [ 278 ] {81e691b0-f704-4441-b285-6642a38e2317} oximeter.fields_u16 (4ad74f54-6fb7-473a-98c1-1da4551dcdf5): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:46.172492 [ 278 ] {81e691b0-f704-4441-b285-6642a38e2317} executeQuery: Read 35 rows, 2.63 KiB in 0.001188 sec., 29461.27946127946 rows/sec., 2.16 MiB/sec. 2025.06.04 18:29:46.172530 [ 278 ] {81e691b0-f704-4441-b285-6642a38e2317} TCPHandler: Processed in 0.001365392 sec. 2025.06.04 18:29:46.172641 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:46.172736 [ 278 ] {c5ae5c35-df73-4726-83a6-09e8e01ef922} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 18:29:46.172776 [ 278 ] {c5ae5c35-df73-4726-83a6-09e8e01ef922} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 18:29:46.173202 [ 278 ] {c5ae5c35-df73-4726-83a6-09e8e01ef922} oximeter.fields_uuid (e124b03d-85ba-4704-99a7-e1a3ffaba37e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:46.173237 [ 278 ] {c5ae5c35-df73-4726-83a6-09e8e01ef922} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.06.04 18:29:46.173551 [ 278 ] {c5ae5c35-df73-4726-83a6-09e8e01ef922} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.06.04 18:29:46.173775 [ 278 ] {c5ae5c35-df73-4726-83a6-09e8e01ef922} oximeter.fields_uuid (e124b03d-85ba-4704-99a7-e1a3ffaba37e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:46.173900 [ 278 ] {c5ae5c35-df73-4726-83a6-09e8e01ef922} executeQuery: Read 99 rows, 7.92 KiB in 0.001184 sec., 83614.86486486487 rows/sec., 6.53 MiB/sec. 2025.06.04 18:29:46.173937 [ 278 ] {c5ae5c35-df73-4726-83a6-09e8e01ef922} TCPHandler: Processed in 0.001346451 sec. 2025.06.04 18:29:46.174046 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:46.174141 [ 278 ] {3f0fb5db-ebf9-4189-82d9-05d3298d6fea} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 18:29:46.174184 [ 278 ] {3f0fb5db-ebf9-4189-82d9-05d3298d6fea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 18:29:46.174580 [ 278 ] {3f0fb5db-ebf9-4189-82d9-05d3298d6fea} oximeter.measurements_cumulativeu64 (0337419e-0255-4702-ae93-34189d5cdd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:46.174616 [ 278 ] {3f0fb5db-ebf9-4189-82d9-05d3298d6fea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.06.04 18:29:46.174947 [ 278 ] {3f0fb5db-ebf9-4189-82d9-05d3298d6fea} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.06.04 18:29:46.175159 [ 278 ] {3f0fb5db-ebf9-4189-82d9-05d3298d6fea} oximeter.measurements_cumulativeu64 (0337419e-0255-4702-ae93-34189d5cdd6c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:46.175287 [ 278 ] {3f0fb5db-ebf9-4189-82d9-05d3298d6fea} executeQuery: Read 160 rows, 11.41 KiB in 0.001165 sec., 137339.0557939914 rows/sec., 9.57 MiB/sec. 2025.06.04 18:29:46.175323 [ 278 ] {3f0fb5db-ebf9-4189-82d9-05d3298d6fea} TCPHandler: Processed in 0.001326581 sec. 2025.06.04 18:29:46.175429 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:46.175523 [ 278 ] {3fff3e50-c6a0-486b-be12-5f3b4e65dfbe} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 18:29:46.175576 [ 278 ] {3fff3e50-c6a0-486b-be12-5f3b4e65dfbe} 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.06.04 18:29:46.176387 [ 278 ] {3fff3e50-c6a0-486b-be12-5f3b4e65dfbe} oximeter.measurements_histogramu64 (8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:46.176422 [ 278 ] {3fff3e50-c6a0-486b-be12-5f3b4e65dfbe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.06.04 18:29:46.176981 [ 278 ] {3fff3e50-c6a0-486b-be12-5f3b4e65dfbe} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.06.04 18:29:46.177229 [ 278 ] {3fff3e50-c6a0-486b-be12-5f3b4e65dfbe} oximeter.measurements_histogramu64 (8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:46.177368 [ 278 ] {3fff3e50-c6a0-486b-be12-5f3b4e65dfbe} executeQuery: Read 35 rows, 64.22 KiB in 0.001865 sec., 18766.756032171583 rows/sec., 33.63 MiB/sec. 2025.06.04 18:29:46.177428 [ 278 ] {3fff3e50-c6a0-486b-be12-5f3b4e65dfbe} TCPHandler: Processed in 0.002048652 sec. 2025.06.04 18:29:46.177537 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:46.177632 [ 278 ] {e021bec5-c0e2-4dbd-a1a1-220bba8d4099} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 18:29:46.177674 [ 278 ] {e021bec5-c0e2-4dbd-a1a1-220bba8d4099} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 18:29:46.178004 [ 278 ] {e021bec5-c0e2-4dbd-a1a1-220bba8d4099} oximeter.measurements_u64 (34c1caa9-6e07-4c3a-941a-30aef12532c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:46.178039 [ 278 ] {e021bec5-c0e2-4dbd-a1a1-220bba8d4099} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.06.04 18:29:46.178338 [ 278 ] {e021bec5-c0e2-4dbd-a1a1-220bba8d4099} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.06.04 18:29:46.178545 [ 278 ] {e021bec5-c0e2-4dbd-a1a1-220bba8d4099} oximeter.measurements_u64 (34c1caa9-6e07-4c3a-941a-30aef12532c3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:46.178673 [ 278 ] {e021bec5-c0e2-4dbd-a1a1-220bba8d4099} executeQuery: Read 60 rows, 4.14 KiB in 0.00106 sec., 56603.77358490566 rows/sec., 3.81 MiB/sec. 2025.06.04 18:29:46.178708 [ 278 ] {e021bec5-c0e2-4dbd-a1a1-220bba8d4099} TCPHandler: Processed in 0.001221169 sec. 2025.06.04 18:29:47.957413 [ 148 ] {} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.06.04 18:29:47.957485 [ 148 ] {} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:47.957509 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.06.04 18:29:47.957669 [ 193 ] {0f9b95c5-8ff2-4829-90d3-96dd989526b5::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.06.04 18:29:47.958098 [ 193 ] {0f9b95c5-8ff2-4829-90d3-96dd989526b5::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 18:29:47.958167 [ 193 ] {0f9b95c5-8ff2-4829-90d3-96dd989526b5::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part 2025.06.04 18:29:47.958291 [ 193 ] {0f9b95c5-8ff2-4829-90d3-96dd989526b5::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part 2025.06.04 18:29:47.958395 [ 193 ] {0f9b95c5-8ff2-4829-90d3-96dd989526b5::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part 2025.06.04 18:29:47.958494 [ 193 ] {0f9b95c5-8ff2-4829-90d3-96dd989526b5::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part 2025.06.04 18:29:47.958586 [ 193 ] {0f9b95c5-8ff2-4829-90d3-96dd989526b5::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part 2025.06.04 18:29:47.960087 [ 186 ] {0f9b95c5-8ff2-4829-90d3-96dd989526b5::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 6 columns (6 merged, 0 gathered) in 0.002494449 sec., 12026.704093769806 rows/sec., 2.39 MiB/sec. 2025.06.04 18:29:47.960250 [ 193 ] {0f9b95c5-8ff2-4829-90d3-96dd989526b5::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.06.04 18:29:47.960565 [ 193 ] {0f9b95c5-8ff2-4829-90d3-96dd989526b5::all_1_5_1} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:47.960635 [ 193 ] {0f9b95c5-8ff2-4829-90d3-96dd989526b5::all_1_5_1} oximeter.timeseries_schema (0f9b95c5-8ff2-4829-90d3-96dd989526b5) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.06.04 18:29:47.960703 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.06.04 18:29:51.168277 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:51.168468 [ 278 ] {36510022-dc6d-40e0-a20d-de092504c60d} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 18:29:51.168532 [ 278 ] {36510022-dc6d-40e0-a20d-de092504c60d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 18:29:51.169175 [ 278 ] {36510022-dc6d-40e0-a20d-de092504c60d} oximeter.fields_string (e7c735b6-8016-4830-a499-ce4caa704374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:51.169222 [ 278 ] {36510022-dc6d-40e0-a20d-de092504c60d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.06.04 18:29:51.169609 [ 278 ] {36510022-dc6d-40e0-a20d-de092504c60d} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.06.04 18:29:51.169833 [ 278 ] {36510022-dc6d-40e0-a20d-de092504c60d} oximeter.fields_string (e7c735b6-8016-4830-a499-ce4caa704374): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:51.169981 [ 278 ] {36510022-dc6d-40e0-a20d-de092504c60d} executeQuery: Read 66 rows, 5.35 KiB in 0.001561 sec., 42280.58936579116 rows/sec., 3.35 MiB/sec. 2025.06.04 18:29:51.169991 [ 147 ] {} oximeter.fields_string (e7c735b6-8016-4830-a499-ce4caa704374) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.06.04 18:29:51.170022 [ 278 ] {36510022-dc6d-40e0-a20d-de092504c60d} TCPHandler: Processed in 0.00187459 sec. 2025.06.04 18:29:51.170066 [ 147 ] {} oximeter.fields_string (e7c735b6-8016-4830-a499-ce4caa704374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:51.170093 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.06.04 18:29:51.170162 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:51.170237 [ 196 ] {e7c735b6-8016-4830-a499-ce4caa704374::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.06.04 18:29:51.170262 [ 278 ] {05f9f727-42f2-4867-96b5-5924c09150a8} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 18:29:51.170327 [ 278 ] {05f9f727-42f2-4867-96b5-5924c09150a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 18:29:51.170410 [ 196 ] {e7c735b6-8016-4830-a499-ce4caa704374::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 18:29:51.170471 [ 196 ] {e7c735b6-8016-4830-a499-ce4caa704374::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 246 rows starting from the beginning of the part 2025.06.04 18:29:51.170581 [ 196 ] {e7c735b6-8016-4830-a499-ce4caa704374::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 67 rows starting from the beginning of the part 2025.06.04 18:29:51.170642 [ 196 ] {e7c735b6-8016-4830-a499-ce4caa704374::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 251 rows starting from the beginning of the part 2025.06.04 18:29:51.170687 [ 196 ] {e7c735b6-8016-4830-a499-ce4caa704374::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 66 rows starting from the beginning of the part 2025.06.04 18:29:51.170730 [ 196 ] {e7c735b6-8016-4830-a499-ce4caa704374::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 126 rows starting from the beginning of the part 2025.06.04 18:29:51.170740 [ 278 ] {05f9f727-42f2-4867-96b5-5924c09150a8} oximeter.fields_u16 (4ad74f54-6fb7-473a-98c1-1da4551dcdf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:51.170776 [ 196 ] {e7c735b6-8016-4830-a499-ce4caa704374::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 66 rows starting from the beginning of the part 2025.06.04 18:29:51.170784 [ 278 ] {05f9f727-42f2-4867-96b5-5924c09150a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.06.04 18:29:51.171147 [ 278 ] {05f9f727-42f2-4867-96b5-5924c09150a8} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.06.04 18:29:51.171401 [ 278 ] {05f9f727-42f2-4867-96b5-5924c09150a8} oximeter.fields_u16 (4ad74f54-6fb7-473a-98c1-1da4551dcdf5): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:51.171548 [ 278 ] {05f9f727-42f2-4867-96b5-5924c09150a8} executeQuery: Read 5 rows, 385.00 B in 0.001306 sec., 3828.483920367534 rows/sec., 287.88 KiB/sec. 2025.06.04 18:29:51.171586 [ 278 ] {05f9f727-42f2-4867-96b5-5924c09150a8} TCPHandler: Processed in 0.001474244 sec. 2025.06.04 18:29:51.171725 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:51.171820 [ 278 ] {76ecd1c7-1cb2-4dfe-b64c-6e65bea6b0e6} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 18:29:51.171862 [ 278 ] {76ecd1c7-1cb2-4dfe-b64c-6e65bea6b0e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 18:29:51.171940 [ 193 ] {e7c735b6-8016-4830-a499-ce4caa704374::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 822 rows, containing 5 columns (5 merged, 0 gathered) in 0.001777008 sec., 462575.29510277946 rows/sec., 41.59 MiB/sec. 2025.06.04 18:29:51.172133 [ 196 ] {e7c735b6-8016-4830-a499-ce4caa704374::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.06.04 18:29:51.172307 [ 278 ] {76ecd1c7-1cb2-4dfe-b64c-6e65bea6b0e6} oximeter.fields_uuid (e124b03d-85ba-4704-99a7-e1a3ffaba37e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:51.172351 [ 278 ] {76ecd1c7-1cb2-4dfe-b64c-6e65bea6b0e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.06.04 18:29:51.172422 [ 196 ] {e7c735b6-8016-4830-a499-ce4caa704374::all_1_16_3} oximeter.fields_string (e7c735b6-8016-4830-a499-ce4caa704374): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:51.172504 [ 196 ] {e7c735b6-8016-4830-a499-ce4caa704374::all_1_16_3} oximeter.fields_string (e7c735b6-8016-4830-a499-ce4caa704374) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.06.04 18:29:51.172586 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2025.06.04 18:29:51.172696 [ 278 ] {76ecd1c7-1cb2-4dfe-b64c-6e65bea6b0e6} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.06.04 18:29:51.172918 [ 278 ] {76ecd1c7-1cb2-4dfe-b64c-6e65bea6b0e6} oximeter.fields_uuid (e124b03d-85ba-4704-99a7-e1a3ffaba37e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:51.173026 [ 147 ] {} oximeter.fields_uuid (e124b03d-85ba-4704-99a7-e1a3ffaba37e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.06.04 18:29:51.173053 [ 278 ] {76ecd1c7-1cb2-4dfe-b64c-6e65bea6b0e6} executeQuery: Read 69 rows, 5.52 KiB in 0.001253 sec., 55067.83719074222 rows/sec., 4.30 MiB/sec. 2025.06.04 18:29:51.173065 [ 147 ] {} oximeter.fields_uuid (e124b03d-85ba-4704-99a7-e1a3ffaba37e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:51.173095 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.06.04 18:29:51.173098 [ 278 ] {76ecd1c7-1cb2-4dfe-b64c-6e65bea6b0e6} TCPHandler: Processed in 0.001422323 sec. 2025.06.04 18:29:51.173194 [ 201 ] {e124b03d-85ba-4704-99a7-e1a3ffaba37e::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.06.04 18:29:51.173229 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:51.173320 [ 201 ] {e124b03d-85ba-4704-99a7-e1a3ffaba37e::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 18:29:51.173327 [ 278 ] {c40a28fe-fdf7-4719-b277-66deaec0ccb8} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 18:29:51.173360 [ 201 ] {e124b03d-85ba-4704-99a7-e1a3ffaba37e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 147 rows starting from the beginning of the part 2025.06.04 18:29:51.173385 [ 278 ] {c40a28fe-fdf7-4719-b277-66deaec0ccb8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 18:29:51.173429 [ 201 ] {e124b03d-85ba-4704-99a7-e1a3ffaba37e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 75 rows starting from the beginning of the part 2025.06.04 18:29:51.173477 [ 201 ] {e124b03d-85ba-4704-99a7-e1a3ffaba37e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 145 rows starting from the beginning of the part 2025.06.04 18:29:51.173516 [ 201 ] {e124b03d-85ba-4704-99a7-e1a3ffaba37e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 69 rows starting from the beginning of the part 2025.06.04 18:29:51.173556 [ 201 ] {e124b03d-85ba-4704-99a7-e1a3ffaba37e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 99 rows starting from the beginning of the part 2025.06.04 18:29:51.173603 [ 201 ] {e124b03d-85ba-4704-99a7-e1a3ffaba37e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 69 rows starting from the beginning of the part 2025.06.04 18:29:51.173906 [ 278 ] {c40a28fe-fdf7-4719-b277-66deaec0ccb8} oximeter.measurements_cumulativeu64 (0337419e-0255-4702-ae93-34189d5cdd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:51.173958 [ 278 ] {c40a28fe-fdf7-4719-b277-66deaec0ccb8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.06.04 18:29:51.174395 [ 278 ] {c40a28fe-fdf7-4719-b277-66deaec0ccb8} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.06.04 18:29:51.174578 [ 196 ] {e124b03d-85ba-4704-99a7-e1a3ffaba37e::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 604 rows, containing 5 columns (5 merged, 0 gathered) in 0.001430693 sec., 422173.03083191154 rows/sec., 35.11 MiB/sec. 2025.06.04 18:29:51.174673 [ 278 ] {c40a28fe-fdf7-4719-b277-66deaec0ccb8} oximeter.measurements_cumulativeu64 (0337419e-0255-4702-ae93-34189d5cdd6c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:51.174731 [ 193 ] {e124b03d-85ba-4704-99a7-e1a3ffaba37e::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.06.04 18:29:51.174789 [ 147 ] {} oximeter.measurements_cumulativeu64 (0337419e-0255-4702-ae93-34189d5cdd6c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.06.04 18:29:51.174817 [ 278 ] {c40a28fe-fdf7-4719-b277-66deaec0ccb8} executeQuery: Read 160 rows, 11.41 KiB in 0.001508 sec., 106100.79575596817 rows/sec., 7.39 MiB/sec. 2025.06.04 18:29:51.174824 [ 147 ] {} oximeter.measurements_cumulativeu64 (0337419e-0255-4702-ae93-34189d5cdd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:51.174864 [ 278 ] {c40a28fe-fdf7-4719-b277-66deaec0ccb8} TCPHandler: Processed in 0.001684437 sec. 2025.06.04 18:29:51.174866 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.06.04 18:29:51.174961 [ 201 ] {0337419e-0255-4702-ae93-34189d5cdd6c::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.06.04 18:29:51.174990 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:51.175037 [ 193 ] {e124b03d-85ba-4704-99a7-e1a3ffaba37e::all_1_16_3} oximeter.fields_uuid (e124b03d-85ba-4704-99a7-e1a3ffaba37e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:51.175063 [ 201 ] {0337419e-0255-4702-ae93-34189d5cdd6c::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 18:29:51.175090 [ 201 ] {0337419e-0255-4702-ae93-34189d5cdd6c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1932 rows starting from the beginning of the part 2025.06.04 18:29:51.175091 [ 278 ] {9703dba9-4114-46bb-b77e-4a4cb0b0fae8} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 18:29:51.175117 [ 193 ] {e124b03d-85ba-4704-99a7-e1a3ffaba37e::all_1_16_3} oximeter.fields_uuid (e124b03d-85ba-4704-99a7-e1a3ffaba37e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.06.04 18:29:51.175138 [ 201 ] {0337419e-0255-4702-ae93-34189d5cdd6c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part 2025.06.04 18:29:51.175160 [ 278 ] {9703dba9-4114-46bb-b77e-4a4cb0b0fae8} 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.06.04 18:29:51.175177 [ 201 ] {0337419e-0255-4702-ae93-34189d5cdd6c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 201 rows starting from the beginning of the part 2025.06.04 18:29:51.175196 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.06.04 18:29:51.175216 [ 201 ] {0337419e-0255-4702-ae93-34189d5cdd6c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 160 rows starting from the beginning of the part 2025.06.04 18:29:51.175250 [ 201 ] {0337419e-0255-4702-ae93-34189d5cdd6c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part 2025.06.04 18:29:51.175287 [ 201 ] {0337419e-0255-4702-ae93-34189d5cdd6c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part 2025.06.04 18:29:51.175944 [ 278 ] {9703dba9-4114-46bb-b77e-4a4cb0b0fae8} oximeter.measurements_histogramu64 (8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:51.175986 [ 278 ] {9703dba9-4114-46bb-b77e-4a4cb0b0fae8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.06.04 18:29:51.176485 [ 278 ] {9703dba9-4114-46bb-b77e-4a4cb0b0fae8} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.06.04 18:29:51.176694 [ 191 ] {0337419e-0255-4702-ae93-34189d5cdd6c::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2773 rows, containing 5 columns (5 merged, 0 gathered) in 0.001763278 sec., 1572639.141417292 rows/sec., 111.08 MiB/sec. 2025.06.04 18:29:51.176716 [ 278 ] {9703dba9-4114-46bb-b77e-4a4cb0b0fae8} oximeter.measurements_histogramu64 (8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:51.176874 [ 278 ] {9703dba9-4114-46bb-b77e-4a4cb0b0fae8} executeQuery: Read 5 rows, 9.17 KiB in 0.001801 sec., 2776.23542476402 rows/sec., 4.97 MiB/sec. 2025.06.04 18:29:51.176928 [ 278 ] {9703dba9-4114-46bb-b77e-4a4cb0b0fae8} TCPHandler: Processed in 0.001987072 sec. 2025.06.04 18:29:51.177014 [ 191 ] {0337419e-0255-4702-ae93-34189d5cdd6c::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.06.04 18:29:51.177043 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:51.177143 [ 278 ] {fb516dcf-3ebd-4110-bea8-ab4d701654d7} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 18:29:51.177188 [ 278 ] {fb516dcf-3ebd-4110-bea8-ab4d701654d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 18:29:51.177390 [ 191 ] {0337419e-0255-4702-ae93-34189d5cdd6c::all_1_16_3} oximeter.measurements_cumulativeu64 (0337419e-0255-4702-ae93-34189d5cdd6c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:51.177486 [ 191 ] {0337419e-0255-4702-ae93-34189d5cdd6c::all_1_16_3} oximeter.measurements_cumulativeu64 (0337419e-0255-4702-ae93-34189d5cdd6c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.06.04 18:29:51.177533 [ 278 ] {fb516dcf-3ebd-4110-bea8-ab4d701654d7} oximeter.measurements_u64 (34c1caa9-6e07-4c3a-941a-30aef12532c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:51.177575 [ 278 ] {fb516dcf-3ebd-4110-bea8-ab4d701654d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.06.04 18:29:51.177580 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. 2025.06.04 18:29:51.177892 [ 278 ] {fb516dcf-3ebd-4110-bea8-ab4d701654d7} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.06.04 18:29:51.178103 [ 278 ] {fb516dcf-3ebd-4110-bea8-ab4d701654d7} oximeter.measurements_u64 (34c1caa9-6e07-4c3a-941a-30aef12532c3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:51.178198 [ 147 ] {} oximeter.measurements_u64 (34c1caa9-6e07-4c3a-941a-30aef12532c3) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.06.04 18:29:51.178227 [ 147 ] {} oximeter.measurements_u64 (34c1caa9-6e07-4c3a-941a-30aef12532c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:51.178232 [ 278 ] {fb516dcf-3ebd-4110-bea8-ab4d701654d7} executeQuery: Read 60 rows, 4.14 KiB in 0.001107 sec., 54200.54200542006 rows/sec., 3.65 MiB/sec. 2025.06.04 18:29:51.178244 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.06.04 18:29:51.178277 [ 278 ] {fb516dcf-3ebd-4110-bea8-ab4d701654d7} TCPHandler: Processed in 0.0012831 sec. 2025.06.04 18:29:51.178325 [ 193 ] {34c1caa9-6e07-4c3a-941a-30aef12532c3::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.06.04 18:29:51.178409 [ 193 ] {34c1caa9-6e07-4c3a-941a-30aef12532c3::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 18:29:51.178434 [ 193 ] {34c1caa9-6e07-4c3a-941a-30aef12532c3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 648 rows starting from the beginning of the part 2025.06.04 18:29:51.178481 [ 193 ] {34c1caa9-6e07-4c3a-941a-30aef12532c3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part 2025.06.04 18:29:51.178521 [ 193 ] {34c1caa9-6e07-4c3a-941a-30aef12532c3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part 2025.06.04 18:29:51.178557 [ 193 ] {34c1caa9-6e07-4c3a-941a-30aef12532c3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part 2025.06.04 18:29:51.178594 [ 193 ] {34c1caa9-6e07-4c3a-941a-30aef12532c3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part 2025.06.04 18:29:51.178630 [ 193 ] {34c1caa9-6e07-4c3a-941a-30aef12532c3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part 2025.06.04 18:29:51.179484 [ 201 ] {34c1caa9-6e07-4c3a-941a-30aef12532c3::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 948 rows, containing 4 columns (4 merged, 0 gathered) in 0.00118755 sec., 798282.1775925223 rows/sec., 53.80 MiB/sec. 2025.06.04 18:29:51.179644 [ 193 ] {34c1caa9-6e07-4c3a-941a-30aef12532c3::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.06.04 18:29:51.179944 [ 193 ] {34c1caa9-6e07-4c3a-941a-30aef12532c3::all_1_16_3} oximeter.measurements_u64 (34c1caa9-6e07-4c3a-941a-30aef12532c3): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:51.180021 [ 193 ] {34c1caa9-6e07-4c3a-941a-30aef12532c3::all_1_16_3} oximeter.measurements_u64 (34c1caa9-6e07-4c3a-941a-30aef12532c3) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.06.04 18:29:51.180087 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.06.04 18:29:52.225603 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6039 2025.06.04 18:29:52.226089 [ 245 ] {} system.asynchronous_metric_log (86b83c24-08ef-4f5b-8de6-807460913ebf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:52.226125 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.06.04 18:29:52.226593 [ 245 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.06.04 18:29:52.226826 [ 245 ] {} system.asynchronous_metric_log (86b83c24-08ef-4f5b-8de6-807460913ebf): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:52.226957 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039 2025.06.04 18:29:52.551103 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2025.06.04 18:29:52.567818 [ 244 ] {} system.metric_log (7528a410-4e8e-416e-a8f9-493f5cbe5b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:52.567887 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.06.04 18:29:52.574456 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.06.04 18:29:52.575626 [ 244 ] {} system.metric_log (7528a410-4e8e-416e-a8f9-493f5cbe5b7a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:52.580377 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2025.06.04 18:29:54.736136 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 348 2025.06.04 18:29:54.738381 [ 243 ] {} system.query_log (afcd4306-3679-4fd6-a85a-d2f0c356eda8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:54.738423 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.06.04 18:29:54.739551 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.06.04 18:29:54.739816 [ 243 ] {} system.query_log (afcd4306-3679-4fd6-a85a-d2f0c356eda8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:54.740053 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 348 2025.06.04 18:29:56.169851 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:56.170040 [ 278 ] {757d172d-9cd4-4e99-9a0a-2a8fa4b49d03} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.06.04 18:29:56.170106 [ 278 ] {757d172d-9cd4-4e99-9a0a-2a8fa4b49d03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.06.04 18:29:56.170771 [ 278 ] {757d172d-9cd4-4e99-9a0a-2a8fa4b49d03} oximeter.fields_string (e7c735b6-8016-4830-a499-ce4caa704374): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:56.170821 [ 278 ] {757d172d-9cd4-4e99-9a0a-2a8fa4b49d03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.06.04 18:29:56.171210 [ 278 ] {757d172d-9cd4-4e99-9a0a-2a8fa4b49d03} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.06.04 18:29:56.171442 [ 278 ] {757d172d-9cd4-4e99-9a0a-2a8fa4b49d03} oximeter.fields_string (e7c735b6-8016-4830-a499-ce4caa704374): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:56.171589 [ 278 ] {757d172d-9cd4-4e99-9a0a-2a8fa4b49d03} executeQuery: Read 126 rows, 11.02 KiB in 0.001596 sec., 78947.36842105263 rows/sec., 6.74 MiB/sec. 2025.06.04 18:29:56.171630 [ 278 ] {757d172d-9cd4-4e99-9a0a-2a8fa4b49d03} TCPHandler: Processed in 0.001904231 sec. 2025.06.04 18:29:56.171761 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:56.171858 [ 278 ] {34244ebb-f336-4463-b89b-0ea057009507} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.06.04 18:29:56.171901 [ 278 ] {34244ebb-f336-4463-b89b-0ea057009507} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.06.04 18:29:56.172329 [ 278 ] {34244ebb-f336-4463-b89b-0ea057009507} oximeter.fields_u16 (4ad74f54-6fb7-473a-98c1-1da4551dcdf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:56.172367 [ 278 ] {34244ebb-f336-4463-b89b-0ea057009507} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.06.04 18:29:56.172684 [ 278 ] {34244ebb-f336-4463-b89b-0ea057009507} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.06.04 18:29:56.172906 [ 278 ] {34244ebb-f336-4463-b89b-0ea057009507} oximeter.fields_u16 (4ad74f54-6fb7-473a-98c1-1da4551dcdf5): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:56.173042 [ 278 ] {34244ebb-f336-4463-b89b-0ea057009507} executeQuery: Read 35 rows, 2.63 KiB in 0.001205 sec., 29045.643153526973 rows/sec., 2.13 MiB/sec. 2025.06.04 18:29:56.173044 [ 127 ] {} oximeter.fields_u16 (4ad74f54-6fb7-473a-98c1-1da4551dcdf5) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.06.04 18:29:56.173082 [ 278 ] {34244ebb-f336-4463-b89b-0ea057009507} TCPHandler: Processed in 0.001372222 sec. 2025.06.04 18:29:56.173126 [ 127 ] {} oximeter.fields_u16 (4ad74f54-6fb7-473a-98c1-1da4551dcdf5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:56.173155 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.06.04 18:29:56.173214 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:56.173257 [ 187 ] {4ad74f54-6fb7-473a-98c1-1da4551dcdf5::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.06.04 18:29:56.173318 [ 278 ] {b6731f96-dc19-4a18-aa82-9087dd989333} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.06.04 18:29:56.173363 [ 278 ] {b6731f96-dc19-4a18-aa82-9087dd989333} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.06.04 18:29:56.173386 [ 187 ] {4ad74f54-6fb7-473a-98c1-1da4551dcdf5::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 18:29:56.173425 [ 187 ] {4ad74f54-6fb7-473a-98c1-1da4551dcdf5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 52 rows starting from the beginning of the part 2025.06.04 18:29:56.173495 [ 187 ] {4ad74f54-6fb7-473a-98c1-1da4551dcdf5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 57 rows starting from the beginning of the part 2025.06.04 18:29:56.173543 [ 187 ] {4ad74f54-6fb7-473a-98c1-1da4551dcdf5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 5 rows starting from the beginning of the part 2025.06.04 18:29:56.173585 [ 187 ] {4ad74f54-6fb7-473a-98c1-1da4551dcdf5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 35 rows starting from the beginning of the part 2025.06.04 18:29:56.173626 [ 187 ] {4ad74f54-6fb7-473a-98c1-1da4551dcdf5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 5 rows starting from the beginning of the part 2025.06.04 18:29:56.173666 [ 187 ] {4ad74f54-6fb7-473a-98c1-1da4551dcdf5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 35 rows starting from the beginning of the part 2025.06.04 18:29:56.173808 [ 278 ] {b6731f96-dc19-4a18-aa82-9087dd989333} oximeter.fields_uuid (e124b03d-85ba-4704-99a7-e1a3ffaba37e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:56.173858 [ 278 ] {b6731f96-dc19-4a18-aa82-9087dd989333} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.06.04 18:29:56.174289 [ 278 ] {b6731f96-dc19-4a18-aa82-9087dd989333} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.06.04 18:29:56.174529 [ 278 ] {b6731f96-dc19-4a18-aa82-9087dd989333} oximeter.fields_uuid (e124b03d-85ba-4704-99a7-e1a3ffaba37e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:56.174538 [ 193 ] {4ad74f54-6fb7-473a-98c1-1da4551dcdf5::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 189 rows, containing 5 columns (5 merged, 0 gathered) in 0.001321571 sec., 143011.61269428584 rows/sec., 11.09 MiB/sec. 2025.06.04 18:29:56.174669 [ 278 ] {b6731f96-dc19-4a18-aa82-9087dd989333} executeQuery: Read 99 rows, 7.92 KiB in 0.001372 sec., 72157.43440233236 rows/sec., 5.64 MiB/sec. 2025.06.04 18:29:56.174693 [ 187 ] {4ad74f54-6fb7-473a-98c1-1da4551dcdf5::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.06.04 18:29:56.174713 [ 278 ] {b6731f96-dc19-4a18-aa82-9087dd989333} TCPHandler: Processed in 0.001548295 sec. 2025.06.04 18:29:56.174840 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:56.174939 [ 278 ] {e68b063d-d021-416a-b830-a27b1ca5c738} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.06.04 18:29:56.174956 [ 187 ] {4ad74f54-6fb7-473a-98c1-1da4551dcdf5::all_1_11_2} oximeter.fields_u16 (4ad74f54-6fb7-473a-98c1-1da4551dcdf5): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:56.174984 [ 278 ] {e68b063d-d021-416a-b830-a27b1ca5c738} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.06.04 18:29:56.175032 [ 187 ] {4ad74f54-6fb7-473a-98c1-1da4551dcdf5::all_1_11_2} oximeter.fields_u16 (4ad74f54-6fb7-473a-98c1-1da4551dcdf5) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.06.04 18:29:56.175106 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.06.04 18:29:56.175408 [ 278 ] {e68b063d-d021-416a-b830-a27b1ca5c738} oximeter.measurements_cumulativeu64 (0337419e-0255-4702-ae93-34189d5cdd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:56.175450 [ 278 ] {e68b063d-d021-416a-b830-a27b1ca5c738} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.06.04 18:29:56.175782 [ 278 ] {e68b063d-d021-416a-b830-a27b1ca5c738} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.06.04 18:29:56.175997 [ 278 ] {e68b063d-d021-416a-b830-a27b1ca5c738} oximeter.measurements_cumulativeu64 (0337419e-0255-4702-ae93-34189d5cdd6c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:56.176124 [ 278 ] {e68b063d-d021-416a-b830-a27b1ca5c738} executeQuery: Read 160 rows, 11.41 KiB in 0.001206 sec., 132669.98341625207 rows/sec., 9.24 MiB/sec. 2025.06.04 18:29:56.176166 [ 278 ] {e68b063d-d021-416a-b830-a27b1ca5c738} TCPHandler: Processed in 0.001375202 sec. 2025.06.04 18:29:56.176280 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:56.176373 [ 278 ] {ac67258b-125a-4a37-a4e1-bf543b98bf5d} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.06.04 18:29:56.176429 [ 278 ] {ac67258b-125a-4a37-a4e1-bf543b98bf5d} 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.06.04 18:29:56.177267 [ 278 ] {ac67258b-125a-4a37-a4e1-bf543b98bf5d} oximeter.measurements_histogramu64 (8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:56.177306 [ 278 ] {ac67258b-125a-4a37-a4e1-bf543b98bf5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.06.04 18:29:56.177896 [ 278 ] {ac67258b-125a-4a37-a4e1-bf543b98bf5d} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.06.04 18:29:56.178214 [ 278 ] {ac67258b-125a-4a37-a4e1-bf543b98bf5d} oximeter.measurements_histogramu64 (8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:56.178334 [ 127 ] {} oximeter.measurements_histogramu64 (8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.06.04 18:29:56.178362 [ 278 ] {ac67258b-125a-4a37-a4e1-bf543b98bf5d} executeQuery: Read 35 rows, 64.22 KiB in 0.002007 sec., 17438.963627304434 rows/sec., 31.25 MiB/sec. 2025.06.04 18:29:56.178376 [ 127 ] {} oximeter.measurements_histogramu64 (8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:56.178404 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.06.04 18:29:56.178440 [ 278 ] {ac67258b-125a-4a37-a4e1-bf543b98bf5d} TCPHandler: Processed in 0.002209325 sec. 2025.06.04 18:29:56.178495 [ 190 ] {8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e::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.06.04 18:29:56.178581 [ 278 ] {} TCP-Session: db7ecefb-fdf8-4f62-90be-14acdeccff4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.06.04 18:29:56.178682 [ 278 ] {f3f61ae3-91b2-4465-aa87-8367638a61ce} executeQuery: (from [fd00:1122:3344:101::d]:40826) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.06.04 18:29:56.178703 [ 190 ] {8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.06.04 18:29:56.178739 [ 278 ] {f3f61ae3-91b2-4465-aa87-8367638a61ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.06.04 18:29:56.178770 [ 190 ] {8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 154 rows starting from the beginning of the part 2025.06.04 18:29:56.178895 [ 190 ] {8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 35 rows starting from the beginning of the part 2025.06.04 18:29:56.179008 [ 190 ] {8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 5 rows starting from the beginning of the part 2025.06.04 18:29:56.179113 [ 190 ] {8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 35 rows starting from the beginning of the part 2025.06.04 18:29:56.179144 [ 278 ] {f3f61ae3-91b2-4465-aa87-8367638a61ce} oximeter.measurements_u64 (34c1caa9-6e07-4c3a-941a-30aef12532c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:56.179184 [ 278 ] {f3f61ae3-91b2-4465-aa87-8367638a61ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.06.04 18:29:56.179211 [ 190 ] {8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 5 rows starting from the beginning of the part 2025.06.04 18:29:56.179311 [ 190 ] {8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 35 rows starting from the beginning of the part 2025.06.04 18:29:56.179511 [ 278 ] {f3f61ae3-91b2-4465-aa87-8367638a61ce} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.06.04 18:29:56.179739 [ 278 ] {f3f61ae3-91b2-4465-aa87-8367638a61ce} oximeter.measurements_u64 (34c1caa9-6e07-4c3a-941a-30aef12532c3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:56.179869 [ 278 ] {f3f61ae3-91b2-4465-aa87-8367638a61ce} executeQuery: Read 60 rows, 4.14 KiB in 0.001208 sec., 49668.874172185424 rows/sec., 3.35 MiB/sec. 2025.06.04 18:29:56.179917 [ 278 ] {f3f61ae3-91b2-4465-aa87-8367638a61ce} TCPHandler: Processed in 0.001395282 sec. 2025.06.04 18:29:56.182416 [ 187 ] {8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 269 rows, containing 19 columns (19 merged, 0 gathered) in 0.003961603 sec., 67901.8064152314 rows/sec., 121.68 MiB/sec. 2025.06.04 18:29:56.183025 [ 193 ] {8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.06.04 18:29:56.183424 [ 193 ] {8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e::all_1_11_2} oximeter.measurements_histogramu64 (8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:56.183510 [ 193 ] {8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e::all_1_11_2} oximeter.measurements_histogramu64 (8c41e91e-ed14-4bf2-ba7a-5bac75b3cd4e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.06.04 18:29:56.183641 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.52 MiB. 2025.06.04 18:29:59.664500 [ 132 ] {} DNSResolver: Updating DNS cache 2025.06.04 18:29:59.664585 [ 132 ] {} DNSResolver: Updated DNS cache 2025.06.04 18:29:59.727229 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6466 2025.06.04 18:29:59.728057 [ 245 ] {} system.asynchronous_metric_log (86b83c24-08ef-4f5b-8de6-807460913ebf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:29:59.728132 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.06.04 18:29:59.728669 [ 245 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.06.04 18:29:59.728913 [ 245 ] {} system.asynchronous_metric_log (86b83c24-08ef-4f5b-8de6-807460913ebf): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:29:59.729060 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 2025.06.04 18:30:00.080673 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2025.06.04 18:30:00.097339 [ 244 ] {} system.metric_log (7528a410-4e8e-416e-a8f9-493f5cbe5b7a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.06.04 18:30:00.097386 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.06.04 18:30:00.103581 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.06.04 18:30:00.104294 [ 244 ] {} system.metric_log (7528a410-4e8e-416e-a8f9-493f5cbe5b7a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.06.04 18:30:00.107545 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106