[ Aug 29 23:39:42 Enabled. ] [ Aug 29 23:39:42 Rereading configuration. ] [ Aug 29 23:39:45 Rereading configuration. ] [ Aug 29 23:39:56 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 [ Aug 29 23:39:56 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.08.29 23:39:58.130479 [ 1 ] {} Application: Will watch for the process with pid 23990 2025.08.29 23:39:58.130959 [ 1 ] {} Application: Forked a child process to watch 2025.08.29 23:39:58.613866 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 23990 2025.08.29 23:39:58.614679 [ 1 ] {} Application: starting up 2025.08.29 23:39:58.614842 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2025.08.29 23:39:58.715546 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2025.08.29 23:39:58.745277 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2025.08.29 23:39:58.745374 [ 1 ] {} Application: Initializing DateLUT. 2025.08.29 23:39:58.745393 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2025.08.29 23:39:58.745458 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2025.08.29 23:39:58.746023 [ 1 ] {} Application: Initializing interserver credentials. 2025.08.29 23:39:58.748228 [ 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.08.29 23:39:58.749101 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.08.29 23:39:58.749945 [ 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.08.29 23:39:58.750001 [ 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.08.29 23:39:58.750036 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2025.08.29 23:39:58.750740 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2025.08.29 23:39:58.751749 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2025.08.29 23:39:58.757901 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2025.08.29 23:39:58.758614 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2025.08.29 23:39:58.760584 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.08.29 23:39:58.760695 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.08.29 23:39:58.761824 [ 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.08.29 23:39:58.762332 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.08.29 23:39:58.766351 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.08.29 23:39:58.767043 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2025.08.29 23:39:58.771696 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2025.08.29 23:39:58.772102 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2025.08.29 23:39:58.772499 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2025.08.29 23:39:58.772858 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2025.08.29 23:39:58.774349 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2025.08.29 23:39:58.774375 [ 1 ] {} Application: Loading metadata from /data/ 2025.08.29 23:39:58.774462 [ 109 ] {} DNSResolver: Updating DNS cache 2025.08.29 23:39:58.774554 [ 109 ] {} DNSResolver: Updated DNS cache 2025.08.29 23:39:58.789350 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2025.08.29 23:39:58.789377 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000167073 sec 2025.08.29 23:39:58.789431 [ 1 ] {} ReferentialDeps: No tables 2025.08.29 23:39:58.789466 [ 1 ] {} LoadingDeps: No tables 2025.08.29 23:39:58.790134 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2025.08.29 23:39:58.790699 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2025.08.29 23:39:58.800493 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2025.08.29 23:39:58.800535 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2025.08.29 23:39:58.800613 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2025.08.29 23:39:58.800628 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2025.08.29 23:39:58.800662 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2025.08.29 23:39:58.800732 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2025.08.29 23:39:58.804717 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2025.08.29 23:39:58.804762 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2025.08.29 23:39:58.804809 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2025.08.29 23:39:58.805034 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2025.08.29 23:39:58.805078 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2025.08.29 23:39:58.805091 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2025.08.29 23:39:58.805169 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2025.08.29 23:39:58.805183 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2025.08.29 23:39:58.805214 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2025.08.29 23:39:58.805280 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2025.08.29 23:39:58.828121 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2025.08.29 23:39:58.830950 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2025.08.29 23:39:58.831032 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000102882 sec 2025.08.29 23:39:58.831048 [ 1 ] {} ReferentialDeps: No tables 2025.08.29 23:39:58.831058 [ 1 ] {} LoadingDeps: No tables 2025.08.29 23:39:58.831087 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2025.08.29 23:39:58.831295 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2025.08.29 23:39:58.831401 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2025.08.29 23:39:58.831415 [ 1 ] {} Application: Loaded metadata. 2025.08.29 23:39:58.831425 [ 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.08.29 23:39:58.831436 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2025.08.29 23:39:58.835067 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.08.29 23:39:58.835303 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.78 MiB (RSS), difference: 92.00 MiB 2025.08.29 23:39:58.836752 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.434e-05 sec. 2025.08.29 23:39:58.837173 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2025.08.29 23:39:58.838437 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2025.08.29 23:39:58.838458 [ 1 ] {} Application: Ready for connections. 2025.08.29 23:39:59.000217 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 116.79 MiB, peak 116.79 MiB, free memory in arenas 0.00 B, will set to 118.32 MiB (RSS), difference: 1.52 MiB 2025.08.29 23:39:59.113200 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33832 2025.08.29 23:39:59.115174 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.29 23:39:59.115233 [ 3 ] {} TCP-Session: 8473e57c-1e9a-4c27-bc15-e4dc5cfe02f9 Authenticating user 'default' from [fd00:1122:3344:101::b]:33832 2025.08.29 23:39:59.115357 [ 3 ] {} TCP-Session: 8473e57c-1e9a-4c27-bc15-e4dc5cfe02f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:39:59.115372 [ 3 ] {} TCP-Session: 8473e57c-1e9a-4c27-bc15-e4dc5cfe02f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:39:59.115467 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.08.29 23:39:59.115561 [ 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.08.29 23:39:59.115577 [ 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.08.29 23:39:59.118800 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:59628 2025.08.29 23:39:59.118896 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42840 2025.08.29 23:39:59.118910 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:39290 2025.08.29 23:39:59.119021 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.29 23:39:59.119084 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56403 2025.08.29 23:39:59.119093 [ 4 ] {} TCP-Session: b9e6062f-088f-49a9-86b0-1f551f21a52b Authenticating user 'default' from [fd00:1122:3344:101::b]:59628 2025.08.29 23:39:59.119110 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.29 23:39:59.119183 [ 4 ] {} TCP-Session: b9e6062f-088f-49a9-86b0-1f551f21a52b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:39:59.119210 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63571 2025.08.29 23:39:59.119217 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.29 23:39:59.119266 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.29 23:39:59.119262 [ 4 ] {} TCP-Session: b9e6062f-088f-49a9-86b0-1f551f21a52b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:39:59.119251 [ 5 ] {} TCP-Session: 20395fc9-e5c4-4118-a836-bbcc6118a179 Authenticating user 'default' from [fd00:1122:3344:101::b]:42840 2025.08.29 23:39:59.119392 [ 255 ] {} TCP-Session: 5b25ca80-d48b-4816-bf55-718a646a4e82 Authenticating user 'default' from [fd00:1122:3344:101::b]:56403 2025.08.29 23:39:59.119373 [ 254 ] {} TCP-Session: 3fe6ba50-b305-4a34-bd68-76aeea95ce08 Authenticating user 'default' from [fd00:1122:3344:101::b]:39290 2025.08.29 23:39:59.119358 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.29 23:39:59.119485 [ 255 ] {} TCP-Session: 5b25ca80-d48b-4816-bf55-718a646a4e82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:39:59.119472 [ 254 ] {} TCP-Session: 3fe6ba50-b305-4a34-bd68-76aeea95ce08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:39:59.119534 [ 256 ] {} TCP-Session: 079759dc-9909-4555-9d0f-bd83c1fecae5 Authenticating user 'default' from [fd00:1122:3344:101::b]:63571 2025.08.29 23:39:59.119457 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:65451 2025.08.29 23:39:59.119601 [ 254 ] {} TCP-Session: 3fe6ba50-b305-4a34-bd68-76aeea95ce08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:39:59.119594 [ 256 ] {} TCP-Session: 079759dc-9909-4555-9d0f-bd83c1fecae5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:39:59.119575 [ 255 ] {} TCP-Session: 5b25ca80-d48b-4816-bf55-718a646a4e82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:39:59.119710 [ 256 ] {} TCP-Session: 079759dc-9909-4555-9d0f-bd83c1fecae5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:39:59.119455 [ 5 ] {} TCP-Session: 20395fc9-e5c4-4118-a836-bbcc6118a179 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:39:59.119442 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:34986 2025.08.29 23:39:59.119823 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.29 23:39:59.119797 [ 5 ] {} TCP-Session: 20395fc9-e5c4-4118-a836-bbcc6118a179 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:39:59.119924 [ 257 ] {} TCP-Session: 5fcf5cc7-b167-458e-9bd1-0f4ee405410d Authenticating user 'default' from [fd00:1122:3344:101::b]:65451 2025.08.29 23:39:59.120034 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.29 23:39:59.120041 [ 257 ] {} TCP-Session: 5fcf5cc7-b167-458e-9bd1-0f4ee405410d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:39:59.120070 [ 258 ] {} TCP-Session: 9eb41020-4b13-4f45-9c3f-8481850036af Authenticating user 'default' from [fd00:1122:3344:101::b]:34986 2025.08.29 23:39:59.120084 [ 257 ] {} TCP-Session: 5fcf5cc7-b167-458e-9bd1-0f4ee405410d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:39:59.120149 [ 258 ] {} TCP-Session: 9eb41020-4b13-4f45-9c3f-8481850036af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:39:59.120202 [ 258 ] {} TCP-Session: 9eb41020-4b13-4f45-9c3f-8481850036af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:39:59.601958 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:38926 2025.08.29 23:39:59.602151 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.29 23:39:59.602195 [ 259 ] {} TCP-Session: 994d973c-f01c-4477-9c2c-f66937a14e72 Authenticating user 'default' from [fd00:1122:3344:101::a]:38926 2025.08.29 23:39:59.602218 [ 259 ] {} TCP-Session: 994d973c-f01c-4477-9c2c-f66937a14e72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:39:59.602308 [ 259 ] {} TCP-Session: 994d973c-f01c-4477-9c2c-f66937a14e72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:39:59.602383 [ 259 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.08.29 23:39:59.602424 [ 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.08.29 23:39:59.602496 [ 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.08.29 23:39:59.609636 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49817 2025.08.29 23:39:59.609708 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55202 2025.08.29 23:39:59.609826 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.29 23:39:59.609911 [ 260 ] {} TCP-Session: 77545498-409b-4b58-9165-75bf101d8aa0 Authenticating user 'default' from [fd00:1122:3344:101::a]:49817 2025.08.29 23:39:59.609937 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.29 23:39:59.609948 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49914 2025.08.29 23:39:59.609963 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61278 2025.08.29 23:39:59.610036 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61529 2025.08.29 23:39:59.609987 [ 261 ] {} TCP-Session: 7efef7dc-fc71-4dfd-9355-b311b343977e Authenticating user 'default' from [fd00:1122:3344:101::a]:55202 2025.08.29 23:39:59.610080 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:38372 2025.08.29 23:39:59.609966 [ 260 ] {} TCP-Session: 77545498-409b-4b58-9165-75bf101d8aa0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:39:59.610143 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.29 23:39:59.610115 [ 261 ] {} TCP-Session: 7efef7dc-fc71-4dfd-9355-b311b343977e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:39:59.610208 [ 260 ] {} TCP-Session: 77545498-409b-4b58-9165-75bf101d8aa0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:39:59.610238 [ 263 ] {} TCP-Session: 1a8955a9-c62c-4a77-87a1-92dfd8e42e2e Authenticating user 'default' from [fd00:1122:3344:101::a]:49914 2025.08.29 23:39:59.610215 [ 261 ] {} TCP-Session: 7efef7dc-fc71-4dfd-9355-b311b343977e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:39:59.610277 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39917 2025.08.29 23:39:59.610317 [ 263 ] {} TCP-Session: 1a8955a9-c62c-4a77-87a1-92dfd8e42e2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:39:59.610395 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.29 23:39:59.610416 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.29 23:39:59.610431 [ 263 ] {} TCP-Session: 1a8955a9-c62c-4a77-87a1-92dfd8e42e2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:39:59.610504 [ 265 ] {} TCP-Session: f57ea95d-df07-415c-8795-1bae36dec57b Authenticating user 'default' from [fd00:1122:3344:101::a]:38372 2025.08.29 23:39:59.610545 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.29 23:39:59.610455 [ 262 ] {} TCP-Session: 4b5cae46-6555-4d40-83cf-a69bf9b19da7 Authenticating user 'default' from [fd00:1122:3344:101::a]:61278 2025.08.29 23:39:59.610602 [ 265 ] {} TCP-Session: f57ea95d-df07-415c-8795-1bae36dec57b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:39:59.610450 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.29 23:39:59.610602 [ 266 ] {} TCP-Session: b2ce31bc-fdeb-4c27-8b65-1e01b9f31c1b Authenticating user 'default' from [fd00:1122:3344:101::a]:39917 2025.08.29 23:39:59.610711 [ 264 ] {} TCP-Session: 5d184b4b-a496-4483-99c8-974b151146f6 Authenticating user 'default' from [fd00:1122:3344:101::a]:61529 2025.08.29 23:39:59.610688 [ 262 ] {} TCP-Session: 4b5cae46-6555-4d40-83cf-a69bf9b19da7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:39:59.610691 [ 265 ] {} TCP-Session: f57ea95d-df07-415c-8795-1bae36dec57b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:39:59.610798 [ 264 ] {} TCP-Session: 5d184b4b-a496-4483-99c8-974b151146f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:39:59.610780 [ 262 ] {} TCP-Session: 4b5cae46-6555-4d40-83cf-a69bf9b19da7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:39:59.610776 [ 266 ] {} TCP-Session: b2ce31bc-fdeb-4c27-8b65-1e01b9f31c1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:39:59.610895 [ 264 ] {} TCP-Session: 5d184b4b-a496-4483-99c8-974b151146f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:39:59.610944 [ 266 ] {} TCP-Session: b2ce31bc-fdeb-4c27-8b65-1e01b9f31c1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:39:59.895070 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36175 2025.08.29 23:39:59.895274 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.29 23:39:59.895347 [ 267 ] {} TCP-Session: e1dde625-b6f9-4a27-a6c2-95614d5682b6 Authenticating user 'default' from [fd00:1122:3344:101::c]:36175 2025.08.29 23:39:59.895370 [ 267 ] {} TCP-Session: e1dde625-b6f9-4a27-a6c2-95614d5682b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:39:59.895385 [ 267 ] {} TCP-Session: e1dde625-b6f9-4a27-a6c2-95614d5682b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:39:59.895525 [ 267 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.08.29 23:39:59.895553 [ 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.08.29 23:39:59.895705 [ 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.08.29 23:39:59.900407 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51210 2025.08.29 23:39:59.900408 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51461 2025.08.29 23:39:59.900562 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57068 2025.08.29 23:39:59.900568 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:56001 2025.08.29 23:39:59.900709 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.29 23:39:59.900745 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.29 23:39:59.900834 [ 268 ] {} TCP-Session: e27673e4-5120-4798-85fc-478ae9da8d89 Authenticating user 'default' from [fd00:1122:3344:101::c]:51210 2025.08.29 23:39:59.900857 [ 269 ] {} TCP-Session: e2ab3cf0-7db3-4ba4-adaf-ff30034d6d32 Authenticating user 'default' from [fd00:1122:3344:101::c]:51461 2025.08.29 23:39:59.900899 [ 268 ] {} TCP-Session: e27673e4-5120-4798-85fc-478ae9da8d89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:39:59.900747 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:32915 2025.08.29 23:39:59.900960 [ 269 ] {} TCP-Session: e2ab3cf0-7db3-4ba4-adaf-ff30034d6d32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:39:59.900976 [ 268 ] {} TCP-Session: e27673e4-5120-4798-85fc-478ae9da8d89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:39:59.901044 [ 269 ] {} TCP-Session: e2ab3cf0-7db3-4ba4-adaf-ff30034d6d32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:39:59.901048 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.29 23:39:59.901097 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:64100 2025.08.29 23:39:59.901144 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.29 23:39:59.901155 [ 270 ] {} TCP-Session: 71810218-34eb-4456-908a-6e762b624448 Authenticating user 'default' from [fd00:1122:3344:101::c]:56001 2025.08.29 23:39:59.901168 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.29 23:39:59.901225 [ 270 ] {} TCP-Session: 71810218-34eb-4456-908a-6e762b624448 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:39:59.901242 [ 271 ] {} TCP-Session: 81751d2e-d89e-44a6-9886-7b1ec89d64e1 Authenticating user 'default' from [fd00:1122:3344:101::c]:57068 2025.08.29 23:39:59.901092 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34965 2025.08.29 23:39:59.901326 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.29 23:39:59.901352 [ 271 ] {} TCP-Session: 81751d2e-d89e-44a6-9886-7b1ec89d64e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:39:59.901383 [ 270 ] {} TCP-Session: 71810218-34eb-4456-908a-6e762b624448 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:39:59.901341 [ 272 ] {} TCP-Session: 3662dc07-550b-4317-aa61-64bf62b7d8f8 Authenticating user 'default' from [fd00:1122:3344:101::c]:32915 2025.08.29 23:39:59.901438 [ 273 ] {} TCP-Session: 0e083b69-46be-4fd0-8503-f0ac7362b0d4 Authenticating user 'default' from [fd00:1122:3344:101::c]:64100 2025.08.29 23:39:59.901462 [ 271 ] {} TCP-Session: 81751d2e-d89e-44a6-9886-7b1ec89d64e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:39:59.901498 [ 272 ] {} TCP-Session: 3662dc07-550b-4317-aa61-64bf62b7d8f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:39:59.901528 [ 273 ] {} TCP-Session: 0e083b69-46be-4fd0-8503-f0ac7362b0d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:39:59.901531 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.29 23:39:59.901568 [ 272 ] {} TCP-Session: 3662dc07-550b-4317-aa61-64bf62b7d8f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:39:59.901588 [ 273 ] {} TCP-Session: 0e083b69-46be-4fd0-8503-f0ac7362b0d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:39:59.901593 [ 274 ] {} TCP-Session: 12b1a267-3a29-4793-ba3e-500471b3cd07 Authenticating user 'default' from [fd00:1122:3344:101::c]:34965 2025.08.29 23:39:59.901644 [ 274 ] {} TCP-Session: 12b1a267-3a29-4793-ba3e-500471b3cd07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:39:59.901725 [ 274 ] {} TCP-Session: 12b1a267-3a29-4793-ba3e-500471b3cd07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:40:00.000212 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 118.46 MiB, peak 118.46 MiB, free memory in arenas 0.00 B, will set to 120.03 MiB (RSS), difference: 1.58 MiB 2025.08.29 23:40:01.597479 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58293 2025.08.29 23:40:01.599929 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.29 23:40:01.600000 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Authenticating user 'default' from [fd00:1122:3344:101::d]:58293 2025.08.29 23:40:01.600023 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:40:01.600105 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:40:01.600200 [ 275 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.08.29 23:40:01.600276 [ 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.08.29 23:40:01.600360 [ 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.08.29 23:40:01.602969 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51413 2025.08.29 23:40:01.603061 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45728 2025.08.29 23:40:01.603140 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.29 23:40:01.603163 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49639 2025.08.29 23:40:01.603178 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51413 2025.08.29 23:40:01.603301 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.29 23:40:01.603301 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49045 2025.08.29 23:40:01.603379 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55340 2025.08.29 23:40:01.603359 [ 277 ] {} TCP-Session: 9f2289a7-fa3e-49f0-bd7d-d6e0a05cf626 Authenticating user 'default' from [fd00:1122:3344:101::d]:45728 2025.08.29 23:40:01.603345 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:40:01.603453 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.29 23:40:01.603489 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61536 2025.08.29 23:40:01.603498 [ 277 ] {} TCP-Session: 9f2289a7-fa3e-49f0-bd7d-d6e0a05cf626 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:40:01.603475 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:40:01.603592 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.29 23:40:01.603618 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36018 2025.08.29 23:40:01.603554 [ 278 ] {} TCP-Session: f7cf3c3d-9e46-4a9e-b5b9-3a96a7cbdf08 Authenticating user 'default' from [fd00:1122:3344:101::d]:49639 2025.08.29 23:40:01.603653 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.29 23:40:01.603693 [ 278 ] {} TCP-Session: f7cf3c3d-9e46-4a9e-b5b9-3a96a7cbdf08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:40:01.603560 [ 277 ] {} TCP-Session: 9f2289a7-fa3e-49f0-bd7d-d6e0a05cf626 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:40:01.603771 [ 279 ] {} TCP-Session: b5121174-973c-407b-bbba-97fa30b53643 Authenticating user 'default' from [fd00:1122:3344:101::d]:49045 2025.08.29 23:40:01.603794 [ 278 ] {} TCP-Session: f7cf3c3d-9e46-4a9e-b5b9-3a96a7cbdf08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:40:01.603774 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.29 23:40:01.603851 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42827 2025.08.29 23:40:01.603886 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.29 23:40:01.603892 [ 281 ] {} TCP-Session: a22abcea-75f5-42fb-95da-248bbe126b4b Authenticating user 'default' from [fd00:1122:3344:101::d]:61536 2025.08.29 23:40:01.603883 [ 279 ] {} TCP-Session: b5121174-973c-407b-bbba-97fa30b53643 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:40:01.603777 [ 280 ] {} TCP-Session: 5bfa9282-9baa-4715-8ad2-0cd8b37a6a5b Authenticating user 'default' from [fd00:1122:3344:101::d]:55340 2025.08.29 23:40:01.604045 [ 281 ] {} TCP-Session: a22abcea-75f5-42fb-95da-248bbe126b4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:40:01.604025 [ 279 ] {} TCP-Session: b5121174-973c-407b-bbba-97fa30b53643 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:40:01.604087 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.29 23:40:01.604134 [ 281 ] {} TCP-Session: a22abcea-75f5-42fb-95da-248bbe126b4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:40:01.604023 [ 282 ] {} TCP-Session: a3021e23-0442-4a40-89eb-c5cb253507b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:36018 2025.08.29 23:40:01.604113 [ 280 ] {} TCP-Session: 5bfa9282-9baa-4715-8ad2-0cd8b37a6a5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:40:01.604212 [ 282 ] {} TCP-Session: a3021e23-0442-4a40-89eb-c5cb253507b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:40:01.604204 [ 283 ] {} TCP-Session: eafde5c3-4683-43b9-9f0c-33fabcd94e02 Authenticating user 'default' from [fd00:1122:3344:101::d]:42827 2025.08.29 23:40:01.604276 [ 280 ] {} TCP-Session: 5bfa9282-9baa-4715-8ad2-0cd8b37a6a5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:40:01.604305 [ 282 ] {} TCP-Session: a3021e23-0442-4a40-89eb-c5cb253507b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:40:01.604289 [ 283 ] {} TCP-Session: eafde5c3-4683-43b9-9f0c-33fabcd94e02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:40:01.604371 [ 283 ] {} TCP-Session: eafde5c3-4683-43b9-9f0c-33fabcd94e02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:40:01.615809 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:01.618657 [ 275 ] {d86f4186-f89a-4d51-8553-928103798cae} executeQuery: (from [fd00:1122:3344:101::d]:58293) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.08.29 23:40:01.729103 [ 275 ] {d86f4186-f89a-4d51-8553-928103798cae} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:58293) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.08.29 23:40:01.730101 [ 275 ] {d86f4186-f89a-4d51-8553-928103798cae} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.08.29 23:40:01.730318 [ 275 ] {d86f4186-f89a-4d51-8553-928103798cae} TCPHandler: Processed in 0.120531259 sec. 2025.08.29 23:40:01.740720 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:01.741037 [ 275 ] {b6d3c600-2e69-4323-bb65-48f7bd4a3dd6} executeQuery: (from [fd00:1122:3344:101::d]:58293) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.08.29 23:40:01.741314 [ 275 ] {b6d3c600-2e69-4323-bb65-48f7bd4a3dd6} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:58293) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.08.29 23:40:01.741554 [ 275 ] {b6d3c600-2e69-4323-bb65-48f7bd4a3dd6} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.08.29 23:40:01.741776 [ 275 ] {b6d3c600-2e69-4323-bb65-48f7bd4a3dd6} TCPHandler: Processed in 0.00117473 sec. 2025.08.29 23:40:01.742226 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:01.743036 [ 276 ] {5998ae02-6fcb-4db1-9836-d3af48a23afe} executeQuery: (from [fd00:1122:3344:101::d]:51413) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2025.08.29 23:40:01.743673 [ 276 ] {5998ae02-6fcb-4db1-9836-d3af48a23afe} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2025.08.29 23:40:01.745261 [ 276 ] {5998ae02-6fcb-4db1-9836-d3af48a23afe} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2025.08.29 23:40:01.745284 [ 276 ] {5998ae02-6fcb-4db1-9836-d3af48a23afe} TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.4581e-05 sec 2025.08.29 23:40:01.745298 [ 276 ] {5998ae02-6fcb-4db1-9836-d3af48a23afe} ReferentialDeps: No tables 2025.08.29 23:40:01.745372 [ 276 ] {5998ae02-6fcb-4db1-9836-d3af48a23afe} LoadingDeps: No tables 2025.08.29 23:40:01.745454 [ 276 ] {5998ae02-6fcb-4db1-9836-d3af48a23afe} DatabaseAtomic (oximeter): Starting up tables. 2025.08.29 23:40:01.746088 [ 276 ] {5998ae02-6fcb-4db1-9836-d3af48a23afe} TCPHandler: Processed in 0.004043999 sec. 2025.08.29 23:40:01.746233 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:01.746451 [ 276 ] {e2ca3ad5-92a1-4f44-a3ee-5ee5c9c4237d} executeQuery: (from [fd00:1122:3344:101::d]:51413) /* 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.08.29 23:40:01.746562 [ 276 ] {e2ca3ad5-92a1-4f44-a3ee-5ee5c9c4237d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2025.08.29 23:40:01.751609 [ 276 ] {e2ca3ad5-92a1-4f44-a3ee-5ee5c9c4237d} StoragePolicy (default): Storage policy default created, total volumes 1 2025.08.29 23:40:01.752849 [ 276 ] {e2ca3ad5-92a1-4f44-a3ee-5ee5c9c4237d} oximeter.version (7397887f-3c0f-44f0-97e7-f9a1fd404026): Loading data parts 2025.08.29 23:40:01.755280 [ 276 ] {e2ca3ad5-92a1-4f44-a3ee-5ee5c9c4237d} oximeter.version (7397887f-3c0f-44f0-97e7-f9a1fd404026): There are no data parts 2025.08.29 23:40:01.758839 [ 276 ] {e2ca3ad5-92a1-4f44-a3ee-5ee5c9c4237d} TCPHandler: Processed in 0.012652774 sec. 2025.08.29 23:40:01.758991 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:01.759170 [ 276 ] {71819682-de4e-42ac-b8eb-d9087e1597b2} executeQuery: (from [fd00:1122:3344:101::d]:51413) /* 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.08.29 23:40:01.759293 [ 276 ] {71819682-de4e-42ac-b8eb-d9087e1597b2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2025.08.29 23:40:01.768822 [ 276 ] {71819682-de4e-42ac-b8eb-d9087e1597b2} oximeter.measurements_bool (03fcb166-3ad4-4f55-b2d9-21c899f0a546): Loading data parts 2025.08.29 23:40:01.769044 [ 276 ] {71819682-de4e-42ac-b8eb-d9087e1597b2} oximeter.measurements_bool (03fcb166-3ad4-4f55-b2d9-21c899f0a546): There are no data parts 2025.08.29 23:40:01.772107 [ 276 ] {71819682-de4e-42ac-b8eb-d9087e1597b2} TCPHandler: Processed in 0.013165493 sec. 2025.08.29 23:40:01.772343 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:01.772519 [ 276 ] {1a1107a0-ed45-47a2-9508-c2d144421073} executeQuery: (from [fd00:1122:3344:101::d]:51413) 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.08.29 23:40:01.772638 [ 276 ] {1a1107a0-ed45-47a2-9508-c2d144421073} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2025.08.29 23:40:01.777052 [ 276 ] {1a1107a0-ed45-47a2-9508-c2d144421073} oximeter.measurements_i8 (898b0e67-4da3-407b-8729-add1023a8d1c): Loading data parts 2025.08.29 23:40:01.777219 [ 276 ] {1a1107a0-ed45-47a2-9508-c2d144421073} oximeter.measurements_i8 (898b0e67-4da3-407b-8729-add1023a8d1c): There are no data parts 2025.08.29 23:40:01.781232 [ 276 ] {1a1107a0-ed45-47a2-9508-c2d144421073} TCPHandler: Processed in 0.008956071 sec. 2025.08.29 23:40:01.781401 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:01.781596 [ 276 ] {8183df4e-0a55-4069-a2e6-58a916d3a668} executeQuery: (from [fd00:1122:3344:101::d]:51413) 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.08.29 23:40:01.781748 [ 276 ] {8183df4e-0a55-4069-a2e6-58a916d3a668} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2025.08.29 23:40:01.785742 [ 276 ] {8183df4e-0a55-4069-a2e6-58a916d3a668} oximeter.measurements_u8 (1f27d54a-ca92-4ab1-9e7b-6d6511874c4d): Loading data parts 2025.08.29 23:40:01.785915 [ 276 ] {8183df4e-0a55-4069-a2e6-58a916d3a668} oximeter.measurements_u8 (1f27d54a-ca92-4ab1-9e7b-6d6511874c4d): There are no data parts 2025.08.29 23:40:01.789396 [ 276 ] {8183df4e-0a55-4069-a2e6-58a916d3a668} TCPHandler: Processed in 0.008057526 sec. 2025.08.29 23:40:01.789587 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:01.789791 [ 276 ] {43256694-f875-42eb-a7d7-f797b3acb06e} executeQuery: (from [fd00:1122:3344:101::d]:51413) 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.08.29 23:40:01.789902 [ 276 ] {43256694-f875-42eb-a7d7-f797b3acb06e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2025.08.29 23:40:01.792180 [ 276 ] {43256694-f875-42eb-a7d7-f797b3acb06e} oximeter.measurements_i16 (7d4627fc-7931-4a77-a397-f2c5ea950baf): Loading data parts 2025.08.29 23:40:01.792345 [ 276 ] {43256694-f875-42eb-a7d7-f797b3acb06e} oximeter.measurements_i16 (7d4627fc-7931-4a77-a397-f2c5ea950baf): There are no data parts 2025.08.29 23:40:01.794166 [ 276 ] {43256694-f875-42eb-a7d7-f797b3acb06e} TCPHandler: Processed in 0.004629088 sec. 2025.08.29 23:40:01.794314 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:01.794472 [ 276 ] {34d6a1d4-a91f-45ec-b4a7-8ddd2506e8dc} executeQuery: (from [fd00:1122:3344:101::d]:51413) 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.08.29 23:40:01.794581 [ 276 ] {34d6a1d4-a91f-45ec-b4a7-8ddd2506e8dc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2025.08.29 23:40:01.796553 [ 276 ] {34d6a1d4-a91f-45ec-b4a7-8ddd2506e8dc} oximeter.measurements_u16 (b4181524-1c8b-4894-bc1f-b200523aa09f): Loading data parts 2025.08.29 23:40:01.796698 [ 276 ] {34d6a1d4-a91f-45ec-b4a7-8ddd2506e8dc} oximeter.measurements_u16 (b4181524-1c8b-4894-bc1f-b200523aa09f): There are no data parts 2025.08.29 23:40:01.798067 [ 276 ] {34d6a1d4-a91f-45ec-b4a7-8ddd2506e8dc} TCPHandler: Processed in 0.003802744 sec. 2025.08.29 23:40:01.798212 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:01.798439 [ 276 ] {2e7b57fd-ec75-4f0c-95a8-bb054c73bb41} executeQuery: (from [fd00:1122:3344:101::d]:51413) 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.08.29 23:40:01.798549 [ 276 ] {2e7b57fd-ec75-4f0c-95a8-bb054c73bb41} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2025.08.29 23:40:01.802443 [ 276 ] {2e7b57fd-ec75-4f0c-95a8-bb054c73bb41} oximeter.measurements_i32 (6b0eb9bf-6208-4c78-8146-9ce6e3da01b6): Loading data parts 2025.08.29 23:40:01.802597 [ 276 ] {2e7b57fd-ec75-4f0c-95a8-bb054c73bb41} oximeter.measurements_i32 (6b0eb9bf-6208-4c78-8146-9ce6e3da01b6): There are no data parts 2025.08.29 23:40:01.805941 [ 276 ] {2e7b57fd-ec75-4f0c-95a8-bb054c73bb41} TCPHandler: Processed in 0.007777351 sec. 2025.08.29 23:40:01.806094 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:01.806255 [ 276 ] {1c245496-ef8d-45a2-9d10-a56a2aaa73c9} executeQuery: (from [fd00:1122:3344:101::d]:51413) 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.08.29 23:40:01.806387 [ 276 ] {1c245496-ef8d-45a2-9d10-a56a2aaa73c9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2025.08.29 23:40:01.808488 [ 276 ] {1c245496-ef8d-45a2-9d10-a56a2aaa73c9} oximeter.measurements_u32 (ad111454-5cfb-4af4-990c-ed4682944339): Loading data parts 2025.08.29 23:40:01.808626 [ 276 ] {1c245496-ef8d-45a2-9d10-a56a2aaa73c9} oximeter.measurements_u32 (ad111454-5cfb-4af4-990c-ed4682944339): There are no data parts 2025.08.29 23:40:01.810354 [ 276 ] {1c245496-ef8d-45a2-9d10-a56a2aaa73c9} TCPHandler: Processed in 0.004310863 sec. 2025.08.29 23:40:01.810497 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:01.810724 [ 276 ] {2973d69d-877e-4f2d-ab9d-4a1e3a152318} executeQuery: (from [fd00:1122:3344:101::d]:51413) 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.08.29 23:40:01.810833 [ 276 ] {2973d69d-877e-4f2d-ab9d-4a1e3a152318} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2025.08.29 23:40:01.813141 [ 276 ] {2973d69d-877e-4f2d-ab9d-4a1e3a152318} oximeter.measurements_i64 (cba5c20d-cb6e-477c-be02-65234a201993): Loading data parts 2025.08.29 23:40:01.813283 [ 276 ] {2973d69d-877e-4f2d-ab9d-4a1e3a152318} oximeter.measurements_i64 (cba5c20d-cb6e-477c-be02-65234a201993): There are no data parts 2025.08.29 23:40:01.814941 [ 276 ] {2973d69d-877e-4f2d-ab9d-4a1e3a152318} TCPHandler: Processed in 0.004493405 sec. 2025.08.29 23:40:01.815097 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:01.815264 [ 276 ] {eb14cdd9-cea6-47dc-9d5a-34926eef4543} executeQuery: (from [fd00:1122:3344:101::d]:51413) 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.08.29 23:40:01.815423 [ 276 ] {eb14cdd9-cea6-47dc-9d5a-34926eef4543} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2025.08.29 23:40:01.820291 [ 276 ] {eb14cdd9-cea6-47dc-9d5a-34926eef4543} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Loading data parts 2025.08.29 23:40:01.820486 [ 276 ] {eb14cdd9-cea6-47dc-9d5a-34926eef4543} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): There are no data parts 2025.08.29 23:40:01.823920 [ 276 ] {eb14cdd9-cea6-47dc-9d5a-34926eef4543} TCPHandler: Processed in 0.008930091 sec. 2025.08.29 23:40:01.824132 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:01.824367 [ 276 ] {05c35021-1a8a-490b-bfbd-899d488017b7} executeQuery: (from [fd00:1122:3344:101::d]:51413) 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.08.29 23:40:01.824481 [ 276 ] {05c35021-1a8a-490b-bfbd-899d488017b7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2025.08.29 23:40:01.828653 [ 276 ] {05c35021-1a8a-490b-bfbd-899d488017b7} oximeter.measurements_f32 (4c6da16d-7cdf-4c89-b7d7-9f41685b3be6): Loading data parts 2025.08.29 23:40:01.828805 [ 276 ] {05c35021-1a8a-490b-bfbd-899d488017b7} oximeter.measurements_f32 (4c6da16d-7cdf-4c89-b7d7-9f41685b3be6): There are no data parts 2025.08.29 23:40:01.831998 [ 276 ] {05c35021-1a8a-490b-bfbd-899d488017b7} TCPHandler: Processed in 0.007914684 sec. 2025.08.29 23:40:01.832142 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:01.832298 [ 276 ] {ddbf04ec-8993-4a41-b819-49e533252159} executeQuery: (from [fd00:1122:3344:101::d]:51413) 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.08.29 23:40:01.832411 [ 276 ] {ddbf04ec-8993-4a41-b819-49e533252159} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2025.08.29 23:40:01.835689 [ 276 ] {ddbf04ec-8993-4a41-b819-49e533252159} oximeter.measurements_f64 (f5cc6b15-c5b8-4dc9-a77d-9740ec162c08): Loading data parts 2025.08.29 23:40:01.835877 [ 276 ] {ddbf04ec-8993-4a41-b819-49e533252159} oximeter.measurements_f64 (f5cc6b15-c5b8-4dc9-a77d-9740ec162c08): There are no data parts 2025.08.29 23:40:01.837529 [ 276 ] {ddbf04ec-8993-4a41-b819-49e533252159} TCPHandler: Processed in 0.005435912 sec. 2025.08.29 23:40:01.837670 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:01.837905 [ 276 ] {9a6b9b87-a48a-4047-b473-091bf2fa4956} executeQuery: (from [fd00:1122:3344:101::d]:51413) 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.08.29 23:40:01.838024 [ 276 ] {9a6b9b87-a48a-4047-b473-091bf2fa4956} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2025.08.29 23:40:01.839892 [ 276 ] {9a6b9b87-a48a-4047-b473-091bf2fa4956} oximeter.measurements_string (a21e2ce5-1b2b-48c5-a47d-b2d4b308016a): Loading data parts 2025.08.29 23:40:01.840044 [ 276 ] {9a6b9b87-a48a-4047-b473-091bf2fa4956} oximeter.measurements_string (a21e2ce5-1b2b-48c5-a47d-b2d4b308016a): There are no data parts 2025.08.29 23:40:01.841625 [ 276 ] {9a6b9b87-a48a-4047-b473-091bf2fa4956} TCPHandler: Processed in 0.004002138 sec. 2025.08.29 23:40:01.841810 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:01.841999 [ 276 ] {756feb92-87a1-4ac7-bb51-b3e6022ded47} executeQuery: (from [fd00:1122:3344:101::d]:51413) 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.08.29 23:40:01.842145 [ 276 ] {756feb92-87a1-4ac7-bb51-b3e6022ded47} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2025.08.29 23:40:01.846231 [ 276 ] {756feb92-87a1-4ac7-bb51-b3e6022ded47} oximeter.measurements_bytes (958aad52-6947-4bf8-b0b0-930a7cfc6649): Loading data parts 2025.08.29 23:40:01.846381 [ 276 ] {756feb92-87a1-4ac7-bb51-b3e6022ded47} oximeter.measurements_bytes (958aad52-6947-4bf8-b0b0-930a7cfc6649): There are no data parts 2025.08.29 23:40:01.847827 [ 276 ] {756feb92-87a1-4ac7-bb51-b3e6022ded47} TCPHandler: Processed in 0.006075833 sec. 2025.08.29 23:40:01.847971 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:01.848141 [ 276 ] {45ba9e3f-1a54-48b4-b8c3-ddcdf1d85165} executeQuery: (from [fd00:1122:3344:101::d]:51413) 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.08.29 23:40:01.848271 [ 276 ] {45ba9e3f-1a54-48b4-b8c3-ddcdf1d85165} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2025.08.29 23:40:01.850923 [ 276 ] {45ba9e3f-1a54-48b4-b8c3-ddcdf1d85165} oximeter.measurements_cumulativei64 (8ed8bf73-a50a-4ff3-807d-ce7ec52db059): Loading data parts 2025.08.29 23:40:01.851053 [ 276 ] {45ba9e3f-1a54-48b4-b8c3-ddcdf1d85165} oximeter.measurements_cumulativei64 (8ed8bf73-a50a-4ff3-807d-ce7ec52db059): There are no data parts 2025.08.29 23:40:01.852723 [ 276 ] {45ba9e3f-1a54-48b4-b8c3-ddcdf1d85165} TCPHandler: Processed in 0.004801112 sec. 2025.08.29 23:40:01.852938 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:01.853099 [ 276 ] {a39fa940-ab4c-4c21-afa3-d9a1c040b00a} executeQuery: (from [fd00:1122:3344:101::d]:51413) 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.08.29 23:40:01.853214 [ 276 ] {a39fa940-ab4c-4c21-afa3-d9a1c040b00a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2025.08.29 23:40:01.855126 [ 276 ] {a39fa940-ab4c-4c21-afa3-d9a1c040b00a} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Loading data parts 2025.08.29 23:40:01.855332 [ 276 ] {a39fa940-ab4c-4c21-afa3-d9a1c040b00a} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): There are no data parts 2025.08.29 23:40:01.856729 [ 276 ] {a39fa940-ab4c-4c21-afa3-d9a1c040b00a} TCPHandler: Processed in 0.003840785 sec. 2025.08.29 23:40:01.856871 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:01.857102 [ 276 ] {77cd67d2-ca9b-4129-b40f-962c93ab202b} executeQuery: (from [fd00:1122:3344:101::d]:51413) 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.08.29 23:40:01.857216 [ 276 ] {77cd67d2-ca9b-4129-b40f-962c93ab202b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2025.08.29 23:40:01.859099 [ 276 ] {77cd67d2-ca9b-4129-b40f-962c93ab202b} oximeter.measurements_cumulativef32 (050edbbd-6642-41df-b63c-b0520ca4e8c7): Loading data parts 2025.08.29 23:40:01.859224 [ 276 ] {77cd67d2-ca9b-4129-b40f-962c93ab202b} oximeter.measurements_cumulativef32 (050edbbd-6642-41df-b63c-b0520ca4e8c7): There are no data parts 2025.08.29 23:40:01.860968 [ 276 ] {77cd67d2-ca9b-4129-b40f-962c93ab202b} TCPHandler: Processed in 0.00414461 sec. 2025.08.29 23:40:01.861105 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:01.861262 [ 276 ] {9e49dfcd-5b44-4bc5-ae81-198976504644} executeQuery: (from [fd00:1122:3344:101::d]:51413) 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.08.29 23:40:01.861375 [ 276 ] {9e49dfcd-5b44-4bc5-ae81-198976504644} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2025.08.29 23:40:01.865324 [ 276 ] {9e49dfcd-5b44-4bc5-ae81-198976504644} oximeter.measurements_cumulativef64 (ada91bae-42b3-43e7-a4ad-4a5fd52bf9bc): Loading data parts 2025.08.29 23:40:01.865562 [ 276 ] {9e49dfcd-5b44-4bc5-ae81-198976504644} oximeter.measurements_cumulativef64 (ada91bae-42b3-43e7-a4ad-4a5fd52bf9bc): There are no data parts 2025.08.29 23:40:01.867803 [ 276 ] {9e49dfcd-5b44-4bc5-ae81-198976504644} TCPHandler: Processed in 0.006746784 sec. 2025.08.29 23:40:01.868030 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:01.868253 [ 276 ] {6bb16aa0-cf6f-466e-a006-cd92d158b7d4} executeQuery: (from [fd00:1122:3344:101::d]:51413) 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.08.29 23:40:01.868378 [ 276 ] {6bb16aa0-cf6f-466e-a006-cd92d158b7d4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2025.08.29 23:40:01.870613 [ 276 ] {6bb16aa0-cf6f-466e-a006-cd92d158b7d4} oximeter.measurements_histogrami8 (29246ae7-332b-44dd-98c4-8cc7254f31d1): Loading data parts 2025.08.29 23:40:01.870766 [ 276 ] {6bb16aa0-cf6f-466e-a006-cd92d158b7d4} oximeter.measurements_histogrami8 (29246ae7-332b-44dd-98c4-8cc7254f31d1): There are no data parts 2025.08.29 23:40:01.872275 [ 276 ] {6bb16aa0-cf6f-466e-a006-cd92d158b7d4} TCPHandler: Processed in 0.004295232 sec. 2025.08.29 23:40:01.872414 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:01.872627 [ 276 ] {6c459d0a-6313-428d-93f3-dd237193edd7} executeQuery: (from [fd00:1122:3344:101::d]:51413) 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.08.29 23:40:01.872746 [ 276 ] {6c459d0a-6313-428d-93f3-dd237193edd7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2025.08.29 23:40:01.874675 [ 276 ] {6c459d0a-6313-428d-93f3-dd237193edd7} oximeter.measurements_histogramu8 (6d88de67-64f7-4332-8e41-b5c42dfb0f8f): Loading data parts 2025.08.29 23:40:01.874818 [ 276 ] {6c459d0a-6313-428d-93f3-dd237193edd7} oximeter.measurements_histogramu8 (6d88de67-64f7-4332-8e41-b5c42dfb0f8f): There are no data parts 2025.08.29 23:40:01.876040 [ 276 ] {6c459d0a-6313-428d-93f3-dd237193edd7} TCPHandler: Processed in 0.003674692 sec. 2025.08.29 23:40:01.876219 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:01.876467 [ 276 ] {ece7a901-22e5-4c97-8316-97c1f2786d62} executeQuery: (from [fd00:1122:3344:101::d]:51413) 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.08.29 23:40:01.876587 [ 276 ] {ece7a901-22e5-4c97-8316-97c1f2786d62} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2025.08.29 23:40:01.878761 [ 276 ] {ece7a901-22e5-4c97-8316-97c1f2786d62} oximeter.measurements_histogrami16 (46e72cec-2fb9-46ec-98ba-871f283a08b6): Loading data parts 2025.08.29 23:40:01.878919 [ 276 ] {ece7a901-22e5-4c97-8316-97c1f2786d62} oximeter.measurements_histogrami16 (46e72cec-2fb9-46ec-98ba-871f283a08b6): There are no data parts 2025.08.29 23:40:01.880883 [ 276 ] {ece7a901-22e5-4c97-8316-97c1f2786d62} TCPHandler: Processed in 0.00471154 sec. 2025.08.29 23:40:01.881015 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:01.881226 [ 276 ] {d462969c-b801-45d3-b611-46a87ef4ccea} executeQuery: (from [fd00:1122:3344:101::d]:51413) 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.08.29 23:40:01.881370 [ 276 ] {d462969c-b801-45d3-b611-46a87ef4ccea} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2025.08.29 23:40:01.883798 [ 276 ] {d462969c-b801-45d3-b611-46a87ef4ccea} oximeter.measurements_histogramu16 (594721af-8439-45a2-a79b-b0d850d9e8de): Loading data parts 2025.08.29 23:40:01.883981 [ 276 ] {d462969c-b801-45d3-b611-46a87ef4ccea} oximeter.measurements_histogramu16 (594721af-8439-45a2-a79b-b0d850d9e8de): There are no data parts 2025.08.29 23:40:01.885285 [ 276 ] {d462969c-b801-45d3-b611-46a87ef4ccea} TCPHandler: Processed in 0.004316902 sec. 2025.08.29 23:40:01.885476 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:01.885751 [ 276 ] {f3a3ac27-3893-42fc-aaec-fa2dff91061b} executeQuery: (from [fd00:1122:3344:101::d]:51413) 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.08.29 23:40:01.885905 [ 276 ] {f3a3ac27-3893-42fc-aaec-fa2dff91061b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2025.08.29 23:40:01.889512 [ 276 ] {f3a3ac27-3893-42fc-aaec-fa2dff91061b} oximeter.measurements_histogrami32 (5dfb9176-fc3e-4dda-8680-66b96482a5ef): Loading data parts 2025.08.29 23:40:01.889670 [ 276 ] {f3a3ac27-3893-42fc-aaec-fa2dff91061b} oximeter.measurements_histogrami32 (5dfb9176-fc3e-4dda-8680-66b96482a5ef): There are no data parts 2025.08.29 23:40:01.893462 [ 276 ] {f3a3ac27-3893-42fc-aaec-fa2dff91061b} TCPHandler: Processed in 0.008033816 sec. 2025.08.29 23:40:01.893607 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:01.893823 [ 276 ] {0e36dc1e-df28-4099-ac08-bcc84ca9cd10} executeQuery: (from [fd00:1122:3344:101::d]:51413) 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.08.29 23:40:01.893953 [ 276 ] {0e36dc1e-df28-4099-ac08-bcc84ca9cd10} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2025.08.29 23:40:01.896608 [ 276 ] {0e36dc1e-df28-4099-ac08-bcc84ca9cd10} oximeter.measurements_histogramu32 (dd5a03ae-5927-4636-a600-2313489fb0e1): Loading data parts 2025.08.29 23:40:01.896761 [ 276 ] {0e36dc1e-df28-4099-ac08-bcc84ca9cd10} oximeter.measurements_histogramu32 (dd5a03ae-5927-4636-a600-2313489fb0e1): There are no data parts 2025.08.29 23:40:01.899689 [ 276 ] {0e36dc1e-df28-4099-ac08-bcc84ca9cd10} TCPHandler: Processed in 0.006132584 sec. 2025.08.29 23:40:01.899853 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:01.900221 [ 276 ] {5ba88bb6-9b88-432c-b175-dc4a1f2a3fea} executeQuery: (from [fd00:1122:3344:101::d]:51413) 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.08.29 23:40:01.900389 [ 276 ] {5ba88bb6-9b88-432c-b175-dc4a1f2a3fea} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2025.08.29 23:40:01.903615 [ 276 ] {5ba88bb6-9b88-432c-b175-dc4a1f2a3fea} oximeter.measurements_histogrami64 (0164ad49-30f8-4b60-a191-65242268ee9d): Loading data parts 2025.08.29 23:40:01.903798 [ 276 ] {5ba88bb6-9b88-432c-b175-dc4a1f2a3fea} oximeter.measurements_histogrami64 (0164ad49-30f8-4b60-a191-65242268ee9d): There are no data parts 2025.08.29 23:40:01.905922 [ 276 ] {5ba88bb6-9b88-432c-b175-dc4a1f2a3fea} TCPHandler: Processed in 0.006130174 sec. 2025.08.29 23:40:01.906067 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:01.906286 [ 276 ] {33c6ddf4-9737-434d-9b48-e689ea47838f} executeQuery: (from [fd00:1122:3344:101::d]:51413) 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.08.29 23:40:01.906452 [ 276 ] {33c6ddf4-9737-434d-9b48-e689ea47838f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2025.08.29 23:40:01.909045 [ 276 ] {33c6ddf4-9737-434d-9b48-e689ea47838f} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Loading data parts 2025.08.29 23:40:01.909237 [ 276 ] {33c6ddf4-9737-434d-9b48-e689ea47838f} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): There are no data parts 2025.08.29 23:40:01.910474 [ 276 ] {33c6ddf4-9737-434d-9b48-e689ea47838f} TCPHandler: Processed in 0.004454106 sec. 2025.08.29 23:40:01.910610 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:01.910904 [ 276 ] {153ed74a-0e63-4d17-a53f-275d12149da5} executeQuery: (from [fd00:1122:3344:101::d]:51413) 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.08.29 23:40:01.911023 [ 276 ] {153ed74a-0e63-4d17-a53f-275d12149da5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2025.08.29 23:40:01.913078 [ 276 ] {153ed74a-0e63-4d17-a53f-275d12149da5} oximeter.measurements_histogramf32 (5901157d-083d-4577-a6a0-ceff8f29c797): Loading data parts 2025.08.29 23:40:01.913219 [ 276 ] {153ed74a-0e63-4d17-a53f-275d12149da5} oximeter.measurements_histogramf32 (5901157d-083d-4577-a6a0-ceff8f29c797): There are no data parts 2025.08.29 23:40:01.915502 [ 276 ] {153ed74a-0e63-4d17-a53f-275d12149da5} TCPHandler: Processed in 0.004939034 sec. 2025.08.29 23:40:01.915639 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:01.915846 [ 276 ] {4396191c-2e6b-46c5-a9e4-e27501fd31ec} executeQuery: (from [fd00:1122:3344:101::d]:51413) 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.08.29 23:40:01.915971 [ 276 ] {4396191c-2e6b-46c5-a9e4-e27501fd31ec} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2025.08.29 23:40:01.918857 [ 276 ] {4396191c-2e6b-46c5-a9e4-e27501fd31ec} oximeter.measurements_histogramf64 (7e54932e-72d8-4e96-aacb-cfd308bfbb49): Loading data parts 2025.08.29 23:40:01.918996 [ 276 ] {4396191c-2e6b-46c5-a9e4-e27501fd31ec} oximeter.measurements_histogramf64 (7e54932e-72d8-4e96-aacb-cfd308bfbb49): There are no data parts 2025.08.29 23:40:01.920623 [ 276 ] {4396191c-2e6b-46c5-a9e4-e27501fd31ec} TCPHandler: Processed in 0.005030155 sec. 2025.08.29 23:40:01.920776 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:01.921037 [ 276 ] {1df1c62e-a91d-4727-80c3-9f4e40ea1716} executeQuery: (from [fd00:1122:3344:101::d]:51413) /* 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.08.29 23:40:01.921154 [ 276 ] {1df1c62e-a91d-4727-80c3-9f4e40ea1716} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2025.08.29 23:40:01.926775 [ 276 ] {1df1c62e-a91d-4727-80c3-9f4e40ea1716} oximeter.fields_bool (0e3a06bc-485d-4f7d-b849-eeeec38e9318): Loading data parts 2025.08.29 23:40:01.926925 [ 276 ] {1df1c62e-a91d-4727-80c3-9f4e40ea1716} oximeter.fields_bool (0e3a06bc-485d-4f7d-b849-eeeec38e9318): There are no data parts 2025.08.29 23:40:01.929491 [ 276 ] {1df1c62e-a91d-4727-80c3-9f4e40ea1716} TCPHandler: Processed in 0.008764678 sec. 2025.08.29 23:40:01.929635 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:01.929792 [ 276 ] {b5f8c6c1-04ce-478b-9daa-6dc8d045167c} executeQuery: (from [fd00:1122:3344:101::d]:51413) 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.08.29 23:40:01.929904 [ 276 ] {b5f8c6c1-04ce-478b-9daa-6dc8d045167c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2025.08.29 23:40:01.932210 [ 276 ] {b5f8c6c1-04ce-478b-9daa-6dc8d045167c} oximeter.fields_i8 (5da9f902-5412-4817-9c12-7a5d1941c0eb): Loading data parts 2025.08.29 23:40:01.932441 [ 276 ] {b5f8c6c1-04ce-478b-9daa-6dc8d045167c} oximeter.fields_i8 (5da9f902-5412-4817-9c12-7a5d1941c0eb): There are no data parts 2025.08.29 23:40:01.935364 [ 276 ] {b5f8c6c1-04ce-478b-9daa-6dc8d045167c} TCPHandler: Processed in 0.005777807 sec. 2025.08.29 23:40:01.935546 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:01.935813 [ 276 ] {882cd621-9c81-4ee5-b939-5ce095ac64b9} executeQuery: (from [fd00:1122:3344:101::d]:51413) 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.08.29 23:40:01.935939 [ 276 ] {882cd621-9c81-4ee5-b939-5ce095ac64b9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2025.08.29 23:40:01.939001 [ 276 ] {882cd621-9c81-4ee5-b939-5ce095ac64b9} oximeter.fields_u8 (bbb8c668-cd69-404a-af04-50315ee45bbe): Loading data parts 2025.08.29 23:40:01.939164 [ 276 ] {882cd621-9c81-4ee5-b939-5ce095ac64b9} oximeter.fields_u8 (bbb8c668-cd69-404a-af04-50315ee45bbe): There are no data parts 2025.08.29 23:40:01.941641 [ 276 ] {882cd621-9c81-4ee5-b939-5ce095ac64b9} TCPHandler: Processed in 0.006143864 sec. 2025.08.29 23:40:01.941806 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:01.941996 [ 276 ] {43856fe7-4ae3-4663-9eba-8ec7bf97cc19} executeQuery: (from [fd00:1122:3344:101::d]:51413) 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.08.29 23:40:01.942143 [ 276 ] {43856fe7-4ae3-4663-9eba-8ec7bf97cc19} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2025.08.29 23:40:01.944516 [ 276 ] {43856fe7-4ae3-4663-9eba-8ec7bf97cc19} oximeter.fields_i16 (84c904bf-463a-4f24-a82c-e5ade96706a0): Loading data parts 2025.08.29 23:40:01.944706 [ 276 ] {43856fe7-4ae3-4663-9eba-8ec7bf97cc19} oximeter.fields_i16 (84c904bf-463a-4f24-a82c-e5ade96706a0): There are no data parts 2025.08.29 23:40:01.946949 [ 276 ] {43856fe7-4ae3-4663-9eba-8ec7bf97cc19} TCPHandler: Processed in 0.005201568 sec. 2025.08.29 23:40:01.947109 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:01.947405 [ 276 ] {d64e8a76-fb57-486e-9525-e13ff4581e84} executeQuery: (from [fd00:1122:3344:101::d]:51413) 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.08.29 23:40:01.947583 [ 276 ] {d64e8a76-fb57-486e-9525-e13ff4581e84} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2025.08.29 23:40:01.949739 [ 276 ] {d64e8a76-fb57-486e-9525-e13ff4581e84} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Loading data parts 2025.08.29 23:40:01.949922 [ 276 ] {d64e8a76-fb57-486e-9525-e13ff4581e84} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): There are no data parts 2025.08.29 23:40:01.953801 [ 276 ] {d64e8a76-fb57-486e-9525-e13ff4581e84} TCPHandler: Processed in 0.006751274 sec. 2025.08.29 23:40:01.953963 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:01.954154 [ 276 ] {f9aa8b76-162e-4ce3-b34e-5406ff35ff3c} executeQuery: (from [fd00:1122:3344:101::d]:51413) 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.08.29 23:40:01.954309 [ 276 ] {f9aa8b76-162e-4ce3-b34e-5406ff35ff3c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2025.08.29 23:40:01.965870 [ 276 ] {f9aa8b76-162e-4ce3-b34e-5406ff35ff3c} oximeter.fields_i32 (29c9e8d7-bdef-45a8-9346-330bbcec585a): Loading data parts 2025.08.29 23:40:01.966070 [ 276 ] {f9aa8b76-162e-4ce3-b34e-5406ff35ff3c} oximeter.fields_i32 (29c9e8d7-bdef-45a8-9346-330bbcec585a): There are no data parts 2025.08.29 23:40:01.973681 [ 276 ] {f9aa8b76-162e-4ce3-b34e-5406ff35ff3c} TCPHandler: Processed in 0.019772665 sec. 2025.08.29 23:40:01.973898 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:01.974169 [ 276 ] {dff0513c-313b-4594-a973-915d45948791} executeQuery: (from [fd00:1122:3344:101::d]:51413) 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.08.29 23:40:01.974288 [ 276 ] {dff0513c-313b-4594-a973-915d45948791} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2025.08.29 23:40:01.986401 [ 276 ] {dff0513c-313b-4594-a973-915d45948791} oximeter.fields_u32 (3ddfd2d3-615e-4f40-8a6d-6f11378c1abe): Loading data parts 2025.08.29 23:40:01.986565 [ 276 ] {dff0513c-313b-4594-a973-915d45948791} oximeter.fields_u32 (3ddfd2d3-615e-4f40-8a6d-6f11378c1abe): There are no data parts 2025.08.29 23:40:01.993796 [ 276 ] {dff0513c-313b-4594-a973-915d45948791} TCPHandler: Processed in 0.019967138 sec. 2025.08.29 23:40:01.993946 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:01.994103 [ 276 ] {e50cacc5-d4a8-41ba-8f46-979e7f90d6a3} executeQuery: (from [fd00:1122:3344:101::d]:51413) 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.08.29 23:40:01.994233 [ 276 ] {e50cacc5-d4a8-41ba-8f46-979e7f90d6a3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2025.08.29 23:40:02.000184 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 126.88 MiB, peak 126.88 MiB, free memory in arenas 0.00 B, will set to 135.40 MiB (RSS), difference: 8.52 MiB 2025.08.29 23:40:02.002557 [ 276 ] {e50cacc5-d4a8-41ba-8f46-979e7f90d6a3} oximeter.fields_i64 (46620ae2-42ce-4093-9ed0-7bdfac06d9ae): Loading data parts 2025.08.29 23:40:02.002721 [ 276 ] {e50cacc5-d4a8-41ba-8f46-979e7f90d6a3} oximeter.fields_i64 (46620ae2-42ce-4093-9ed0-7bdfac06d9ae): There are no data parts 2025.08.29 23:40:02.006766 [ 276 ] {e50cacc5-d4a8-41ba-8f46-979e7f90d6a3} TCPHandler: Processed in 0.012867597 sec. 2025.08.29 23:40:02.006919 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:02.007087 [ 276 ] {7f1c1f6e-5084-4745-806e-c6794f0e6473} executeQuery: (from [fd00:1122:3344:101::d]:51413) 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.08.29 23:40:02.007237 [ 276 ] {7f1c1f6e-5084-4745-806e-c6794f0e6473} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2025.08.29 23:40:02.017126 [ 276 ] {7f1c1f6e-5084-4745-806e-c6794f0e6473} oximeter.fields_u64 (aaeeb836-7d95-4ab4-9f6c-f652e945b057): Loading data parts 2025.08.29 23:40:02.017333 [ 276 ] {7f1c1f6e-5084-4745-806e-c6794f0e6473} oximeter.fields_u64 (aaeeb836-7d95-4ab4-9f6c-f652e945b057): There are no data parts 2025.08.29 23:40:02.025168 [ 276 ] {7f1c1f6e-5084-4745-806e-c6794f0e6473} TCPHandler: Processed in 0.01829564 sec. 2025.08.29 23:40:02.025364 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:02.025637 [ 276 ] {3313417e-676a-4105-8401-17e45986733a} executeQuery: (from [fd00:1122:3344:101::d]:51413) 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.08.29 23:40:02.025761 [ 276 ] {3313417e-676a-4105-8401-17e45986733a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2025.08.29 23:40:02.028853 [ 276 ] {3313417e-676a-4105-8401-17e45986733a} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab): Loading data parts 2025.08.29 23:40:02.029032 [ 276 ] {3313417e-676a-4105-8401-17e45986733a} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab): There are no data parts 2025.08.29 23:40:02.030488 [ 276 ] {3313417e-676a-4105-8401-17e45986733a} TCPHandler: Processed in 0.005194628 sec. 2025.08.29 23:40:02.030655 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:02.030821 [ 276 ] {e0bd1ef1-8103-4fee-a1fc-89fc2393dd77} executeQuery: (from [fd00:1122:3344:101::d]:51413) 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.08.29 23:40:02.030946 [ 276 ] {e0bd1ef1-8103-4fee-a1fc-89fc2393dd77} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2025.08.29 23:40:02.034614 [ 276 ] {e0bd1ef1-8103-4fee-a1fc-89fc2393dd77} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Loading data parts 2025.08.29 23:40:02.034768 [ 276 ] {e0bd1ef1-8103-4fee-a1fc-89fc2393dd77} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): There are no data parts 2025.08.29 23:40:02.037886 [ 276 ] {e0bd1ef1-8103-4fee-a1fc-89fc2393dd77} TCPHandler: Processed in 0.007281904 sec. 2025.08.29 23:40:02.038083 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:02.038284 [ 276 ] {17c792b0-c440-4597-b04e-8a0318403efe} executeQuery: (from [fd00:1122:3344:101::d]:51413) 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.08.29 23:40:02.038399 [ 276 ] {17c792b0-c440-4597-b04e-8a0318403efe} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2025.08.29 23:40:02.042247 [ 276 ] {17c792b0-c440-4597-b04e-8a0318403efe} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Loading data parts 2025.08.29 23:40:02.042402 [ 276 ] {17c792b0-c440-4597-b04e-8a0318403efe} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): There are no data parts 2025.08.29 23:40:02.044237 [ 276 ] {17c792b0-c440-4597-b04e-8a0318403efe} TCPHandler: Processed in 0.006205085 sec. 2025.08.29 23:40:02.044410 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:02.044664 [ 276 ] {17c4ad9a-8d41-4ad2-b91a-a197ea78187e} executeQuery: (from [fd00:1122:3344:101::d]:51413) /* 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.08.29 23:40:02.044796 [ 276 ] {17c4ad9a-8d41-4ad2-b91a-a197ea78187e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2025.08.29 23:40:02.046791 [ 276 ] {17c4ad9a-8d41-4ad2-b91a-a197ea78187e} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632): Loading data parts 2025.08.29 23:40:02.046934 [ 276 ] {17c4ad9a-8d41-4ad2-b91a-a197ea78187e} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632): There are no data parts 2025.08.29 23:40:02.048623 [ 276 ] {17c4ad9a-8d41-4ad2-b91a-a197ea78187e} TCPHandler: Processed in 0.004262542 sec. 2025.08.29 23:40:02.048894 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:02.049209 [ 275 ] {1ade5833-10fc-4a34-b90f-0f8fca771f58} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2025.08.29 23:40:02.050669 [ 275 ] {1ade5833-10fc-4a34-b90f-0f8fca771f58} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2025.08.29 23:40:02.067211 [ 284 ] {1ade5833-10fc-4a34-b90f-0f8fca771f58} oximeter.version (7397887f-3c0f-44f0-97e7-f9a1fd404026): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:02.067262 [ 284 ] {1ade5833-10fc-4a34-b90f-0f8fca771f58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:02.071897 [ 284 ] {1ade5833-10fc-4a34-b90f-0f8fca771f58} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.29 23:40:02.072490 [ 284 ] {1ade5833-10fc-4a34-b90f-0f8fca771f58} oximeter.version (7397887f-3c0f-44f0-97e7-f9a1fd404026): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:02.072838 [ 275 ] {1ade5833-10fc-4a34-b90f-0f8fca771f58} executeQuery: Read 1 rows, 16.00 B in 0.02379 sec., 42.034468263976464 rows/sec., 672.55 B/sec. 2025.08.29 23:40:02.073096 [ 275 ] {1ade5833-10fc-4a34-b90f-0f8fca771f58} TCPHandler: Processed in 0.024335491 sec. 2025.08.29 23:40:03.001153 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 135.92 MiB, peak 135.92 MiB, free memory in arenas 0.00 B, will set to 139.73 MiB (RSS), difference: 3.81 MiB 2025.08.29 23:40:06.305607 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2025.08.29 23:40:06.305679 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2025.08.29 23:40:06.305767 [ 244 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2025.08.29 23:40:06.305783 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2025.08.29 23:40:06.309011 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Loading data parts 2025.08.29 23:40:06.309257 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): There are no data parts 2025.08.29 23:40:06.322128 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:06.322261 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:06.322522 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Loading data parts 2025.08.29 23:40:06.322695 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): There are no data parts 2025.08.29 23:40:06.330632 [ 245 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.29 23:40:06.331234 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:06.331437 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2025.08.29 23:40:06.369068 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:06.369230 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:06.375507 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.29 23:40:06.376784 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:06.380177 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2025.08.29 23:40:07.000170 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 144.76 MiB, peak 148.76 MiB, free memory in arenas 0.00 B, will set to 153.83 MiB (RSS), difference: 9.07 MiB 2025.08.29 23:40:08.805602 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2025.08.29 23:40:08.805717 [ 243 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2025.08.29 23:40:08.817841 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Loading data parts 2025.08.29 23:40:08.818049 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): There are no data parts 2025.08.29 23:40:08.834006 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:08.834049 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:08.835802 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.29 23:40:08.836297 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:08.836535 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2025.08.29 23:40:09.000374 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 158.02 MiB, peak 158.02 MiB, free memory in arenas 0.00 B, will set to 155.02 MiB (RSS), difference: -3.00 MiB 2025.08.29 23:40:13.774593 [ 133 ] {} DNSResolver: Updating DNS cache 2025.08.29 23:40:13.774660 [ 133 ] {} DNSResolver: Updated DNS cache 2025.08.29 23:40:13.831610 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 2025.08.29 23:40:13.832454 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:13.832562 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:13.833410 [ 245 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.29 23:40:13.833834 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:13.834139 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2025.08.29 23:40:13.880463 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2025.08.29 23:40:13.897470 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:13.897649 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:13.904021 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.29 23:40:13.905074 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:13.907946 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2025.08.29 23:40:14.000158 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 155.78 MiB, peak 159.78 MiB, free memory in arenas 0.00 B, will set to 157.64 MiB (RSS), difference: 1.86 MiB 2025.08.29 23:40:19.000157 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 153.66 MiB, peak 159.78 MiB, free memory in arenas 0.00 B, will set to 157.69 MiB (RSS), difference: 4.02 MiB 2025.08.29 23:40:21.334234 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 2025.08.29 23:40:21.334835 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:21.334888 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:21.335490 [ 245 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.29 23:40:21.335782 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:21.335913 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 2025.08.29 23:40:21.408024 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2025.08.29 23:40:21.425090 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:21.425160 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:21.431397 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.29 23:40:21.432186 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:21.436225 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2025.08.29 23:40:22.092981 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:22.093185 [ 275 ] {9aaa16f0-17a5-4a40-8835-b3c4639a2797} executeQuery: (from [fd00:1122:3344:101::d]:58293) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2025.08.29 23:40:22.093541 [ 275 ] {9aaa16f0-17a5-4a40-8835-b3c4639a2797} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.29 23:40:22.093837 [ 275 ] {9aaa16f0-17a5-4a40-8835-b3c4639a2797} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.29 23:40:22.096502 [ 275 ] {9aaa16f0-17a5-4a40-8835-b3c4639a2797} TCPHandler: Processed in 0.003652282 sec. 2025.08.29 23:40:22.103272 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:22.103421 [ 275 ] {c6d48d94-9313-4f7c-894f-d11ead5a6e4f} executeQuery: (from [fd00:1122:3344:101::d]:58293) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.08.29 23:40:22.109100 [ 275 ] {c6d48d94-9313-4f7c-894f-d11ead5a6e4f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.29 23:40:22.109163 [ 275 ] {c6d48d94-9313-4f7c-894f-d11ead5a6e4f} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.29 23:40:22.109641 [ 275 ] {c6d48d94-9313-4f7c-894f-d11ead5a6e4f} TCPHandler: Processed in 0.006428459 sec. 2025.08.29 23:40:22.109916 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:22.110074 [ 275 ] {b438727e-eb47-47bb-8281-7290ff8f2538} executeQuery: (from [fd00:1122:3344:101::d]:58293) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.08.29 23:40:22.110368 [ 275 ] {b438727e-eb47-47bb-8281-7290ff8f2538} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.29 23:40:22.110413 [ 275 ] {b438727e-eb47-47bb-8281-7290ff8f2538} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.29 23:40:22.110807 [ 275 ] {b438727e-eb47-47bb-8281-7290ff8f2538} TCPHandler: Processed in 0.000952196 sec. 2025.08.29 23:40:22.111054 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:22.111173 [ 275 ] {743b8f92-8266-4ac7-8f02-6c6e8b545727} executeQuery: (from [fd00:1122:3344:101::d]:58293) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.08.29 23:40:22.111419 [ 275 ] {743b8f92-8266-4ac7-8f02-6c6e8b545727} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.29 23:40:22.111464 [ 275 ] {743b8f92-8266-4ac7-8f02-6c6e8b545727} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.29 23:40:22.111801 [ 275 ] {743b8f92-8266-4ac7-8f02-6c6e8b545727} TCPHandler: Processed in 0.000795964 sec. 2025.08.29 23:40:22.112008 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:22.112125 [ 275 ] {d7985324-6ecd-4e69-8c89-56337b2468fa} executeQuery: (from [fd00:1122:3344:101::d]:58293) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.08.29 23:40:22.112369 [ 275 ] {d7985324-6ecd-4e69-8c89-56337b2468fa} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.29 23:40:22.112413 [ 275 ] {d7985324-6ecd-4e69-8c89-56337b2468fa} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.29 23:40:22.112737 [ 275 ] {d7985324-6ecd-4e69-8c89-56337b2468fa} TCPHandler: Processed in 0.000784544 sec. 2025.08.29 23:40:22.112944 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:22.113059 [ 275 ] {f1465c26-d87e-480e-b920-1232b348fe51} executeQuery: (from [fd00:1122:3344:101::d]:58293) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.08.29 23:40:22.113300 [ 275 ] {f1465c26-d87e-480e-b920-1232b348fe51} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.29 23:40:22.113344 [ 275 ] {f1465c26-d87e-480e-b920-1232b348fe51} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.29 23:40:22.113675 [ 275 ] {f1465c26-d87e-480e-b920-1232b348fe51} TCPHandler: Processed in 0.000779943 sec. 2025.08.29 23:40:22.113875 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:22.113991 [ 275 ] {6ebc2e29-da56-4246-b76b-c941709f9e9e} executeQuery: (from [fd00:1122:3344:101::d]:58293) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.08.29 23:40:22.114230 [ 275 ] {6ebc2e29-da56-4246-b76b-c941709f9e9e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.29 23:40:22.114273 [ 275 ] {6ebc2e29-da56-4246-b76b-c941709f9e9e} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.29 23:40:22.114630 [ 275 ] {6ebc2e29-da56-4246-b76b-c941709f9e9e} TCPHandler: Processed in 0.000803343 sec. 2025.08.29 23:40:22.114836 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:22.114950 [ 275 ] {3b8baef7-d8a9-4786-8a2d-c587d2438fdd} executeQuery: (from [fd00:1122:3344:101::d]:58293) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.08.29 23:40:22.115189 [ 275 ] {3b8baef7-d8a9-4786-8a2d-c587d2438fdd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.29 23:40:22.115233 [ 275 ] {3b8baef7-d8a9-4786-8a2d-c587d2438fdd} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.29 23:40:22.115548 [ 275 ] {3b8baef7-d8a9-4786-8a2d-c587d2438fdd} TCPHandler: Processed in 0.000759913 sec. 2025.08.29 23:40:22.115757 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:22.115873 [ 275 ] {21dc926d-0177-41c9-9443-ac7e8212f3c0} executeQuery: (from [fd00:1122:3344:101::d]:58293) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.08.29 23:40:22.116113 [ 275 ] {21dc926d-0177-41c9-9443-ac7e8212f3c0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.29 23:40:22.116157 [ 275 ] {21dc926d-0177-41c9-9443-ac7e8212f3c0} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.29 23:40:22.116483 [ 275 ] {21dc926d-0177-41c9-9443-ac7e8212f3c0} TCPHandler: Processed in 0.000774643 sec. 2025.08.29 23:40:22.116698 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:22.116832 [ 275 ] {521f9d79-0f56-4b57-b868-8b86800c7e1c} executeQuery: (from [fd00:1122:3344:101::d]:58293) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.08.29 23:40:22.117093 [ 275 ] {521f9d79-0f56-4b57-b868-8b86800c7e1c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.29 23:40:22.117137 [ 275 ] {521f9d79-0f56-4b57-b868-8b86800c7e1c} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.29 23:40:22.117458 [ 275 ] {521f9d79-0f56-4b57-b868-8b86800c7e1c} TCPHandler: Processed in 0.000807053 sec. 2025.08.29 23:40:22.117669 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:22.117785 [ 275 ] {b7f6c5e7-8787-494c-8d7a-514268503dd0} executeQuery: (from [fd00:1122:3344:101::d]:58293) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.08.29 23:40:22.118038 [ 275 ] {b7f6c5e7-8787-494c-8d7a-514268503dd0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.29 23:40:22.118081 [ 275 ] {b7f6c5e7-8787-494c-8d7a-514268503dd0} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.29 23:40:22.118473 [ 275 ] {b7f6c5e7-8787-494c-8d7a-514268503dd0} TCPHandler: Processed in 0.000851734 sec. 2025.08.29 23:40:22.118728 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:22.118869 [ 275 ] {21381717-22d3-48a0-bab6-ca7a5fcc8989} executeQuery: (from [fd00:1122:3344:101::d]:58293) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.08.29 23:40:22.119279 [ 275 ] {21381717-22d3-48a0-bab6-ca7a5fcc8989} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.29 23:40:22.119342 [ 275 ] {21381717-22d3-48a0-bab6-ca7a5fcc8989} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.29 23:40:22.119744 [ 275 ] {21381717-22d3-48a0-bab6-ca7a5fcc8989} TCPHandler: Processed in 0.001076168 sec. 2025.08.29 23:40:22.120034 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:22.120194 [ 275 ] {401b662d-9212-4d1b-8dfe-b4b7b694d13e} executeQuery: (from [fd00:1122:3344:101::d]:58293) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.08.29 23:40:22.120523 [ 275 ] {401b662d-9212-4d1b-8dfe-b4b7b694d13e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.29 23:40:22.120575 [ 275 ] {401b662d-9212-4d1b-8dfe-b4b7b694d13e} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.29 23:40:22.121109 [ 275 ] {401b662d-9212-4d1b-8dfe-b4b7b694d13e} TCPHandler: Processed in 0.001131079 sec. 2025.08.29 23:40:22.121394 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:22.121520 [ 275 ] {4ab95615-71f3-4cd3-8080-1af6bc2c7924} executeQuery: (from [fd00:1122:3344:101::d]:58293) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.08.29 23:40:22.121797 [ 275 ] {4ab95615-71f3-4cd3-8080-1af6bc2c7924} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.29 23:40:22.121844 [ 275 ] {4ab95615-71f3-4cd3-8080-1af6bc2c7924} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.29 23:40:22.122216 [ 275 ] {4ab95615-71f3-4cd3-8080-1af6bc2c7924} TCPHandler: Processed in 0.000874475 sec. 2025.08.29 23:40:22.122433 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:22.122556 [ 275 ] {adbb07b5-2a9e-4f7c-8cf6-e93f5a29c9b0} executeQuery: (from [fd00:1122:3344:101::d]:58293) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.08.29 23:40:22.122824 [ 275 ] {adbb07b5-2a9e-4f7c-8cf6-e93f5a29c9b0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.29 23:40:22.122869 [ 275 ] {adbb07b5-2a9e-4f7c-8cf6-e93f5a29c9b0} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.29 23:40:22.123224 [ 275 ] {adbb07b5-2a9e-4f7c-8cf6-e93f5a29c9b0} TCPHandler: Processed in 0.000839994 sec. 2025.08.29 23:40:22.123445 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:22.123569 [ 275 ] {1a4c4a4d-281a-4baf-9559-4e7757ccd44e} executeQuery: (from [fd00:1122:3344:101::d]:58293) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.08.29 23:40:22.123837 [ 275 ] {1a4c4a4d-281a-4baf-9559-4e7757ccd44e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.29 23:40:22.123881 [ 275 ] {1a4c4a4d-281a-4baf-9559-4e7757ccd44e} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.29 23:40:22.124224 [ 275 ] {1a4c4a4d-281a-4baf-9559-4e7757ccd44e} TCPHandler: Processed in 0.000828354 sec. 2025.08.29 23:40:22.131809 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:22.131942 [ 275 ] {9013736b-c83b-4a0f-981c-7685f7c3ea84} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.08.29 23:40:22.131994 [ 275 ] {9013736b-c83b-4a0f-981c-7685f7c3ea84} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.29 23:40:22.132710 [ 275 ] {9013736b-c83b-4a0f-981c-7685f7c3ea84} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:22.132767 [ 275 ] {9013736b-c83b-4a0f-981c-7685f7c3ea84} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:22.133306 [ 275 ] {9013736b-c83b-4a0f-981c-7685f7c3ea84} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.29 23:40:22.133529 [ 275 ] {9013736b-c83b-4a0f-981c-7685f7c3ea84} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:22.133677 [ 275 ] {9013736b-c83b-4a0f-981c-7685f7c3ea84} executeQuery: Read 16 rows, 2.38 KiB in 0.001774 sec., 9019.165727170237 rows/sec., 1.31 MiB/sec. 2025.08.29 23:40:22.133715 [ 275 ] {9013736b-c83b-4a0f-981c-7685f7c3ea84} TCPHandler: Processed in 0.001968853 sec. 2025.08.29 23:40:22.133848 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:22.133943 [ 275 ] {9f575e80-263f-4525-8433-dede6354027b} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.29 23:40:22.133984 [ 275 ] {9f575e80-263f-4525-8433-dede6354027b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.29 23:40:22.134557 [ 275 ] {9f575e80-263f-4525-8433-dede6354027b} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:22.134595 [ 275 ] {9f575e80-263f-4525-8433-dede6354027b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:22.134958 [ 275 ] {9f575e80-263f-4525-8433-dede6354027b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.29 23:40:22.135177 [ 275 ] {9f575e80-263f-4525-8433-dede6354027b} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:22.135305 [ 275 ] {9f575e80-263f-4525-8433-dede6354027b} executeQuery: Read 6 rows, 501.00 B in 0.00138 sec., 4347.826086956522 rows/sec., 354.53 KiB/sec. 2025.08.29 23:40:22.135342 [ 275 ] {9f575e80-263f-4525-8433-dede6354027b} TCPHandler: Processed in 0.001543946 sec. 2025.08.29 23:40:22.135455 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:22.135547 [ 275 ] {416126ff-4faa-4ca2-a8eb-b931017c6ea0} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:40:22.135586 [ 275 ] {416126ff-4faa-4ca2-a8eb-b931017c6ea0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:40:22.136046 [ 275 ] {416126ff-4faa-4ca2-a8eb-b931017c6ea0} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:22.136079 [ 275 ] {416126ff-4faa-4ca2-a8eb-b931017c6ea0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:22.136382 [ 275 ] {416126ff-4faa-4ca2-a8eb-b931017c6ea0} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.29 23:40:22.136598 [ 275 ] {416126ff-4faa-4ca2-a8eb-b931017c6ea0} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:22.136722 [ 275 ] {416126ff-4faa-4ca2-a8eb-b931017c6ea0} executeQuery: Read 75 rows, 6.30 KiB in 0.001194 sec., 62814.0703517588 rows/sec., 5.15 MiB/sec. 2025.08.29 23:40:22.136757 [ 275 ] {416126ff-4faa-4ca2-a8eb-b931017c6ea0} TCPHandler: Processed in 0.001352243 sec. 2025.08.29 23:40:22.136872 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:22.136965 [ 275 ] {3f714bda-c2d4-4107-8dbc-2495784dff52} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:40:22.137005 [ 275 ] {3f714bda-c2d4-4107-8dbc-2495784dff52} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:40:22.137396 [ 275 ] {3f714bda-c2d4-4107-8dbc-2495784dff52} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:22.137433 [ 275 ] {3f714bda-c2d4-4107-8dbc-2495784dff52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:22.137723 [ 275 ] {3f714bda-c2d4-4107-8dbc-2495784dff52} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.29 23:40:22.137929 [ 275 ] {3f714bda-c2d4-4107-8dbc-2495784dff52} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:22.138053 [ 275 ] {3f714bda-c2d4-4107-8dbc-2495784dff52} executeQuery: Read 16 rows, 1.17 KiB in 0.001106 sec., 14466.546112115733 rows/sec., 1.03 MiB/sec. 2025.08.29 23:40:22.138088 [ 275 ] {3f714bda-c2d4-4107-8dbc-2495784dff52} TCPHandler: Processed in 0.001265561 sec. 2025.08.29 23:40:22.138196 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:22.138290 [ 275 ] {4e80bd04-d42d-4365-88b4-923f75581a0b} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:40:22.138328 [ 275 ] {4e80bd04-d42d-4365-88b4-923f75581a0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:40:22.138726 [ 275 ] {4e80bd04-d42d-4365-88b4-923f75581a0b} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:22.138762 [ 275 ] {4e80bd04-d42d-4365-88b4-923f75581a0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:22.139053 [ 275 ] {4e80bd04-d42d-4365-88b4-923f75581a0b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.29 23:40:22.139255 [ 275 ] {4e80bd04-d42d-4365-88b4-923f75581a0b} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:22.139377 [ 275 ] {4e80bd04-d42d-4365-88b4-923f75581a0b} executeQuery: Read 72 rows, 5.76 KiB in 0.001106 sec., 65099.4575045208 rows/sec., 5.09 MiB/sec. 2025.08.29 23:40:22.139412 [ 275 ] {4e80bd04-d42d-4365-88b4-923f75581a0b} TCPHandler: Processed in 0.001264012 sec. 2025.08.29 23:40:22.139520 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:22.139614 [ 275 ] {b02f8be0-704f-4bf1-afe3-a1a19792a1bb} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:40:22.139657 [ 275 ] {b02f8be0-704f-4bf1-afe3-a1a19792a1bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:40:22.140184 [ 275 ] {b02f8be0-704f-4bf1-afe3-a1a19792a1bb} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:22.140217 [ 275 ] {b02f8be0-704f-4bf1-afe3-a1a19792a1bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:22.140610 [ 275 ] {b02f8be0-704f-4bf1-afe3-a1a19792a1bb} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.29 23:40:22.140826 [ 275 ] {b02f8be0-704f-4bf1-afe3-a1a19792a1bb} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:22.140951 [ 275 ] {b02f8be0-704f-4bf1-afe3-a1a19792a1bb} executeQuery: Read 153 rows, 10.86 KiB in 0.001355 sec., 112915.1291512915 rows/sec., 7.83 MiB/sec. 2025.08.29 23:40:22.140987 [ 275 ] {b02f8be0-704f-4bf1-afe3-a1a19792a1bb} TCPHandler: Processed in 0.001515295 sec. 2025.08.29 23:40:22.141087 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:22.141181 [ 275 ] {8ebdba0a-caeb-4158-9a56-642f1454ba51} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:40:22.141233 [ 275 ] {8ebdba0a-caeb-4158-9a56-642f1454ba51} 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.08.29 23:40:22.141988 [ 275 ] {8ebdba0a-caeb-4158-9a56-642f1454ba51} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:22.142024 [ 275 ] {8ebdba0a-caeb-4158-9a56-642f1454ba51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:22.143086 [ 275 ] {8ebdba0a-caeb-4158-9a56-642f1454ba51} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.29 23:40:22.143316 [ 275 ] {8ebdba0a-caeb-4158-9a56-642f1454ba51} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:22.143457 [ 275 ] {8ebdba0a-caeb-4158-9a56-642f1454ba51} executeQuery: Read 10 rows, 18.35 KiB in 0.002293 sec., 4361.098996947231 rows/sec., 7.81 MiB/sec. 2025.08.29 23:40:22.143515 [ 275 ] {8ebdba0a-caeb-4158-9a56-642f1454ba51} TCPHandler: Processed in 0.002475342 sec. 2025.08.29 23:40:22.143638 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:22.143733 [ 275 ] {b704b567-adb6-4dc9-8e8c-00ec2366a014} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:40:22.143774 [ 275 ] {b704b567-adb6-4dc9-8e8c-00ec2366a014} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:40:22.144114 [ 275 ] {b704b567-adb6-4dc9-8e8c-00ec2366a014} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:22.144150 [ 275 ] {b704b567-adb6-4dc9-8e8c-00ec2366a014} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:22.144459 [ 275 ] {b704b567-adb6-4dc9-8e8c-00ec2366a014} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.29 23:40:22.144682 [ 275 ] {b704b567-adb6-4dc9-8e8c-00ec2366a014} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:22.144805 [ 275 ] {b704b567-adb6-4dc9-8e8c-00ec2366a014} executeQuery: Read 50 rows, 3.51 KiB in 0.00109 sec., 45871.55963302752 rows/sec., 3.15 MiB/sec. 2025.08.29 23:40:22.144839 [ 275 ] {b704b567-adb6-4dc9-8e8c-00ec2366a014} TCPHandler: Processed in 0.001250031 sec. 2025.08.29 23:40:27.091031 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:27.091226 [ 275 ] {d3cd2753-a521-4dcf-8d7c-48d0640772e1} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:40:27.091292 [ 275 ] {d3cd2753-a521-4dcf-8d7c-48d0640772e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:40:27.091942 [ 275 ] {d3cd2753-a521-4dcf-8d7c-48d0640772e1} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:27.091983 [ 275 ] {d3cd2753-a521-4dcf-8d7c-48d0640772e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:27.092380 [ 275 ] {d3cd2753-a521-4dcf-8d7c-48d0640772e1} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.29 23:40:27.092609 [ 275 ] {d3cd2753-a521-4dcf-8d7c-48d0640772e1} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:27.092761 [ 275 ] {d3cd2753-a521-4dcf-8d7c-48d0640772e1} executeQuery: Read 52 rows, 4.07 KiB in 0.001582 sec., 32869.78508217446 rows/sec., 2.51 MiB/sec. 2025.08.29 23:40:27.092808 [ 275 ] {d3cd2753-a521-4dcf-8d7c-48d0640772e1} TCPHandler: Processed in 0.001905392 sec. 2025.08.29 23:40:27.092932 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:27.093036 [ 275 ] {80a5afd3-ac09-4b82-857c-4b590fd37aab} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:40:27.093078 [ 275 ] {80a5afd3-ac09-4b82-857c-4b590fd37aab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:40:27.093496 [ 275 ] {80a5afd3-ac09-4b82-857c-4b590fd37aab} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:27.093531 [ 275 ] {80a5afd3-ac09-4b82-857c-4b590fd37aab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:27.093834 [ 275 ] {80a5afd3-ac09-4b82-857c-4b590fd37aab} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.29 23:40:27.094040 [ 275 ] {80a5afd3-ac09-4b82-857c-4b590fd37aab} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:27.094164 [ 275 ] {80a5afd3-ac09-4b82-857c-4b590fd37aab} executeQuery: Read 56 rows, 4.47 KiB in 0.001153 sec., 48568.95056374675 rows/sec., 3.79 MiB/sec. 2025.08.29 23:40:27.094200 [ 275 ] {80a5afd3-ac09-4b82-857c-4b590fd37aab} TCPHandler: Processed in 0.001319482 sec. 2025.08.29 23:40:27.094307 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:27.094403 [ 275 ] {b8debf29-edf8-4d20-99f4-e2836dbbf02d} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:40:27.094447 [ 275 ] {b8debf29-edf8-4d20-99f4-e2836dbbf02d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:40:27.094836 [ 275 ] {b8debf29-edf8-4d20-99f4-e2836dbbf02d} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:27.094869 [ 275 ] {b8debf29-edf8-4d20-99f4-e2836dbbf02d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:27.095216 [ 275 ] {b8debf29-edf8-4d20-99f4-e2836dbbf02d} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.29 23:40:27.095439 [ 275 ] {b8debf29-edf8-4d20-99f4-e2836dbbf02d} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:27.095564 [ 275 ] {b8debf29-edf8-4d20-99f4-e2836dbbf02d} executeQuery: Read 150 rows, 10.65 KiB in 0.001181 sec., 127011.00762066046 rows/sec., 8.81 MiB/sec. 2025.08.29 23:40:27.095601 [ 275 ] {b8debf29-edf8-4d20-99f4-e2836dbbf02d} TCPHandler: Processed in 0.001343083 sec. 2025.08.29 23:40:27.095722 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:27.095818 [ 275 ] {a8a680a9-b372-457d-b61e-135e65a2252e} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:40:27.095861 [ 275 ] {a8a680a9-b372-457d-b61e-135e65a2252e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:40:27.096211 [ 275 ] {a8a680a9-b372-457d-b61e-135e65a2252e} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:27.096250 [ 275 ] {a8a680a9-b372-457d-b61e-135e65a2252e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:27.096547 [ 275 ] {a8a680a9-b372-457d-b61e-135e65a2252e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.29 23:40:27.096752 [ 275 ] {a8a680a9-b372-457d-b61e-135e65a2252e} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:27.096879 [ 275 ] {a8a680a9-b372-457d-b61e-135e65a2252e} executeQuery: Read 50 rows, 3.51 KiB in 0.001079 sec., 46339.20296570899 rows/sec., 3.18 MiB/sec. 2025.08.29 23:40:27.096913 [ 275 ] {a8a680a9-b372-457d-b61e-135e65a2252e} TCPHandler: Processed in 0.001240241 sec. 2025.08.29 23:40:28.774703 [ 90 ] {} DNSResolver: Updating DNS cache 2025.08.29 23:40:28.774749 [ 90 ] {} DNSResolver: Updated DNS cache 2025.08.29 23:40:28.836949 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 2025.08.29 23:40:28.837468 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:28.837512 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:28.837917 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 144 2025.08.29 23:40:28.838055 [ 245 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.29 23:40:28.838308 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:28.838438 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 2025.08.29 23:40:28.841071 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:28.841121 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:28.842321 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.29 23:40:28.842597 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:28.842844 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 144 2025.08.29 23:40:28.937271 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2025.08.29 23:40:28.955978 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:28.956052 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:28.962703 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.29 23:40:28.963470 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:28.967206 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2025.08.29 23:40:29.000174 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 160.97 MiB, peak 164.97 MiB, free memory in arenas 0.00 B, will set to 162.45 MiB (RSS), difference: 1.47 MiB 2025.08.29 23:40:32.091637 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:32.091939 [ 275 ] {dbcd042e-f5c6-456a-9db3-8928522aa977} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:40:32.092045 [ 275 ] {dbcd042e-f5c6-456a-9db3-8928522aa977} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:40:32.092820 [ 275 ] {dbcd042e-f5c6-456a-9db3-8928522aa977} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:32.092869 [ 275 ] {dbcd042e-f5c6-456a-9db3-8928522aa977} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:32.093255 [ 275 ] {dbcd042e-f5c6-456a-9db3-8928522aa977} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.29 23:40:32.093490 [ 275 ] {dbcd042e-f5c6-456a-9db3-8928522aa977} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:32.093650 [ 275 ] {dbcd042e-f5c6-456a-9db3-8928522aa977} executeQuery: Read 72 rows, 6.08 KiB in 0.001787 sec., 40290.99048684947 rows/sec., 3.32 MiB/sec. 2025.08.29 23:40:32.093700 [ 275 ] {dbcd042e-f5c6-456a-9db3-8928522aa977} TCPHandler: Processed in 0.002246618 sec. 2025.08.29 23:40:32.093829 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:32.093936 [ 275 ] {067d7fd6-bb3e-4fed-bc99-dc36d98c8578} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:40:32.093985 [ 275 ] {067d7fd6-bb3e-4fed-bc99-dc36d98c8578} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:40:32.094433 [ 275 ] {067d7fd6-bb3e-4fed-bc99-dc36d98c8578} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:32.094473 [ 275 ] {067d7fd6-bb3e-4fed-bc99-dc36d98c8578} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:32.094804 [ 275 ] {067d7fd6-bb3e-4fed-bc99-dc36d98c8578} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.29 23:40:32.095029 [ 275 ] {067d7fd6-bb3e-4fed-bc99-dc36d98c8578} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:32.095166 [ 275 ] {067d7fd6-bb3e-4fed-bc99-dc36d98c8578} executeQuery: Read 10 rows, 770.00 B in 0.001255 sec., 7968.12749003984 rows/sec., 599.17 KiB/sec. 2025.08.29 23:40:32.095206 [ 275 ] {067d7fd6-bb3e-4fed-bc99-dc36d98c8578} TCPHandler: Processed in 0.001429084 sec. 2025.08.29 23:40:32.095327 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:32.095426 [ 275 ] {d351621c-b106-4ae4-9625-9fe86fa2407b} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:40:32.095468 [ 275 ] {d351621c-b106-4ae4-9625-9fe86fa2407b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:40:32.095927 [ 275 ] {d351621c-b106-4ae4-9625-9fe86fa2407b} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:32.095967 [ 275 ] {d351621c-b106-4ae4-9625-9fe86fa2407b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:32.096304 [ 275 ] {d351621c-b106-4ae4-9625-9fe86fa2407b} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.29 23:40:32.096537 [ 275 ] {d351621c-b106-4ae4-9625-9fe86fa2407b} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:32.096670 [ 275 ] {d351621c-b106-4ae4-9625-9fe86fa2407b} executeQuery: Read 66 rows, 5.27 KiB in 0.001265 sec., 52173.91304347826 rows/sec., 4.07 MiB/sec. 2025.08.29 23:40:32.096709 [ 275 ] {d351621c-b106-4ae4-9625-9fe86fa2407b} TCPHandler: Processed in 0.001433234 sec. 2025.08.29 23:40:32.096819 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:32.096915 [ 275 ] {abbb3aa0-a0c0-4b45-a905-17c790b714c5} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:40:32.096961 [ 275 ] {abbb3aa0-a0c0-4b45-a905-17c790b714c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:40:32.097383 [ 275 ] {abbb3aa0-a0c0-4b45-a905-17c790b714c5} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:32.097421 [ 275 ] {abbb3aa0-a0c0-4b45-a905-17c790b714c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:32.097784 [ 275 ] {abbb3aa0-a0c0-4b45-a905-17c790b714c5} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.29 23:40:32.098013 [ 275 ] {abbb3aa0-a0c0-4b45-a905-17c790b714c5} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:32.098142 [ 275 ] {abbb3aa0-a0c0-4b45-a905-17c790b714c5} executeQuery: Read 150 rows, 10.65 KiB in 0.001247 sec., 120288.69286287088 rows/sec., 8.34 MiB/sec. 2025.08.29 23:40:32.098180 [ 275 ] {abbb3aa0-a0c0-4b45-a905-17c790b714c5} TCPHandler: Processed in 0.001410604 sec. 2025.08.29 23:40:32.098290 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:32.098384 [ 275 ] {e2ebcfc1-71c2-4eed-ab41-dd938968cfd5} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:40:32.098440 [ 275 ] {e2ebcfc1-71c2-4eed-ab41-dd938968cfd5} 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.08.29 23:40:32.099238 [ 275 ] {e2ebcfc1-71c2-4eed-ab41-dd938968cfd5} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:32.099278 [ 275 ] {e2ebcfc1-71c2-4eed-ab41-dd938968cfd5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:32.099810 [ 275 ] {e2ebcfc1-71c2-4eed-ab41-dd938968cfd5} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.29 23:40:32.100035 [ 275 ] {e2ebcfc1-71c2-4eed-ab41-dd938968cfd5} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:32.100172 [ 275 ] {e2ebcfc1-71c2-4eed-ab41-dd938968cfd5} executeQuery: Read 10 rows, 18.35 KiB in 0.001807 sec., 5534.034311012728 rows/sec., 9.92 MiB/sec. 2025.08.29 23:40:32.100227 [ 275 ] {e2ebcfc1-71c2-4eed-ab41-dd938968cfd5} TCPHandler: Processed in 0.001986304 sec. 2025.08.29 23:40:32.100334 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:32.100429 [ 275 ] {68fa1359-c3c3-4a44-836f-3f501abb1360} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:40:32.100471 [ 275 ] {68fa1359-c3c3-4a44-836f-3f501abb1360} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:40:32.100802 [ 275 ] {68fa1359-c3c3-4a44-836f-3f501abb1360} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:32.100839 [ 275 ] {68fa1359-c3c3-4a44-836f-3f501abb1360} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:32.101151 [ 275 ] {68fa1359-c3c3-4a44-836f-3f501abb1360} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.29 23:40:32.101371 [ 275 ] {68fa1359-c3c3-4a44-836f-3f501abb1360} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:32.101494 [ 275 ] {68fa1359-c3c3-4a44-836f-3f501abb1360} executeQuery: Read 50 rows, 3.51 KiB in 0.001084 sec., 46125.46125461255 rows/sec., 3.16 MiB/sec. 2025.08.29 23:40:32.101529 [ 275 ] {68fa1359-c3c3-4a44-836f-3f501abb1360} TCPHandler: Processed in 0.001244631 sec. 2025.08.29 23:40:36.338595 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379 2025.08.29 23:40:36.339108 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:36.339151 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:36.339706 [ 245 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.29 23:40:36.339951 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:36.340086 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379 2025.08.29 23:40:36.467365 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2025.08.29 23:40:36.484622 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:36.484684 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:36.490619 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.29 23:40:36.491350 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:36.494596 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2025.08.29 23:40:37.086373 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:37.086638 [ 275 ] {64b182d1-866c-4293-84b7-aa7fc834c9c6} executeQuery: (from [fd00:1122:3344:101::d]:58293) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.08.29 23:40:37.089020 [ 275 ] {64b182d1-866c-4293-84b7-aa7fc834c9c6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.29 23:40:37.090957 [ 275 ] {64b182d1-866c-4293-84b7-aa7fc834c9c6} 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', 'oximeter_collector:collections')" moved to PREWHERE 2025.08.29 23:40:37.091191 [ 275 ] {64b182d1-866c-4293-84b7-aa7fc834c9c6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.29 23:40:37.091363 [ 275 ] {64b182d1-866c-4293-84b7-aa7fc834c9c6} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.29 23:40:37.091709 [ 275 ] {64b182d1-866c-4293-84b7-aa7fc834c9c6} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Key condition: (column 0 notIn 16-element set) 2025.08.29 23:40:37.093841 [ 275 ] {64b182d1-866c-4293-84b7-aa7fc834c9c6} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.29 23:40:37.093900 [ 275 ] {64b182d1-866c-4293-84b7-aa7fc834c9c6} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (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.08.29 23:40:37.093921 [ 275 ] {64b182d1-866c-4293-84b7-aa7fc834c9c6} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.29 23:40:37.096090 [ 275 ] {64b182d1-866c-4293-84b7-aa7fc834c9c6} 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', 'oximeter_collector:collections'))" 2025.08.29 23:40:37.096122 [ 275 ] {64b182d1-866c-4293-84b7-aa7fc834c9c6} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 16 rows starting from 0 2025.08.29 23:40:37.102047 [ 275 ] {64b182d1-866c-4293-84b7-aa7fc834c9c6} executeQuery: Read 16 rows, 671.00 B in 0.015504 sec., 1031.9917440660474 rows/sec., 42.26 KiB/sec. 2025.08.29 23:40:37.102159 [ 275 ] {64b182d1-866c-4293-84b7-aa7fc834c9c6} TCPHandler: Processed in 0.01594851 sec. 2025.08.29 23:40:37.102477 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:37.102607 [ 275 ] {88f7ae78-53f5-4d2a-9cf4-5c3633d77702} executeQuery: (from [fd00:1122:3344:101::d]:58293) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2025.08.29 23:40:37.102828 [ 275 ] {88f7ae78-53f5-4d2a-9cf4-5c3633d77702} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.29 23:40:37.102860 [ 275 ] {88f7ae78-53f5-4d2a-9cf4-5c3633d77702} 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', 'oximeter_collector:collections', 'static_routing_config:static_routes')" moved to PREWHERE 2025.08.29 23:40:37.103047 [ 275 ] {88f7ae78-53f5-4d2a-9cf4-5c3633d77702} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.29 23:40:37.103103 [ 275 ] {88f7ae78-53f5-4d2a-9cf4-5c3633d77702} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.29 23:40:37.103209 [ 275 ] {88f7ae78-53f5-4d2a-9cf4-5c3633d77702} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Key condition: (column 0 notIn 17-element set) 2025.08.29 23:40:37.103240 [ 275 ] {88f7ae78-53f5-4d2a-9cf4-5c3633d77702} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.29 23:40:37.103260 [ 275 ] {88f7ae78-53f5-4d2a-9cf4-5c3633d77702} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (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.08.29 23:40:37.103275 [ 275 ] {88f7ae78-53f5-4d2a-9cf4-5c3633d77702} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.29 23:40:37.103320 [ 275 ] {88f7ae78-53f5-4d2a-9cf4-5c3633d77702} 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', 'oximeter_collector:collections', 'static_routing_config:static_routes'))" 2025.08.29 23:40:37.103339 [ 275 ] {88f7ae78-53f5-4d2a-9cf4-5c3633d77702} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 16 rows starting from 0 2025.08.29 23:40:37.103798 [ 275 ] {88f7ae78-53f5-4d2a-9cf4-5c3633d77702} executeQuery: Read 16 rows, 671.00 B in 0.001242 sec., 12882.447665056361 rows/sec., 527.60 KiB/sec. 2025.08.29 23:40:37.103889 [ 275 ] {88f7ae78-53f5-4d2a-9cf4-5c3633d77702} TCPHandler: Processed in 0.001464475 sec. 2025.08.29 23:40:37.104129 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:37.104256 [ 275 ] {221118c0-2425-4a51-9bb9-6a0458cf1733} executeQuery: (from [fd00:1122:3344:101::d]:58293) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2025.08.29 23:40:37.104456 [ 275 ] {221118c0-2425-4a51-9bb9-6a0458cf1733} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.29 23:40:37.104487 [ 275 ] {221118c0-2425-4a51-9bb9-6a0458cf1733} 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE 2025.08.29 23:40:37.104657 [ 275 ] {221118c0-2425-4a51-9bb9-6a0458cf1733} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.29 23:40:37.104709 [ 275 ] {221118c0-2425-4a51-9bb9-6a0458cf1733} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.29 23:40:37.104811 [ 275 ] {221118c0-2425-4a51-9bb9-6a0458cf1733} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Key condition: (column 0 notIn 18-element set) 2025.08.29 23:40:37.104840 [ 275 ] {221118c0-2425-4a51-9bb9-6a0458cf1733} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.29 23:40:37.104859 [ 275 ] {221118c0-2425-4a51-9bb9-6a0458cf1733} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (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.08.29 23:40:37.104874 [ 275 ] {221118c0-2425-4a51-9bb9-6a0458cf1733} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.29 23:40:37.104906 [ 275 ] {221118c0-2425-4a51-9bb9-6a0458cf1733} 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" 2025.08.29 23:40:37.104924 [ 275 ] {221118c0-2425-4a51-9bb9-6a0458cf1733} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 16 rows starting from 0 2025.08.29 23:40:37.105392 [ 275 ] {221118c0-2425-4a51-9bb9-6a0458cf1733} executeQuery: Read 16 rows, 671.00 B in 0.001184 sec., 13513.513513513513 rows/sec., 553.44 KiB/sec. 2025.08.29 23:40:37.105478 [ 275 ] {221118c0-2425-4a51-9bb9-6a0458cf1733} TCPHandler: Processed in 0.001399624 sec. 2025.08.29 23:40:37.105688 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:37.105815 [ 275 ] {a9704067-1aaa-4d14-8434-b8835c5feb23} executeQuery: (from [fd00:1122:3344:101::d]:58293) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.29 23:40:37.106010 [ 275 ] {a9704067-1aaa-4d14-8434-b8835c5feb23} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.29 23:40:37.106042 [ 275 ] {a9704067-1aaa-4d14-8434-b8835c5feb23} 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.08.29 23:40:37.106210 [ 275 ] {a9704067-1aaa-4d14-8434-b8835c5feb23} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.29 23:40:37.106262 [ 275 ] {a9704067-1aaa-4d14-8434-b8835c5feb23} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.29 23:40:37.106361 [ 275 ] {a9704067-1aaa-4d14-8434-b8835c5feb23} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Key condition: (column 0 notIn 19-element set) 2025.08.29 23:40:37.106391 [ 275 ] {a9704067-1aaa-4d14-8434-b8835c5feb23} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.29 23:40:37.106410 [ 275 ] {a9704067-1aaa-4d14-8434-b8835c5feb23} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (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.08.29 23:40:37.106425 [ 275 ] {a9704067-1aaa-4d14-8434-b8835c5feb23} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.29 23:40:37.106458 [ 275 ] {a9704067-1aaa-4d14-8434-b8835c5feb23} 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.08.29 23:40:37.106476 [ 275 ] {a9704067-1aaa-4d14-8434-b8835c5feb23} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 16 rows starting from 0 2025.08.29 23:40:37.106877 [ 275 ] {a9704067-1aaa-4d14-8434-b8835c5feb23} executeQuery: Read 16 rows, 671.00 B in 0.00111 sec., 14414.414414414414 rows/sec., 590.34 KiB/sec. 2025.08.29 23:40:37.106958 [ 275 ] {a9704067-1aaa-4d14-8434-b8835c5feb23} TCPHandler: Processed in 0.001319912 sec. 2025.08.29 23:40:37.108101 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:37.108228 [ 275 ] {d7608b27-3cae-4c85-af40-0146d44f0d32} executeQuery: (from [fd00:1122:3344:101::d]:58293) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.29 23:40:37.108425 [ 275 ] {d7608b27-3cae-4c85-af40-0146d44f0d32} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.29 23:40:37.108456 [ 275 ] {d7608b27-3cae-4c85-af40-0146d44f0d32} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.08.29 23:40:37.108625 [ 275 ] {d7608b27-3cae-4c85-af40-0146d44f0d32} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.29 23:40:37.108678 [ 275 ] {d7608b27-3cae-4c85-af40-0146d44f0d32} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.29 23:40:37.108777 [ 275 ] {d7608b27-3cae-4c85-af40-0146d44f0d32} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Key condition: (column 0 notIn 20-element set) 2025.08.29 23:40:37.108806 [ 275 ] {d7608b27-3cae-4c85-af40-0146d44f0d32} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.29 23:40:37.108826 [ 275 ] {d7608b27-3cae-4c85-af40-0146d44f0d32} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (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.08.29 23:40:37.108839 [ 275 ] {d7608b27-3cae-4c85-af40-0146d44f0d32} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.29 23:40:37.108871 [ 275 ] {d7608b27-3cae-4c85-af40-0146d44f0d32} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.08.29 23:40:37.108889 [ 275 ] {d7608b27-3cae-4c85-af40-0146d44f0d32} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 16 rows starting from 0 2025.08.29 23:40:37.109286 [ 275 ] {d7608b27-3cae-4c85-af40-0146d44f0d32} executeQuery: Read 16 rows, 671.00 B in 0.001106 sec., 14466.546112115733 rows/sec., 592.47 KiB/sec. 2025.08.29 23:40:37.109367 [ 275 ] {d7608b27-3cae-4c85-af40-0146d44f0d32} TCPHandler: Processed in 0.001316632 sec. 2025.08.29 23:40:37.109569 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:37.109694 [ 275 ] {e3fda63e-b495-4390-a1d0-fd08058e3275} executeQuery: (from [fd00:1122:3344:101::d]:58293) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.29 23:40:37.109895 [ 275 ] {e3fda63e-b495-4390-a1d0-fd08058e3275} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.29 23:40:37.109927 [ 275 ] {e3fda63e-b495-4390-a1d0-fd08058e3275} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.08.29 23:40:37.110098 [ 275 ] {e3fda63e-b495-4390-a1d0-fd08058e3275} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.29 23:40:37.110150 [ 275 ] {e3fda63e-b495-4390-a1d0-fd08058e3275} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.29 23:40:37.110247 [ 275 ] {e3fda63e-b495-4390-a1d0-fd08058e3275} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Key condition: (column 0 notIn 21-element set) 2025.08.29 23:40:37.110275 [ 275 ] {e3fda63e-b495-4390-a1d0-fd08058e3275} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.29 23:40:37.110294 [ 275 ] {e3fda63e-b495-4390-a1d0-fd08058e3275} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (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.08.29 23:40:37.110308 [ 275 ] {e3fda63e-b495-4390-a1d0-fd08058e3275} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.29 23:40:37.110340 [ 275 ] {e3fda63e-b495-4390-a1d0-fd08058e3275} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.08.29 23:40:37.110358 [ 275 ] {e3fda63e-b495-4390-a1d0-fd08058e3275} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 16 rows starting from 0 2025.08.29 23:40:37.110775 [ 275 ] {e3fda63e-b495-4390-a1d0-fd08058e3275} executeQuery: Read 16 rows, 671.00 B in 0.001128 sec., 14184.397163120566 rows/sec., 580.92 KiB/sec. 2025.08.29 23:40:37.110859 [ 275 ] {e3fda63e-b495-4390-a1d0-fd08058e3275} TCPHandler: Processed in 0.001339032 sec. 2025.08.29 23:40:37.111058 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:37.111186 [ 275 ] {980debc3-1606-4735-a7b8-e9692c83fb71} executeQuery: (from [fd00:1122:3344:101::d]:58293) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.29 23:40:37.111389 [ 275 ] {980debc3-1606-4735-a7b8-e9692c83fb71} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.29 23:40:37.111422 [ 275 ] {980debc3-1606-4735-a7b8-e9692c83fb71} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.08.29 23:40:37.111594 [ 275 ] {980debc3-1606-4735-a7b8-e9692c83fb71} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.29 23:40:37.111645 [ 275 ] {980debc3-1606-4735-a7b8-e9692c83fb71} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.29 23:40:37.111743 [ 275 ] {980debc3-1606-4735-a7b8-e9692c83fb71} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Key condition: (column 0 notIn 22-element set) 2025.08.29 23:40:37.111772 [ 275 ] {980debc3-1606-4735-a7b8-e9692c83fb71} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.29 23:40:37.111790 [ 275 ] {980debc3-1606-4735-a7b8-e9692c83fb71} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (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.08.29 23:40:37.111805 [ 275 ] {980debc3-1606-4735-a7b8-e9692c83fb71} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.29 23:40:37.111836 [ 275 ] {980debc3-1606-4735-a7b8-e9692c83fb71} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.08.29 23:40:37.111854 [ 275 ] {980debc3-1606-4735-a7b8-e9692c83fb71} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 16 rows starting from 0 2025.08.29 23:40:37.112340 [ 275 ] {980debc3-1606-4735-a7b8-e9692c83fb71} executeQuery: Read 16 rows, 671.00 B in 0.0012 sec., 13333.333333333334 rows/sec., 546.06 KiB/sec. 2025.08.29 23:40:37.112425 [ 275 ] {980debc3-1606-4735-a7b8-e9692c83fb71} TCPHandler: Processed in 0.001416734 sec. 2025.08.29 23:40:37.119023 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:37.119157 [ 275 ] {3daf7f7a-59d8-4c0a-874a-2a4bad2386a8} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.08.29 23:40:37.119209 [ 275 ] {3daf7f7a-59d8-4c0a-874a-2a4bad2386a8} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.29 23:40:37.119860 [ 275 ] {3daf7f7a-59d8-4c0a-874a-2a4bad2386a8} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:37.119905 [ 275 ] {3daf7f7a-59d8-4c0a-874a-2a4bad2386a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:37.120336 [ 275 ] {3daf7f7a-59d8-4c0a-874a-2a4bad2386a8} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.29 23:40:37.120542 [ 275 ] {3daf7f7a-59d8-4c0a-874a-2a4bad2386a8} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:37.120689 [ 275 ] {3daf7f7a-59d8-4c0a-874a-2a4bad2386a8} executeQuery: Read 7 rows, 801.00 B in 0.00157 sec., 4458.598726114649 rows/sec., 498.23 KiB/sec. 2025.08.29 23:40:37.120726 [ 275 ] {3daf7f7a-59d8-4c0a-874a-2a4bad2386a8} TCPHandler: Processed in 0.00176837 sec. 2025.08.29 23:40:37.120842 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:37.120939 [ 275 ] {86d812b3-b1bc-4383-845a-d04af99cd60d} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.29 23:40:37.120982 [ 275 ] {86d812b3-b1bc-4383-845a-d04af99cd60d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.29 23:40:37.121402 [ 275 ] {86d812b3-b1bc-4383-845a-d04af99cd60d} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:37.121438 [ 275 ] {86d812b3-b1bc-4383-845a-d04af99cd60d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:37.121732 [ 275 ] {86d812b3-b1bc-4383-845a-d04af99cd60d} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.29 23:40:37.121945 [ 275 ] {86d812b3-b1bc-4383-845a-d04af99cd60d} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:37.122072 [ 275 ] {86d812b3-b1bc-4383-845a-d04af99cd60d} executeQuery: Read 4 rows, 334.00 B in 0.001155 sec., 3463.2034632034633 rows/sec., 282.40 KiB/sec. 2025.08.29 23:40:37.122108 [ 275 ] {86d812b3-b1bc-4383-845a-d04af99cd60d} TCPHandler: Processed in 0.001317603 sec. 2025.08.29 23:40:37.122222 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:37.122318 [ 275 ] {d3f2f774-1e28-45ad-af2f-f5a7f77b8c70} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:40:37.122357 [ 275 ] {d3f2f774-1e28-45ad-af2f-f5a7f77b8c70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:40:37.122789 [ 275 ] {d3f2f774-1e28-45ad-af2f-f5a7f77b8c70} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:37.122824 [ 275 ] {d3f2f774-1e28-45ad-af2f-f5a7f77b8c70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:37.123122 [ 275 ] {d3f2f774-1e28-45ad-af2f-f5a7f77b8c70} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.29 23:40:37.123335 [ 275 ] {d3f2f774-1e28-45ad-af2f-f5a7f77b8c70} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:37.123461 [ 275 ] {d3f2f774-1e28-45ad-af2f-f5a7f77b8c70} executeQuery: Read 86 rows, 7.18 KiB in 0.001163 sec., 73946.68959587274 rows/sec., 6.03 MiB/sec. 2025.08.29 23:40:37.123496 [ 275 ] {d3f2f774-1e28-45ad-af2f-f5a7f77b8c70} TCPHandler: Processed in 0.001323982 sec. 2025.08.29 23:40:37.123617 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:37.123711 [ 275 ] {e54e7018-129d-420c-9d45-d78fc6a91e8e} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:40:37.123752 [ 275 ] {e54e7018-129d-420c-9d45-d78fc6a91e8e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:40:37.124303 [ 275 ] {e54e7018-129d-420c-9d45-d78fc6a91e8e} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:37.124339 [ 275 ] {e54e7018-129d-420c-9d45-d78fc6a91e8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:37.124639 [ 275 ] {e54e7018-129d-420c-9d45-d78fc6a91e8e} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.29 23:40:37.124855 [ 275 ] {e54e7018-129d-420c-9d45-d78fc6a91e8e} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:37.124980 [ 275 ] {e54e7018-129d-420c-9d45-d78fc6a91e8e} executeQuery: Read 18 rows, 1.33 KiB in 0.001288 sec., 13975.155279503104 rows/sec., 1.01 MiB/sec. 2025.08.29 23:40:37.125015 [ 275 ] {e54e7018-129d-420c-9d45-d78fc6a91e8e} TCPHandler: Processed in 0.001448735 sec. 2025.08.29 23:40:37.125129 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:37.125223 [ 275 ] {99551d42-1cfd-4919-98db-05833645498e} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:40:37.125262 [ 275 ] {99551d42-1cfd-4919-98db-05833645498e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:40:37.125702 [ 275 ] {99551d42-1cfd-4919-98db-05833645498e} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:37.125737 [ 275 ] {99551d42-1cfd-4919-98db-05833645498e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:37.126044 [ 275 ] {99551d42-1cfd-4919-98db-05833645498e} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.29 23:40:37.126255 [ 275 ] {99551d42-1cfd-4919-98db-05833645498e} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:37.126378 [ 275 ] {99551d42-1cfd-4919-98db-05833645498e} executeQuery: Read 89 rows, 7.13 KiB in 0.001173 sec., 75873.82779198636 rows/sec., 5.94 MiB/sec. 2025.08.29 23:40:37.126413 [ 275 ] {99551d42-1cfd-4919-98db-05833645498e} TCPHandler: Processed in 0.001334092 sec. 2025.08.29 23:40:37.126527 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:37.126622 [ 275 ] {df6d178d-5980-4d68-a183-d992df786ed3} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:40:37.126666 [ 275 ] {df6d178d-5980-4d68-a183-d992df786ed3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:40:37.127083 [ 275 ] {df6d178d-5980-4d68-a183-d992df786ed3} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:37.127118 [ 275 ] {df6d178d-5980-4d68-a183-d992df786ed3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:37.127444 [ 275 ] {df6d178d-5980-4d68-a183-d992df786ed3} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.29 23:40:37.127654 [ 275 ] {df6d178d-5980-4d68-a183-d992df786ed3} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:37.127789 [ 275 ] {df6d178d-5980-4d68-a183-d992df786ed3} executeQuery: Read 162 rows, 11.55 KiB in 0.001185 sec., 136708.86075949366 rows/sec., 9.52 MiB/sec. 2025.08.29 23:40:37.127825 [ 275 ] {df6d178d-5980-4d68-a183-d992df786ed3} TCPHandler: Processed in 0.001346863 sec. 2025.08.29 23:40:37.127934 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:37.128037 [ 275 ] {1f83e351-9a7c-4c1e-ae7d-d8cb1aa8ed17} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:40:37.128093 [ 275 ] {1f83e351-9a7c-4c1e-ae7d-d8cb1aa8ed17} 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.08.29 23:40:37.128907 [ 275 ] {1f83e351-9a7c-4c1e-ae7d-d8cb1aa8ed17} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:37.128943 [ 275 ] {1f83e351-9a7c-4c1e-ae7d-d8cb1aa8ed17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:37.129515 [ 275 ] {1f83e351-9a7c-4c1e-ae7d-d8cb1aa8ed17} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.29 23:40:37.129747 [ 275 ] {1f83e351-9a7c-4c1e-ae7d-d8cb1aa8ed17} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:37.129892 [ 275 ] {1f83e351-9a7c-4c1e-ae7d-d8cb1aa8ed17} executeQuery: Read 14 rows, 25.69 KiB in 0.001873 sec., 7474.639615589962 rows/sec., 13.39 MiB/sec. 2025.08.29 23:40:37.129949 [ 275 ] {1f83e351-9a7c-4c1e-ae7d-d8cb1aa8ed17} TCPHandler: Processed in 0.002066045 sec. 2025.08.29 23:40:37.130067 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:37.130162 [ 275 ] {cc97c9d1-2281-4b06-8724-835e7bc94728} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.08.29 23:40:37.130205 [ 275 ] {cc97c9d1-2281-4b06-8724-835e7bc94728} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.08.29 23:40:37.130519 [ 275 ] {cc97c9d1-2281-4b06-8724-835e7bc94728} oximeter.measurements_i64 (cba5c20d-cb6e-477c-be02-65234a201993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:37.130555 [ 275 ] {cc97c9d1-2281-4b06-8724-835e7bc94728} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:37.130873 [ 275 ] {cc97c9d1-2281-4b06-8724-835e7bc94728} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.29 23:40:37.131096 [ 275 ] {cc97c9d1-2281-4b06-8724-835e7bc94728} oximeter.measurements_i64 (cba5c20d-cb6e-477c-be02-65234a201993): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:37.131223 [ 275 ] {cc97c9d1-2281-4b06-8724-835e7bc94728} executeQuery: Read 9 rows, 680.00 B in 0.00108 sec., 8333.333333333334 rows/sec., 614.87 KiB/sec. 2025.08.29 23:40:37.131265 [ 275 ] {cc97c9d1-2281-4b06-8724-835e7bc94728} TCPHandler: Processed in 0.001247331 sec. 2025.08.29 23:40:37.131377 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:37.131476 [ 275 ] {8fed5693-1c5e-4b4c-832c-ad92d115bd9a} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:40:37.131518 [ 275 ] {8fed5693-1c5e-4b4c-832c-ad92d115bd9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:40:37.131856 [ 275 ] {8fed5693-1c5e-4b4c-832c-ad92d115bd9a} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:37.131891 [ 275 ] {8fed5693-1c5e-4b4c-832c-ad92d115bd9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:37.132190 [ 275 ] {8fed5693-1c5e-4b4c-832c-ad92d115bd9a} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.29 23:40:37.132403 [ 275 ] {8fed5693-1c5e-4b4c-832c-ad92d115bd9a} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:37.132534 [ 275 ] {8fed5693-1c5e-4b4c-832c-ad92d115bd9a} executeQuery: Read 60 rows, 4.14 KiB in 0.001077 sec., 55710.30640668523 rows/sec., 3.75 MiB/sec. 2025.08.29 23:40:37.132576 [ 275 ] {8fed5693-1c5e-4b4c-832c-ad92d115bd9a} TCPHandler: Processed in 0.001248761 sec. 2025.08.29 23:40:38.843184 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 188 2025.08.29 23:40:38.845751 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:38.845810 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:38.847069 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.29 23:40:38.847358 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:38.847676 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 188 2025.08.29 23:40:42.093675 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:42.093928 [ 275 ] {f904ad0e-9c84-4061-a3d9-cc7376b9517c} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:40:42.093997 [ 275 ] {f904ad0e-9c84-4061-a3d9-cc7376b9517c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:40:42.094698 [ 275 ] {f904ad0e-9c84-4061-a3d9-cc7376b9517c} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:42.094751 [ 275 ] {f904ad0e-9c84-4061-a3d9-cc7376b9517c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:42.095158 [ 275 ] {f904ad0e-9c84-4061-a3d9-cc7376b9517c} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.29 23:40:42.095397 [ 275 ] {f904ad0e-9c84-4061-a3d9-cc7376b9517c} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:42.095557 [ 275 ] {f904ad0e-9c84-4061-a3d9-cc7376b9517c} executeQuery: Read 76 rows, 6.41 KiB in 0.001678 sec., 45292.01430274136 rows/sec., 3.73 MiB/sec. 2025.08.29 23:40:42.095599 [ 275 ] {f904ad0e-9c84-4061-a3d9-cc7376b9517c} TCPHandler: Processed in 0.002116216 sec. 2025.08.29 23:40:42.095732 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:42.095829 [ 275 ] {847e3180-ce99-4779-83f8-8e8f54e88904} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:40:42.095870 [ 275 ] {847e3180-ce99-4779-83f8-8e8f54e88904} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:40:42.096276 [ 275 ] {847e3180-ce99-4779-83f8-8e8f54e88904} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:42.096314 [ 275 ] {847e3180-ce99-4779-83f8-8e8f54e88904} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:42.096638 [ 275 ] {847e3180-ce99-4779-83f8-8e8f54e88904} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.29 23:40:42.096882 [ 275 ] {847e3180-ce99-4779-83f8-8e8f54e88904} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:42.097011 [ 275 ] {847e3180-ce99-4779-83f8-8e8f54e88904} executeQuery: Read 10 rows, 770.00 B in 0.001201 sec., 8326.39467110741 rows/sec., 626.11 KiB/sec. 2025.08.29 23:40:42.097050 [ 275 ] {847e3180-ce99-4779-83f8-8e8f54e88904} TCPHandler: Processed in 0.001367163 sec. 2025.08.29 23:40:42.097175 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:42.097269 [ 275 ] {db660027-3134-4301-8888-3501eff9dca0} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:40:42.097310 [ 275 ] {db660027-3134-4301-8888-3501eff9dca0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:40:42.097757 [ 275 ] {db660027-3134-4301-8888-3501eff9dca0} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:42.097794 [ 275 ] {db660027-3134-4301-8888-3501eff9dca0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:42.098108 [ 275 ] {db660027-3134-4301-8888-3501eff9dca0} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.29 23:40:42.098323 [ 275 ] {db660027-3134-4301-8888-3501eff9dca0} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:42.098455 [ 275 ] {db660027-3134-4301-8888-3501eff9dca0} executeQuery: Read 74 rows, 5.92 KiB in 0.001204 sec., 61461.79401993356 rows/sec., 4.80 MiB/sec. 2025.08.29 23:40:42.098493 [ 275 ] {db660027-3134-4301-8888-3501eff9dca0} TCPHandler: Processed in 0.001367053 sec. 2025.08.29 23:40:42.098616 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:42.098711 [ 275 ] {a513411c-1739-47fc-b509-343caef2d3e7} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:40:42.098755 [ 275 ] {a513411c-1739-47fc-b509-343caef2d3e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:40:42.099181 [ 275 ] {a513411c-1739-47fc-b509-343caef2d3e7} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:42.099219 [ 275 ] {a513411c-1739-47fc-b509-343caef2d3e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:42.099557 [ 275 ] {a513411c-1739-47fc-b509-343caef2d3e7} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.29 23:40:42.099775 [ 275 ] {a513411c-1739-47fc-b509-343caef2d3e7} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:42.099906 [ 275 ] {a513411c-1739-47fc-b509-343caef2d3e7} executeQuery: Read 160 rows, 11.41 KiB in 0.001214 sec., 131795.71663920922 rows/sec., 9.18 MiB/sec. 2025.08.29 23:40:42.099942 [ 275 ] {a513411c-1739-47fc-b509-343caef2d3e7} TCPHandler: Processed in 0.001375613 sec. 2025.08.29 23:40:42.100066 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:42.100188 [ 275 ] {20754779-d5d5-4a32-81e7-77b31f172b7b} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:40:42.100254 [ 275 ] {20754779-d5d5-4a32-81e7-77b31f172b7b} 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.08.29 23:40:42.101076 [ 275 ] {20754779-d5d5-4a32-81e7-77b31f172b7b} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:42.101114 [ 275 ] {20754779-d5d5-4a32-81e7-77b31f172b7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:42.101662 [ 275 ] {20754779-d5d5-4a32-81e7-77b31f172b7b} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.29 23:40:42.101886 [ 275 ] {20754779-d5d5-4a32-81e7-77b31f172b7b} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:42.102026 [ 275 ] {20754779-d5d5-4a32-81e7-77b31f172b7b} executeQuery: Read 10 rows, 18.35 KiB in 0.001862 sec., 5370.569280343717 rows/sec., 9.62 MiB/sec. 2025.08.29 23:40:42.102077 [ 275 ] {20754779-d5d5-4a32-81e7-77b31f172b7b} TCPHandler: Processed in 0.002071985 sec. 2025.08.29 23:40:42.102202 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:42.102325 [ 275 ] {b3bd930e-b089-43d7-bb22-fc933a699603} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:40:42.102377 [ 275 ] {b3bd930e-b089-43d7-bb22-fc933a699603} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:40:42.102801 [ 275 ] {b3bd930e-b089-43d7-bb22-fc933a699603} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:42.102839 [ 275 ] {b3bd930e-b089-43d7-bb22-fc933a699603} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:42.103157 [ 275 ] {b3bd930e-b089-43d7-bb22-fc933a699603} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.29 23:40:42.103369 [ 275 ] {b3bd930e-b089-43d7-bb22-fc933a699603} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:42.103503 [ 275 ] {b3bd930e-b089-43d7-bb22-fc933a699603} executeQuery: Read 60 rows, 4.14 KiB in 0.001204 sec., 49833.88704318937 rows/sec., 3.36 MiB/sec. 2025.08.29 23:40:42.103540 [ 275 ] {b3bd930e-b089-43d7-bb22-fc933a699603} TCPHandler: Processed in 0.001398374 sec. 2025.08.29 23:40:43.775000 [ 66 ] {} DNSResolver: Updating DNS cache 2025.08.29 23:40:43.775063 [ 66 ] {} DNSResolver: Updated DNS cache 2025.08.29 23:40:43.840266 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806 2025.08.29 23:40:43.840758 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:43.840809 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:43.841384 [ 245 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.29 23:40:43.841685 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:43.841848 [ 66 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.08.29 23:40:43.841852 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 2025.08.29 23:40:43.841928 [ 66 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:43.841956 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:43.842149 [ 198 ] {90555ac2-81b8-4059-8b13-b62161c900cc::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.08.29 23:40:43.844190 [ 198 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:40:43.844324 [ 198 ] {90555ac2-81b8-4059-8b13-b62161c900cc::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.08.29 23:40:43.844457 [ 198 ] {90555ac2-81b8-4059-8b13-b62161c900cc::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.08.29 23:40:43.844664 [ 198 ] {90555ac2-81b8-4059-8b13-b62161c900cc::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.08.29 23:40:43.844716 [ 198 ] {90555ac2-81b8-4059-8b13-b62161c900cc::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.08.29 23:40:43.844768 [ 198 ] {90555ac2-81b8-4059-8b13-b62161c900cc::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.08.29 23:40:43.844829 [ 198 ] {90555ac2-81b8-4059-8b13-b62161c900cc::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.08.29 23:40:43.924421 [ 202 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.082377534 sec., 34062.68510052753 rows/sec., 498.97 KiB/sec. 2025.08.29 23:40:43.925345 [ 197 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.08.29 23:40:43.925668 [ 197 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_6_1} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:43.925737 [ 197 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_6_1} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.08.29 23:40:43.925847 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. 2025.08.29 23:40:43.994779 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2025.08.29 23:40:44.000160 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 165.28 MiB, peak 171.59 MiB, free memory in arenas 0.00 B, will set to 167.18 MiB (RSS), difference: 1.90 MiB 2025.08.29 23:40:44.012694 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:44.012757 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:44.018847 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.29 23:40:44.019616 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:44.019898 [ 65 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.08.29 23:40:44.019941 [ 65 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:44.019960 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:44.020046 [ 197 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::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.08.29 23:40:44.023331 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2025.08.29 23:40:44.024352 [ 197 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:40:44.025817 [ 197 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::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.08.29 23:40:44.030353 [ 197 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::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.08.29 23:40:44.034678 [ 197 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::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.08.29 23:40:44.038699 [ 197 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::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.08.29 23:40:44.047477 [ 197 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::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.08.29 23:40:44.051445 [ 197 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::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.08.29 23:40:44.116713 [ 202 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.096700895 sec., 475.6936324115718 rows/sec., 2.46 MiB/sec. 2025.08.29 23:40:44.119020 [ 194 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.08.29 23:40:44.121079 [ 194 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_6_1} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:44.121180 [ 194 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_6_1} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.08.29 23:40:44.123141 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2025.08.29 23:40:45.000171 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 168.26 MiB, peak 177.79 MiB, free memory in arenas 0.00 B, will set to 176.22 MiB (RSS), difference: 7.96 MiB 2025.08.29 23:40:47.094064 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:47.094282 [ 275 ] {686190cc-9798-4c38-ad71-4bc3efa0c9ea} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:40:47.094358 [ 275 ] {686190cc-9798-4c38-ad71-4bc3efa0c9ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:40:47.095120 [ 275 ] {686190cc-9798-4c38-ad71-4bc3efa0c9ea} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:47.095172 [ 275 ] {686190cc-9798-4c38-ad71-4bc3efa0c9ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:47.095633 [ 275 ] {686190cc-9798-4c38-ad71-4bc3efa0c9ea} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.29 23:40:47.095865 [ 275 ] {686190cc-9798-4c38-ad71-4bc3efa0c9ea} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:47.095995 [ 62 ] {} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.08.29 23:40:47.096023 [ 275 ] {686190cc-9798-4c38-ad71-4bc3efa0c9ea} executeQuery: Read 108 rows, 9.27 KiB in 0.001798 sec., 60066.740823136824 rows/sec., 5.04 MiB/sec. 2025.08.29 23:40:47.096034 [ 62 ] {} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:47.096056 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:47.096072 [ 275 ] {686190cc-9798-4c38-ad71-4bc3efa0c9ea} TCPHandler: Processed in 0.002147327 sec. 2025.08.29 23:40:47.096157 [ 190 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::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.08.29 23:40:47.096203 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:47.096254 [ 190 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:40:47.096291 [ 190 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 75 rows starting from the beginning of the part 2025.08.29 23:40:47.096333 [ 275 ] {a5ac4d4e-46fd-47ef-9ee0-5ef66eb0c30b} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:40:47.096376 [ 190 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 52 rows starting from the beginning of the part 2025.08.29 23:40:47.096379 [ 275 ] {a5ac4d4e-46fd-47ef-9ee0-5ef66eb0c30b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:40:47.096425 [ 190 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 72 rows starting from the beginning of the part 2025.08.29 23:40:47.096476 [ 190 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 86 rows starting from the beginning of the part 2025.08.29 23:40:47.096523 [ 190 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 76 rows starting from the beginning of the part 2025.08.29 23:40:47.096568 [ 190 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 108 rows starting from the beginning of the part 2025.08.29 23:40:47.096816 [ 275 ] {a5ac4d4e-46fd-47ef-9ee0-5ef66eb0c30b} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:47.096854 [ 275 ] {a5ac4d4e-46fd-47ef-9ee0-5ef66eb0c30b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:40:47.097273 [ 275 ] {a5ac4d4e-46fd-47ef-9ee0-5ef66eb0c30b} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.29 23:40:47.097521 [ 275 ] {a5ac4d4e-46fd-47ef-9ee0-5ef66eb0c30b} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:47.097536 [ 202 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 469 rows, containing 5 columns (5 merged, 0 gathered) in 0.001419024 sec., 330508.85679171036 rows/sec., 28.31 MiB/sec. 2025.08.29 23:40:47.097660 [ 275 ] {a5ac4d4e-46fd-47ef-9ee0-5ef66eb0c30b} executeQuery: Read 26 rows, 1.96 KiB in 0.001352 sec., 19230.76923076923 rows/sec., 1.41 MiB/sec. 2025.08.29 23:40:47.097669 [ 190 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.08.29 23:40:47.097702 [ 275 ] {a5ac4d4e-46fd-47ef-9ee0-5ef66eb0c30b} TCPHandler: Processed in 0.001550846 sec. 2025.08.29 23:40:47.097818 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:47.097917 [ 275 ] {b7e65fb0-dbbb-4e38-93a9-8ab9b2c82545} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:40:47.097918 [ 190 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_6_1} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:47.097960 [ 275 ] {b7e65fb0-dbbb-4e38-93a9-8ab9b2c82545} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:40:47.097988 [ 190 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_6_1} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.08.29 23:40:47.098048 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.08.29 23:40:47.098411 [ 275 ] {b7e65fb0-dbbb-4e38-93a9-8ab9b2c82545} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:47.098448 [ 275 ] {b7e65fb0-dbbb-4e38-93a9-8ab9b2c82545} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:47.098808 [ 275 ] {b7e65fb0-dbbb-4e38-93a9-8ab9b2c82545} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.29 23:40:47.099022 [ 275 ] {b7e65fb0-dbbb-4e38-93a9-8ab9b2c82545} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:47.099113 [ 62 ] {} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.08.29 23:40:47.099144 [ 62 ] {} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:47.099146 [ 275 ] {b7e65fb0-dbbb-4e38-93a9-8ab9b2c82545} executeQuery: Read 96 rows, 7.71 KiB in 0.001251 sec., 76738.60911270983 rows/sec., 6.02 MiB/sec. 2025.08.29 23:40:47.099165 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:47.099189 [ 275 ] {b7e65fb0-dbbb-4e38-93a9-8ab9b2c82545} TCPHandler: Processed in 0.001422124 sec. 2025.08.29 23:40:47.099295 [ 193 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::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.08.29 23:40:47.099306 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:47.099440 [ 275 ] {cc971e5c-9d0e-43f7-ba05-b06f4107dc91} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:40:47.099463 [ 193 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:40:47.099485 [ 275 ] {cc971e5c-9d0e-43f7-ba05-b06f4107dc91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:40:47.099509 [ 193 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 72 rows starting from the beginning of the part 2025.08.29 23:40:47.099605 [ 193 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::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.08.29 23:40:47.099656 [ 193 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 66 rows starting from the beginning of the part 2025.08.29 23:40:47.099710 [ 193 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 89 rows starting from the beginning of the part 2025.08.29 23:40:47.099767 [ 193 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 74 rows starting from the beginning of the part 2025.08.29 23:40:47.099820 [ 193 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 96 rows starting from the beginning of the part 2025.08.29 23:40:47.099913 [ 275 ] {cc971e5c-9d0e-43f7-ba05-b06f4107dc91} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:47.099952 [ 275 ] {cc971e5c-9d0e-43f7-ba05-b06f4107dc91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:40:47.100388 [ 275 ] {cc971e5c-9d0e-43f7-ba05-b06f4107dc91} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.29 23:40:47.100628 [ 275 ] {cc971e5c-9d0e-43f7-ba05-b06f4107dc91} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:47.100765 [ 275 ] {cc971e5c-9d0e-43f7-ba05-b06f4107dc91} executeQuery: Read 160 rows, 11.41 KiB in 0.001345 sec., 118959.10780669145 rows/sec., 8.29 MiB/sec. 2025.08.29 23:40:47.100761 [ 60 ] {} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.08.29 23:40:47.100803 [ 275 ] {cc971e5c-9d0e-43f7-ba05-b06f4107dc91} TCPHandler: Processed in 0.001547516 sec. 2025.08.29 23:40:47.100841 [ 60 ] {} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:47.100873 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:40:47.100884 [ 202 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 453 rows, containing 5 columns (5 merged, 0 gathered) in 0.001653998 sec., 273881.8305705327 rows/sec., 22.46 MiB/sec. 2025.08.29 23:40:47.100926 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:47.100954 [ 193 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::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.08.29 23:40:47.101021 [ 275 ] {c6ab5f41-91a3-4ab6-ad0c-4ee6972c17b0} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:40:47.101054 [ 193 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:40:47.101084 [ 275 ] {c6ab5f41-91a3-4ab6-ad0c-4ee6972c17b0} 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.08.29 23:40:47.101086 [ 193 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 153 rows starting from the beginning of the part 2025.08.29 23:40:47.101125 [ 187 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.08.29 23:40:47.101151 [ 193 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 150 rows starting from the beginning of the part 2025.08.29 23:40:47.101200 [ 193 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 150 rows starting from the beginning of the part 2025.08.29 23:40:47.101236 [ 193 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 162 rows starting from the beginning of the part 2025.08.29 23:40:47.101273 [ 193 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::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.08.29 23:40:47.101311 [ 193 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::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.08.29 23:40:47.101518 [ 187 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_6_1} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:47.101612 [ 187 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_6_1} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.08.29 23:40:47.101710 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.08.29 23:40:47.101950 [ 275 ] {c6ab5f41-91a3-4ab6-ad0c-4ee6972c17b0} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:47.101993 [ 275 ] {c6ab5f41-91a3-4ab6-ad0c-4ee6972c17b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:40:47.102408 [ 186 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 935 rows, containing 5 columns (5 merged, 0 gathered) in 0.001483415 sec., 630302.3766107259 rows/sec., 43.80 MiB/sec. 2025.08.29 23:40:47.102604 [ 275 ] {c6ab5f41-91a3-4ab6-ad0c-4ee6972c17b0} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.29 23:40:47.102619 [ 186 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.08.29 23:40:47.102844 [ 275 ] {c6ab5f41-91a3-4ab6-ad0c-4ee6972c17b0} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:47.102929 [ 186 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_6_1} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:47.102990 [ 275 ] {c6ab5f41-91a3-4ab6-ad0c-4ee6972c17b0} executeQuery: Read 26 rows, 47.71 KiB in 0.001988 sec., 13078.470824949696 rows/sec., 23.44 MiB/sec. 2025.08.29 23:40:47.102998 [ 186 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_6_1} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.08.29 23:40:47.103050 [ 275 ] {c6ab5f41-91a3-4ab6-ad0c-4ee6972c17b0} TCPHandler: Processed in 0.002177417 sec. 2025.08.29 23:40:47.103075 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.08.29 23:40:47.103170 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:47.103266 [ 275 ] {7caecc7e-d84c-4f75-a0b4-02c99d2a6923} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.08.29 23:40:47.103307 [ 275 ] {7caecc7e-d84c-4f75-a0b4-02c99d2a6923} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.08.29 23:40:47.103630 [ 275 ] {7caecc7e-d84c-4f75-a0b4-02c99d2a6923} oximeter.measurements_i64 (cba5c20d-cb6e-477c-be02-65234a201993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:47.103665 [ 275 ] {7caecc7e-d84c-4f75-a0b4-02c99d2a6923} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:47.103970 [ 275 ] {7caecc7e-d84c-4f75-a0b4-02c99d2a6923} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.29 23:40:47.104179 [ 275 ] {7caecc7e-d84c-4f75-a0b4-02c99d2a6923} oximeter.measurements_i64 (cba5c20d-cb6e-477c-be02-65234a201993): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:47.104305 [ 275 ] {7caecc7e-d84c-4f75-a0b4-02c99d2a6923} executeQuery: Read 9 rows, 709.00 B in 0.001057 sec., 8514.664143803217 rows/sec., 655.05 KiB/sec. 2025.08.29 23:40:47.104342 [ 275 ] {7caecc7e-d84c-4f75-a0b4-02c99d2a6923} TCPHandler: Processed in 0.001220241 sec. 2025.08.29 23:40:47.104443 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:47.104535 [ 275 ] {4cfae5d1-3c4b-4093-8fc9-2528b5f8798d} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:40:47.104579 [ 275 ] {4cfae5d1-3c4b-4093-8fc9-2528b5f8798d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:40:47.104895 [ 275 ] {4cfae5d1-3c4b-4093-8fc9-2528b5f8798d} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:47.104932 [ 275 ] {4cfae5d1-3c4b-4093-8fc9-2528b5f8798d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:47.105256 [ 275 ] {4cfae5d1-3c4b-4093-8fc9-2528b5f8798d} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.29 23:40:47.105470 [ 275 ] {4cfae5d1-3c4b-4093-8fc9-2528b5f8798d} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:47.105572 [ 60 ] {} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.08.29 23:40:47.105602 [ 275 ] {4cfae5d1-3c4b-4093-8fc9-2528b5f8798d} executeQuery: Read 60 rows, 4.14 KiB in 0.001084 sec., 55350.55350553506 rows/sec., 3.73 MiB/sec. 2025.08.29 23:40:47.105609 [ 60 ] {} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:47.105642 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:47.105643 [ 275 ] {4cfae5d1-3c4b-4093-8fc9-2528b5f8798d} TCPHandler: Processed in 0.001249432 sec. 2025.08.29 23:40:47.105728 [ 202 ] {371e8896-2165-43da-873c-bccf77f3f9f8::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.08.29 23:40:47.105836 [ 202 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:40:47.105871 [ 202 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 50 rows starting from the beginning of the part 2025.08.29 23:40:47.105957 [ 202 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 50 rows starting from the beginning of the part 2025.08.29 23:40:47.106003 [ 202 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 50 rows starting from the beginning of the part 2025.08.29 23:40:47.106042 [ 202 ] {371e8896-2165-43da-873c-bccf77f3f9f8::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.08.29 23:40:47.106087 [ 202 ] {371e8896-2165-43da-873c-bccf77f3f9f8::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.08.29 23:40:47.106133 [ 202 ] {371e8896-2165-43da-873c-bccf77f3f9f8::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.08.29 23:40:47.106938 [ 202 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 330 rows, containing 4 columns (4 merged, 0 gathered) in 0.00124283 sec., 265523.0401583483 rows/sec., 18.04 MiB/sec. 2025.08.29 23:40:47.107067 [ 186 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.08.29 23:40:47.107323 [ 186 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_6_1} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:47.107381 [ 186 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_6_1} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.08.29 23:40:47.107435 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.08.29 23:40:47.538779 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:47.539010 [ 275 ] {b3e5a9bf-7eb1-4f48-b1f9-ab8770fa7947} executeQuery: (from [fd00:1122:3344:101::d]:58293) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.29 23:40:47.539372 [ 275 ] {b3e5a9bf-7eb1-4f48-b1f9-ab8770fa7947} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.29 23:40:47.539411 [ 275 ] {b3e5a9bf-7eb1-4f48-b1f9-ab8770fa7947} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.08.29 23:40:47.539652 [ 275 ] {b3e5a9bf-7eb1-4f48-b1f9-ab8770fa7947} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.29 23:40:47.539723 [ 275 ] {b3e5a9bf-7eb1-4f48-b1f9-ab8770fa7947} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.29 23:40:47.539865 [ 275 ] {b3e5a9bf-7eb1-4f48-b1f9-ab8770fa7947} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Key condition: (column 0 notIn 23-element set) 2025.08.29 23:40:47.540053 [ 288 ] {b3e5a9bf-7eb1-4f48-b1f9-ab8770fa7947} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.29 23:40:47.540104 [ 289 ] {b3e5a9bf-7eb1-4f48-b1f9-ab8770fa7947} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.08.29 23:40:47.540214 [ 275 ] {b3e5a9bf-7eb1-4f48-b1f9-ab8770fa7947} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (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.08.29 23:40:47.540245 [ 275 ] {b3e5a9bf-7eb1-4f48-b1f9-ab8770fa7947} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.29 23:40:47.542501 [ 275 ] {b3e5a9bf-7eb1-4f48-b1f9-ab8770fa7947} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.08.29 23:40:47.542533 [ 275 ] {b3e5a9bf-7eb1-4f48-b1f9-ab8770fa7947} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Reading approx. 23 rows with 2 streams 2025.08.29 23:40:47.542590 [ 275 ] {b3e5a9bf-7eb1-4f48-b1f9-ab8770fa7947} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.08.29 23:40:47.542630 [ 275 ] {b3e5a9bf-7eb1-4f48-b1f9-ab8770fa7947} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.08.29 23:40:47.543608 [ 275 ] {b3e5a9bf-7eb1-4f48-b1f9-ab8770fa7947} executeQuery: Read 23 rows, 982.00 B in 0.004693 sec., 4900.916258256978 rows/sec., 204.34 KiB/sec. 2025.08.29 23:40:47.543715 [ 275 ] {b3e5a9bf-7eb1-4f48-b1f9-ab8770fa7947} TCPHandler: Processed in 0.005068856 sec. 2025.08.29 23:40:47.544025 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:47.544169 [ 275 ] {492a96dd-fc80-42ea-8f05-d694b6244729} executeQuery: (from [fd00:1122:3344:101::d]:58293) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.29 23:40:47.544406 [ 275 ] {492a96dd-fc80-42ea-8f05-d694b6244729} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.29 23:40:47.544442 [ 275 ] {492a96dd-fc80-42ea-8f05-d694b6244729} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.08.29 23:40:47.544629 [ 275 ] {492a96dd-fc80-42ea-8f05-d694b6244729} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.29 23:40:47.544686 [ 275 ] {492a96dd-fc80-42ea-8f05-d694b6244729} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.29 23:40:47.544815 [ 275 ] {492a96dd-fc80-42ea-8f05-d694b6244729} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Key condition: (column 0 notIn 24-element set) 2025.08.29 23:40:47.544894 [ 289 ] {492a96dd-fc80-42ea-8f05-d694b6244729} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.08.29 23:40:47.544911 [ 290 ] {492a96dd-fc80-42ea-8f05-d694b6244729} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.29 23:40:47.545016 [ 275 ] {492a96dd-fc80-42ea-8f05-d694b6244729} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (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.08.29 23:40:47.545042 [ 275 ] {492a96dd-fc80-42ea-8f05-d694b6244729} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.29 23:40:47.545098 [ 275 ] {492a96dd-fc80-42ea-8f05-d694b6244729} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.08.29 23:40:47.545118 [ 275 ] {492a96dd-fc80-42ea-8f05-d694b6244729} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Reading approx. 23 rows with 2 streams 2025.08.29 23:40:47.545150 [ 275 ] {492a96dd-fc80-42ea-8f05-d694b6244729} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.08.29 23:40:47.545181 [ 275 ] {492a96dd-fc80-42ea-8f05-d694b6244729} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.08.29 23:40:47.545860 [ 275 ] {492a96dd-fc80-42ea-8f05-d694b6244729} executeQuery: Read 23 rows, 982.00 B in 0.001751 sec., 13135.351227869789 rows/sec., 547.68 KiB/sec. 2025.08.29 23:40:47.545954 [ 275 ] {492a96dd-fc80-42ea-8f05-d694b6244729} TCPHandler: Processed in 0.001982323 sec. 2025.08.29 23:40:47.546191 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:47.546324 [ 275 ] {de5b7c77-18a3-41b1-9898-b9f13a22e1cb} executeQuery: (from [fd00:1122:3344:101::d]:58293) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.29 23:40:47.546532 [ 275 ] {de5b7c77-18a3-41b1-9898-b9f13a22e1cb} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.29 23:40:47.546566 [ 275 ] {de5b7c77-18a3-41b1-9898-b9f13a22e1cb} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.08.29 23:40:47.546772 [ 275 ] {de5b7c77-18a3-41b1-9898-b9f13a22e1cb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.29 23:40:47.546826 [ 275 ] {de5b7c77-18a3-41b1-9898-b9f13a22e1cb} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.29 23:40:47.546949 [ 275 ] {de5b7c77-18a3-41b1-9898-b9f13a22e1cb} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Key condition: (column 0 notIn 25-element set) 2025.08.29 23:40:47.547009 [ 290 ] {de5b7c77-18a3-41b1-9898-b9f13a22e1cb} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.29 23:40:47.547012 [ 288 ] {de5b7c77-18a3-41b1-9898-b9f13a22e1cb} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.08.29 23:40:47.547117 [ 275 ] {de5b7c77-18a3-41b1-9898-b9f13a22e1cb} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (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.08.29 23:40:47.547139 [ 275 ] {de5b7c77-18a3-41b1-9898-b9f13a22e1cb} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.29 23:40:47.547193 [ 275 ] {de5b7c77-18a3-41b1-9898-b9f13a22e1cb} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.08.29 23:40:47.547212 [ 275 ] {de5b7c77-18a3-41b1-9898-b9f13a22e1cb} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Reading approx. 23 rows with 2 streams 2025.08.29 23:40:47.547241 [ 275 ] {de5b7c77-18a3-41b1-9898-b9f13a22e1cb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.08.29 23:40:47.547271 [ 275 ] {de5b7c77-18a3-41b1-9898-b9f13a22e1cb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.08.29 23:40:47.547997 [ 275 ] {de5b7c77-18a3-41b1-9898-b9f13a22e1cb} executeQuery: Read 23 rows, 982.00 B in 0.001726 sec., 13325.60834298957 rows/sec., 555.61 KiB/sec. 2025.08.29 23:40:47.548086 [ 275 ] {de5b7c77-18a3-41b1-9898-b9f13a22e1cb} TCPHandler: Processed in 0.001945763 sec. 2025.08.29 23:40:47.548299 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:47.548428 [ 275 ] {e6d2acfd-4eec-4b0a-9467-2ad3000f4d08} executeQuery: (from [fd00:1122:3344:101::d]:58293) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.29 23:40:47.548637 [ 275 ] {e6d2acfd-4eec-4b0a-9467-2ad3000f4d08} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.29 23:40:47.548671 [ 275 ] {e6d2acfd-4eec-4b0a-9467-2ad3000f4d08} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.08.29 23:40:47.548851 [ 275 ] {e6d2acfd-4eec-4b0a-9467-2ad3000f4d08} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.29 23:40:47.548904 [ 275 ] {e6d2acfd-4eec-4b0a-9467-2ad3000f4d08} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.29 23:40:47.549003 [ 275 ] {e6d2acfd-4eec-4b0a-9467-2ad3000f4d08} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2025.08.29 23:40:47.549066 [ 288 ] {e6d2acfd-4eec-4b0a-9467-2ad3000f4d08} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.08.29 23:40:47.549067 [ 289 ] {e6d2acfd-4eec-4b0a-9467-2ad3000f4d08} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.29 23:40:47.549162 [ 275 ] {e6d2acfd-4eec-4b0a-9467-2ad3000f4d08} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (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.08.29 23:40:47.549188 [ 275 ] {e6d2acfd-4eec-4b0a-9467-2ad3000f4d08} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.29 23:40:47.549243 [ 275 ] {e6d2acfd-4eec-4b0a-9467-2ad3000f4d08} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.08.29 23:40:47.549260 [ 275 ] {e6d2acfd-4eec-4b0a-9467-2ad3000f4d08} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Reading approx. 23 rows with 2 streams 2025.08.29 23:40:47.549291 [ 275 ] {e6d2acfd-4eec-4b0a-9467-2ad3000f4d08} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.08.29 23:40:47.549328 [ 275 ] {e6d2acfd-4eec-4b0a-9467-2ad3000f4d08} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.08.29 23:40:47.549910 [ 275 ] {e6d2acfd-4eec-4b0a-9467-2ad3000f4d08} executeQuery: Read 23 rows, 982.00 B in 0.001532 sec., 15013.054830287207 rows/sec., 625.97 KiB/sec. 2025.08.29 23:40:47.550013 [ 275 ] {e6d2acfd-4eec-4b0a-9467-2ad3000f4d08} TCPHandler: Processed in 0.00176317 sec. 2025.08.29 23:40:47.550230 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:47.550361 [ 275 ] {8ca29a15-eaf2-485d-ad58-ec67b24d596f} executeQuery: (from [fd00:1122:3344:101::d]:58293) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.29 23:40:47.550567 [ 275 ] {8ca29a15-eaf2-485d-ad58-ec67b24d596f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.29 23:40:47.550601 [ 275 ] {8ca29a15-eaf2-485d-ad58-ec67b24d596f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.08.29 23:40:47.550784 [ 275 ] {8ca29a15-eaf2-485d-ad58-ec67b24d596f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.29 23:40:47.550838 [ 275 ] {8ca29a15-eaf2-485d-ad58-ec67b24d596f} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.29 23:40:47.550936 [ 275 ] {8ca29a15-eaf2-485d-ad58-ec67b24d596f} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2025.08.29 23:40:47.551003 [ 290 ] {8ca29a15-eaf2-485d-ad58-ec67b24d596f} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.29 23:40:47.551005 [ 289 ] {8ca29a15-eaf2-485d-ad58-ec67b24d596f} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.08.29 23:40:47.551120 [ 275 ] {8ca29a15-eaf2-485d-ad58-ec67b24d596f} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (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.08.29 23:40:47.551148 [ 275 ] {8ca29a15-eaf2-485d-ad58-ec67b24d596f} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.29 23:40:47.551204 [ 275 ] {8ca29a15-eaf2-485d-ad58-ec67b24d596f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.08.29 23:40:47.551223 [ 275 ] {8ca29a15-eaf2-485d-ad58-ec67b24d596f} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Reading approx. 23 rows with 2 streams 2025.08.29 23:40:47.551253 [ 275 ] {8ca29a15-eaf2-485d-ad58-ec67b24d596f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.08.29 23:40:47.551283 [ 275 ] {8ca29a15-eaf2-485d-ad58-ec67b24d596f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.08.29 23:40:47.551851 [ 275 ] {8ca29a15-eaf2-485d-ad58-ec67b24d596f} executeQuery: Read 23 rows, 982.00 B in 0.001542 sec., 14915.693904020753 rows/sec., 621.91 KiB/sec. 2025.08.29 23:40:47.551944 [ 275 ] {8ca29a15-eaf2-485d-ad58-ec67b24d596f} TCPHandler: Processed in 0.00176234 sec. 2025.08.29 23:40:47.552176 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:47.552313 [ 275 ] {57315fbd-d0b5-4b65-9bd9-05d94b24423e} executeQuery: (from [fd00:1122:3344:101::d]:58293) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.29 23:40:47.552524 [ 275 ] {57315fbd-d0b5-4b65-9bd9-05d94b24423e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.29 23:40:47.552558 [ 275 ] {57315fbd-d0b5-4b65-9bd9-05d94b24423e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.08.29 23:40:47.552744 [ 275 ] {57315fbd-d0b5-4b65-9bd9-05d94b24423e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.29 23:40:47.552797 [ 275 ] {57315fbd-d0b5-4b65-9bd9-05d94b24423e} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.29 23:40:47.552898 [ 275 ] {57315fbd-d0b5-4b65-9bd9-05d94b24423e} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2025.08.29 23:40:47.552972 [ 290 ] {57315fbd-d0b5-4b65-9bd9-05d94b24423e} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.29 23:40:47.552973 [ 289 ] {57315fbd-d0b5-4b65-9bd9-05d94b24423e} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.08.29 23:40:47.553068 [ 275 ] {57315fbd-d0b5-4b65-9bd9-05d94b24423e} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (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.08.29 23:40:47.553094 [ 275 ] {57315fbd-d0b5-4b65-9bd9-05d94b24423e} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.29 23:40:47.553148 [ 275 ] {57315fbd-d0b5-4b65-9bd9-05d94b24423e} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.08.29 23:40:47.553166 [ 275 ] {57315fbd-d0b5-4b65-9bd9-05d94b24423e} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Reading approx. 23 rows with 2 streams 2025.08.29 23:40:47.553196 [ 275 ] {57315fbd-d0b5-4b65-9bd9-05d94b24423e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.08.29 23:40:47.553228 [ 275 ] {57315fbd-d0b5-4b65-9bd9-05d94b24423e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.08.29 23:40:47.553826 [ 275 ] {57315fbd-d0b5-4b65-9bd9-05d94b24423e} executeQuery: Read 23 rows, 982.00 B in 0.00157 sec., 14649.68152866242 rows/sec., 610.82 KiB/sec. 2025.08.29 23:40:47.553915 [ 275 ] {57315fbd-d0b5-4b65-9bd9-05d94b24423e} TCPHandler: Processed in 0.00178832 sec. 2025.08.29 23:40:47.630139 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:47.630299 [ 275 ] {80e8954e-c971-43e5-afea-15db78c63631} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.08.29 23:40:47.630365 [ 275 ] {80e8954e-c971-43e5-afea-15db78c63631} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.29 23:40:47.631098 [ 275 ] {80e8954e-c971-43e5-afea-15db78c63631} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:47.631148 [ 275 ] {80e8954e-c971-43e5-afea-15db78c63631} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:47.631593 [ 275 ] {80e8954e-c971-43e5-afea-15db78c63631} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.29 23:40:47.631807 [ 275 ] {80e8954e-c971-43e5-afea-15db78c63631} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:47.631982 [ 275 ] {80e8954e-c971-43e5-afea-15db78c63631} executeQuery: Read 6 rows, 1.34 KiB in 0.001727 sec., 3474.232773595831 rows/sec., 773.56 KiB/sec. 2025.08.29 23:40:47.632037 [ 275 ] {80e8954e-c971-43e5-afea-15db78c63631} TCPHandler: Processed in 0.002004504 sec. 2025.08.29 23:40:47.632169 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:47.632269 [ 275 ] {ed70cfd7-882e-4b2b-b515-2730d40e3e00} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.29 23:40:47.632315 [ 275 ] {ed70cfd7-882e-4b2b-b515-2730d40e3e00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.29 23:40:47.632764 [ 275 ] {ed70cfd7-882e-4b2b-b515-2730d40e3e00} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:47.632808 [ 275 ] {ed70cfd7-882e-4b2b-b515-2730d40e3e00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:47.633137 [ 275 ] {ed70cfd7-882e-4b2b-b515-2730d40e3e00} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.29 23:40:47.633379 [ 275 ] {ed70cfd7-882e-4b2b-b515-2730d40e3e00} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:47.633530 [ 275 ] {ed70cfd7-882e-4b2b-b515-2730d40e3e00} executeQuery: Read 2 rows, 167.00 B in 0.001283 sec., 1558.846453624318 rows/sec., 127.11 KiB/sec. 2025.08.29 23:40:47.633573 [ 275 ] {ed70cfd7-882e-4b2b-b515-2730d40e3e00} TCPHandler: Processed in 0.001455475 sec. 2025.08.29 23:40:47.633698 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:47.633798 [ 275 ] {34b37086-47dd-4d9a-bb0f-c310864e8b09} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:40:47.633841 [ 275 ] {34b37086-47dd-4d9a-bb0f-c310864e8b09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:40:47.635096 [ 275 ] {34b37086-47dd-4d9a-bb0f-c310864e8b09} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:47.635135 [ 275 ] {34b37086-47dd-4d9a-bb0f-c310864e8b09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:47.635627 [ 275 ] {34b37086-47dd-4d9a-bb0f-c310864e8b09} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.29 23:40:47.635864 [ 275 ] {34b37086-47dd-4d9a-bb0f-c310864e8b09} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:47.636008 [ 275 ] {34b37086-47dd-4d9a-bb0f-c310864e8b09} executeQuery: Read 1217 rows, 103.05 KiB in 0.002229 sec., 545984.7465231045 rows/sec., 45.15 MiB/sec. 2025.08.29 23:40:47.636050 [ 275 ] {34b37086-47dd-4d9a-bb0f-c310864e8b09} TCPHandler: Processed in 0.002403131 sec. 2025.08.29 23:40:47.636186 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:47.636284 [ 275 ] {95145ad6-d467-448c-9dcf-422d2138b27d} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:40:47.636326 [ 275 ] {95145ad6-d467-448c-9dcf-422d2138b27d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:40:47.636779 [ 275 ] {95145ad6-d467-448c-9dcf-422d2138b27d} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:47.636828 [ 275 ] {95145ad6-d467-448c-9dcf-422d2138b27d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:47.637217 [ 275 ] {95145ad6-d467-448c-9dcf-422d2138b27d} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.29 23:40:47.637441 [ 275 ] {95145ad6-d467-448c-9dcf-422d2138b27d} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:47.637586 [ 275 ] {95145ad6-d467-448c-9dcf-422d2138b27d} executeQuery: Read 12 rows, 913.00 B in 0.001321 sec., 9084.027252081756 rows/sec., 674.94 KiB/sec. 2025.08.29 23:40:47.637619 [ 59 ] {} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.08.29 23:40:47.637627 [ 275 ] {95145ad6-d467-448c-9dcf-422d2138b27d} TCPHandler: Processed in 0.001491135 sec. 2025.08.29 23:40:47.637711 [ 59 ] {} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:47.637749 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:47.637798 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:47.637888 [ 193 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::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.08.29 23:40:47.637899 [ 275 ] {538cc091-f411-48ea-8f3d-2c443cb9cf3d} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.29 23:40:47.637982 [ 275 ] {538cc091-f411-48ea-8f3d-2c443cb9cf3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.29 23:40:47.638067 [ 193 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:40:47.638105 [ 193 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 16 rows starting from the beginning of the part 2025.08.29 23:40:47.638173 [ 193 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part 2025.08.29 23:40:47.638224 [ 193 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 18 rows starting from the beginning of the part 2025.08.29 23:40:47.638265 [ 193 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part 2025.08.29 23:40:47.638303 [ 193 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 26 rows starting from the beginning of the part 2025.08.29 23:40:47.638342 [ 193 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 12 rows starting from the beginning of the part 2025.08.29 23:40:47.638555 [ 275 ] {538cc091-f411-48ea-8f3d-2c443cb9cf3d} oximeter.fields_u32 (3ddfd2d3-615e-4f40-8a6d-6f11378c1abe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:47.638600 [ 275 ] {538cc091-f411-48ea-8f3d-2c443cb9cf3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:40:47.639035 [ 275 ] {538cc091-f411-48ea-8f3d-2c443cb9cf3d} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.29 23:40:47.639183 [ 202 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 92 rows, containing 5 columns (5 merged, 0 gathered) in 0.001357163 sec., 67788.46756063936 rows/sec., 5.19 MiB/sec. 2025.08.29 23:40:47.639261 [ 275 ] {538cc091-f411-48ea-8f3d-2c443cb9cf3d} oximeter.fields_u32 (3ddfd2d3-615e-4f40-8a6d-6f11378c1abe): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:47.639403 [ 200 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.08.29 23:40:47.639410 [ 275 ] {538cc091-f411-48ea-8f3d-2c443cb9cf3d} executeQuery: Read 228 rows, 15.81 KiB in 0.00153 sec., 149019.60784313726 rows/sec., 10.09 MiB/sec. 2025.08.29 23:40:47.639473 [ 275 ] {538cc091-f411-48ea-8f3d-2c443cb9cf3d} TCPHandler: Processed in 0.001724369 sec. 2025.08.29 23:40:47.639585 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:47.639688 [ 275 ] {f625a342-a3c9-41a6-b91f-e5cd7e80ac4a} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:40:47.639731 [ 275 ] {f625a342-a3c9-41a6-b91f-e5cd7e80ac4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:40:47.639761 [ 200 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_6_1} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:47.639850 [ 200 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_6_1} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.08.29 23:40:47.639947 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.08.29 23:40:47.640348 [ 275 ] {f625a342-a3c9-41a6-b91f-e5cd7e80ac4a} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:47.640391 [ 275 ] {f625a342-a3c9-41a6-b91f-e5cd7e80ac4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:47.640771 [ 275 ] {f625a342-a3c9-41a6-b91f-e5cd7e80ac4a} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.29 23:40:47.640987 [ 275 ] {f625a342-a3c9-41a6-b91f-e5cd7e80ac4a} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:47.641126 [ 275 ] {f625a342-a3c9-41a6-b91f-e5cd7e80ac4a} executeQuery: Read 532 rows, 40.37 KiB in 0.001457 sec., 365133.83665065205 rows/sec., 27.06 MiB/sec. 2025.08.29 23:40:47.641165 [ 275 ] {f625a342-a3c9-41a6-b91f-e5cd7e80ac4a} TCPHandler: Processed in 0.001634997 sec. 2025.08.29 23:40:47.641280 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:47.641376 [ 275 ] {03d160e4-6db7-424a-8d33-bae6e8b4960c} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:40:47.641421 [ 275 ] {03d160e4-6db7-424a-8d33-bae6e8b4960c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:40:47.642430 [ 275 ] {03d160e4-6db7-424a-8d33-bae6e8b4960c} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:47.642468 [ 275 ] {03d160e4-6db7-424a-8d33-bae6e8b4960c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:47.643041 [ 275 ] {03d160e4-6db7-424a-8d33-bae6e8b4960c} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.29 23:40:47.643275 [ 275 ] {03d160e4-6db7-424a-8d33-bae6e8b4960c} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:47.643415 [ 275 ] {03d160e4-6db7-424a-8d33-bae6e8b4960c} executeQuery: Read 2007 rows, 137.29 KiB in 0.002058 sec., 975218.6588921283 rows/sec., 65.15 MiB/sec. 2025.08.29 23:40:47.643452 [ 275 ] {03d160e4-6db7-424a-8d33-bae6e8b4960c} TCPHandler: Processed in 0.002220637 sec. 2025.08.29 23:40:47.643567 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:47.643660 [ 275 ] {05208479-4feb-4f8e-bba2-2b1d10885998} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:40:47.643715 [ 275 ] {05208479-4feb-4f8e-bba2-2b1d10885998} 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.08.29 23:40:47.644533 [ 275 ] {05208479-4feb-4f8e-bba2-2b1d10885998} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:47.644571 [ 275 ] {05208479-4feb-4f8e-bba2-2b1d10885998} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:47.645099 [ 275 ] {05208479-4feb-4f8e-bba2-2b1d10885998} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.29 23:40:47.645327 [ 275 ] {05208479-4feb-4f8e-bba2-2b1d10885998} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:47.645443 [ 59 ] {} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.08.29 23:40:47.645479 [ 275 ] {05208479-4feb-4f8e-bba2-2b1d10885998} executeQuery: Read 10 rows, 18.35 KiB in 0.001836 sec., 5446.623093681917 rows/sec., 9.76 MiB/sec. 2025.08.29 23:40:47.645486 [ 59 ] {} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:47.645525 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:47.645550 [ 275 ] {05208479-4feb-4f8e-bba2-2b1d10885998} TCPHandler: Processed in 0.002032515 sec. 2025.08.29 23:40:47.645643 [ 193 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::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.08.29 23:40:47.645676 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:47.645775 [ 275 ] {af70d05a-4884-427d-b5b4-76ce84ec6c79} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:40:47.645817 [ 275 ] {af70d05a-4884-427d-b5b4-76ce84ec6c79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:40:47.645864 [ 193 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:40:47.645933 [ 193 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part 2025.08.29 23:40:47.646049 [ 193 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part 2025.08.29 23:40:47.646163 [ 193 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part 2025.08.29 23:40:47.646179 [ 275 ] {af70d05a-4884-427d-b5b4-76ce84ec6c79} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:47.646220 [ 275 ] {af70d05a-4884-427d-b5b4-76ce84ec6c79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:40:47.646274 [ 193 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part 2025.08.29 23:40:47.646379 [ 193 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 26 rows starting from the beginning of the part 2025.08.29 23:40:47.646488 [ 193 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 10 rows starting from the beginning of the part 2025.08.29 23:40:47.646542 [ 275 ] {af70d05a-4884-427d-b5b4-76ce84ec6c79} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.29 23:40:47.646767 [ 275 ] {af70d05a-4884-427d-b5b4-76ce84ec6c79} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:47.646922 [ 275 ] {af70d05a-4884-427d-b5b4-76ce84ec6c79} executeQuery: Read 12 rows, 848.00 B in 0.001165 sec., 10300.429184549355 rows/sec., 710.84 KiB/sec. 2025.08.29 23:40:47.646960 [ 275 ] {af70d05a-4884-427d-b5b4-76ce84ec6c79} TCPHandler: Processed in 0.001334993 sec. 2025.08.29 23:40:47.648414 [ 202 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 80 rows, containing 19 columns (19 merged, 0 gathered) in 0.002808607 sec., 28483.871185965145 rows/sec., 51.04 MiB/sec. 2025.08.29 23:40:47.648817 [ 191 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.08.29 23:40:47.649244 [ 191 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_6_1} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:47.649324 [ 191 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_6_1} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.08.29 23:40:47.649452 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.08.29 23:40:48.848054 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 244 2025.08.29 23:40:48.850720 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:48.850771 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. 2025.08.29 23:40:48.851966 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.29 23:40:48.852232 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:48.852493 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 244 2025.08.29 23:40:51.342164 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294 2025.08.29 23:40:51.342680 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:51.342727 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:40:51.343277 [ 245 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.29 23:40:51.343521 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:51.343651 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294 2025.08.29 23:40:51.523595 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2025.08.29 23:40:51.542110 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:51.542180 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:40:51.547815 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.29 23:40:51.548576 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:51.553637 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2025.08.29 23:40:52.091424 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:52.091620 [ 275 ] {17a4dfa5-c5f3-4ed2-9add-0d0c562f2f7f} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:40:52.091691 [ 275 ] {17a4dfa5-c5f3-4ed2-9add-0d0c562f2f7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:40:52.092345 [ 275 ] {17a4dfa5-c5f3-4ed2-9add-0d0c562f2f7f} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:52.092394 [ 275 ] {17a4dfa5-c5f3-4ed2-9add-0d0c562f2f7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:40:52.092804 [ 275 ] {17a4dfa5-c5f3-4ed2-9add-0d0c562f2f7f} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.29 23:40:52.093052 [ 275 ] {17a4dfa5-c5f3-4ed2-9add-0d0c562f2f7f} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:52.093210 [ 275 ] {17a4dfa5-c5f3-4ed2-9add-0d0c562f2f7f} executeQuery: Read 56 rows, 4.41 KiB in 0.001639 sec., 34167.17510677242 rows/sec., 2.62 MiB/sec. 2025.08.29 23:40:52.093252 [ 275 ] {17a4dfa5-c5f3-4ed2-9add-0d0c562f2f7f} TCPHandler: Processed in 0.001961943 sec. 2025.08.29 23:40:52.093383 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:52.093489 [ 275 ] {38e967df-0aee-40f1-a4fd-1eab28073c5e} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:40:52.093539 [ 275 ] {38e967df-0aee-40f1-a4fd-1eab28073c5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:40:52.093988 [ 275 ] {38e967df-0aee-40f1-a4fd-1eab28073c5e} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:52.094030 [ 275 ] {38e967df-0aee-40f1-a4fd-1eab28073c5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:40:52.094356 [ 275 ] {38e967df-0aee-40f1-a4fd-1eab28073c5e} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.29 23:40:52.094626 [ 275 ] {38e967df-0aee-40f1-a4fd-1eab28073c5e} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:52.094778 [ 275 ] {38e967df-0aee-40f1-a4fd-1eab28073c5e} executeQuery: Read 64 rows, 5.12 KiB in 0.00131 sec., 48854.96183206107 rows/sec., 3.81 MiB/sec. 2025.08.29 23:40:52.094829 [ 275 ] {38e967df-0aee-40f1-a4fd-1eab28073c5e} TCPHandler: Processed in 0.001493796 sec. 2025.08.29 23:40:52.094986 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:52.095085 [ 275 ] {ccee1937-b0b6-42e5-8be5-d7268d589b36} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:40:52.095130 [ 275 ] {ccee1937-b0b6-42e5-8be5-d7268d589b36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:40:52.095567 [ 275 ] {ccee1937-b0b6-42e5-8be5-d7268d589b36} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:52.095604 [ 275 ] {ccee1937-b0b6-42e5-8be5-d7268d589b36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:40:52.095942 [ 275 ] {ccee1937-b0b6-42e5-8be5-d7268d589b36} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.29 23:40:52.096163 [ 275 ] {ccee1937-b0b6-42e5-8be5-d7268d589b36} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:52.096297 [ 275 ] {ccee1937-b0b6-42e5-8be5-d7268d589b36} executeQuery: Read 128 rows, 9.13 KiB in 0.001231 sec., 103980.50365556458 rows/sec., 7.24 MiB/sec. 2025.08.29 23:40:52.096334 [ 275 ] {ccee1937-b0b6-42e5-8be5-d7268d589b36} TCPHandler: Processed in 0.001407524 sec. 2025.08.29 23:40:52.096465 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:52.096564 [ 275 ] {da0a8cd8-5945-4216-855c-ed900a2791bc} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:40:52.096608 [ 275 ] {da0a8cd8-5945-4216-855c-ed900a2791bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:40:52.096951 [ 275 ] {da0a8cd8-5945-4216-855c-ed900a2791bc} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:52.096992 [ 275 ] {da0a8cd8-5945-4216-855c-ed900a2791bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:40:52.097312 [ 275 ] {da0a8cd8-5945-4216-855c-ed900a2791bc} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.29 23:40:52.097584 [ 275 ] {da0a8cd8-5945-4216-855c-ed900a2791bc} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:52.097723 [ 275 ] {da0a8cd8-5945-4216-855c-ed900a2791bc} executeQuery: Read 48 rows, 3.31 KiB in 0.001179 sec., 40712.46819338423 rows/sec., 2.74 MiB/sec. 2025.08.29 23:40:52.097761 [ 275 ] {da0a8cd8-5945-4216-855c-ed900a2791bc} TCPHandler: Processed in 0.001347682 sec. 2025.08.29 23:40:57.094439 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:57.094639 [ 275 ] {3993a902-a301-44a2-8803-1e0410d6039c} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:40:57.094712 [ 275 ] {3993a902-a301-44a2-8803-1e0410d6039c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:40:57.095424 [ 275 ] {3993a902-a301-44a2-8803-1e0410d6039c} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:57.095478 [ 275 ] {3993a902-a301-44a2-8803-1e0410d6039c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:40:57.095885 [ 275 ] {3993a902-a301-44a2-8803-1e0410d6039c} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.29 23:40:57.096152 [ 275 ] {3993a902-a301-44a2-8803-1e0410d6039c} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:57.096322 [ 275 ] {3993a902-a301-44a2-8803-1e0410d6039c} executeQuery: Read 110 rows, 9.47 KiB in 0.001734 sec., 63437.13956170703 rows/sec., 5.33 MiB/sec. 2025.08.29 23:40:57.096374 [ 275 ] {3993a902-a301-44a2-8803-1e0410d6039c} TCPHandler: Processed in 0.002067635 sec. 2025.08.29 23:40:57.096515 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:57.096622 [ 275 ] {78ecc004-0570-4e74-bfc5-82dfc3dec882} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:40:57.096669 [ 275 ] {78ecc004-0570-4e74-bfc5-82dfc3dec882} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:40:57.097110 [ 275 ] {78ecc004-0570-4e74-bfc5-82dfc3dec882} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:57.097148 [ 275 ] {78ecc004-0570-4e74-bfc5-82dfc3dec882} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:40:57.097447 [ 275 ] {78ecc004-0570-4e74-bfc5-82dfc3dec882} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.29 23:40:57.097657 [ 275 ] {78ecc004-0570-4e74-bfc5-82dfc3dec882} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:57.097783 [ 275 ] {78ecc004-0570-4e74-bfc5-82dfc3dec882} executeQuery: Read 27 rows, 2.03 KiB in 0.001244 sec., 21704.18006430868 rows/sec., 1.59 MiB/sec. 2025.08.29 23:40:57.097820 [ 275 ] {78ecc004-0570-4e74-bfc5-82dfc3dec882} TCPHandler: Processed in 0.001416814 sec. 2025.08.29 23:40:57.098000 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:57.098105 [ 275 ] {c09a014f-8bfd-420d-9502-1c8d591c99a4} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:40:57.098149 [ 275 ] {c09a014f-8bfd-420d-9502-1c8d591c99a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:40:57.098617 [ 275 ] {c09a014f-8bfd-420d-9502-1c8d591c99a4} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:57.098656 [ 275 ] {c09a014f-8bfd-420d-9502-1c8d591c99a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:40:57.098984 [ 275 ] {c09a014f-8bfd-420d-9502-1c8d591c99a4} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.29 23:40:57.099215 [ 275 ] {c09a014f-8bfd-420d-9502-1c8d591c99a4} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:57.099350 [ 275 ] {c09a014f-8bfd-420d-9502-1c8d591c99a4} executeQuery: Read 91 rows, 7.28 KiB in 0.001267 sec., 71823.2044198895 rows/sec., 5.61 MiB/sec. 2025.08.29 23:40:57.099389 [ 275 ] {c09a014f-8bfd-420d-9502-1c8d591c99a4} TCPHandler: Processed in 0.001443844 sec. 2025.08.29 23:40:57.099531 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:57.099628 [ 275 ] {8ef641a8-2a90-4e2d-82ff-6e266877d106} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:40:57.099673 [ 275 ] {8ef641a8-2a90-4e2d-82ff-6e266877d106} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:40:57.100101 [ 275 ] {8ef641a8-2a90-4e2d-82ff-6e266877d106} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:57.100139 [ 275 ] {8ef641a8-2a90-4e2d-82ff-6e266877d106} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:40:57.100481 [ 275 ] {8ef641a8-2a90-4e2d-82ff-6e266877d106} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.29 23:40:57.100705 [ 275 ] {8ef641a8-2a90-4e2d-82ff-6e266877d106} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:57.100837 [ 275 ] {8ef641a8-2a90-4e2d-82ff-6e266877d106} executeQuery: Read 160 rows, 11.41 KiB in 0.001229 sec., 130187.14401952806 rows/sec., 9.07 MiB/sec. 2025.08.29 23:40:57.100875 [ 275 ] {8ef641a8-2a90-4e2d-82ff-6e266877d106} TCPHandler: Processed in 0.001393253 sec. 2025.08.29 23:40:57.100980 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:57.101069 [ 275 ] {3283591d-db60-4ccd-b001-6f40d7c77da5} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:40:57.101122 [ 275 ] {3283591d-db60-4ccd-b001-6f40d7c77da5} 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.08.29 23:40:57.101938 [ 275 ] {3283591d-db60-4ccd-b001-6f40d7c77da5} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:57.101976 [ 275 ] {3283591d-db60-4ccd-b001-6f40d7c77da5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:40:57.102565 [ 275 ] {3283591d-db60-4ccd-b001-6f40d7c77da5} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.29 23:40:57.102852 [ 275 ] {3283591d-db60-4ccd-b001-6f40d7c77da5} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:57.103040 [ 275 ] {3283591d-db60-4ccd-b001-6f40d7c77da5} executeQuery: Read 27 rows, 49.54 KiB in 0.001978 sec., 13650.15166835187 rows/sec., 24.46 MiB/sec. 2025.08.29 23:40:57.103116 [ 275 ] {3283591d-db60-4ccd-b001-6f40d7c77da5} TCPHandler: Processed in 0.002179467 sec. 2025.08.29 23:40:57.103242 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:40:57.103338 [ 275 ] {d12b1acd-481f-4dc5-8206-4a7dfb976527} executeQuery: (from [fd00:1122:3344:101::d]:58293) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:40:57.103382 [ 275 ] {d12b1acd-481f-4dc5-8206-4a7dfb976527} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:40:57.103732 [ 275 ] {d12b1acd-481f-4dc5-8206-4a7dfb976527} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:57.103772 [ 275 ] {d12b1acd-481f-4dc5-8206-4a7dfb976527} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:40:57.104106 [ 275 ] {d12b1acd-481f-4dc5-8206-4a7dfb976527} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.29 23:40:57.104330 [ 275 ] {d12b1acd-481f-4dc5-8206-4a7dfb976527} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:57.104462 [ 275 ] {d12b1acd-481f-4dc5-8206-4a7dfb976527} executeQuery: Read 60 rows, 4.14 KiB in 0.001143 sec., 52493.43832020998 rows/sec., 3.54 MiB/sec. 2025.08.29 23:40:57.104499 [ 275 ] {d12b1acd-481f-4dc5-8206-4a7dfb976527} TCPHandler: Processed in 0.001308212 sec. 2025.08.29 23:40:58.775333 [ 26 ] {} DNSResolver: Updating DNS cache 2025.08.29 23:40:58.775383 [ 26 ] {} DNSResolver: Updated DNS cache 2025.08.29 23:40:58.844388 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721 2025.08.29 23:40:58.844883 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:58.844927 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:40:58.845433 [ 245 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.29 23:40:58.845681 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:58.845809 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 2025.08.29 23:40:58.853414 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 264 2025.08.29 23:40:58.855313 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:58.855364 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:40:58.856521 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.29 23:40:58.856794 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:58.857055 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 264 2025.08.29 23:40:59.054412 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2025.08.29 23:40:59.072238 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:40:59.072306 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:40:59.078521 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.29 23:40:59.079243 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:40:59.082428 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2025.08.29 23:41:01.606832 [ 275 ] {} TCPHandler: Done processing connection. 2025.08.29 23:41:01.606941 [ 275 ] {} TCP-Session: 2f92dfbb-8ecd-40ce-b312-f0cc21dd0f3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.29 23:41:02.000234 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 178.29 MiB, peak 183.60 MiB, free memory in arenas 0.00 B, will set to 180.35 MiB (RSS), difference: 2.06 MiB 2025.08.29 23:41:02.094799 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:02.094982 [ 276 ] {24f04fa9-f3a7-43be-ac69-41547ed02987} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:41:02.095049 [ 276 ] {24f04fa9-f3a7-43be-ac69-41547ed02987} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:41:02.095733 [ 276 ] {24f04fa9-f3a7-43be-ac69-41547ed02987} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:02.095785 [ 276 ] {24f04fa9-f3a7-43be-ac69-41547ed02987} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:02.096186 [ 276 ] {24f04fa9-f3a7-43be-ac69-41547ed02987} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.29 23:41:02.096427 [ 276 ] {24f04fa9-f3a7-43be-ac69-41547ed02987} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:02.096589 [ 276 ] {24f04fa9-f3a7-43be-ac69-41547ed02987} executeQuery: Read 76 rows, 6.41 KiB in 0.001656 sec., 45893.719806763285 rows/sec., 3.78 MiB/sec. 2025.08.29 23:41:02.096637 [ 276 ] {24f04fa9-f3a7-43be-ac69-41547ed02987} TCPHandler: Processed in 0.002001044 sec. 2025.08.29 23:41:02.096777 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:02.096885 [ 276 ] {fbf71e59-0df8-415c-b48e-b9a7a5a248cb} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:41:02.096930 [ 276 ] {fbf71e59-0df8-415c-b48e-b9a7a5a248cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:41:02.097360 [ 276 ] {fbf71e59-0df8-415c-b48e-b9a7a5a248cb} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:02.097402 [ 276 ] {fbf71e59-0df8-415c-b48e-b9a7a5a248cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:02.097711 [ 276 ] {fbf71e59-0df8-415c-b48e-b9a7a5a248cb} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.29 23:41:02.097967 [ 276 ] {fbf71e59-0df8-415c-b48e-b9a7a5a248cb} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:02.098108 [ 276 ] {fbf71e59-0df8-415c-b48e-b9a7a5a248cb} executeQuery: Read 10 rows, 770.00 B in 0.001249 sec., 8006.40512409928 rows/sec., 602.04 KiB/sec. 2025.08.29 23:41:02.098149 [ 276 ] {fbf71e59-0df8-415c-b48e-b9a7a5a248cb} TCPHandler: Processed in 0.001424884 sec. 2025.08.29 23:41:02.098284 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:02.098385 [ 276 ] {ce045c8d-b8f0-41dd-a44f-2338b1d1a0e9} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:41:02.098429 [ 276 ] {ce045c8d-b8f0-41dd-a44f-2338b1d1a0e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:41:02.098895 [ 276 ] {ce045c8d-b8f0-41dd-a44f-2338b1d1a0e9} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:02.098935 [ 276 ] {ce045c8d-b8f0-41dd-a44f-2338b1d1a0e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:02.099315 [ 276 ] {ce045c8d-b8f0-41dd-a44f-2338b1d1a0e9} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.29 23:41:02.099559 [ 276 ] {ce045c8d-b8f0-41dd-a44f-2338b1d1a0e9} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:02.099698 [ 276 ] {ce045c8d-b8f0-41dd-a44f-2338b1d1a0e9} executeQuery: Read 74 rows, 5.92 KiB in 0.001335 sec., 55430.71161048689 rows/sec., 4.33 MiB/sec. 2025.08.29 23:41:02.099759 [ 276 ] {ce045c8d-b8f0-41dd-a44f-2338b1d1a0e9} TCPHandler: Processed in 0.001525656 sec. 2025.08.29 23:41:02.099895 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:02.099996 [ 276 ] {b7c66dab-e290-4c1e-980c-a05bd4d70f4b} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:41:02.100043 [ 276 ] {b7c66dab-e290-4c1e-980c-a05bd4d70f4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:41:02.100486 [ 276 ] {b7c66dab-e290-4c1e-980c-a05bd4d70f4b} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:02.100524 [ 276 ] {b7c66dab-e290-4c1e-980c-a05bd4d70f4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:02.100889 [ 276 ] {b7c66dab-e290-4c1e-980c-a05bd4d70f4b} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.29 23:41:02.101122 [ 276 ] {b7c66dab-e290-4c1e-980c-a05bd4d70f4b} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:02.101260 [ 276 ] {b7c66dab-e290-4c1e-980c-a05bd4d70f4b} executeQuery: Read 160 rows, 11.41 KiB in 0.001286 sec., 124416.7962674961 rows/sec., 8.67 MiB/sec. 2025.08.29 23:41:02.101296 [ 276 ] {b7c66dab-e290-4c1e-980c-a05bd4d70f4b} TCPHandler: Processed in 0.001453135 sec. 2025.08.29 23:41:02.101411 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:02.101506 [ 276 ] {c33647c8-32dd-4772-9172-69f384d87d37} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:41:02.101560 [ 276 ] {c33647c8-32dd-4772-9172-69f384d87d37} 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.08.29 23:41:02.102328 [ 276 ] {c33647c8-32dd-4772-9172-69f384d87d37} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:02.102367 [ 276 ] {c33647c8-32dd-4772-9172-69f384d87d37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:02.102877 [ 276 ] {c33647c8-32dd-4772-9172-69f384d87d37} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.29 23:41:02.103130 [ 276 ] {c33647c8-32dd-4772-9172-69f384d87d37} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:02.103268 [ 276 ] {c33647c8-32dd-4772-9172-69f384d87d37} executeQuery: Read 10 rows, 18.35 KiB in 0.00178 sec., 5617.9775280898875 rows/sec., 10.07 MiB/sec. 2025.08.29 23:41:02.103317 [ 276 ] {c33647c8-32dd-4772-9172-69f384d87d37} TCPHandler: Processed in 0.001954703 sec. 2025.08.29 23:41:02.103442 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:02.103536 [ 276 ] {24aa1dcc-8ec9-4f81-a138-4e777972db78} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:41:02.103579 [ 276 ] {24aa1dcc-8ec9-4f81-a138-4e777972db78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:41:02.103931 [ 276 ] {24aa1dcc-8ec9-4f81-a138-4e777972db78} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:02.103967 [ 276 ] {24aa1dcc-8ec9-4f81-a138-4e777972db78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:02.104285 [ 276 ] {24aa1dcc-8ec9-4f81-a138-4e777972db78} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.29 23:41:02.104506 [ 276 ] {24aa1dcc-8ec9-4f81-a138-4e777972db78} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:02.104635 [ 276 ] {24aa1dcc-8ec9-4f81-a138-4e777972db78} executeQuery: Read 60 rows, 4.14 KiB in 0.001118 sec., 53667.26296958855 rows/sec., 3.62 MiB/sec. 2025.08.29 23:41:02.104677 [ 276 ] {24aa1dcc-8ec9-4f81-a138-4e777972db78} TCPHandler: Processed in 0.001286992 sec. 2025.08.29 23:41:06.346306 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209 2025.08.29 23:41:06.346823 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:06.346869 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:06.347364 [ 245 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.29 23:41:06.347625 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:06.347761 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209 2025.08.29 23:41:06.582877 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2025.08.29 23:41:06.599187 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:06.599258 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:06.605495 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.29 23:41:06.606272 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:06.609781 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2025.08.29 23:41:07.000166 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 180.93 MiB, peak 184.93 MiB, free memory in arenas 0.00 B, will set to 181.95 MiB (RSS), difference: 1.02 MiB 2025.08.29 23:41:07.090137 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:07.090373 [ 276 ] {27c6cc72-5cbe-477e-92c1-0776ab3be4f2} executeQuery: (from [fd00:1122:3344:101::d]:51413) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.29 23:41:07.090709 [ 276 ] {27c6cc72-5cbe-477e-92c1-0776ab3be4f2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.29 23:41:07.090749 [ 276 ] {27c6cc72-5cbe-477e-92c1-0776ab3be4f2} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2025.08.29 23:41:07.090994 [ 276 ] {27c6cc72-5cbe-477e-92c1-0776ab3be4f2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.29 23:41:07.091064 [ 276 ] {27c6cc72-5cbe-477e-92c1-0776ab3be4f2} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.29 23:41:07.091209 [ 276 ] {27c6cc72-5cbe-477e-92c1-0776ab3be4f2} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2025.08.29 23:41:07.091322 [ 290 ] {27c6cc72-5cbe-477e-92c1-0776ab3be4f2} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.08.29 23:41:07.091332 [ 289 ] {27c6cc72-5cbe-477e-92c1-0776ab3be4f2} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.29 23:41:07.091347 [ 288 ] {27c6cc72-5cbe-477e-92c1-0776ab3be4f2} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.08.29 23:41:07.091480 [ 276 ] {27c6cc72-5cbe-477e-92c1-0776ab3be4f2} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (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.08.29 23:41:07.091510 [ 276 ] {27c6cc72-5cbe-477e-92c1-0776ab3be4f2} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.29 23:41:07.091597 [ 276 ] {27c6cc72-5cbe-477e-92c1-0776ab3be4f2} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.08.29 23:41:07.091618 [ 276 ] {27c6cc72-5cbe-477e-92c1-0776ab3be4f2} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632) (SelectExecutor): Reading approx. 29 rows with 3 streams 2025.08.29 23:41:07.091684 [ 276 ] {27c6cc72-5cbe-477e-92c1-0776ab3be4f2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.08.29 23:41:07.091723 [ 276 ] {27c6cc72-5cbe-477e-92c1-0776ab3be4f2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.08.29 23:41:07.091780 [ 276 ] {27c6cc72-5cbe-477e-92c1-0776ab3be4f2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2025.08.29 23:41:07.092764 [ 276 ] {27c6cc72-5cbe-477e-92c1-0776ab3be4f2} executeQuery: Read 29 rows, 1.18 KiB in 0.002486 sec., 11665.325824617861 rows/sec., 472.96 KiB/sec. 2025.08.29 23:41:07.092897 [ 276 ] {27c6cc72-5cbe-477e-92c1-0776ab3be4f2} TCPHandler: Processed in 0.002890439 sec. 2025.08.29 23:41:07.099781 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:07.099905 [ 276 ] {79ff8e74-e3e0-46b8-94dd-e4d190b97026} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.08.29 23:41:07.099958 [ 276 ] {79ff8e74-e3e0-46b8-94dd-e4d190b97026} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.29 23:41:07.100541 [ 276 ] {79ff8e74-e3e0-46b8-94dd-e4d190b97026} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:07.100589 [ 276 ] {79ff8e74-e3e0-46b8-94dd-e4d190b97026} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:07.101041 [ 276 ] {79ff8e74-e3e0-46b8-94dd-e4d190b97026} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.29 23:41:07.101273 [ 276 ] {79ff8e74-e3e0-46b8-94dd-e4d190b97026} oximeter.timeseries_schema (2d127155-6b10-4f32-b088-2612087a3632): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:07.101431 [ 276 ] {79ff8e74-e3e0-46b8-94dd-e4d190b97026} executeQuery: Read 1 rows, 106.00 B in 0.001561 sec., 640.6149903907751 rows/sec., 66.31 KiB/sec. 2025.08.29 23:41:07.101472 [ 276 ] {79ff8e74-e3e0-46b8-94dd-e4d190b97026} TCPHandler: Processed in 0.00174905 sec. 2025.08.29 23:41:07.101594 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:07.101697 [ 276 ] {2c59f4d5-d2b4-4f7b-ad4b-5d57cf9fbe7f} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.29 23:41:07.101741 [ 276 ] {2c59f4d5-d2b4-4f7b-ad4b-5d57cf9fbe7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.29 23:41:07.102211 [ 276 ] {2c59f4d5-d2b4-4f7b-ad4b-5d57cf9fbe7f} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:07.102256 [ 276 ] {2c59f4d5-d2b4-4f7b-ad4b-5d57cf9fbe7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:07.102611 [ 276 ] {2c59f4d5-d2b4-4f7b-ad4b-5d57cf9fbe7f} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.29 23:41:07.102850 [ 276 ] {2c59f4d5-d2b4-4f7b-ad4b-5d57cf9fbe7f} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:07.103012 [ 276 ] {2c59f4d5-d2b4-4f7b-ad4b-5d57cf9fbe7f} executeQuery: Read 4 rows, 334.00 B in 0.001335 sec., 2996.25468164794 rows/sec., 244.32 KiB/sec. 2025.08.29 23:41:07.103058 [ 276 ] {2c59f4d5-d2b4-4f7b-ad4b-5d57cf9fbe7f} TCPHandler: Processed in 0.001515425 sec. 2025.08.29 23:41:07.103197 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:07.103297 [ 276 ] {64304af4-40b0-4707-9c31-836b7f189fdb} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:41:07.103339 [ 276 ] {64304af4-40b0-4707-9c31-836b7f189fdb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:41:07.103831 [ 276 ] {64304af4-40b0-4707-9c31-836b7f189fdb} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:07.103871 [ 276 ] {64304af4-40b0-4707-9c31-836b7f189fdb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:07.104189 [ 276 ] {64304af4-40b0-4707-9c31-836b7f189fdb} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.29 23:41:07.104428 [ 276 ] {64304af4-40b0-4707-9c31-836b7f189fdb} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:07.104564 [ 276 ] {64304af4-40b0-4707-9c31-836b7f189fdb} executeQuery: Read 123 rows, 10.68 KiB in 0.001289 sec., 95422.80837858806 rows/sec., 8.09 MiB/sec. 2025.08.29 23:41:07.104575 [ 42 ] {} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.08.29 23:41:07.104602 [ 276 ] {64304af4-40b0-4707-9c31-836b7f189fdb} TCPHandler: Processed in 0.001461604 sec. 2025.08.29 23:41:07.104638 [ 42 ] {} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:07.104665 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:07.104744 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:07.104769 [ 193 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::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.08.29 23:41:07.104853 [ 276 ] {8ba69ded-5284-44db-bb9a-f82fd48e5cfd} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:41:07.104899 [ 276 ] {8ba69ded-5284-44db-bb9a-f82fd48e5cfd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:41:07.104902 [ 193 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:41:07.104945 [ 193 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 133 rows starting from the beginning of the part 2025.08.29 23:41:07.105002 [ 193 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1217 rows starting from the beginning of the part 2025.08.29 23:41:07.105048 [ 193 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::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.08.29 23:41:07.105088 [ 193 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 110 rows starting from the beginning of the part 2025.08.29 23:41:07.105139 [ 193 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 76 rows starting from the beginning of the part 2025.08.29 23:41:07.105202 [ 193 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 123 rows starting from the beginning of the part 2025.08.29 23:41:07.105330 [ 276 ] {8ba69ded-5284-44db-bb9a-f82fd48e5cfd} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:07.105383 [ 276 ] {8ba69ded-5284-44db-bb9a-f82fd48e5cfd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:07.105820 [ 276 ] {8ba69ded-5284-44db-bb9a-f82fd48e5cfd} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.29 23:41:07.106076 [ 276 ] {8ba69ded-5284-44db-bb9a-f82fd48e5cfd} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:07.106215 [ 276 ] {8ba69ded-5284-44db-bb9a-f82fd48e5cfd} executeQuery: Read 36 rows, 2.69 KiB in 0.001382 sec., 26049.20405209841 rows/sec., 1.90 MiB/sec. 2025.08.29 23:41:07.106255 [ 276 ] {8ba69ded-5284-44db-bb9a-f82fd48e5cfd} TCPHandler: Processed in 0.001560966 sec. 2025.08.29 23:41:07.106372 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:07.106473 [ 276 ] {096288f6-2c57-4064-9c16-e912cf9e7e6e} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.29 23:41:07.106515 [ 276 ] {096288f6-2c57-4064-9c16-e912cf9e7e6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.29 23:41:07.106560 [ 191 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1715 rows, containing 5 columns (5 merged, 0 gathered) in 0.00183232 sec., 935971.8826405868 rows/sec., 81.20 MiB/sec. 2025.08.29 23:41:07.106801 [ 193 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.08.29 23:41:07.106918 [ 276 ] {096288f6-2c57-4064-9c16-e912cf9e7e6e} oximeter.fields_u32 (3ddfd2d3-615e-4f40-8a6d-6f11378c1abe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:07.106962 [ 276 ] {096288f6-2c57-4064-9c16-e912cf9e7e6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:07.107096 [ 193 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_11_2} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:07.107176 [ 193 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_11_2} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.08.29 23:41:07.107252 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. 2025.08.29 23:41:07.107282 [ 276 ] {096288f6-2c57-4064-9c16-e912cf9e7e6e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.29 23:41:07.107517 [ 276 ] {096288f6-2c57-4064-9c16-e912cf9e7e6e} oximeter.fields_u32 (3ddfd2d3-615e-4f40-8a6d-6f11378c1abe): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:07.107651 [ 276 ] {096288f6-2c57-4064-9c16-e912cf9e7e6e} executeQuery: Read 1 rows, 68.00 B in 0.001196 sec., 836.1204013377926 rows/sec., 55.52 KiB/sec. 2025.08.29 23:41:07.107689 [ 276 ] {096288f6-2c57-4064-9c16-e912cf9e7e6e} TCPHandler: Processed in 0.001368213 sec. 2025.08.29 23:41:07.107819 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:07.107915 [ 276 ] {1eb8fe9f-bfa4-4f35-af65-21e5a3e4c252} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:41:07.107955 [ 276 ] {1eb8fe9f-bfa4-4f35-af65-21e5a3e4c252} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:41:07.108387 [ 276 ] {1eb8fe9f-bfa4-4f35-af65-21e5a3e4c252} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:07.108425 [ 276 ] {1eb8fe9f-bfa4-4f35-af65-21e5a3e4c252} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:07.108745 [ 276 ] {1eb8fe9f-bfa4-4f35-af65-21e5a3e4c252} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.29 23:41:07.108955 [ 276 ] {1eb8fe9f-bfa4-4f35-af65-21e5a3e4c252} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:07.109056 [ 42 ] {} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.08.29 23:41:07.109077 [ 276 ] {1eb8fe9f-bfa4-4f35-af65-21e5a3e4c252} executeQuery: Read 109 rows, 8.73 KiB in 0.001202 sec., 90682.19633943427 rows/sec., 7.09 MiB/sec. 2025.08.29 23:41:07.109089 [ 42 ] {} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:07.109115 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:07.109117 [ 276 ] {1eb8fe9f-bfa4-4f35-af65-21e5a3e4c252} TCPHandler: Processed in 0.001382623 sec. 2025.08.29 23:41:07.109242 [ 195 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::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.08.29 23:41:07.109245 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:07.109368 [ 276 ] {68ac01f8-a13a-4b5d-bc33-b848f6a2eeb4} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:41:07.109377 [ 195 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:41:07.109413 [ 276 ] {68ac01f8-a13a-4b5d-bc33-b848f6a2eeb4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:41:07.109431 [ 195 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 120 rows starting from the beginning of the part 2025.08.29 23:41:07.109526 [ 195 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 532 rows starting from the beginning of the part 2025.08.29 23:41:07.109585 [ 195 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::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.08.29 23:41:07.109647 [ 195 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 91 rows starting from the beginning of the part 2025.08.29 23:41:07.109693 [ 195 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 74 rows starting from the beginning of the part 2025.08.29 23:41:07.109801 [ 195 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 109 rows starting from the beginning of the part 2025.08.29 23:41:07.109905 [ 276 ] {68ac01f8-a13a-4b5d-bc33-b848f6a2eeb4} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:07.109947 [ 276 ] {68ac01f8-a13a-4b5d-bc33-b848f6a2eeb4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:07.110308 [ 276 ] {68ac01f8-a13a-4b5d-bc33-b848f6a2eeb4} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.29 23:41:07.110557 [ 276 ] {68ac01f8-a13a-4b5d-bc33-b848f6a2eeb4} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:07.110672 [ 42 ] {} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.08.29 23:41:07.110699 [ 276 ] {68ac01f8-a13a-4b5d-bc33-b848f6a2eeb4} executeQuery: Read 162 rows, 11.55 KiB in 0.001308 sec., 123853.21100917432 rows/sec., 8.62 MiB/sec. 2025.08.29 23:41:07.110706 [ 42 ] {} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:07.110740 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:07.110743 [ 276 ] {68ac01f8-a13a-4b5d-bc33-b848f6a2eeb4} TCPHandler: Processed in 0.001514045 sec. 2025.08.29 23:41:07.110817 [ 193 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::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.08.29 23:41:07.110889 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:07.110911 [ 193 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:41:07.110942 [ 193 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 935 rows starting from the beginning of the part 2025.08.29 23:41:07.110954 [ 199 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 990 rows, containing 5 columns (5 merged, 0 gathered) in 0.00173988 sec., 569004.758948893 rows/sec., 45.41 MiB/sec. 2025.08.29 23:41:07.110988 [ 193 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2007 rows starting from the beginning of the part 2025.08.29 23:41:07.110993 [ 276 ] {4ddc6b5e-7130-44d0-b4de-753a42165722} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.08.29 23:41:07.111033 [ 193 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 128 rows starting from the beginning of the part 2025.08.29 23:41:07.111048 [ 276 ] {4ddc6b5e-7130-44d0-b4de-753a42165722} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.08.29 23:41:07.111071 [ 193 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::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.08.29 23:41:07.111111 [ 193 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::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.08.29 23:41:07.111147 [ 193 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 162 rows starting from the beginning of the part 2025.08.29 23:41:07.111195 [ 195 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.08.29 23:41:07.111406 [ 276 ] {4ddc6b5e-7130-44d0-b4de-753a42165722} oximeter.measurements_f64 (f5cc6b15-c5b8-4dc9-a77d-9740ec162c08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:07.111449 [ 276 ] {4ddc6b5e-7130-44d0-b4de-753a42165722} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:07.111613 [ 195 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_11_2} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:07.111728 [ 195 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_11_2} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.08.29 23:41:07.111827 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.08.29 23:41:07.111897 [ 276 ] {4ddc6b5e-7130-44d0-b4de-753a42165722} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.29 23:41:07.112144 [ 276 ] {4ddc6b5e-7130-44d0-b4de-753a42165722} oximeter.measurements_f64 (f5cc6b15-c5b8-4dc9-a77d-9740ec162c08): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:07.112277 [ 276 ] {4ddc6b5e-7130-44d0-b4de-753a42165722} executeQuery: Read 1 rows, 65.00 B in 0.001303 sec., 767.4597083653109 rows/sec., 48.72 KiB/sec. 2025.08.29 23:41:07.112315 [ 276 ] {4ddc6b5e-7130-44d0-b4de-753a42165722} TCPHandler: Processed in 0.001475455 sec. 2025.08.29 23:41:07.112435 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:07.112530 [ 276 ] {08466f55-e4cd-477d-a273-c89fee3a8894} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:41:07.112561 [ 199 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 3552 rows, containing 5 columns (5 merged, 0 gathered) in 0.0017756 sec., 2000450.5519261095 rows/sec., 136.03 MiB/sec. 2025.08.29 23:41:07.112585 [ 276 ] {08466f55-e4cd-477d-a273-c89fee3a8894} 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.08.29 23:41:07.112917 [ 199 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.08.29 23:41:07.113239 [ 199 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_11_2} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:07.113317 [ 199 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_11_2} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.08.29 23:41:07.113397 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2025.08.29 23:41:07.113469 [ 276 ] {08466f55-e4cd-477d-a273-c89fee3a8894} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:07.113512 [ 276 ] {08466f55-e4cd-477d-a273-c89fee3a8894} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:07.114104 [ 276 ] {08466f55-e4cd-477d-a273-c89fee3a8894} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.29 23:41:07.114342 [ 276 ] {08466f55-e4cd-477d-a273-c89fee3a8894} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:07.114489 [ 276 ] {08466f55-e4cd-477d-a273-c89fee3a8894} executeQuery: Read 32 rows, 58.72 KiB in 0.001976 sec., 16194.331983805669 rows/sec., 29.02 MiB/sec. 2025.08.29 23:41:07.114549 [ 276 ] {08466f55-e4cd-477d-a273-c89fee3a8894} TCPHandler: Processed in 0.002163107 sec. 2025.08.29 23:41:07.114669 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:07.114767 [ 276 ] {af34da48-7214-45f1-90ee-8c54737372db} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.08.29 23:41:07.114810 [ 276 ] {af34da48-7214-45f1-90ee-8c54737372db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.08.29 23:41:07.115129 [ 276 ] {af34da48-7214-45f1-90ee-8c54737372db} oximeter.measurements_i64 (cba5c20d-cb6e-477c-be02-65234a201993): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:07.115166 [ 276 ] {af34da48-7214-45f1-90ee-8c54737372db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:07.115466 [ 276 ] {af34da48-7214-45f1-90ee-8c54737372db} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.29 23:41:07.115677 [ 276 ] {af34da48-7214-45f1-90ee-8c54737372db} oximeter.measurements_i64 (cba5c20d-cb6e-477c-be02-65234a201993): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:07.115804 [ 276 ] {af34da48-7214-45f1-90ee-8c54737372db} executeQuery: Read 9 rows, 651.00 B in 0.001057 sec., 8514.664143803217 rows/sec., 601.46 KiB/sec. 2025.08.29 23:41:07.115842 [ 276 ] {af34da48-7214-45f1-90ee-8c54737372db} TCPHandler: Processed in 0.001222961 sec. 2025.08.29 23:41:07.115961 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:07.116068 [ 276 ] {1fe3d862-aead-4a9b-ac9f-ff678e2fb240} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:41:07.116118 [ 276 ] {1fe3d862-aead-4a9b-ac9f-ff678e2fb240} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:41:07.116519 [ 276 ] {1fe3d862-aead-4a9b-ac9f-ff678e2fb240} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:07.116561 [ 276 ] {1fe3d862-aead-4a9b-ac9f-ff678e2fb240} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:07.116916 [ 276 ] {1fe3d862-aead-4a9b-ac9f-ff678e2fb240} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.29 23:41:07.117165 [ 276 ] {1fe3d862-aead-4a9b-ac9f-ff678e2fb240} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:07.117277 [ 42 ] {} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.08.29 23:41:07.117314 [ 276 ] {1fe3d862-aead-4a9b-ac9f-ff678e2fb240} executeQuery: Read 60 rows, 4.14 KiB in 0.001267 sec., 47355.95895816891 rows/sec., 3.19 MiB/sec. 2025.08.29 23:41:07.117314 [ 42 ] {} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:07.117357 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:07.117363 [ 276 ] {1fe3d862-aead-4a9b-ac9f-ff678e2fb240} TCPHandler: Processed in 0.001455744 sec. 2025.08.29 23:41:07.117437 [ 195 ] {371e8896-2165-43da-873c-bccf77f3f9f8::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.08.29 23:41:07.117535 [ 195 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:41:07.117564 [ 195 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 330 rows starting from the beginning of the part 2025.08.29 23:41:07.117614 [ 195 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part 2025.08.29 23:41:07.117657 [ 195 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 48 rows starting from the beginning of the part 2025.08.29 23:41:07.117693 [ 195 ] {371e8896-2165-43da-873c-bccf77f3f9f8::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.08.29 23:41:07.117731 [ 195 ] {371e8896-2165-43da-873c-bccf77f3f9f8::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.08.29 23:41:07.117772 [ 195 ] {371e8896-2165-43da-873c-bccf77f3f9f8::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.08.29 23:41:07.118629 [ 196 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 570 rows, containing 4 columns (4 merged, 0 gathered) in 0.001225881 sec., 464971.72237762064 rows/sec., 31.48 MiB/sec. 2025.08.29 23:41:07.118769 [ 195 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.08.29 23:41:07.119027 [ 195 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_11_2} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:07.119098 [ 195 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_11_2} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.08.29 23:41:07.119154 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.08.29 23:41:08.857616 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 300 2025.08.29 23:41:08.860032 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:08.860086 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:08.861312 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.29 23:41:08.861606 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:08.861774 [ 40 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.08.29 23:41:08.861837 [ 40 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:08.861857 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:08.861958 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 300 2025.08.29 23:41:08.861982 [ 193 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::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.08.29 23:41:08.862547 [ 193 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:41:08.862689 [ 193 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::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.08.29 23:41:08.863092 [ 193 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::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.08.29 23:41:08.863491 [ 193 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 44 rows starting from the beginning of the part 2025.08.29 23:41:08.863884 [ 193 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::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.08.29 23:41:08.864256 [ 193 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 20 rows starting from the beginning of the part 2025.08.29 23:41:08.864649 [ 193 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 36 rows starting from the beginning of the part 2025.08.29 23:41:08.871078 [ 193 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 300 rows, containing 72 columns (72 merged, 0 gathered) in 0.009154585 sec., 32770.464199087124 rows/sec., 31.40 MiB/sec. 2025.08.29 23:41:08.872025 [ 192 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.08.29 23:41:08.872786 [ 192 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_6_1} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:08.872878 [ 192 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_6_1} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.08.29 23:41:08.873113 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.63 MiB. 2025.08.29 23:41:12.094468 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:12.094664 [ 276 ] {63066cfa-3642-4e5b-bf0d-76b0b03d22f9} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:41:12.094733 [ 276 ] {63066cfa-3642-4e5b-bf0d-76b0b03d22f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:41:12.095404 [ 276 ] {63066cfa-3642-4e5b-bf0d-76b0b03d22f9} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:12.095460 [ 276 ] {63066cfa-3642-4e5b-bf0d-76b0b03d22f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:12.095894 [ 276 ] {63066cfa-3642-4e5b-bf0d-76b0b03d22f9} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.29 23:41:12.096148 [ 276 ] {63066cfa-3642-4e5b-bf0d-76b0b03d22f9} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:12.096315 [ 276 ] {63066cfa-3642-4e5b-bf0d-76b0b03d22f9} executeQuery: Read 76 rows, 6.41 KiB in 0.001698 sec., 44758.5394581861 rows/sec., 3.69 MiB/sec. 2025.08.29 23:41:12.096375 [ 276 ] {63066cfa-3642-4e5b-bf0d-76b0b03d22f9} TCPHandler: Processed in 0.002042714 sec. 2025.08.29 23:41:12.096542 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:12.096653 [ 276 ] {cc19df6a-c4f3-48a8-a15c-5cc2d6fb58f9} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:41:12.096698 [ 276 ] {cc19df6a-c4f3-48a8-a15c-5cc2d6fb58f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:41:12.097136 [ 276 ] {cc19df6a-c4f3-48a8-a15c-5cc2d6fb58f9} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:12.097176 [ 276 ] {cc19df6a-c4f3-48a8-a15c-5cc2d6fb58f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:12.097501 [ 276 ] {cc19df6a-c4f3-48a8-a15c-5cc2d6fb58f9} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.29 23:41:12.097722 [ 276 ] {cc19df6a-c4f3-48a8-a15c-5cc2d6fb58f9} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:12.097858 [ 276 ] {cc19df6a-c4f3-48a8-a15c-5cc2d6fb58f9} executeQuery: Read 10 rows, 770.00 B in 0.001231 sec., 8123.4768480909825 rows/sec., 610.85 KiB/sec. 2025.08.29 23:41:12.097897 [ 276 ] {cc19df6a-c4f3-48a8-a15c-5cc2d6fb58f9} TCPHandler: Processed in 0.001409104 sec. 2025.08.29 23:41:12.098015 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:12.098118 [ 276 ] {94258e40-92f8-4fd8-ba34-f08f84cc878f} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:41:12.098159 [ 276 ] {94258e40-92f8-4fd8-ba34-f08f84cc878f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:41:12.098580 [ 276 ] {94258e40-92f8-4fd8-ba34-f08f84cc878f} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:12.098618 [ 276 ] {94258e40-92f8-4fd8-ba34-f08f84cc878f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:12.098935 [ 276 ] {94258e40-92f8-4fd8-ba34-f08f84cc878f} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.29 23:41:12.099148 [ 276 ] {94258e40-92f8-4fd8-ba34-f08f84cc878f} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:12.099278 [ 276 ] {94258e40-92f8-4fd8-ba34-f08f84cc878f} executeQuery: Read 74 rows, 5.92 KiB in 0.001183 sec., 62552.83178360101 rows/sec., 4.88 MiB/sec. 2025.08.29 23:41:12.099314 [ 276 ] {94258e40-92f8-4fd8-ba34-f08f84cc878f} TCPHandler: Processed in 0.001349563 sec. 2025.08.29 23:41:12.099428 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:12.099525 [ 276 ] {2b4e7673-23d7-4cab-9f37-c3e1e991c767} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:41:12.099568 [ 276 ] {2b4e7673-23d7-4cab-9f37-c3e1e991c767} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:41:12.100016 [ 276 ] {2b4e7673-23d7-4cab-9f37-c3e1e991c767} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:12.100051 [ 276 ] {2b4e7673-23d7-4cab-9f37-c3e1e991c767} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:12.100383 [ 276 ] {2b4e7673-23d7-4cab-9f37-c3e1e991c767} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.29 23:41:12.100606 [ 276 ] {2b4e7673-23d7-4cab-9f37-c3e1e991c767} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:12.100736 [ 276 ] {2b4e7673-23d7-4cab-9f37-c3e1e991c767} executeQuery: Read 160 rows, 11.41 KiB in 0.001232 sec., 129870.12987012987 rows/sec., 9.05 MiB/sec. 2025.08.29 23:41:12.100774 [ 276 ] {2b4e7673-23d7-4cab-9f37-c3e1e991c767} TCPHandler: Processed in 0.001396324 sec. 2025.08.29 23:41:12.100885 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:12.100983 [ 276 ] {ba56fa42-89c3-482c-aed0-f992d5097573} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:41:12.101037 [ 276 ] {ba56fa42-89c3-482c-aed0-f992d5097573} 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.08.29 23:41:12.101781 [ 276 ] {ba56fa42-89c3-482c-aed0-f992d5097573} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:12.101817 [ 276 ] {ba56fa42-89c3-482c-aed0-f992d5097573} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:12.102338 [ 276 ] {ba56fa42-89c3-482c-aed0-f992d5097573} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.29 23:41:12.102588 [ 276 ] {ba56fa42-89c3-482c-aed0-f992d5097573} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:12.102731 [ 276 ] {ba56fa42-89c3-482c-aed0-f992d5097573} executeQuery: Read 10 rows, 18.35 KiB in 0.001768 sec., 5656.108597285068 rows/sec., 10.14 MiB/sec. 2025.08.29 23:41:12.102794 [ 276 ] {ba56fa42-89c3-482c-aed0-f992d5097573} TCPHandler: Processed in 0.001957433 sec. 2025.08.29 23:41:12.102912 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:12.103009 [ 276 ] {f2f6c1fa-830f-4363-bf7f-2d9189c8b479} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:41:12.103052 [ 276 ] {f2f6c1fa-830f-4363-bf7f-2d9189c8b479} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:41:12.103397 [ 276 ] {f2f6c1fa-830f-4363-bf7f-2d9189c8b479} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:12.103432 [ 276 ] {f2f6c1fa-830f-4363-bf7f-2d9189c8b479} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:12.103745 [ 276 ] {f2f6c1fa-830f-4363-bf7f-2d9189c8b479} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.29 23:41:12.103958 [ 276 ] {f2f6c1fa-830f-4363-bf7f-2d9189c8b479} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:12.104084 [ 276 ] {f2f6c1fa-830f-4363-bf7f-2d9189c8b479} executeQuery: Read 60 rows, 4.14 KiB in 0.001113 sec., 53908.35579514824 rows/sec., 3.63 MiB/sec. 2025.08.29 23:41:12.104119 [ 276 ] {f2f6c1fa-830f-4363-bf7f-2d9189c8b479} TCPHandler: Processed in 0.001277032 sec. 2025.08.29 23:41:13.775638 [ 33 ] {} DNSResolver: Updating DNS cache 2025.08.29 23:41:13.775695 [ 33 ] {} DNSResolver: Updated DNS cache 2025.08.29 23:41:13.847912 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636 2025.08.29 23:41:13.848437 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:13.848482 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:13.849047 [ 245 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.29 23:41:13.849296 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:13.849439 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 2025.08.29 23:41:14.109931 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2025.08.29 23:41:14.127694 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:14.127758 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:14.133942 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.29 23:41:14.134658 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:14.137983 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2025.08.29 23:41:15.000198 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 183.29 MiB, peak 189.03 MiB, free memory in arenas 0.00 B, will set to 185.38 MiB (RSS), difference: 2.09 MiB 2025.08.29 23:41:17.095169 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:17.095395 [ 276 ] {0c055fec-7efb-489d-b2cb-aa1281409e39} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:41:17.095476 [ 276 ] {0c055fec-7efb-489d-b2cb-aa1281409e39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:41:17.096252 [ 276 ] {0c055fec-7efb-489d-b2cb-aa1281409e39} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:17.096304 [ 276 ] {0c055fec-7efb-489d-b2cb-aa1281409e39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:17.096711 [ 276 ] {0c055fec-7efb-489d-b2cb-aa1281409e39} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.29 23:41:17.096964 [ 276 ] {0c055fec-7efb-489d-b2cb-aa1281409e39} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:17.097130 [ 276 ] {0c055fec-7efb-489d-b2cb-aa1281409e39} executeQuery: Read 120 rows, 10.44 KiB in 0.001799 sec., 66703.72429127293 rows/sec., 5.67 MiB/sec. 2025.08.29 23:41:17.097178 [ 276 ] {0c055fec-7efb-489d-b2cb-aa1281409e39} TCPHandler: Processed in 0.002154987 sec. 2025.08.29 23:41:17.097339 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:17.097447 [ 276 ] {8f52aab0-bc79-4522-92a0-b9ef26c6d98f} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:41:17.097492 [ 276 ] {8f52aab0-bc79-4522-92a0-b9ef26c6d98f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:41:17.097927 [ 276 ] {8f52aab0-bc79-4522-92a0-b9ef26c6d98f} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:17.097965 [ 276 ] {8f52aab0-bc79-4522-92a0-b9ef26c6d98f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:17.098294 [ 276 ] {8f52aab0-bc79-4522-92a0-b9ef26c6d98f} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.29 23:41:17.098523 [ 276 ] {8f52aab0-bc79-4522-92a0-b9ef26c6d98f} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:17.098617 [ 32 ] {} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.08.29 23:41:17.098654 [ 276 ] {8f52aab0-bc79-4522-92a0-b9ef26c6d98f} executeQuery: Read 32 rows, 2.41 KiB in 0.001235 sec., 25910.93117408907 rows/sec., 1.90 MiB/sec. 2025.08.29 23:41:17.098654 [ 32 ] {} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:17.098687 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:17.098692 [ 276 ] {8f52aab0-bc79-4522-92a0-b9ef26c6d98f} TCPHandler: Processed in 0.001407524 sec. 2025.08.29 23:41:17.098775 [ 196 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::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.08.29 23:41:17.098814 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:17.098869 [ 196 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:41:17.098915 [ 276 ] {4982bb68-1367-42a0-b5d0-ed24f10a987f} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:41:17.098927 [ 196 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 48 rows starting from the beginning of the part 2025.08.29 23:41:17.098956 [ 276 ] {4982bb68-1367-42a0-b5d0-ed24f10a987f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:41:17.099034 [ 196 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 27 rows starting from the beginning of the part 2025.08.29 23:41:17.099103 [ 196 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 10 rows starting from the beginning of the part 2025.08.29 23:41:17.099147 [ 196 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 36 rows starting from the beginning of the part 2025.08.29 23:41:17.099201 [ 196 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 10 rows starting from the beginning of the part 2025.08.29 23:41:17.099251 [ 196 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 32 rows starting from the beginning of the part 2025.08.29 23:41:17.099401 [ 276 ] {4982bb68-1367-42a0-b5d0-ed24f10a987f} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:17.099436 [ 276 ] {4982bb68-1367-42a0-b5d0-ed24f10a987f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:17.099773 [ 276 ] {4982bb68-1367-42a0-b5d0-ed24f10a987f} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.29 23:41:17.099998 [ 276 ] {4982bb68-1367-42a0-b5d0-ed24f10a987f} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:17.100048 [ 192 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 163 rows, containing 5 columns (5 merged, 0 gathered) in 0.001312452 sec., 124195.01817971248 rows/sec., 9.53 MiB/sec. 2025.08.29 23:41:17.100124 [ 276 ] {4982bb68-1367-42a0-b5d0-ed24f10a987f} executeQuery: Read 96 rows, 7.68 KiB in 0.001232 sec., 77922.07792207792 rows/sec., 6.09 MiB/sec. 2025.08.29 23:41:17.100160 [ 276 ] {4982bb68-1367-42a0-b5d0-ed24f10a987f} TCPHandler: Processed in 0.001397483 sec. 2025.08.29 23:41:17.100226 [ 193 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.08.29 23:41:17.100277 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:17.100379 [ 276 ] {b2cc3ddf-fbd7-4170-a8ba-53751a5a147f} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:41:17.100425 [ 276 ] {b2cc3ddf-fbd7-4170-a8ba-53751a5a147f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:41:17.100539 [ 193 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_11_2} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:17.100644 [ 193 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_11_2} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.08.29 23:41:17.100760 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.08.29 23:41:17.100847 [ 276 ] {b2cc3ddf-fbd7-4170-a8ba-53751a5a147f} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:17.100887 [ 276 ] {b2cc3ddf-fbd7-4170-a8ba-53751a5a147f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:17.101221 [ 276 ] {b2cc3ddf-fbd7-4170-a8ba-53751a5a147f} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.29 23:41:17.101440 [ 276 ] {b2cc3ddf-fbd7-4170-a8ba-53751a5a147f} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:17.101566 [ 276 ] {b2cc3ddf-fbd7-4170-a8ba-53751a5a147f} executeQuery: Read 160 rows, 11.41 KiB in 0.001208 sec., 132450.3311258278 rows/sec., 9.22 MiB/sec. 2025.08.29 23:41:17.101602 [ 276 ] {b2cc3ddf-fbd7-4170-a8ba-53751a5a147f} TCPHandler: Processed in 0.001375693 sec. 2025.08.29 23:41:17.101709 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:17.101805 [ 276 ] {8d1902cb-aee6-42a8-83dd-12f14406ea17} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:41:17.101858 [ 276 ] {8d1902cb-aee6-42a8-83dd-12f14406ea17} 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.08.29 23:41:17.102666 [ 276 ] {8d1902cb-aee6-42a8-83dd-12f14406ea17} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:17.102701 [ 276 ] {8d1902cb-aee6-42a8-83dd-12f14406ea17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:17.103224 [ 276 ] {8d1902cb-aee6-42a8-83dd-12f14406ea17} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.29 23:41:17.103449 [ 276 ] {8d1902cb-aee6-42a8-83dd-12f14406ea17} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:17.103542 [ 32 ] {} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.08.29 23:41:17.103572 [ 32 ] {} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:17.103582 [ 276 ] {8d1902cb-aee6-42a8-83dd-12f14406ea17} executeQuery: Read 32 rows, 58.72 KiB in 0.001797 sec., 17807.456872565388 rows/sec., 31.91 MiB/sec. 2025.08.29 23:41:17.103591 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:17.103642 [ 276 ] {8d1902cb-aee6-42a8-83dd-12f14406ea17} TCPHandler: Processed in 0.001980514 sec. 2025.08.29 23:41:17.103726 [ 189 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::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.08.29 23:41:17.103764 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:17.103865 [ 276 ] {04e81c59-90c8-4030-a725-9e4fbfa87bc0} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:41:17.103908 [ 276 ] {04e81c59-90c8-4030-a725-9e4fbfa87bc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:41:17.103969 [ 189 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:41:17.104051 [ 189 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 80 rows starting from the beginning of the part 2025.08.29 23:41:17.104240 [ 189 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 27 rows starting from the beginning of the part 2025.08.29 23:41:17.104259 [ 276 ] {04e81c59-90c8-4030-a725-9e4fbfa87bc0} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:17.104298 [ 276 ] {04e81c59-90c8-4030-a725-9e4fbfa87bc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:17.104362 [ 189 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 10 rows starting from the beginning of the part 2025.08.29 23:41:17.104478 [ 189 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 32 rows starting from the beginning of the part 2025.08.29 23:41:17.104582 [ 189 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 10 rows starting from the beginning of the part 2025.08.29 23:41:17.104627 [ 276 ] {04e81c59-90c8-4030-a725-9e4fbfa87bc0} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.29 23:41:17.104704 [ 189 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 32 rows starting from the beginning of the part 2025.08.29 23:41:17.104867 [ 276 ] {04e81c59-90c8-4030-a725-9e4fbfa87bc0} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:17.105007 [ 276 ] {04e81c59-90c8-4030-a725-9e4fbfa87bc0} executeQuery: Read 60 rows, 4.14 KiB in 0.001161 sec., 51679.58656330749 rows/sec., 3.48 MiB/sec. 2025.08.29 23:41:17.105045 [ 276 ] {04e81c59-90c8-4030-a725-9e4fbfa87bc0} TCPHandler: Processed in 0.001331353 sec. 2025.08.29 23:41:17.120058 [ 193 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 191 rows, containing 19 columns (19 merged, 0 gathered) in 0.016389507 sec., 11653.797762190161 rows/sec., 20.88 MiB/sec. 2025.08.29 23:41:17.120440 [ 193 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.08.29 23:41:17.120807 [ 193 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_11_2} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:17.120891 [ 193 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_11_2} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.08.29 23:41:17.120988 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. 2025.08.29 23:41:18.862221 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 324 2025.08.29 23:41:18.864677 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:18.864724 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:18.865870 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.29 23:41:18.866139 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:18.866389 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 324 2025.08.29 23:41:21.349598 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124 2025.08.29 23:41:21.350257 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:21.350314 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:21.350846 [ 245 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.29 23:41:21.351084 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:21.351234 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124 2025.08.29 23:41:21.351233 [ 56 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.08.29 23:41:21.351306 [ 56 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:21.351326 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:21.351424 [ 192 ] {90555ac2-81b8-4059-8b13-b62161c900cc::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.08.29 23:41:21.351538 [ 192 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:41:21.351576 [ 192 ] {90555ac2-81b8-4059-8b13-b62161c900cc::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.08.29 23:41:21.351663 [ 192 ] {90555ac2-81b8-4059-8b13-b62161c900cc::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.08.29 23:41:21.351709 [ 192 ] {90555ac2-81b8-4059-8b13-b62161c900cc::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.08.29 23:41:21.351752 [ 192 ] {90555ac2-81b8-4059-8b13-b62161c900cc::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.08.29 23:41:21.351790 [ 192 ] {90555ac2-81b8-4059-8b13-b62161c900cc::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.08.29 23:41:21.351832 [ 192 ] {90555ac2-81b8-4059-8b13-b62161c900cc::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.08.29 23:41:21.353249 [ 203 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.001861401 sec., 2752765.2558476115 rows/sec., 39.38 MiB/sec. 2025.08.29 23:41:21.353690 [ 192 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.08.29 23:41:21.353964 [ 192 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_11_2} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:21.354043 [ 192 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_11_2} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.08.29 23:41:21.354118 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2025.08.29 23:41:21.638132 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2025.08.29 23:41:21.654921 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:21.654971 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:21.661223 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.29 23:41:21.661905 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:21.662180 [ 56 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.08.29 23:41:21.662221 [ 56 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:21.662243 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:21.662402 [ 203 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::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.08.29 23:41:21.665154 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2025.08.29 23:41:21.666678 [ 203 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:41:21.668082 [ 203 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::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.08.29 23:41:21.672560 [ 203 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::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.08.29 23:41:21.676606 [ 203 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::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.08.29 23:41:21.680617 [ 203 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::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.08.29 23:41:21.685185 [ 203 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::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.08.29 23:41:21.689337 [ 203 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::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.08.29 23:41:21.742367 [ 192 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.080041654 sec., 1036.9600808099242 rows/sec., 5.36 MiB/sec. 2025.08.29 23:41:21.744889 [ 198 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.08.29 23:41:21.747096 [ 198 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_11_2} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:21.747219 [ 198 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_11_2} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.08.29 23:41:21.749260 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2025.08.29 23:41:22.000335 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 187.33 MiB, peak 197.22 MiB, free memory in arenas 0.00 B, will set to 197.05 MiB (RSS), difference: 9.73 MiB 2025.08.29 23:41:22.122037 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:22.122236 [ 276 ] {11b167af-f61e-411d-a6f6-4e95d9070912} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.29 23:41:22.122309 [ 276 ] {11b167af-f61e-411d-a6f6-4e95d9070912} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.29 23:41:22.122933 [ 276 ] {11b167af-f61e-411d-a6f6-4e95d9070912} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:22.122983 [ 276 ] {11b167af-f61e-411d-a6f6-4e95d9070912} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:22.123379 [ 276 ] {11b167af-f61e-411d-a6f6-4e95d9070912} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.29 23:41:22.123623 [ 276 ] {11b167af-f61e-411d-a6f6-4e95d9070912} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:22.123782 [ 276 ] {11b167af-f61e-411d-a6f6-4e95d9070912} executeQuery: Read 6 rows, 501.00 B in 0.001601 sec., 3747.6577139287947 rows/sec., 305.60 KiB/sec. 2025.08.29 23:41:22.123823 [ 276 ] {11b167af-f61e-411d-a6f6-4e95d9070912} TCPHandler: Processed in 0.001927302 sec. 2025.08.29 23:41:22.123955 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:22.124051 [ 276 ] {eda00d44-0625-48eb-bd7d-c323be5c0a9b} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:41:22.124091 [ 276 ] {eda00d44-0625-48eb-bd7d-c323be5c0a9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:41:22.125109 [ 276 ] {eda00d44-0625-48eb-bd7d-c323be5c0a9b} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:22.125146 [ 276 ] {eda00d44-0625-48eb-bd7d-c323be5c0a9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:22.125574 [ 276 ] {eda00d44-0625-48eb-bd7d-c323be5c0a9b} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.29 23:41:22.125803 [ 276 ] {eda00d44-0625-48eb-bd7d-c323be5c0a9b} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:22.125937 [ 276 ] {eda00d44-0625-48eb-bd7d-c323be5c0a9b} executeQuery: Read 1219 rows, 103.20 KiB in 0.001905 sec., 639895.0131233595 rows/sec., 52.90 MiB/sec. 2025.08.29 23:41:22.125981 [ 276 ] {eda00d44-0625-48eb-bd7d-c323be5c0a9b} TCPHandler: Processed in 0.002079346 sec. 2025.08.29 23:41:22.126102 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:22.126198 [ 276 ] {4097ff2e-c067-4ec8-8d67-50bf28ea8a00} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:41:22.126238 [ 276 ] {4097ff2e-c067-4ec8-8d67-50bf28ea8a00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:41:22.126638 [ 276 ] {4097ff2e-c067-4ec8-8d67-50bf28ea8a00} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:22.126674 [ 276 ] {4097ff2e-c067-4ec8-8d67-50bf28ea8a00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:22.126992 [ 276 ] {4097ff2e-c067-4ec8-8d67-50bf28ea8a00} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.29 23:41:22.127209 [ 276 ] {4097ff2e-c067-4ec8-8d67-50bf28ea8a00} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:22.127336 [ 276 ] {4097ff2e-c067-4ec8-8d67-50bf28ea8a00} executeQuery: Read 16 rows, 1.17 KiB in 0.001157 sec., 13828.867761452031 rows/sec., 1012.01 KiB/sec. 2025.08.29 23:41:22.127372 [ 276 ] {4097ff2e-c067-4ec8-8d67-50bf28ea8a00} TCPHandler: Processed in 0.001319002 sec. 2025.08.29 23:41:22.127487 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:22.127581 [ 276 ] {7fd53e65-da26-484b-8caf-29453791786a} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.29 23:41:22.127620 [ 276 ] {7fd53e65-da26-484b-8caf-29453791786a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.29 23:41:22.128110 [ 276 ] {7fd53e65-da26-484b-8caf-29453791786a} oximeter.fields_u32 (3ddfd2d3-615e-4f40-8a6d-6f11378c1abe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:22.128146 [ 276 ] {7fd53e65-da26-484b-8caf-29453791786a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:22.128477 [ 276 ] {7fd53e65-da26-484b-8caf-29453791786a} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.29 23:41:22.128709 [ 276 ] {7fd53e65-da26-484b-8caf-29453791786a} oximeter.fields_u32 (3ddfd2d3-615e-4f40-8a6d-6f11378c1abe): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:22.128837 [ 276 ] {7fd53e65-da26-484b-8caf-29453791786a} executeQuery: Read 228 rows, 15.81 KiB in 0.001275 sec., 178823.5294117647 rows/sec., 12.11 MiB/sec. 2025.08.29 23:41:22.128874 [ 276 ] {7fd53e65-da26-484b-8caf-29453791786a} TCPHandler: Processed in 0.001437675 sec. 2025.08.29 23:41:22.128982 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:22.129078 [ 276 ] {1dd20b17-16c4-40ff-98bf-e8e7fa628126} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:41:22.129118 [ 276 ] {1dd20b17-16c4-40ff-98bf-e8e7fa628126} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:41:22.129678 [ 276 ] {1dd20b17-16c4-40ff-98bf-e8e7fa628126} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:22.129715 [ 276 ] {1dd20b17-16c4-40ff-98bf-e8e7fa628126} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:22.130129 [ 276 ] {1dd20b17-16c4-40ff-98bf-e8e7fa628126} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.29 23:41:22.130348 [ 276 ] {1dd20b17-16c4-40ff-98bf-e8e7fa628126} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:22.130476 [ 276 ] {1dd20b17-16c4-40ff-98bf-e8e7fa628126} executeQuery: Read 536 rows, 40.69 KiB in 0.001417 sec., 378263.9378969654 rows/sec., 28.05 MiB/sec. 2025.08.29 23:41:22.130512 [ 276 ] {1dd20b17-16c4-40ff-98bf-e8e7fa628126} TCPHandler: Processed in 0.001581277 sec. 2025.08.29 23:41:22.130618 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:22.130711 [ 276 ] {ac5b2931-3225-4408-a116-c3437fbf3339} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:41:22.130755 [ 276 ] {ac5b2931-3225-4408-a116-c3437fbf3339} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:41:22.131296 [ 276 ] {ac5b2931-3225-4408-a116-c3437fbf3339} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:22.131334 [ 276 ] {ac5b2931-3225-4408-a116-c3437fbf3339} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:22.131716 [ 276 ] {ac5b2931-3225-4408-a116-c3437fbf3339} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.29 23:41:22.131940 [ 276 ] {ac5b2931-3225-4408-a116-c3437fbf3339} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:22.132069 [ 276 ] {ac5b2931-3225-4408-a116-c3437fbf3339} executeQuery: Read 847 rows, 58.38 KiB in 0.001376 sec., 615552.3255813953 rows/sec., 41.43 MiB/sec. 2025.08.29 23:41:22.132104 [ 276 ] {ac5b2931-3225-4408-a116-c3437fbf3339} TCPHandler: Processed in 0.001534666 sec. 2025.08.29 23:41:22.132210 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:22.132304 [ 276 ] {e8818964-c911-4798-821c-6f5f66885bc1} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:41:22.132358 [ 276 ] {e8818964-c911-4798-821c-6f5f66885bc1} 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.08.29 23:41:22.133084 [ 276 ] {e8818964-c911-4798-821c-6f5f66885bc1} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:22.133121 [ 276 ] {e8818964-c911-4798-821c-6f5f66885bc1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:22.133636 [ 276 ] {e8818964-c911-4798-821c-6f5f66885bc1} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.29 23:41:22.133857 [ 276 ] {e8818964-c911-4798-821c-6f5f66885bc1} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:22.133994 [ 276 ] {e8818964-c911-4798-821c-6f5f66885bc1} executeQuery: Read 10 rows, 18.35 KiB in 0.001708 sec., 5854.80093676815 rows/sec., 10.49 MiB/sec. 2025.08.29 23:41:22.134047 [ 276 ] {e8818964-c911-4798-821c-6f5f66885bc1} TCPHandler: Processed in 0.001885092 sec. 2025.08.29 23:41:22.134152 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:22.134246 [ 276 ] {50c0ace4-7a53-47a6-a9c5-a25ae33b3178} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:41:22.134287 [ 276 ] {50c0ace4-7a53-47a6-a9c5-a25ae33b3178} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:41:22.134603 [ 276 ] {50c0ace4-7a53-47a6-a9c5-a25ae33b3178} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:22.134640 [ 276 ] {50c0ace4-7a53-47a6-a9c5-a25ae33b3178} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:22.134948 [ 276 ] {50c0ace4-7a53-47a6-a9c5-a25ae33b3178} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.29 23:41:22.135156 [ 276 ] {50c0ace4-7a53-47a6-a9c5-a25ae33b3178} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:22.135280 [ 276 ] {50c0ace4-7a53-47a6-a9c5-a25ae33b3178} executeQuery: Read 60 rows, 4.14 KiB in 0.001052 sec., 57034.22053231939 rows/sec., 3.84 MiB/sec. 2025.08.29 23:41:22.135314 [ 276 ] {50c0ace4-7a53-47a6-a9c5-a25ae33b3178} TCPHandler: Processed in 0.001210861 sec. 2025.08.29 23:41:27.095663 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:27.095872 [ 276 ] {6901b3ea-6ef3-4f49-b95e-112430d03a39} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:41:27.095949 [ 276 ] {6901b3ea-6ef3-4f49-b95e-112430d03a39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:41:27.096643 [ 276 ] {6901b3ea-6ef3-4f49-b95e-112430d03a39} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:27.096692 [ 276 ] {6901b3ea-6ef3-4f49-b95e-112430d03a39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:27.097146 [ 276 ] {6901b3ea-6ef3-4f49-b95e-112430d03a39} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.29 23:41:27.097443 [ 276 ] {6901b3ea-6ef3-4f49-b95e-112430d03a39} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:27.097639 [ 276 ] {6901b3ea-6ef3-4f49-b95e-112430d03a39} executeQuery: Read 120 rows, 10.44 KiB in 0.001826 sec., 65717.41511500548 rows/sec., 5.58 MiB/sec. 2025.08.29 23:41:27.097693 [ 276 ] {6901b3ea-6ef3-4f49-b95e-112430d03a39} TCPHandler: Processed in 0.002162146 sec. 2025.08.29 23:41:27.097832 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:27.097941 [ 276 ] {755b5815-566e-446b-bf4c-67bc5ca1b409} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:41:27.097991 [ 276 ] {755b5815-566e-446b-bf4c-67bc5ca1b409} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:41:27.098431 [ 276 ] {755b5815-566e-446b-bf4c-67bc5ca1b409} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:27.098468 [ 276 ] {755b5815-566e-446b-bf4c-67bc5ca1b409} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:27.098809 [ 276 ] {755b5815-566e-446b-bf4c-67bc5ca1b409} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.29 23:41:27.099040 [ 276 ] {755b5815-566e-446b-bf4c-67bc5ca1b409} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:27.099177 [ 276 ] {755b5815-566e-446b-bf4c-67bc5ca1b409} executeQuery: Read 32 rows, 2.41 KiB in 0.001263 sec., 25336.50039588282 rows/sec., 1.86 MiB/sec. 2025.08.29 23:41:27.099215 [ 276 ] {755b5815-566e-446b-bf4c-67bc5ca1b409} TCPHandler: Processed in 0.001437074 sec. 2025.08.29 23:41:27.099336 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:27.099436 [ 276 ] {1ed0b062-75e1-4dcc-b8a5-a9cf5052522c} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:41:27.099477 [ 276 ] {1ed0b062-75e1-4dcc-b8a5-a9cf5052522c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:41:27.099929 [ 276 ] {1ed0b062-75e1-4dcc-b8a5-a9cf5052522c} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:27.099964 [ 276 ] {1ed0b062-75e1-4dcc-b8a5-a9cf5052522c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:27.100301 [ 276 ] {1ed0b062-75e1-4dcc-b8a5-a9cf5052522c} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.29 23:41:27.100522 [ 276 ] {1ed0b062-75e1-4dcc-b8a5-a9cf5052522c} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:27.100652 [ 276 ] {1ed0b062-75e1-4dcc-b8a5-a9cf5052522c} executeQuery: Read 96 rows, 7.68 KiB in 0.001239 sec., 77481.8401937046 rows/sec., 6.05 MiB/sec. 2025.08.29 23:41:27.100688 [ 276 ] {1ed0b062-75e1-4dcc-b8a5-a9cf5052522c} TCPHandler: Processed in 0.001402714 sec. 2025.08.29 23:41:27.100808 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:27.100906 [ 276 ] {c479ddb8-58ab-4b31-bee9-ffe48d545bc1} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:41:27.100950 [ 276 ] {c479ddb8-58ab-4b31-bee9-ffe48d545bc1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:41:27.101367 [ 276 ] {c479ddb8-58ab-4b31-bee9-ffe48d545bc1} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:27.101403 [ 276 ] {c479ddb8-58ab-4b31-bee9-ffe48d545bc1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:27.101743 [ 276 ] {c479ddb8-58ab-4b31-bee9-ffe48d545bc1} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.29 23:41:27.101975 [ 276 ] {c479ddb8-58ab-4b31-bee9-ffe48d545bc1} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:27.102104 [ 276 ] {c479ddb8-58ab-4b31-bee9-ffe48d545bc1} executeQuery: Read 160 rows, 11.41 KiB in 0.001218 sec., 131362.88998357966 rows/sec., 9.15 MiB/sec. 2025.08.29 23:41:27.102140 [ 276 ] {c479ddb8-58ab-4b31-bee9-ffe48d545bc1} TCPHandler: Processed in 0.001382303 sec. 2025.08.29 23:41:27.102249 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:27.102345 [ 276 ] {b0393763-1ddd-405c-8b97-62ce7181eff1} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:41:27.102399 [ 276 ] {b0393763-1ddd-405c-8b97-62ce7181eff1} 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.08.29 23:41:27.103261 [ 276 ] {b0393763-1ddd-405c-8b97-62ce7181eff1} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:27.103317 [ 276 ] {b0393763-1ddd-405c-8b97-62ce7181eff1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:27.103999 [ 276 ] {b0393763-1ddd-405c-8b97-62ce7181eff1} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.29 23:41:27.104255 [ 276 ] {b0393763-1ddd-405c-8b97-62ce7181eff1} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:27.104396 [ 276 ] {b0393763-1ddd-405c-8b97-62ce7181eff1} executeQuery: Read 32 rows, 58.72 KiB in 0.00207 sec., 15458.937198067635 rows/sec., 27.70 MiB/sec. 2025.08.29 23:41:27.104462 [ 276 ] {b0393763-1ddd-405c-8b97-62ce7181eff1} TCPHandler: Processed in 0.002262429 sec. 2025.08.29 23:41:27.104584 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:27.104683 [ 276 ] {032c2e4f-b656-40c3-8b84-a02d4c82ffe2} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:41:27.104725 [ 276 ] {032c2e4f-b656-40c3-8b84-a02d4c82ffe2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:41:27.105080 [ 276 ] {032c2e4f-b656-40c3-8b84-a02d4c82ffe2} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:27.105115 [ 276 ] {032c2e4f-b656-40c3-8b84-a02d4c82ffe2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:27.105426 [ 276 ] {032c2e4f-b656-40c3-8b84-a02d4c82ffe2} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.29 23:41:27.105661 [ 276 ] {032c2e4f-b656-40c3-8b84-a02d4c82ffe2} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:27.105793 [ 276 ] {032c2e4f-b656-40c3-8b84-a02d4c82ffe2} executeQuery: Read 60 rows, 4.14 KiB in 0.001131 sec., 53050.39787798408 rows/sec., 3.58 MiB/sec. 2025.08.29 23:41:27.105828 [ 276 ] {032c2e4f-b656-40c3-8b84-a02d4c82ffe2} TCPHandler: Processed in 0.001293692 sec. 2025.08.29 23:41:28.775741 [ 85 ] {} DNSResolver: Updating DNS cache 2025.08.29 23:41:28.775798 [ 85 ] {} DNSResolver: Updated DNS cache 2025.08.29 23:41:28.851388 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5551 2025.08.29 23:41:28.851868 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:28.851911 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:28.852549 [ 245 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.29 23:41:28.852799 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:28.852932 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 2025.08.29 23:41:28.866627 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 352 2025.08.29 23:41:28.868958 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:28.869015 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:28.870241 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.29 23:41:28.870513 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:28.870852 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 352 2025.08.29 23:41:29.165305 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2025.08.29 23:41:29.182589 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:29.182639 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:29.188261 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.29 23:41:29.188929 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:29.191779 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2025.08.29 23:41:32.094716 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:32.094927 [ 276 ] {977d0e38-a24f-40eb-9fca-3a84940bd7a2} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:41:32.094993 [ 276 ] {977d0e38-a24f-40eb-9fca-3a84940bd7a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:41:32.095632 [ 276 ] {977d0e38-a24f-40eb-9fca-3a84940bd7a2} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:32.095682 [ 276 ] {977d0e38-a24f-40eb-9fca-3a84940bd7a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:32.096064 [ 276 ] {977d0e38-a24f-40eb-9fca-3a84940bd7a2} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.29 23:41:32.096287 [ 276 ] {977d0e38-a24f-40eb-9fca-3a84940bd7a2} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:32.096429 [ 276 ] {977d0e38-a24f-40eb-9fca-3a84940bd7a2} executeQuery: Read 76 rows, 6.41 KiB in 0.001557 sec., 48811.81759794476 rows/sec., 4.02 MiB/sec. 2025.08.29 23:41:32.096445 [ 81 ] {} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.08.29 23:41:32.096468 [ 276 ] {977d0e38-a24f-40eb-9fca-3a84940bd7a2} TCPHandler: Processed in 0.001934812 sec. 2025.08.29 23:41:32.096517 [ 81 ] {} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:32.096543 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:32.096623 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:32.096682 [ 194 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::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.08.29 23:41:32.096719 [ 276 ] {cba9484b-7ba1-4288-b141-cbeaf429a3bc} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:41:32.096765 [ 276 ] {cba9484b-7ba1-4288-b141-cbeaf429a3bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:41:32.096823 [ 194 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:41:32.096861 [ 194 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1289 rows starting from the beginning of the part 2025.08.29 23:41:32.096951 [ 194 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 76 rows starting from the beginning of the part 2025.08.29 23:41:32.096999 [ 194 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 120 rows starting from the beginning of the part 2025.08.29 23:41:32.097057 [ 194 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1219 rows starting from the beginning of the part 2025.08.29 23:41:32.097118 [ 194 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 120 rows starting from the beginning of the part 2025.08.29 23:41:32.097164 [ 194 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 76 rows starting from the beginning of the part 2025.08.29 23:41:32.097176 [ 276 ] {cba9484b-7ba1-4288-b141-cbeaf429a3bc} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:32.097217 [ 276 ] {cba9484b-7ba1-4288-b141-cbeaf429a3bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:32.097544 [ 276 ] {cba9484b-7ba1-4288-b141-cbeaf429a3bc} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.29 23:41:32.097760 [ 276 ] {cba9484b-7ba1-4288-b141-cbeaf429a3bc} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:32.097891 [ 276 ] {cba9484b-7ba1-4288-b141-cbeaf429a3bc} executeQuery: Read 10 rows, 770.00 B in 0.001191 sec., 8396.305625524768 rows/sec., 631.36 KiB/sec. 2025.08.29 23:41:32.097927 [ 276 ] {cba9484b-7ba1-4288-b141-cbeaf429a3bc} TCPHandler: Processed in 0.001352443 sec. 2025.08.29 23:41:32.098036 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:32.098127 [ 276 ] {7d6e928f-17f5-482f-b82c-ae6427559f60} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:41:32.098166 [ 276 ] {7d6e928f-17f5-482f-b82c-ae6427559f60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:41:32.098584 [ 276 ] {7d6e928f-17f5-482f-b82c-ae6427559f60} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:32.098603 [ 198 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2900 rows, containing 5 columns (5 merged, 0 gathered) in 0.001989944 sec., 1457327.4423802882 rows/sec., 126.58 MiB/sec. 2025.08.29 23:41:32.098620 [ 276 ] {7d6e928f-17f5-482f-b82c-ae6427559f60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:32.098847 [ 194 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.08.29 23:41:32.098960 [ 276 ] {7d6e928f-17f5-482f-b82c-ae6427559f60} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.29 23:41:32.099201 [ 194 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_16_3} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:32.099288 [ 194 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_16_3} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.08.29 23:41:32.099324 [ 276 ] {7d6e928f-17f5-482f-b82c-ae6427559f60} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:32.099368 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.08.29 23:41:32.099453 [ 81 ] {} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.08.29 23:41:32.099472 [ 276 ] {7d6e928f-17f5-482f-b82c-ae6427559f60} executeQuery: Read 74 rows, 5.92 KiB in 0.001362 sec., 54331.86490455213 rows/sec., 4.24 MiB/sec. 2025.08.29 23:41:32.099503 [ 81 ] {} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:32.099519 [ 276 ] {7d6e928f-17f5-482f-b82c-ae6427559f60} TCPHandler: Processed in 0.001530096 sec. 2025.08.29 23:41:32.099526 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:32.099605 [ 194 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::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.08.29 23:41:32.099655 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:32.099681 [ 194 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:41:32.099708 [ 194 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 596 rows starting from the beginning of the part 2025.08.29 23:41:32.099754 [ 276 ] {7208c369-ee86-4aad-b299-89ac08977ae0} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:41:32.099757 [ 194 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 74 rows starting from the beginning of the part 2025.08.29 23:41:32.099806 [ 276 ] {7208c369-ee86-4aad-b299-89ac08977ae0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:41:32.099814 [ 194 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 96 rows starting from the beginning of the part 2025.08.29 23:41:32.099860 [ 194 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 536 rows starting from the beginning of the part 2025.08.29 23:41:32.099891 [ 194 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 96 rows starting from the beginning of the part 2025.08.29 23:41:32.099929 [ 194 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 74 rows starting from the beginning of the part 2025.08.29 23:41:32.100255 [ 276 ] {7208c369-ee86-4aad-b299-89ac08977ae0} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:32.100296 [ 276 ] {7208c369-ee86-4aad-b299-89ac08977ae0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:32.100647 [ 276 ] {7208c369-ee86-4aad-b299-89ac08977ae0} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.29 23:41:32.100784 [ 190 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1472 rows, containing 5 columns (5 merged, 0 gathered) in 0.001207191 sec., 1219359.6539404285 rows/sec., 96.39 MiB/sec. 2025.08.29 23:41:32.100862 [ 276 ] {7208c369-ee86-4aad-b299-89ac08977ae0} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:32.100956 [ 194 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.08.29 23:41:32.100975 [ 81 ] {} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.08.29 23:41:32.100999 [ 276 ] {7208c369-ee86-4aad-b299-89ac08977ae0} executeQuery: Read 160 rows, 11.41 KiB in 0.001264 sec., 126582.27848101266 rows/sec., 8.82 MiB/sec. 2025.08.29 23:41:32.101010 [ 81 ] {} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:32.101042 [ 276 ] {7208c369-ee86-4aad-b299-89ac08977ae0} TCPHandler: Processed in 0.001435455 sec. 2025.08.29 23:41:32.101042 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:32.101133 [ 198 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::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.08.29 23:41:32.101174 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:32.101224 [ 194 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_16_3} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:32.101231 [ 198 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:41:32.101264 [ 198 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3552 rows starting from the beginning of the part 2025.08.29 23:41:32.101273 [ 276 ] {262ae44c-968c-4f2c-909f-991a980a3714} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:41:32.101288 [ 194 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_16_3} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.08.29 23:41:32.101315 [ 198 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::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.08.29 23:41:32.101336 [ 276 ] {262ae44c-968c-4f2c-909f-991a980a3714} 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.08.29 23:41:32.101357 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. 2025.08.29 23:41:32.101357 [ 198 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part 2025.08.29 23:41:32.101405 [ 198 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 847 rows starting from the beginning of the part 2025.08.29 23:41:32.101442 [ 198 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::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.08.29 23:41:32.101480 [ 198 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::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.08.29 23:41:32.102102 [ 276 ] {262ae44c-968c-4f2c-909f-991a980a3714} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:32.102144 [ 276 ] {262ae44c-968c-4f2c-909f-991a980a3714} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:32.102663 [ 276 ] {262ae44c-968c-4f2c-909f-991a980a3714} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.29 23:41:32.102885 [ 276 ] {262ae44c-968c-4f2c-909f-991a980a3714} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:32.103022 [ 276 ] {262ae44c-968c-4f2c-909f-991a980a3714} executeQuery: Read 10 rows, 18.35 KiB in 0.001767 sec., 5659.309564233164 rows/sec., 10.14 MiB/sec. 2025.08.29 23:41:32.103077 [ 276 ] {262ae44c-968c-4f2c-909f-991a980a3714} TCPHandler: Processed in 0.001950073 sec. 2025.08.29 23:41:32.103087 [ 194 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 5039 rows, containing 5 columns (5 merged, 0 gathered) in 0.001984904 sec., 2538661.819412929 rows/sec., 172.86 MiB/sec. 2025.08.29 23:41:32.103190 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:32.103286 [ 276 ] {ad10357a-8c13-4df3-a31f-af59a8b1accb} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:41:32.103327 [ 276 ] {ad10357a-8c13-4df3-a31f-af59a8b1accb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:41:32.103494 [ 190 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.08.29 23:41:32.103659 [ 276 ] {ad10357a-8c13-4df3-a31f-af59a8b1accb} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:32.103702 [ 276 ] {ad10357a-8c13-4df3-a31f-af59a8b1accb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:32.103775 [ 190 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_16_3} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:32.103850 [ 190 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_16_3} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.08.29 23:41:32.103912 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.02 MiB. 2025.08.29 23:41:32.104019 [ 276 ] {ad10357a-8c13-4df3-a31f-af59a8b1accb} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.29 23:41:32.104227 [ 276 ] {ad10357a-8c13-4df3-a31f-af59a8b1accb} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:32.104321 [ 81 ] {} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.08.29 23:41:32.104352 [ 81 ] {} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:32.104353 [ 276 ] {ad10357a-8c13-4df3-a31f-af59a8b1accb} executeQuery: Read 60 rows, 4.14 KiB in 0.001085 sec., 55299.53917050691 rows/sec., 3.73 MiB/sec. 2025.08.29 23:41:32.104369 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:32.104400 [ 276 ] {ad10357a-8c13-4df3-a31f-af59a8b1accb} TCPHandler: Processed in 0.001258492 sec. 2025.08.29 23:41:32.104501 [ 187 ] {371e8896-2165-43da-873c-bccf77f3f9f8::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.08.29 23:41:32.104677 [ 187 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:41:32.104715 [ 187 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 570 rows starting from the beginning of the part 2025.08.29 23:41:32.104811 [ 187 ] {371e8896-2165-43da-873c-bccf77f3f9f8::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.08.29 23:41:32.104864 [ 187 ] {371e8896-2165-43da-873c-bccf77f3f9f8::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.08.29 23:41:32.104909 [ 187 ] {371e8896-2165-43da-873c-bccf77f3f9f8::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.08.29 23:41:32.104952 [ 187 ] {371e8896-2165-43da-873c-bccf77f3f9f8::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.08.29 23:41:32.105002 [ 187 ] {371e8896-2165-43da-873c-bccf77f3f9f8::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.08.29 23:41:32.105928 [ 194 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 870 rows, containing 4 columns (4 merged, 0 gathered) in 0.001494455 sec., 582152.0219745659 rows/sec., 39.35 MiB/sec. 2025.08.29 23:41:32.106080 [ 190 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.08.29 23:41:32.106334 [ 190 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_16_3} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:32.106401 [ 190 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_16_3} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.08.29 23:41:32.106473 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.08.29 23:41:35.453662 [ 156 ] {} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.08.29 23:41:35.453728 [ 156 ] {} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:35.453752 [ 156 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:35.453872 [ 187 ] {12ce3ada-175d-4499-972d-958c6137f9ab::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.08.29 23:41:35.454025 [ 187 ] {12ce3ada-175d-4499-972d-958c6137f9ab::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:41:35.454059 [ 187 ] {12ce3ada-175d-4499-972d-958c6137f9ab::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part 2025.08.29 23:41:35.454124 [ 187 ] {12ce3ada-175d-4499-972d-958c6137f9ab::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.08.29 23:41:35.454171 [ 187 ] {12ce3ada-175d-4499-972d-958c6137f9ab::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part 2025.08.29 23:41:35.454213 [ 187 ] {12ce3ada-175d-4499-972d-958c6137f9ab::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part 2025.08.29 23:41:35.454314 [ 187 ] {12ce3ada-175d-4499-972d-958c6137f9ab::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2025.08.29 23:41:35.455112 [ 190 ] {12ce3ada-175d-4499-972d-958c6137f9ab::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 22 rows, containing 5 columns (5 merged, 0 gathered) in 0.001291612 sec., 17032.97894414112 rows/sec., 1.42 MiB/sec. 2025.08.29 23:41:35.455280 [ 190 ] {12ce3ada-175d-4499-972d-958c6137f9ab::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.08.29 23:41:35.455574 [ 190 ] {12ce3ada-175d-4499-972d-958c6137f9ab::all_1_5_1} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:35.455651 [ 190 ] {12ce3ada-175d-4499-972d-958c6137f9ab::all_1_5_1} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.08.29 23:41:35.455742 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.08.29 23:41:36.353092 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6039 2025.08.29 23:41:36.353651 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:36.353703 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.08.29 23:41:36.354223 [ 245 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.29 23:41:36.354454 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:36.354579 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039 2025.08.29 23:41:36.691930 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2025.08.29 23:41:36.707416 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:36.707474 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:36.713705 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.29 23:41:36.714466 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:36.717145 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2025.08.29 23:41:37.000173 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 198.70 MiB, peak 202.70 MiB, free memory in arenas 0.00 B, will set to 199.77 MiB (RSS), difference: 1.07 MiB 2025.08.29 23:41:37.095944 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:37.096123 [ 276 ] {19743015-7184-480a-bf0c-fc364ee83191} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.29 23:41:37.096191 [ 276 ] {19743015-7184-480a-bf0c-fc364ee83191} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.29 23:41:37.096804 [ 276 ] {19743015-7184-480a-bf0c-fc364ee83191} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:37.096855 [ 276 ] {19743015-7184-480a-bf0c-fc364ee83191} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:37.097264 [ 276 ] {19743015-7184-480a-bf0c-fc364ee83191} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.29 23:41:37.097499 [ 276 ] {19743015-7184-480a-bf0c-fc364ee83191} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:37.097679 [ 276 ] {19743015-7184-480a-bf0c-fc364ee83191} executeQuery: Read 4 rows, 334.00 B in 0.001601 sec., 2498.4384759525296 rows/sec., 203.73 KiB/sec. 2025.08.29 23:41:37.097744 [ 276 ] {19743015-7184-480a-bf0c-fc364ee83191} TCPHandler: Processed in 0.001928363 sec. 2025.08.29 23:41:37.097886 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:37.097992 [ 276 ] {70c62736-3658-42ec-9013-9e7c6071820c} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:41:37.098037 [ 276 ] {70c62736-3658-42ec-9013-9e7c6071820c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:41:37.098560 [ 276 ] {70c62736-3658-42ec-9013-9e7c6071820c} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:37.098600 [ 276 ] {70c62736-3658-42ec-9013-9e7c6071820c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:37.098935 [ 276 ] {70c62736-3658-42ec-9013-9e7c6071820c} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.29 23:41:37.099161 [ 276 ] {70c62736-3658-42ec-9013-9e7c6071820c} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:37.099302 [ 276 ] {70c62736-3658-42ec-9013-9e7c6071820c} executeQuery: Read 122 rows, 10.59 KiB in 0.001335 sec., 91385.76779026217 rows/sec., 7.75 MiB/sec. 2025.08.29 23:41:37.099342 [ 276 ] {70c62736-3658-42ec-9013-9e7c6071820c} TCPHandler: Processed in 0.001506845 sec. 2025.08.29 23:41:37.099463 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:37.099580 [ 276 ] {c77d9a96-beba-48ec-b352-9bbeabe6ff77} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:41:37.099628 [ 276 ] {c77d9a96-beba-48ec-b352-9bbeabe6ff77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:41:37.100047 [ 276 ] {c77d9a96-beba-48ec-b352-9bbeabe6ff77} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:37.100104 [ 276 ] {c77d9a96-beba-48ec-b352-9bbeabe6ff77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:37.100402 [ 276 ] {c77d9a96-beba-48ec-b352-9bbeabe6ff77} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.29 23:41:37.100610 [ 276 ] {c77d9a96-beba-48ec-b352-9bbeabe6ff77} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:37.100740 [ 276 ] {c77d9a96-beba-48ec-b352-9bbeabe6ff77} executeQuery: Read 36 rows, 2.69 KiB in 0.001183 sec., 30431.107354184278 rows/sec., 2.22 MiB/sec. 2025.08.29 23:41:37.100775 [ 276 ] {c77d9a96-beba-48ec-b352-9bbeabe6ff77} TCPHandler: Processed in 0.001361713 sec. 2025.08.29 23:41:37.100890 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:37.100983 [ 276 ] {4cb17a78-758a-48b4-a681-64d8ca5b90ab} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:41:37.101023 [ 276 ] {4cb17a78-758a-48b4-a681-64d8ca5b90ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:41:37.101443 [ 276 ] {4cb17a78-758a-48b4-a681-64d8ca5b90ab} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:37.101480 [ 276 ] {4cb17a78-758a-48b4-a681-64d8ca5b90ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:37.101796 [ 276 ] {4cb17a78-758a-48b4-a681-64d8ca5b90ab} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.29 23:41:37.102002 [ 276 ] {4cb17a78-758a-48b4-a681-64d8ca5b90ab} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:37.102129 [ 276 ] {4cb17a78-758a-48b4-a681-64d8ca5b90ab} executeQuery: Read 100 rows, 8.00 KiB in 0.001166 sec., 85763.29331046312 rows/sec., 6.70 MiB/sec. 2025.08.29 23:41:37.102166 [ 276 ] {4cb17a78-758a-48b4-a681-64d8ca5b90ab} TCPHandler: Processed in 0.001322893 sec. 2025.08.29 23:41:37.102283 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:37.102377 [ 276 ] {24bcbbb4-4faa-43b6-a9f4-3cd56f9cdb71} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:41:37.102421 [ 276 ] {24bcbbb4-4faa-43b6-a9f4-3cd56f9cdb71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:41:37.102851 [ 276 ] {24bcbbb4-4faa-43b6-a9f4-3cd56f9cdb71} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:37.102887 [ 276 ] {24bcbbb4-4faa-43b6-a9f4-3cd56f9cdb71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:37.103219 [ 276 ] {24bcbbb4-4faa-43b6-a9f4-3cd56f9cdb71} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.29 23:41:37.103485 [ 276 ] {24bcbbb4-4faa-43b6-a9f4-3cd56f9cdb71} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:37.103642 [ 276 ] {24bcbbb4-4faa-43b6-a9f4-3cd56f9cdb71} executeQuery: Read 162 rows, 11.55 KiB in 0.001283 sec., 126266.56274356975 rows/sec., 8.79 MiB/sec. 2025.08.29 23:41:37.103686 [ 276 ] {24bcbbb4-4faa-43b6-a9f4-3cd56f9cdb71} TCPHandler: Processed in 0.001450234 sec. 2025.08.29 23:41:37.103814 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:37.103915 [ 276 ] {de31924d-6645-43ca-aa21-8d682e676a65} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:41:37.103980 [ 276 ] {de31924d-6645-43ca-aa21-8d682e676a65} 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.08.29 23:41:37.104892 [ 276 ] {de31924d-6645-43ca-aa21-8d682e676a65} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:37.104932 [ 276 ] {de31924d-6645-43ca-aa21-8d682e676a65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:37.105511 [ 276 ] {de31924d-6645-43ca-aa21-8d682e676a65} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.29 23:41:37.105735 [ 276 ] {de31924d-6645-43ca-aa21-8d682e676a65} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:37.105876 [ 276 ] {de31924d-6645-43ca-aa21-8d682e676a65} executeQuery: Read 32 rows, 58.72 KiB in 0.001984 sec., 16129.032258064515 rows/sec., 28.90 MiB/sec. 2025.08.29 23:41:37.105937 [ 276 ] {de31924d-6645-43ca-aa21-8d682e676a65} TCPHandler: Processed in 0.002178726 sec. 2025.08.29 23:41:37.106060 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:37.106157 [ 276 ] {f6c78fb9-7715-4058-b935-c0ab9fdfaa8a} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:41:37.106201 [ 276 ] {f6c78fb9-7715-4058-b935-c0ab9fdfaa8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:41:37.106563 [ 276 ] {f6c78fb9-7715-4058-b935-c0ab9fdfaa8a} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:37.106602 [ 276 ] {f6c78fb9-7715-4058-b935-c0ab9fdfaa8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:37.106921 [ 276 ] {f6c78fb9-7715-4058-b935-c0ab9fdfaa8a} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.29 23:41:37.107134 [ 276 ] {f6c78fb9-7715-4058-b935-c0ab9fdfaa8a} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:37.107271 [ 276 ] {f6c78fb9-7715-4058-b935-c0ab9fdfaa8a} executeQuery: Read 60 rows, 4.14 KiB in 0.001135 sec., 52863.43612334802 rows/sec., 3.56 MiB/sec. 2025.08.29 23:41:37.107309 [ 276 ] {f6c78fb9-7715-4058-b935-c0ab9fdfaa8a} TCPHandler: Processed in 0.001299302 sec. 2025.08.29 23:41:38.871115 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 378 2025.08.29 23:41:38.873581 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:38.873635 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:38.874819 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.29 23:41:38.875125 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:38.875457 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 378 2025.08.29 23:41:42.095230 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:42.095423 [ 276 ] {e97226d4-52e7-4fc7-92fa-20dc45e1f746} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:41:42.095486 [ 276 ] {e97226d4-52e7-4fc7-92fa-20dc45e1f746} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:41:42.096088 [ 276 ] {e97226d4-52e7-4fc7-92fa-20dc45e1f746} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:42.096130 [ 276 ] {e97226d4-52e7-4fc7-92fa-20dc45e1f746} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:42.096503 [ 276 ] {e97226d4-52e7-4fc7-92fa-20dc45e1f746} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.29 23:41:42.096730 [ 276 ] {e97226d4-52e7-4fc7-92fa-20dc45e1f746} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:42.096880 [ 276 ] {e97226d4-52e7-4fc7-92fa-20dc45e1f746} executeQuery: Read 76 rows, 6.41 KiB in 0.001507 sec., 50431.320504313204 rows/sec., 4.16 MiB/sec. 2025.08.29 23:41:42.096919 [ 276 ] {e97226d4-52e7-4fc7-92fa-20dc45e1f746} TCPHandler: Processed in 0.001816741 sec. 2025.08.29 23:41:42.097033 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:42.097125 [ 276 ] {cd70c4a4-b068-4310-958e-ae14345f9f32} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:41:42.097164 [ 276 ] {cd70c4a4-b068-4310-958e-ae14345f9f32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:41:42.097544 [ 276 ] {cd70c4a4-b068-4310-958e-ae14345f9f32} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:42.097579 [ 276 ] {cd70c4a4-b068-4310-958e-ae14345f9f32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:42.097911 [ 276 ] {cd70c4a4-b068-4310-958e-ae14345f9f32} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.29 23:41:42.098127 [ 276 ] {cd70c4a4-b068-4310-958e-ae14345f9f32} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:42.098253 [ 276 ] {cd70c4a4-b068-4310-958e-ae14345f9f32} executeQuery: Read 10 rows, 770.00 B in 0.001147 sec., 8718.395815170008 rows/sec., 655.58 KiB/sec. 2025.08.29 23:41:42.098277 [ 110 ] {} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.08.29 23:41:42.098289 [ 276 ] {cd70c4a4-b068-4310-958e-ae14345f9f32} TCPHandler: Processed in 0.001303522 sec. 2025.08.29 23:41:42.098354 [ 110 ] {} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:42.098383 [ 110 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:42.098455 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:42.098500 [ 190 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::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.08.29 23:41:42.098549 [ 276 ] {db2d7e1c-93fe-46ff-bd98-e063cbe7d9be} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:41:42.098593 [ 276 ] {db2d7e1c-93fe-46ff-bd98-e063cbe7d9be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:41:42.098621 [ 190 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:41:42.098661 [ 190 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 58 rows starting from the beginning of the part 2025.08.29 23:41:42.098731 [ 190 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 16 rows starting from the beginning of the part 2025.08.29 23:41:42.098780 [ 190 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 32 rows starting from the beginning of the part 2025.08.29 23:41:42.098823 [ 190 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 10 rows starting from the beginning of the part 2025.08.29 23:41:42.098867 [ 190 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 36 rows starting from the beginning of the part 2025.08.29 23:41:42.098907 [ 190 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 10 rows starting from the beginning of the part 2025.08.29 23:41:42.099003 [ 276 ] {db2d7e1c-93fe-46ff-bd98-e063cbe7d9be} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:42.099045 [ 276 ] {db2d7e1c-93fe-46ff-bd98-e063cbe7d9be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:42.099421 [ 276 ] {db2d7e1c-93fe-46ff-bd98-e063cbe7d9be} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.29 23:41:42.099661 [ 276 ] {db2d7e1c-93fe-46ff-bd98-e063cbe7d9be} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:42.099777 [ 200 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 162 rows, containing 5 columns (5 merged, 0 gathered) in 0.001326153 sec., 122157.85056475384 rows/sec., 9.33 MiB/sec. 2025.08.29 23:41:42.099791 [ 276 ] {db2d7e1c-93fe-46ff-bd98-e063cbe7d9be} executeQuery: Read 74 rows, 5.92 KiB in 0.00126 sec., 58730.15873015873 rows/sec., 4.59 MiB/sec. 2025.08.29 23:41:42.099833 [ 276 ] {db2d7e1c-93fe-46ff-bd98-e063cbe7d9be} TCPHandler: Processed in 0.001424694 sec. 2025.08.29 23:41:42.099911 [ 190 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.08.29 23:41:42.099938 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:42.100034 [ 276 ] {14850116-d677-48e0-aead-2ca11fe58fa6} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:41:42.100078 [ 276 ] {14850116-d677-48e0-aead-2ca11fe58fa6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:41:42.100173 [ 190 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_16_3} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:42.100251 [ 190 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_16_3} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.08.29 23:41:42.100327 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.08.29 23:41:42.100466 [ 276 ] {14850116-d677-48e0-aead-2ca11fe58fa6} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:42.100506 [ 276 ] {14850116-d677-48e0-aead-2ca11fe58fa6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:42.100835 [ 276 ] {14850116-d677-48e0-aead-2ca11fe58fa6} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.29 23:41:42.101050 [ 276 ] {14850116-d677-48e0-aead-2ca11fe58fa6} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:42.101188 [ 276 ] {14850116-d677-48e0-aead-2ca11fe58fa6} executeQuery: Read 160 rows, 11.41 KiB in 0.001172 sec., 136518.771331058 rows/sec., 9.51 MiB/sec. 2025.08.29 23:41:42.101224 [ 276 ] {14850116-d677-48e0-aead-2ca11fe58fa6} TCPHandler: Processed in 0.001331533 sec. 2025.08.29 23:41:42.101321 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:42.101409 [ 276 ] {e7d255d8-22b7-43c6-8abc-ba098cb6a804} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:41:42.101461 [ 276 ] {e7d255d8-22b7-43c6-8abc-ba098cb6a804} 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.08.29 23:41:42.102169 [ 276 ] {e7d255d8-22b7-43c6-8abc-ba098cb6a804} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:42.102205 [ 276 ] {e7d255d8-22b7-43c6-8abc-ba098cb6a804} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:42.102708 [ 276 ] {e7d255d8-22b7-43c6-8abc-ba098cb6a804} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.29 23:41:42.102926 [ 276 ] {e7d255d8-22b7-43c6-8abc-ba098cb6a804} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:42.103036 [ 110 ] {} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.08.29 23:41:42.103058 [ 276 ] {e7d255d8-22b7-43c6-8abc-ba098cb6a804} executeQuery: Read 10 rows, 18.35 KiB in 0.001665 sec., 6006.006006006006 rows/sec., 10.76 MiB/sec. 2025.08.29 23:41:42.103073 [ 110 ] {} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:42.103099 [ 110 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:42.103113 [ 276 ] {e7d255d8-22b7-43c6-8abc-ba098cb6a804} TCPHandler: Processed in 0.001838051 sec. 2025.08.29 23:41:42.103171 [ 186 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::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.08.29 23:41:42.103219 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:42.103313 [ 276 ] {6d23df87-7076-45ea-b6a0-94a6157e5429} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:41:42.103353 [ 276 ] {6d23df87-7076-45ea-b6a0-94a6157e5429} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:41:42.103387 [ 186 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:41:42.103449 [ 186 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 191 rows starting from the beginning of the part 2025.08.29 23:41:42.103607 [ 186 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 10 rows starting from the beginning of the part 2025.08.29 23:41:42.103687 [ 276 ] {6d23df87-7076-45ea-b6a0-94a6157e5429} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:42.103724 [ 186 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 32 rows starting from the beginning of the part 2025.08.29 23:41:42.103726 [ 276 ] {6d23df87-7076-45ea-b6a0-94a6157e5429} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:42.103852 [ 186 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 10 rows starting from the beginning of the part 2025.08.29 23:41:42.103965 [ 186 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 32 rows starting from the beginning of the part 2025.08.29 23:41:42.104063 [ 276 ] {6d23df87-7076-45ea-b6a0-94a6157e5429} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.29 23:41:42.104074 [ 186 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 10 rows starting from the beginning of the part 2025.08.29 23:41:42.104289 [ 276 ] {6d23df87-7076-45ea-b6a0-94a6157e5429} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:42.104425 [ 276 ] {6d23df87-7076-45ea-b6a0-94a6157e5429} executeQuery: Read 60 rows, 4.14 KiB in 0.00113 sec., 53097.345132743365 rows/sec., 3.58 MiB/sec. 2025.08.29 23:41:42.104461 [ 276 ] {6d23df87-7076-45ea-b6a0-94a6157e5429} TCPHandler: Processed in 0.001289052 sec. 2025.08.29 23:41:42.106764 [ 200 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 285 rows, containing 19 columns (19 merged, 0 gathered) in 0.003627541 sec., 78565.61786620744 rows/sec., 140.79 MiB/sec. 2025.08.29 23:41:42.107240 [ 202 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.08.29 23:41:42.107580 [ 202 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_16_3} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:42.107645 [ 202 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_16_3} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.08.29 23:41:42.107716 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.52 MiB. 2025.08.29 23:41:43.776060 [ 130 ] {} DNSResolver: Updating DNS cache 2025.08.29 23:41:43.776124 [ 130 ] {} DNSResolver: Updated DNS cache 2025.08.29 23:41:43.854746 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6466 2025.08.29 23:41:43.855231 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:43.855278 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:43.855766 [ 245 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.29 23:41:43.856004 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:43.856135 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 2025.08.29 23:41:44.217310 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2025.08.29 23:41:44.233444 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:44.233505 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:44.238884 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.29 23:41:44.239641 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:44.242419 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2025.08.29 23:41:47.095803 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:47.095995 [ 276 ] {13382e0f-f5e8-45f4-8e41-dfccc3009e8f} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:41:47.096060 [ 276 ] {13382e0f-f5e8-45f4-8e41-dfccc3009e8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:41:47.096776 [ 276 ] {13382e0f-f5e8-45f4-8e41-dfccc3009e8f} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:47.096824 [ 276 ] {13382e0f-f5e8-45f4-8e41-dfccc3009e8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:47.097219 [ 276 ] {13382e0f-f5e8-45f4-8e41-dfccc3009e8f} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.08.29 23:41:47.097446 [ 276 ] {13382e0f-f5e8-45f4-8e41-dfccc3009e8f} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:47.097590 [ 276 ] {13382e0f-f5e8-45f4-8e41-dfccc3009e8f} executeQuery: Read 120 rows, 10.44 KiB in 0.001644 sec., 72992.700729927 rows/sec., 6.20 MiB/sec. 2025.08.29 23:41:47.097629 [ 276 ] {13382e0f-f5e8-45f4-8e41-dfccc3009e8f} TCPHandler: Processed in 0.001961713 sec. 2025.08.29 23:41:47.097754 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:47.097846 [ 276 ] {62ced7dc-721d-4acf-8363-8ec10bcaecd2} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:41:47.097885 [ 276 ] {62ced7dc-721d-4acf-8363-8ec10bcaecd2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:41:47.098284 [ 276 ] {62ced7dc-721d-4acf-8363-8ec10bcaecd2} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:47.098320 [ 276 ] {62ced7dc-721d-4acf-8363-8ec10bcaecd2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:47.098614 [ 276 ] {62ced7dc-721d-4acf-8363-8ec10bcaecd2} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.29 23:41:47.098826 [ 276 ] {62ced7dc-721d-4acf-8363-8ec10bcaecd2} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:47.098948 [ 276 ] {62ced7dc-721d-4acf-8363-8ec10bcaecd2} executeQuery: Read 32 rows, 2.41 KiB in 0.001121 sec., 28545.941123996432 rows/sec., 2.10 MiB/sec. 2025.08.29 23:41:47.098983 [ 276 ] {62ced7dc-721d-4acf-8363-8ec10bcaecd2} TCPHandler: Processed in 0.001275911 sec. 2025.08.29 23:41:47.099089 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:47.099177 [ 276 ] {87abfa01-ba5f-4c75-8773-019f357f9dae} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:41:47.099215 [ 276 ] {87abfa01-ba5f-4c75-8773-019f357f9dae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:41:47.099625 [ 276 ] {87abfa01-ba5f-4c75-8773-019f357f9dae} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:47.099661 [ 276 ] {87abfa01-ba5f-4c75-8773-019f357f9dae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:47.099954 [ 276 ] {87abfa01-ba5f-4c75-8773-019f357f9dae} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.08.29 23:41:47.100167 [ 276 ] {87abfa01-ba5f-4c75-8773-019f357f9dae} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:47.100288 [ 276 ] {87abfa01-ba5f-4c75-8773-019f357f9dae} executeQuery: Read 96 rows, 7.68 KiB in 0.001129 sec., 85031.00088573959 rows/sec., 6.64 MiB/sec. 2025.08.29 23:41:47.100323 [ 276 ] {87abfa01-ba5f-4c75-8773-019f357f9dae} TCPHandler: Processed in 0.001280612 sec. 2025.08.29 23:41:47.100431 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:47.100522 [ 276 ] {2abad857-3a0f-410a-b173-f8d806638400} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:41:47.100563 [ 276 ] {2abad857-3a0f-410a-b173-f8d806638400} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:41:47.100950 [ 276 ] {2abad857-3a0f-410a-b173-f8d806638400} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:47.100986 [ 276 ] {2abad857-3a0f-410a-b173-f8d806638400} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:47.101297 [ 276 ] {2abad857-3a0f-410a-b173-f8d806638400} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.08.29 23:41:47.101505 [ 276 ] {2abad857-3a0f-410a-b173-f8d806638400} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:47.101633 [ 276 ] {2abad857-3a0f-410a-b173-f8d806638400} executeQuery: Read 160 rows, 11.41 KiB in 0.001129 sec., 141718.33480956597 rows/sec., 9.87 MiB/sec. 2025.08.29 23:41:47.101668 [ 276 ] {2abad857-3a0f-410a-b173-f8d806638400} TCPHandler: Processed in 0.001282512 sec. 2025.08.29 23:41:47.101764 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:47.101853 [ 276 ] {41424e0b-616f-47d2-844a-e54c3b77c12a} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:41:47.101905 [ 276 ] {41424e0b-616f-47d2-844a-e54c3b77c12a} 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.08.29 23:41:47.102668 [ 276 ] {41424e0b-616f-47d2-844a-e54c3b77c12a} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:47.102704 [ 276 ] {41424e0b-616f-47d2-844a-e54c3b77c12a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:47.103225 [ 276 ] {41424e0b-616f-47d2-844a-e54c3b77c12a} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.29 23:41:47.103455 [ 276 ] {41424e0b-616f-47d2-844a-e54c3b77c12a} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:47.103607 [ 276 ] {41424e0b-616f-47d2-844a-e54c3b77c12a} executeQuery: Read 32 rows, 58.72 KiB in 0.00177 sec., 18079.09604519774 rows/sec., 32.40 MiB/sec. 2025.08.29 23:41:47.103672 [ 276 ] {41424e0b-616f-47d2-844a-e54c3b77c12a} TCPHandler: Processed in 0.001953133 sec. 2025.08.29 23:41:47.103785 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:47.103876 [ 276 ] {29ed020a-9670-4750-b60c-0233a7860710} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:41:47.103917 [ 276 ] {29ed020a-9670-4750-b60c-0233a7860710} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:41:47.104261 [ 276 ] {29ed020a-9670-4750-b60c-0233a7860710} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:47.104297 [ 276 ] {29ed020a-9670-4750-b60c-0233a7860710} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:47.104595 [ 276 ] {29ed020a-9670-4750-b60c-0233a7860710} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.08.29 23:41:47.104819 [ 276 ] {29ed020a-9670-4750-b60c-0233a7860710} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:47.104944 [ 276 ] {29ed020a-9670-4750-b60c-0233a7860710} executeQuery: Read 60 rows, 4.14 KiB in 0.001086 sec., 55248.61878453039 rows/sec., 3.72 MiB/sec. 2025.08.29 23:41:47.104978 [ 276 ] {29ed020a-9670-4750-b60c-0233a7860710} TCPHandler: Processed in 0.001240211 sec. 2025.08.29 23:41:48.875698 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 402 2025.08.29 23:41:48.877741 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:48.877786 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:48.878996 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.29 23:41:48.879265 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:48.879538 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 402 2025.08.29 23:41:51.356304 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6954 2025.08.29 23:41:51.357128 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:51.357177 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:51.357710 [ 245 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.29 23:41:51.357971 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:51.358107 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6954 2025.08.29 23:41:51.742582 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2025.08.29 23:41:51.757757 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:51.757805 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:51.763093 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.29 23:41:51.763832 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:51.766385 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2025.08.29 23:41:52.121865 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:52.122055 [ 276 ] {f6e32491-0d64-44f0-8f01-f6be4ea9ecfe} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.29 23:41:52.122124 [ 276 ] {f6e32491-0d64-44f0-8f01-f6be4ea9ecfe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.29 23:41:52.122731 [ 276 ] {f6e32491-0d64-44f0-8f01-f6be4ea9ecfe} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:52.122776 [ 276 ] {f6e32491-0d64-44f0-8f01-f6be4ea9ecfe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:52.123152 [ 276 ] {f6e32491-0d64-44f0-8f01-f6be4ea9ecfe} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.29 23:41:52.123373 [ 276 ] {f6e32491-0d64-44f0-8f01-f6be4ea9ecfe} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:52.123521 [ 276 ] {f6e32491-0d64-44f0-8f01-f6be4ea9ecfe} executeQuery: Read 2 rows, 167.00 B in 0.001516 sec., 1319.2612137203166 rows/sec., 107.58 KiB/sec. 2025.08.29 23:41:52.123560 [ 276 ] {f6e32491-0d64-44f0-8f01-f6be4ea9ecfe} TCPHandler: Processed in 0.001825061 sec. 2025.08.29 23:41:52.123679 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:52.123772 [ 276 ] {cd291f68-5bc7-4105-9121-8e677a0f5d65} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:41:52.123810 [ 276 ] {cd291f68-5bc7-4105-9121-8e677a0f5d65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:41:52.124766 [ 276 ] {cd291f68-5bc7-4105-9121-8e677a0f5d65} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:52.124803 [ 276 ] {cd291f68-5bc7-4105-9121-8e677a0f5d65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:52.125175 [ 276 ] {cd291f68-5bc7-4105-9121-8e677a0f5d65} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.08.29 23:41:52.125389 [ 276 ] {cd291f68-5bc7-4105-9121-8e677a0f5d65} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:52.125511 [ 276 ] {cd291f68-5bc7-4105-9121-8e677a0f5d65} executeQuery: Read 1217 rows, 103.05 KiB in 0.001758 sec., 692263.93629124 rows/sec., 57.24 MiB/sec. 2025.08.29 23:41:52.125546 [ 276 ] {cd291f68-5bc7-4105-9121-8e677a0f5d65} TCPHandler: Processed in 0.001913983 sec. 2025.08.29 23:41:52.125656 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:52.125747 [ 276 ] {0001655f-00f7-4e1e-bf61-7b489094d90c} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:41:52.125787 [ 276 ] {0001655f-00f7-4e1e-bf61-7b489094d90c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:41:52.126165 [ 276 ] {0001655f-00f7-4e1e-bf61-7b489094d90c} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:52.126201 [ 276 ] {0001655f-00f7-4e1e-bf61-7b489094d90c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:52.126502 [ 276 ] {0001655f-00f7-4e1e-bf61-7b489094d90c} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.29 23:41:52.126712 [ 276 ] {0001655f-00f7-4e1e-bf61-7b489094d90c} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:52.126841 [ 276 ] {0001655f-00f7-4e1e-bf61-7b489094d90c} executeQuery: Read 12 rows, 913.00 B in 0.001112 sec., 10791.366906474821 rows/sec., 801.80 KiB/sec. 2025.08.29 23:41:52.126876 [ 276 ] {0001655f-00f7-4e1e-bf61-7b489094d90c} TCPHandler: Processed in 0.001268401 sec. 2025.08.29 23:41:52.126982 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:52.127072 [ 276 ] {22981469-5b73-49f4-9f12-05007da18b71} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.29 23:41:52.127110 [ 276 ] {22981469-5b73-49f4-9f12-05007da18b71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.29 23:41:52.127552 [ 276 ] {22981469-5b73-49f4-9f12-05007da18b71} oximeter.fields_u32 (3ddfd2d3-615e-4f40-8a6d-6f11378c1abe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:52.127587 [ 276 ] {22981469-5b73-49f4-9f12-05007da18b71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:52.127889 [ 276 ] {22981469-5b73-49f4-9f12-05007da18b71} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.29 23:41:52.128094 [ 276 ] {22981469-5b73-49f4-9f12-05007da18b71} oximeter.fields_u32 (3ddfd2d3-615e-4f40-8a6d-6f11378c1abe): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:52.128215 [ 276 ] {22981469-5b73-49f4-9f12-05007da18b71} executeQuery: Read 228 rows, 15.81 KiB in 0.001161 sec., 196382.4289405685 rows/sec., 13.30 MiB/sec. 2025.08.29 23:41:52.128251 [ 276 ] {22981469-5b73-49f4-9f12-05007da18b71} TCPHandler: Processed in 0.001315282 sec. 2025.08.29 23:41:52.128350 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:52.128441 [ 276 ] {272e3c1e-8071-4493-b230-42e16f3e15f4} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:41:52.128479 [ 276 ] {272e3c1e-8071-4493-b230-42e16f3e15f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:41:52.129020 [ 276 ] {272e3c1e-8071-4493-b230-42e16f3e15f4} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:52.129056 [ 276 ] {272e3c1e-8071-4493-b230-42e16f3e15f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:52.129368 [ 276 ] {272e3c1e-8071-4493-b230-42e16f3e15f4} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.08.29 23:41:52.129580 [ 276 ] {272e3c1e-8071-4493-b230-42e16f3e15f4} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:52.129700 [ 276 ] {272e3c1e-8071-4493-b230-42e16f3e15f4} executeQuery: Read 532 rows, 40.37 KiB in 0.001278 sec., 416275.43035993737 rows/sec., 30.85 MiB/sec. 2025.08.29 23:41:52.129736 [ 276 ] {272e3c1e-8071-4493-b230-42e16f3e15f4} TCPHandler: Processed in 0.001432675 sec. 2025.08.29 23:41:52.129838 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:52.129928 [ 276 ] {b5a31935-3ec5-4291-a534-a7ac22f37e5d} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:41:52.129969 [ 276 ] {b5a31935-3ec5-4291-a534-a7ac22f37e5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:41:52.130503 [ 276 ] {b5a31935-3ec5-4291-a534-a7ac22f37e5d} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:52.130537 [ 276 ] {b5a31935-3ec5-4291-a534-a7ac22f37e5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:52.130904 [ 276 ] {b5a31935-3ec5-4291-a534-a7ac22f37e5d} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.08.29 23:41:52.131125 [ 276 ] {b5a31935-3ec5-4291-a534-a7ac22f37e5d} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:52.131248 [ 276 ] {b5a31935-3ec5-4291-a534-a7ac22f37e5d} executeQuery: Read 845 rows, 58.24 KiB in 0.001337 sec., 632011.9670905011 rows/sec., 42.54 MiB/sec. 2025.08.29 23:41:52.131283 [ 276 ] {b5a31935-3ec5-4291-a534-a7ac22f37e5d} TCPHandler: Processed in 0.001491075 sec. 2025.08.29 23:41:52.131389 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:52.131479 [ 276 ] {5f76d6d7-6478-4070-9ea7-6a46ad0c8f01} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:41:52.131533 [ 276 ] {5f76d6d7-6478-4070-9ea7-6a46ad0c8f01} 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.08.29 23:41:52.132255 [ 276 ] {5f76d6d7-6478-4070-9ea7-6a46ad0c8f01} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:52.132291 [ 276 ] {5f76d6d7-6478-4070-9ea7-6a46ad0c8f01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:52.132786 [ 276 ] {5f76d6d7-6478-4070-9ea7-6a46ad0c8f01} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.29 23:41:52.133007 [ 276 ] {5f76d6d7-6478-4070-9ea7-6a46ad0c8f01} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:52.133151 [ 276 ] {5f76d6d7-6478-4070-9ea7-6a46ad0c8f01} executeQuery: Read 10 rows, 18.35 KiB in 0.001689 sec., 5920.663114268798 rows/sec., 10.61 MiB/sec. 2025.08.29 23:41:52.133200 [ 276 ] {5f76d6d7-6478-4070-9ea7-6a46ad0c8f01} TCPHandler: Processed in 0.001858431 sec. 2025.08.29 23:41:52.133301 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:52.133393 [ 276 ] {2123cbab-6e87-4559-aa4b-a287141aeb5d} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:41:52.133432 [ 276 ] {2123cbab-6e87-4559-aa4b-a287141aeb5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:41:52.133744 [ 276 ] {2123cbab-6e87-4559-aa4b-a287141aeb5d} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:52.133778 [ 276 ] {2123cbab-6e87-4559-aa4b-a287141aeb5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:52.134083 [ 276 ] {2123cbab-6e87-4559-aa4b-a287141aeb5d} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.08.29 23:41:52.134290 [ 276 ] {2123cbab-6e87-4559-aa4b-a287141aeb5d} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:52.134416 [ 276 ] {2123cbab-6e87-4559-aa4b-a287141aeb5d} executeQuery: Read 60 rows, 4.14 KiB in 0.001042 sec., 57581.57389635317 rows/sec., 3.88 MiB/sec. 2025.08.29 23:41:52.134451 [ 276 ] {2123cbab-6e87-4559-aa4b-a287141aeb5d} TCPHandler: Processed in 0.00119672 sec. 2025.08.29 23:41:57.095853 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:57.096140 [ 276 ] {10b394d4-ad79-4208-93a1-a82da4aef152} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:41:57.096242 [ 276 ] {10b394d4-ad79-4208-93a1-a82da4aef152} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:41:57.096970 [ 276 ] {10b394d4-ad79-4208-93a1-a82da4aef152} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:57.097025 [ 276 ] {10b394d4-ad79-4208-93a1-a82da4aef152} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:57.097438 [ 276 ] {10b394d4-ad79-4208-93a1-a82da4aef152} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.08.29 23:41:57.097694 [ 276 ] {10b394d4-ad79-4208-93a1-a82da4aef152} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:57.097858 [ 134 ] {} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.08.29 23:41:57.097865 [ 276 ] {10b394d4-ad79-4208-93a1-a82da4aef152} executeQuery: Read 120 rows, 10.44 KiB in 0.001809 sec., 66334.99170812604 rows/sec., 5.64 MiB/sec. 2025.08.29 23:41:57.097930 [ 134 ] {} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:57.097958 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:57.097959 [ 276 ] {10b394d4-ad79-4208-93a1-a82da4aef152} TCPHandler: Processed in 0.00234421 sec. 2025.08.29 23:41:57.098065 [ 190 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.08.29 23:41:57.098109 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:57.098188 [ 190 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:41:57.098210 [ 276 ] {f4e04979-6857-4c5f-902e-8112dafbc16b} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:41:57.098229 [ 190 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1289 rows starting from the beginning of the part 2025.08.29 23:41:57.098262 [ 276 ] {f4e04979-6857-4c5f-902e-8112dafbc16b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:41:57.098303 [ 190 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 122 rows starting from the beginning of the part 2025.08.29 23:41:57.098354 [ 190 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 76 rows starting from the beginning of the part 2025.08.29 23:41:57.098397 [ 190 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 120 rows starting from the beginning of the part 2025.08.29 23:41:57.098439 [ 190 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1217 rows starting from the beginning of the part 2025.08.29 23:41:57.098480 [ 190 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 120 rows starting from the beginning of the part 2025.08.29 23:41:57.098702 [ 276 ] {f4e04979-6857-4c5f-902e-8112dafbc16b} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:57.098746 [ 276 ] {f4e04979-6857-4c5f-902e-8112dafbc16b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:57.099088 [ 276 ] {f4e04979-6857-4c5f-902e-8112dafbc16b} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.08.29 23:41:57.099337 [ 276 ] {f4e04979-6857-4c5f-902e-8112dafbc16b} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:57.099478 [ 276 ] {f4e04979-6857-4c5f-902e-8112dafbc16b} executeQuery: Read 32 rows, 2.41 KiB in 0.001288 sec., 24844.72049689441 rows/sec., 1.82 MiB/sec. 2025.08.29 23:41:57.099517 [ 276 ] {f4e04979-6857-4c5f-902e-8112dafbc16b} TCPHandler: Processed in 0.001462314 sec. 2025.08.29 23:41:57.099630 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:57.099724 [ 276 ] {921a7d08-9f56-4412-ac76-8bdac760106e} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:41:57.099766 [ 276 ] {921a7d08-9f56-4412-ac76-8bdac760106e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:41:57.099923 [ 202 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 2944 rows, containing 5 columns (5 merged, 0 gathered) in 0.001906562 sec., 1544140.7098221825 rows/sec., 134.26 MiB/sec. 2025.08.29 23:41:57.100116 [ 190 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.08.29 23:41:57.100195 [ 276 ] {921a7d08-9f56-4412-ac76-8bdac760106e} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:57.100239 [ 276 ] {921a7d08-9f56-4412-ac76-8bdac760106e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:57.100389 [ 190 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_21_4} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:57.100471 [ 190 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_21_4} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.08.29 23:41:57.100548 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2025.08.29 23:41:57.100606 [ 276 ] {921a7d08-9f56-4412-ac76-8bdac760106e} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.08.29 23:41:57.100855 [ 276 ] {921a7d08-9f56-4412-ac76-8bdac760106e} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:57.100966 [ 134 ] {} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.08.29 23:41:57.100988 [ 276 ] {921a7d08-9f56-4412-ac76-8bdac760106e} executeQuery: Read 96 rows, 7.68 KiB in 0.001282 sec., 74882.99531981279 rows/sec., 5.85 MiB/sec. 2025.08.29 23:41:57.100999 [ 134 ] {} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:57.101030 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:57.101033 [ 276 ] {921a7d08-9f56-4412-ac76-8bdac760106e} TCPHandler: Processed in 0.001453144 sec. 2025.08.29 23:41:57.101114 [ 200 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.08.29 23:41:57.101157 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:57.101206 [ 200 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:41:57.101236 [ 200 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 596 rows starting from the beginning of the part 2025.08.29 23:41:57.101251 [ 276 ] {e114bd45-9267-4748-bca3-319bcba7515f} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:41:57.101297 [ 276 ] {e114bd45-9267-4748-bca3-319bcba7515f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:41:57.101313 [ 200 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 100 rows starting from the beginning of the part 2025.08.29 23:41:57.101362 [ 200 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 74 rows starting from the beginning of the part 2025.08.29 23:41:57.101410 [ 200 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 96 rows starting from the beginning of the part 2025.08.29 23:41:57.101451 [ 200 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 532 rows starting from the beginning of the part 2025.08.29 23:41:57.101492 [ 200 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 96 rows starting from the beginning of the part 2025.08.29 23:41:57.101719 [ 276 ] {e114bd45-9267-4748-bca3-319bcba7515f} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:57.101754 [ 276 ] {e114bd45-9267-4748-bca3-319bcba7515f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:57.102108 [ 276 ] {e114bd45-9267-4748-bca3-319bcba7515f} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.08.29 23:41:57.102340 [ 276 ] {e114bd45-9267-4748-bca3-319bcba7515f} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:57.102456 [ 134 ] {} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.08.29 23:41:57.102479 [ 276 ] {e114bd45-9267-4748-bca3-319bcba7515f} executeQuery: Read 160 rows, 11.41 KiB in 0.001247 sec., 128307.93905372894 rows/sec., 8.94 MiB/sec. 2025.08.29 23:41:57.102489 [ 134 ] {} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:57.102521 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:57.102525 [ 276 ] {e114bd45-9267-4748-bca3-319bcba7515f} TCPHandler: Processed in 0.001418344 sec. 2025.08.29 23:41:57.102576 [ 190 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.08.29 23:41:57.102573 [ 199 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1494 rows, containing 5 columns (5 merged, 0 gathered) in 0.001489635 sec., 1002930.2480137752 rows/sec., 79.32 MiB/sec. 2025.08.29 23:41:57.102645 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:57.102681 [ 190 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:41:57.102714 [ 190 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5039 rows starting from the beginning of the part 2025.08.29 23:41:57.102757 [ 276 ] {84112e68-22a4-4d01-89e9-8d26ad0e7e5b} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:41:57.102766 [ 190 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 162 rows starting from the beginning of the part 2025.08.29 23:41:57.102773 [ 200 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.08.29 23:41:57.102827 [ 190 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part 2025.08.29 23:41:57.102831 [ 276 ] {84112e68-22a4-4d01-89e9-8d26ad0e7e5b} 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.08.29 23:41:57.102874 [ 190 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part 2025.08.29 23:41:57.102915 [ 190 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 845 rows starting from the beginning of the part 2025.08.29 23:41:57.102956 [ 190 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part 2025.08.29 23:41:57.103061 [ 200 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_21_4} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:57.103137 [ 200 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_21_4} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.08.29 23:41:57.103200 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. 2025.08.29 23:41:57.103712 [ 276 ] {84112e68-22a4-4d01-89e9-8d26ad0e7e5b} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:57.103751 [ 276 ] {84112e68-22a4-4d01-89e9-8d26ad0e7e5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:57.104418 [ 276 ] {84112e68-22a4-4d01-89e9-8d26ad0e7e5b} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.08.29 23:41:57.104725 [ 276 ] {84112e68-22a4-4d01-89e9-8d26ad0e7e5b} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:57.104882 [ 276 ] {84112e68-22a4-4d01-89e9-8d26ad0e7e5b} executeQuery: Read 32 rows, 58.72 KiB in 0.002146 sec., 14911.463187325257 rows/sec., 26.72 MiB/sec. 2025.08.29 23:41:57.104972 [ 276 ] {84112e68-22a4-4d01-89e9-8d26ad0e7e5b} TCPHandler: Processed in 0.00237539 sec. 2025.08.29 23:41:57.105100 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:41:57.105196 [ 276 ] {fab2df33-1167-4e1a-8ca5-cc4a521112c2} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:41:57.105241 [ 276 ] {fab2df33-1167-4e1a-8ca5-cc4a521112c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:41:57.105593 [ 276 ] {fab2df33-1167-4e1a-8ca5-cc4a521112c2} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:57.105630 [ 276 ] {fab2df33-1167-4e1a-8ca5-cc4a521112c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:57.105773 [ 199 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 6526 rows, containing 5 columns (5 merged, 0 gathered) in 0.003220634 sec., 2026309.105598463 rows/sec., 138.08 MiB/sec. 2025.08.29 23:41:57.106037 [ 276 ] {fab2df33-1167-4e1a-8ca5-cc4a521112c2} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.08.29 23:41:57.106295 [ 276 ] {fab2df33-1167-4e1a-8ca5-cc4a521112c2} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:57.106361 [ 191 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.08.29 23:41:57.106415 [ 134 ] {} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.08.29 23:41:57.106437 [ 276 ] {fab2df33-1167-4e1a-8ca5-cc4a521112c2} executeQuery: Read 60 rows, 4.14 KiB in 0.00126 sec., 47619.04761904762 rows/sec., 3.21 MiB/sec. 2025.08.29 23:41:57.106455 [ 134 ] {} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:57.106481 [ 276 ] {fab2df33-1167-4e1a-8ca5-cc4a521112c2} TCPHandler: Processed in 0.001430664 sec. 2025.08.29 23:41:57.106483 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:57.106577 [ 190 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.08.29 23:41:57.106677 [ 190 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:41:57.106694 [ 191 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_21_4} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:57.106711 [ 190 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 870 rows starting from the beginning of the part 2025.08.29 23:41:57.106768 [ 190 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part 2025.08.29 23:41:57.106784 [ 191 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_21_4} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.08.29 23:41:57.106820 [ 190 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part 2025.08.29 23:41:57.106868 [ 190 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part 2025.08.29 23:41:57.106882 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.41 MiB. 2025.08.29 23:41:57.106913 [ 190 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part 2025.08.29 23:41:57.106960 [ 190 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part 2025.08.29 23:41:57.107877 [ 199 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1170 rows, containing 4 columns (4 merged, 0 gathered) in 0.001332963 sec., 877743.7933385998 rows/sec., 59.29 MiB/sec. 2025.08.29 23:41:57.108066 [ 191 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.08.29 23:41:57.108362 [ 191 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_21_4} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:57.108436 [ 191 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_21_4} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.08.29 23:41:57.108511 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. 2025.08.29 23:41:58.776178 [ 129 ] {} DNSResolver: Updating DNS cache 2025.08.29 23:41:58.776244 [ 129 ] {} DNSResolver: Updated DNS cache 2025.08.29 23:41:58.858264 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7381 2025.08.29 23:41:58.858862 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:58.858924 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:58.859545 [ 245 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.29 23:41:58.859789 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:58.859898 [ 129 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.08.29 23:41:58.859927 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 2025.08.29 23:41:58.859941 [ 129 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:58.859964 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:58.860131 [ 195 ] {90555ac2-81b8-4059-8b13-b62161c900cc::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.08.29 23:41:58.860345 [ 195 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:41:58.860411 [ 195 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5124 rows starting from the beginning of the part 2025.08.29 23:41:58.860517 [ 195 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 427 rows starting from the beginning of the part 2025.08.29 23:41:58.860595 [ 195 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 488 rows starting from the beginning of the part 2025.08.29 23:41:58.860667 [ 195 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 427 rows starting from the beginning of the part 2025.08.29 23:41:58.860735 [ 195 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 488 rows starting from the beginning of the part 2025.08.29 23:41:58.860805 [ 195 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 427 rows starting from the beginning of the part 2025.08.29 23:41:58.862237 [ 199 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002194517 sec., 3363382.466392377 rows/sec., 48.11 MiB/sec. 2025.08.29 23:41:58.863042 [ 196 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.08.29 23:41:58.863379 [ 196 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_16_3} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:58.863459 [ 196 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_16_3} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.08.29 23:41:58.863564 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. 2025.08.29 23:41:58.879793 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 430 2025.08.29 23:41:58.882372 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:58.882415 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:58.883587 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.29 23:41:58.883874 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:58.884019 [ 129 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.08.29 23:41:58.884055 [ 129 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:58.884072 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:58.884122 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 430 2025.08.29 23:41:58.884147 [ 195 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::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.08.29 23:41:58.884679 [ 195 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:41:58.884831 [ 195 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 300 rows starting from the beginning of the part 2025.08.29 23:41:58.885182 [ 195 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part 2025.08.29 23:41:58.885528 [ 195 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 28 rows starting from the beginning of the part 2025.08.29 23:41:58.885858 [ 195 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 26 rows starting from the beginning of the part 2025.08.29 23:41:58.886211 [ 195 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part 2025.08.29 23:41:58.886554 [ 195 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 28 rows starting from the beginning of the part 2025.08.29 23:41:58.892254 [ 189 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 430 rows, containing 72 columns (72 merged, 0 gathered) in 0.008138278 sec., 52836.7303255062 rows/sec., 46.63 MiB/sec. 2025.08.29 23:41:58.893177 [ 189 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.08.29 23:41:58.893773 [ 189 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_11_2} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:58.893851 [ 189 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_11_2} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.08.29 23:41:58.894080 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.77 MiB. 2025.08.29 23:41:59.000158 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 201.95 MiB, peak 208.24 MiB, free memory in arenas 0.00 B, will set to 203.02 MiB (RSS), difference: 1.07 MiB 2025.08.29 23:41:59.001156 [ 249 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000821944 sec. 2025.08.29 23:41:59.266544 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2025.08.29 23:41:59.283379 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:59.283433 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:59.289408 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.29 23:41:59.290162 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:59.290463 [ 143 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.08.29 23:41:59.290553 [ 143 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:41:59.290589 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:41:59.290724 [ 193 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::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.08.29 23:41:59.293060 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2025.08.29 23:41:59.294441 [ 193 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:41:59.295739 [ 193 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 83 rows starting from the beginning of the part 2025.08.29 23:41:59.300256 [ 193 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part 2025.08.29 23:41:59.304588 [ 193 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 7 rows starting from the beginning of the part 2025.08.29 23:41:59.308701 [ 193 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part 2025.08.29 23:41:59.313083 [ 193 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part 2025.08.29 23:41:59.317340 [ 193 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part 2025.08.29 23:41:59.372050 [ 193 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.081381867 sec., 1486.8176961337101 rows/sec., 7.69 MiB/sec. 2025.08.29 23:41:59.373680 [ 193 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.08.29 23:41:59.375342 [ 193 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_16_3} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:41:59.375432 [ 193 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_16_3} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.08.29 23:41:59.376923 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2025.08.29 23:42:00.000170 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 204.11 MiB, peak 214.06 MiB, free memory in arenas 0.00 B, will set to 214.19 MiB (RSS), difference: 10.08 MiB 2025.08.29 23:42:02.095174 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:02.095522 [ 276 ] {eb04090d-6625-46f5-a4ad-e4248981d324} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:42:02.095613 [ 276 ] {eb04090d-6625-46f5-a4ad-e4248981d324} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:42:02.096522 [ 276 ] {eb04090d-6625-46f5-a4ad-e4248981d324} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:02.096588 [ 276 ] {eb04090d-6625-46f5-a4ad-e4248981d324} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:42:02.097017 [ 276 ] {eb04090d-6625-46f5-a4ad-e4248981d324} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.08.29 23:42:02.097261 [ 276 ] {eb04090d-6625-46f5-a4ad-e4248981d324} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:02.097428 [ 276 ] {eb04090d-6625-46f5-a4ad-e4248981d324} executeQuery: Read 76 rows, 6.41 KiB in 0.002016 sec., 37698.4126984127 rows/sec., 3.11 MiB/sec. 2025.08.29 23:42:02.097483 [ 276 ] {eb04090d-6625-46f5-a4ad-e4248981d324} TCPHandler: Processed in 0.002554994 sec. 2025.08.29 23:42:02.097622 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:02.097743 [ 276 ] {8e31798d-b0b7-490b-90c9-083ddf59da41} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:42:02.097792 [ 276 ] {8e31798d-b0b7-490b-90c9-083ddf59da41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:42:02.098220 [ 276 ] {8e31798d-b0b7-490b-90c9-083ddf59da41} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:02.098258 [ 276 ] {8e31798d-b0b7-490b-90c9-083ddf59da41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:42:02.098582 [ 276 ] {8e31798d-b0b7-490b-90c9-083ddf59da41} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.08.29 23:42:02.098807 [ 276 ] {8e31798d-b0b7-490b-90c9-083ddf59da41} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:02.098939 [ 276 ] {8e31798d-b0b7-490b-90c9-083ddf59da41} executeQuery: Read 10 rows, 770.00 B in 0.001222 sec., 8183.306055646482 rows/sec., 615.35 KiB/sec. 2025.08.29 23:42:02.098978 [ 276 ] {8e31798d-b0b7-490b-90c9-083ddf59da41} TCPHandler: Processed in 0.001409894 sec. 2025.08.29 23:42:02.099095 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:02.099199 [ 276 ] {fb52b956-f847-4cca-b9ae-c9d59593537a} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:42:02.099240 [ 276 ] {fb52b956-f847-4cca-b9ae-c9d59593537a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:42:02.099675 [ 276 ] {fb52b956-f847-4cca-b9ae-c9d59593537a} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:02.099712 [ 276 ] {fb52b956-f847-4cca-b9ae-c9d59593537a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:42:02.100038 [ 276 ] {fb52b956-f847-4cca-b9ae-c9d59593537a} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.08.29 23:42:02.100254 [ 276 ] {fb52b956-f847-4cca-b9ae-c9d59593537a} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:02.100379 [ 276 ] {fb52b956-f847-4cca-b9ae-c9d59593537a} executeQuery: Read 74 rows, 5.92 KiB in 0.001202 sec., 61564.059900166394 rows/sec., 4.81 MiB/sec. 2025.08.29 23:42:02.100415 [ 276 ] {fb52b956-f847-4cca-b9ae-c9d59593537a} TCPHandler: Processed in 0.001370323 sec. 2025.08.29 23:42:02.100527 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:02.100621 [ 276 ] {117fa358-1097-49d0-bfbf-318d7fcbd12c} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:42:02.100664 [ 276 ] {117fa358-1097-49d0-bfbf-318d7fcbd12c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:42:02.101068 [ 276 ] {117fa358-1097-49d0-bfbf-318d7fcbd12c} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:02.101103 [ 276 ] {117fa358-1097-49d0-bfbf-318d7fcbd12c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:42:02.101447 [ 276 ] {117fa358-1097-49d0-bfbf-318d7fcbd12c} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.08.29 23:42:02.101662 [ 276 ] {117fa358-1097-49d0-bfbf-318d7fcbd12c} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:02.101786 [ 276 ] {117fa358-1097-49d0-bfbf-318d7fcbd12c} executeQuery: Read 160 rows, 11.41 KiB in 0.001185 sec., 135021.0970464135 rows/sec., 9.40 MiB/sec. 2025.08.29 23:42:02.101821 [ 276 ] {117fa358-1097-49d0-bfbf-318d7fcbd12c} TCPHandler: Processed in 0.001341363 sec. 2025.08.29 23:42:02.101931 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:02.102024 [ 276 ] {da0a05d9-f04e-415a-b06c-c65cc7012b87} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:42:02.102078 [ 276 ] {da0a05d9-f04e-415a-b06c-c65cc7012b87} 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.08.29 23:42:02.102811 [ 276 ] {da0a05d9-f04e-415a-b06c-c65cc7012b87} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:02.102846 [ 276 ] {da0a05d9-f04e-415a-b06c-c65cc7012b87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:42:02.103359 [ 276 ] {da0a05d9-f04e-415a-b06c-c65cc7012b87} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.08.29 23:42:02.103592 [ 276 ] {da0a05d9-f04e-415a-b06c-c65cc7012b87} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:02.103724 [ 276 ] {da0a05d9-f04e-415a-b06c-c65cc7012b87} executeQuery: Read 10 rows, 18.35 KiB in 0.001719 sec., 5817.335660267598 rows/sec., 10.42 MiB/sec. 2025.08.29 23:42:02.103774 [ 276 ] {da0a05d9-f04e-415a-b06c-c65cc7012b87} TCPHandler: Processed in 0.001889772 sec. 2025.08.29 23:42:02.103882 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:02.103974 [ 276 ] {4a013e40-5dc0-442e-8df1-3706f2eed231} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:42:02.104015 [ 276 ] {4a013e40-5dc0-442e-8df1-3706f2eed231} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:42:02.104337 [ 276 ] {4a013e40-5dc0-442e-8df1-3706f2eed231} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:02.104370 [ 276 ] {4a013e40-5dc0-442e-8df1-3706f2eed231} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:42:02.104670 [ 276 ] {4a013e40-5dc0-442e-8df1-3706f2eed231} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.08.29 23:42:02.104880 [ 276 ] {4a013e40-5dc0-442e-8df1-3706f2eed231} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:02.105014 [ 276 ] {4a013e40-5dc0-442e-8df1-3706f2eed231} executeQuery: Read 60 rows, 4.14 KiB in 0.001058 sec., 56710.77504725898 rows/sec., 3.82 MiB/sec. 2025.08.29 23:42:02.105058 [ 276 ] {4a013e40-5dc0-442e-8df1-3706f2eed231} TCPHandler: Processed in 0.001223281 sec. 2025.08.29 23:42:06.360077 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7869 2025.08.29 23:42:06.360588 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:06.360636 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:42:06.361197 [ 245 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.29 23:42:06.361472 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:06.361629 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7869 2025.08.29 23:42:06.793405 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 2025.08.29 23:42:06.808124 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:06.808166 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:42:06.813901 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.29 23:42:06.814623 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:06.817207 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 128 2025.08.29 23:42:07.095977 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:07.096206 [ 276 ] {3eaff77b-5c23-4009-bc3d-d897cdc6d5b6} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.29 23:42:07.096277 [ 276 ] {3eaff77b-5c23-4009-bc3d-d897cdc6d5b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.29 23:42:07.096911 [ 276 ] {3eaff77b-5c23-4009-bc3d-d897cdc6d5b6} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:07.096959 [ 276 ] {3eaff77b-5c23-4009-bc3d-d897cdc6d5b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:42:07.097363 [ 276 ] {3eaff77b-5c23-4009-bc3d-d897cdc6d5b6} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.29 23:42:07.097593 [ 276 ] {3eaff77b-5c23-4009-bc3d-d897cdc6d5b6} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:07.097749 [ 276 ] {3eaff77b-5c23-4009-bc3d-d897cdc6d5b6} executeQuery: Read 4 rows, 334.00 B in 0.00161 sec., 2484.4720496894406 rows/sec., 202.59 KiB/sec. 2025.08.29 23:42:07.097799 [ 276 ] {3eaff77b-5c23-4009-bc3d-d897cdc6d5b6} TCPHandler: Processed in 0.001957223 sec. 2025.08.29 23:42:07.097926 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:07.098033 [ 276 ] {f068270f-2bf8-442f-977b-e7c82dd58c7a} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:42:07.098076 [ 276 ] {f068270f-2bf8-442f-977b-e7c82dd58c7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:42:07.098556 [ 276 ] {f068270f-2bf8-442f-977b-e7c82dd58c7a} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:07.098593 [ 276 ] {f068270f-2bf8-442f-977b-e7c82dd58c7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:42:07.098929 [ 276 ] {f068270f-2bf8-442f-977b-e7c82dd58c7a} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.08.29 23:42:07.099140 [ 276 ] {f068270f-2bf8-442f-977b-e7c82dd58c7a} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:07.099269 [ 276 ] {f068270f-2bf8-442f-977b-e7c82dd58c7a} executeQuery: Read 122 rows, 10.59 KiB in 0.001263 sec., 96595.40775930324 rows/sec., 8.19 MiB/sec. 2025.08.29 23:42:07.099305 [ 276 ] {f068270f-2bf8-442f-977b-e7c82dd58c7a} TCPHandler: Processed in 0.001431604 sec. 2025.08.29 23:42:07.099428 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:07.099526 [ 276 ] {fc2daa31-e3e6-4bce-8dcf-641bc92053e2} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:42:07.099574 [ 276 ] {fc2daa31-e3e6-4bce-8dcf-641bc92053e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:42:07.100004 [ 276 ] {fc2daa31-e3e6-4bce-8dcf-641bc92053e2} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:07.100040 [ 276 ] {fc2daa31-e3e6-4bce-8dcf-641bc92053e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:42:07.100347 [ 276 ] {fc2daa31-e3e6-4bce-8dcf-641bc92053e2} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.08.29 23:42:07.100559 [ 276 ] {fc2daa31-e3e6-4bce-8dcf-641bc92053e2} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:07.100651 [ 144 ] {} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.08.29 23:42:07.100685 [ 144 ] {} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:07.100686 [ 276 ] {fc2daa31-e3e6-4bce-8dcf-641bc92053e2} executeQuery: Read 36 rows, 2.69 KiB in 0.001181 sec., 30482.64182895851 rows/sec., 2.22 MiB/sec. 2025.08.29 23:42:07.100704 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:42:07.100730 [ 276 ] {fc2daa31-e3e6-4bce-8dcf-641bc92053e2} TCPHandler: Processed in 0.001352643 sec. 2025.08.29 23:42:07.100786 [ 192 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.08.29 23:42:07.100848 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:07.100872 [ 192 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:42:07.100902 [ 192 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 58 rows starting from the beginning of the part 2025.08.29 23:42:07.100943 [ 276 ] {d5df6a1b-f493-4caa-a5a9-c1655a57797f} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:42:07.100960 [ 192 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 32 rows starting from the beginning of the part 2025.08.29 23:42:07.100983 [ 276 ] {d5df6a1b-f493-4caa-a5a9-c1655a57797f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:42:07.101003 [ 192 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 12 rows starting from the beginning of the part 2025.08.29 23:42:07.101044 [ 192 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 32 rows starting from the beginning of the part 2025.08.29 23:42:07.101085 [ 192 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 10 rows starting from the beginning of the part 2025.08.29 23:42:07.101121 [ 192 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 36 rows starting from the beginning of the part 2025.08.29 23:42:07.101428 [ 276 ] {d5df6a1b-f493-4caa-a5a9-c1655a57797f} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:07.101464 [ 276 ] {d5df6a1b-f493-4caa-a5a9-c1655a57797f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:07.101857 [ 276 ] {d5df6a1b-f493-4caa-a5a9-c1655a57797f} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.08.29 23:42:07.101867 [ 203 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 5 columns (5 merged, 0 gathered) in 0.001110179 sec., 162136.01590374165 rows/sec., 12.42 MiB/sec. 2025.08.29 23:42:07.102069 [ 203 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.08.29 23:42:07.102091 [ 276 ] {d5df6a1b-f493-4caa-a5a9-c1655a57797f} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:07.102231 [ 276 ] {d5df6a1b-f493-4caa-a5a9-c1655a57797f} executeQuery: Read 100 rows, 8.00 KiB in 0.001308 sec., 76452.59938837921 rows/sec., 5.98 MiB/sec. 2025.08.29 23:42:07.102270 [ 276 ] {d5df6a1b-f493-4caa-a5a9-c1655a57797f} TCPHandler: Processed in 0.001471225 sec. 2025.08.29 23:42:07.102394 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:07.102412 [ 203 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_21_4} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:07.102491 [ 276 ] {d2a383a3-4ad6-4998-b0e8-3597600af3d5} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:42:07.102507 [ 203 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_21_4} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.08.29 23:42:07.102541 [ 276 ] {d2a383a3-4ad6-4998-b0e8-3597600af3d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:42:07.102626 [ 203 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.08.29 23:42:07.102960 [ 276 ] {d2a383a3-4ad6-4998-b0e8-3597600af3d5} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:07.103001 [ 276 ] {d2a383a3-4ad6-4998-b0e8-3597600af3d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:42:07.103347 [ 276 ] {d2a383a3-4ad6-4998-b0e8-3597600af3d5} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.08.29 23:42:07.103558 [ 276 ] {d2a383a3-4ad6-4998-b0e8-3597600af3d5} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:07.103688 [ 276 ] {d2a383a3-4ad6-4998-b0e8-3597600af3d5} executeQuery: Read 162 rows, 11.55 KiB in 0.001218 sec., 133004.9261083744 rows/sec., 9.26 MiB/sec. 2025.08.29 23:42:07.103725 [ 276 ] {d2a383a3-4ad6-4998-b0e8-3597600af3d5} TCPHandler: Processed in 0.001381463 sec. 2025.08.29 23:42:07.103833 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:07.103929 [ 276 ] {46bf20b3-16d7-40ac-be91-fb4628daac3d} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:42:07.103983 [ 276 ] {46bf20b3-16d7-40ac-be91-fb4628daac3d} 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.08.29 23:42:07.104823 [ 276 ] {46bf20b3-16d7-40ac-be91-fb4628daac3d} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:07.104860 [ 276 ] {46bf20b3-16d7-40ac-be91-fb4628daac3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:42:07.105450 [ 276 ] {46bf20b3-16d7-40ac-be91-fb4628daac3d} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.08.29 23:42:07.105685 [ 276 ] {46bf20b3-16d7-40ac-be91-fb4628daac3d} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:07.105802 [ 141 ] {} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.08.29 23:42:07.105825 [ 276 ] {46bf20b3-16d7-40ac-be91-fb4628daac3d} executeQuery: Read 32 rows, 58.72 KiB in 0.001916 sec., 16701.461377870564 rows/sec., 29.93 MiB/sec. 2025.08.29 23:42:07.105867 [ 141 ] {} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:07.105892 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:42:07.105897 [ 276 ] {46bf20b3-16d7-40ac-be91-fb4628daac3d} TCPHandler: Processed in 0.002111256 sec. 2025.08.29 23:42:07.105966 [ 192 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.08.29 23:42:07.106022 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:07.106117 [ 276 ] {fc22cc7c-17cf-4016-964f-35e90d61ac61} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:42:07.106128 [ 192 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:42:07.106160 [ 276 ] {fc22cc7c-17cf-4016-964f-35e90d61ac61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:42:07.106170 [ 192 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 285 rows starting from the beginning of the part 2025.08.29 23:42:07.106267 [ 192 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 32 rows starting from the beginning of the part 2025.08.29 23:42:07.106364 [ 192 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 10 rows starting from the beginning of the part 2025.08.29 23:42:07.106461 [ 192 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 32 rows starting from the beginning of the part 2025.08.29 23:42:07.106496 [ 276 ] {fc22cc7c-17cf-4016-964f-35e90d61ac61} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:07.106534 [ 276 ] {fc22cc7c-17cf-4016-964f-35e90d61ac61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:07.106554 [ 192 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 10 rows starting from the beginning of the part 2025.08.29 23:42:07.106670 [ 192 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 32 rows starting from the beginning of the part 2025.08.29 23:42:07.106886 [ 276 ] {fc22cc7c-17cf-4016-964f-35e90d61ac61} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.08.29 23:42:07.107103 [ 276 ] {fc22cc7c-17cf-4016-964f-35e90d61ac61} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:07.107237 [ 276 ] {fc22cc7c-17cf-4016-964f-35e90d61ac61} executeQuery: Read 60 rows, 4.14 KiB in 0.001138 sec., 52724.07732864675 rows/sec., 3.55 MiB/sec. 2025.08.29 23:42:07.107273 [ 276 ] {fc22cc7c-17cf-4016-964f-35e90d61ac61} TCPHandler: Processed in 0.001299002 sec. 2025.08.29 23:42:07.110436 [ 203 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 401 rows, containing 19 columns (19 merged, 0 gathered) in 0.004500396 sec., 89103.27002334905 rows/sec., 159.67 MiB/sec. 2025.08.29 23:42:07.111255 [ 198 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.08.29 23:42:07.111703 [ 198 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_21_4} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:07.111793 [ 198 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_21_4} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.08.29 23:42:07.111972 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.15 MiB. 2025.08.29 23:42:08.000210 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 215.92 MiB, peak 221.03 MiB, free memory in arenas 0.00 B, will set to 217.62 MiB (RSS), difference: 1.69 MiB 2025.08.29 23:42:08.884397 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 456 2025.08.29 23:42:08.886614 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:08.886663 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.08.29 23:42:08.887880 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.29 23:42:08.888155 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:08.888436 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 456 2025.08.29 23:42:12.094504 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:12.094729 [ 276 ] {efd8e5fb-d625-4379-8225-ba69149117f1} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:42:12.094828 [ 276 ] {efd8e5fb-d625-4379-8225-ba69149117f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:42:12.095784 [ 276 ] {efd8e5fb-d625-4379-8225-ba69149117f1} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:12.095865 [ 276 ] {efd8e5fb-d625-4379-8225-ba69149117f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:12.096471 [ 276 ] {efd8e5fb-d625-4379-8225-ba69149117f1} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.08.29 23:42:12.096723 [ 276 ] {efd8e5fb-d625-4379-8225-ba69149117f1} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:12.096900 [ 276 ] {efd8e5fb-d625-4379-8225-ba69149117f1} executeQuery: Read 76 rows, 6.41 KiB in 0.002228 sec., 34111.31059245961 rows/sec., 2.81 MiB/sec. 2025.08.29 23:42:12.096960 [ 276 ] {efd8e5fb-d625-4379-8225-ba69149117f1} TCPHandler: Processed in 0.002592164 sec. 2025.08.29 23:42:12.097090 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:12.097197 [ 276 ] {50229bfc-1067-4a1a-9a1d-c464b3631d95} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:42:12.097244 [ 276 ] {50229bfc-1067-4a1a-9a1d-c464b3631d95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:42:12.097672 [ 276 ] {50229bfc-1067-4a1a-9a1d-c464b3631d95} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:12.097712 [ 276 ] {50229bfc-1067-4a1a-9a1d-c464b3631d95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:12.098045 [ 276 ] {50229bfc-1067-4a1a-9a1d-c464b3631d95} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.08.29 23:42:12.098265 [ 276 ] {50229bfc-1067-4a1a-9a1d-c464b3631d95} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:12.098405 [ 276 ] {50229bfc-1067-4a1a-9a1d-c464b3631d95} executeQuery: Read 10 rows, 770.00 B in 0.001233 sec., 8110.3000811030015 rows/sec., 609.86 KiB/sec. 2025.08.29 23:42:12.098445 [ 276 ] {50229bfc-1067-4a1a-9a1d-c464b3631d95} TCPHandler: Processed in 0.001407974 sec. 2025.08.29 23:42:12.098560 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:12.098661 [ 276 ] {89f71300-d6bb-4bbf-8e6b-4d82ebc4aaba} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:42:12.098707 [ 276 ] {89f71300-d6bb-4bbf-8e6b-4d82ebc4aaba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:42:12.099125 [ 276 ] {89f71300-d6bb-4bbf-8e6b-4d82ebc4aaba} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:12.099170 [ 276 ] {89f71300-d6bb-4bbf-8e6b-4d82ebc4aaba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:12.099498 [ 276 ] {89f71300-d6bb-4bbf-8e6b-4d82ebc4aaba} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.08.29 23:42:12.099712 [ 276 ] {89f71300-d6bb-4bbf-8e6b-4d82ebc4aaba} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:12.099842 [ 276 ] {89f71300-d6bb-4bbf-8e6b-4d82ebc4aaba} executeQuery: Read 74 rows, 5.92 KiB in 0.001204 sec., 61461.79401993356 rows/sec., 4.80 MiB/sec. 2025.08.29 23:42:12.099880 [ 276 ] {89f71300-d6bb-4bbf-8e6b-4d82ebc4aaba} TCPHandler: Processed in 0.001369833 sec. 2025.08.29 23:42:12.099991 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:12.100086 [ 276 ] {0dcd1307-f315-4dd9-962d-3fe40512a279} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:42:12.100132 [ 276 ] {0dcd1307-f315-4dd9-962d-3fe40512a279} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:42:12.100531 [ 276 ] {0dcd1307-f315-4dd9-962d-3fe40512a279} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:12.100568 [ 276 ] {0dcd1307-f315-4dd9-962d-3fe40512a279} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:12.100933 [ 276 ] {0dcd1307-f315-4dd9-962d-3fe40512a279} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.08.29 23:42:12.101153 [ 276 ] {0dcd1307-f315-4dd9-962d-3fe40512a279} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:12.101285 [ 276 ] {0dcd1307-f315-4dd9-962d-3fe40512a279} executeQuery: Read 160 rows, 11.41 KiB in 0.001219 sec., 131255.12715340444 rows/sec., 9.14 MiB/sec. 2025.08.29 23:42:12.101322 [ 276 ] {0dcd1307-f315-4dd9-962d-3fe40512a279} TCPHandler: Processed in 0.001381414 sec. 2025.08.29 23:42:12.101431 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:12.101527 [ 276 ] {c99cc8d2-f2b9-4a39-9e9b-80c8f92db4d6} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:42:12.101582 [ 276 ] {c99cc8d2-f2b9-4a39-9e9b-80c8f92db4d6} 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.08.29 23:42:12.102340 [ 276 ] {c99cc8d2-f2b9-4a39-9e9b-80c8f92db4d6} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:12.102379 [ 276 ] {c99cc8d2-f2b9-4a39-9e9b-80c8f92db4d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:12.102892 [ 276 ] {c99cc8d2-f2b9-4a39-9e9b-80c8f92db4d6} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.08.29 23:42:12.103116 [ 276 ] {c99cc8d2-f2b9-4a39-9e9b-80c8f92db4d6} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:12.103254 [ 276 ] {c99cc8d2-f2b9-4a39-9e9b-80c8f92db4d6} executeQuery: Read 10 rows, 18.35 KiB in 0.001746 sec., 5727.37686139748 rows/sec., 10.26 MiB/sec. 2025.08.29 23:42:12.103314 [ 276 ] {c99cc8d2-f2b9-4a39-9e9b-80c8f92db4d6} TCPHandler: Processed in 0.001931822 sec. 2025.08.29 23:42:12.103441 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:12.103557 [ 276 ] {599c0915-e730-43a4-96af-c115ec452c35} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:42:12.103609 [ 276 ] {599c0915-e730-43a4-96af-c115ec452c35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:42:12.103937 [ 276 ] {599c0915-e730-43a4-96af-c115ec452c35} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:12.103973 [ 276 ] {599c0915-e730-43a4-96af-c115ec452c35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:12.104295 [ 276 ] {599c0915-e730-43a4-96af-c115ec452c35} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.08.29 23:42:12.104511 [ 276 ] {599c0915-e730-43a4-96af-c115ec452c35} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:12.104639 [ 276 ] {599c0915-e730-43a4-96af-c115ec452c35} executeQuery: Read 60 rows, 4.14 KiB in 0.001107 sec., 54200.54200542006 rows/sec., 3.65 MiB/sec. 2025.08.29 23:42:12.104675 [ 276 ] {599c0915-e730-43a4-96af-c115ec452c35} TCPHandler: Processed in 0.001298032 sec. 2025.08.29 23:42:13.776291 [ 135 ] {} DNSResolver: Updating DNS cache 2025.08.29 23:42:13.776345 [ 135 ] {} DNSResolver: Updated DNS cache 2025.08.29 23:42:13.861786 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8296 2025.08.29 23:42:13.862261 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:13.862308 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:13.862845 [ 245 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.29 23:42:13.863091 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:13.863242 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 2025.08.29 23:42:14.317355 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 2025.08.29 23:42:14.334022 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:14.334088 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:14.339841 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.29 23:42:14.340674 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:14.343605 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2025.08.29 23:42:17.095711 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:17.096023 [ 276 ] {6d9d888f-83a1-4aef-a025-f065bb0e647e} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:42:17.096132 [ 276 ] {6d9d888f-83a1-4aef-a025-f065bb0e647e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:42:17.096885 [ 276 ] {6d9d888f-83a1-4aef-a025-f065bb0e647e} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:17.096928 [ 276 ] {6d9d888f-83a1-4aef-a025-f065bb0e647e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:17.097358 [ 276 ] {6d9d888f-83a1-4aef-a025-f065bb0e647e} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.08.29 23:42:17.097599 [ 276 ] {6d9d888f-83a1-4aef-a025-f065bb0e647e} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:17.097766 [ 276 ] {6d9d888f-83a1-4aef-a025-f065bb0e647e} executeQuery: Read 120 rows, 10.44 KiB in 0.001849 sec., 64899.94591671174 rows/sec., 5.51 MiB/sec. 2025.08.29 23:42:17.097817 [ 276 ] {6d9d888f-83a1-4aef-a025-f065bb0e647e} TCPHandler: Processed in 0.002399961 sec. 2025.08.29 23:42:17.097949 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:17.098055 [ 276 ] {a75b1808-fac3-43bb-94cd-bdce22d765fe} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:42:17.098101 [ 276 ] {a75b1808-fac3-43bb-94cd-bdce22d765fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:42:17.098513 [ 276 ] {a75b1808-fac3-43bb-94cd-bdce22d765fe} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:17.098549 [ 276 ] {a75b1808-fac3-43bb-94cd-bdce22d765fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:17.098874 [ 276 ] {a75b1808-fac3-43bb-94cd-bdce22d765fe} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.08.29 23:42:17.099091 [ 276 ] {a75b1808-fac3-43bb-94cd-bdce22d765fe} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:17.099224 [ 276 ] {a75b1808-fac3-43bb-94cd-bdce22d765fe} executeQuery: Read 32 rows, 2.41 KiB in 0.001193 sec., 26823.134953897737 rows/sec., 1.97 MiB/sec. 2025.08.29 23:42:17.099263 [ 276 ] {a75b1808-fac3-43bb-94cd-bdce22d765fe} TCPHandler: Processed in 0.001367014 sec. 2025.08.29 23:42:17.099386 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:17.099487 [ 276 ] {78ca4f0e-fadf-4c1c-8011-6a74ab8bcddc} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:42:17.099531 [ 276 ] {78ca4f0e-fadf-4c1c-8011-6a74ab8bcddc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:42:17.099947 [ 276 ] {78ca4f0e-fadf-4c1c-8011-6a74ab8bcddc} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:17.099981 [ 276 ] {78ca4f0e-fadf-4c1c-8011-6a74ab8bcddc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:17.100279 [ 276 ] {78ca4f0e-fadf-4c1c-8011-6a74ab8bcddc} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.08.29 23:42:17.100480 [ 276 ] {78ca4f0e-fadf-4c1c-8011-6a74ab8bcddc} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:17.100669 [ 276 ] {78ca4f0e-fadf-4c1c-8011-6a74ab8bcddc} executeQuery: Read 96 rows, 7.68 KiB in 0.001202 sec., 79866.88851913478 rows/sec., 6.24 MiB/sec. 2025.08.29 23:42:17.100707 [ 276 ] {78ca4f0e-fadf-4c1c-8011-6a74ab8bcddc} TCPHandler: Processed in 0.001377623 sec. 2025.08.29 23:42:17.100814 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:17.100909 [ 276 ] {e70bf621-3da4-41d7-9aa3-38427e948e5e} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:42:17.100953 [ 276 ] {e70bf621-3da4-41d7-9aa3-38427e948e5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:42:17.101370 [ 276 ] {e70bf621-3da4-41d7-9aa3-38427e948e5e} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:17.101403 [ 276 ] {e70bf621-3da4-41d7-9aa3-38427e948e5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:17.101744 [ 276 ] {e70bf621-3da4-41d7-9aa3-38427e948e5e} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.08.29 23:42:17.101981 [ 276 ] {e70bf621-3da4-41d7-9aa3-38427e948e5e} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:17.102137 [ 276 ] {e70bf621-3da4-41d7-9aa3-38427e948e5e} executeQuery: Read 160 rows, 11.41 KiB in 0.001246 sec., 128410.91492776887 rows/sec., 8.94 MiB/sec. 2025.08.29 23:42:17.102180 [ 276 ] {e70bf621-3da4-41d7-9aa3-38427e948e5e} TCPHandler: Processed in 0.001414594 sec. 2025.08.29 23:42:17.102305 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:17.102405 [ 276 ] {64449ca2-b247-42b9-9327-3c25fc8c9974} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:42:17.102468 [ 276 ] {64449ca2-b247-42b9-9327-3c25fc8c9974} 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.08.29 23:42:17.103301 [ 276 ] {64449ca2-b247-42b9-9327-3c25fc8c9974} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:17.103337 [ 276 ] {64449ca2-b247-42b9-9327-3c25fc8c9974} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:17.103880 [ 276 ] {64449ca2-b247-42b9-9327-3c25fc8c9974} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.08.29 23:42:17.104111 [ 276 ] {64449ca2-b247-42b9-9327-3c25fc8c9974} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:17.104249 [ 276 ] {64449ca2-b247-42b9-9327-3c25fc8c9974} executeQuery: Read 32 rows, 58.72 KiB in 0.001867 sec., 17139.79646491698 rows/sec., 30.71 MiB/sec. 2025.08.29 23:42:17.104309 [ 276 ] {64449ca2-b247-42b9-9327-3c25fc8c9974} TCPHandler: Processed in 0.002057815 sec. 2025.08.29 23:42:17.104419 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:17.104514 [ 276 ] {59b53e01-804b-46e2-941a-c6a39475c160} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:42:17.104557 [ 276 ] {59b53e01-804b-46e2-941a-c6a39475c160} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:42:17.104888 [ 276 ] {59b53e01-804b-46e2-941a-c6a39475c160} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:17.104925 [ 276 ] {59b53e01-804b-46e2-941a-c6a39475c160} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:17.105234 [ 276 ] {59b53e01-804b-46e2-941a-c6a39475c160} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.08.29 23:42:17.105442 [ 276 ] {59b53e01-804b-46e2-941a-c6a39475c160} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:17.105571 [ 276 ] {59b53e01-804b-46e2-941a-c6a39475c160} executeQuery: Read 60 rows, 4.14 KiB in 0.001076 sec., 55762.081784386624 rows/sec., 3.76 MiB/sec. 2025.08.29 23:42:17.105607 [ 276 ] {59b53e01-804b-46e2-941a-c6a39475c160} TCPHandler: Processed in 0.001236301 sec. 2025.08.29 23:42:18.888715 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 480 2025.08.29 23:42:18.890922 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:18.890969 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:18.892127 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.29 23:42:18.892388 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:18.892636 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 480 2025.08.29 23:42:21.363337 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8784 2025.08.29 23:42:21.363846 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:21.363888 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:21.364377 [ 245 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.08.29 23:42:21.364631 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:21.364764 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8784 2025.08.29 23:42:21.843669 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2025.08.29 23:42:21.859762 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:21.859821 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:21.865821 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.08.29 23:42:21.866531 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:21.869184 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2025.08.29 23:42:22.122197 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:22.122376 [ 276 ] {17af30e8-adb9-4763-86ce-bfc79f87b663} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.29 23:42:22.122441 [ 276 ] {17af30e8-adb9-4763-86ce-bfc79f87b663} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.29 23:42:22.123041 [ 276 ] {17af30e8-adb9-4763-86ce-bfc79f87b663} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:22.123091 [ 276 ] {17af30e8-adb9-4763-86ce-bfc79f87b663} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:22.123477 [ 276 ] {17af30e8-adb9-4763-86ce-bfc79f87b663} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.29 23:42:22.123711 [ 276 ] {17af30e8-adb9-4763-86ce-bfc79f87b663} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:22.123867 [ 276 ] {17af30e8-adb9-4763-86ce-bfc79f87b663} executeQuery: Read 6 rows, 501.00 B in 0.001538 sec., 3901.1703511053315 rows/sec., 318.11 KiB/sec. 2025.08.29 23:42:22.123908 [ 276 ] {17af30e8-adb9-4763-86ce-bfc79f87b663} TCPHandler: Processed in 0.001836421 sec. 2025.08.29 23:42:22.124025 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:22.124120 [ 276 ] {caa834ac-1031-4fb6-a1bd-7acfa57ecc69} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:42:22.124160 [ 276 ] {caa834ac-1031-4fb6-a1bd-7acfa57ecc69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:42:22.125005 [ 276 ] {caa834ac-1031-4fb6-a1bd-7acfa57ecc69} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:22.125042 [ 276 ] {caa834ac-1031-4fb6-a1bd-7acfa57ecc69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:22.125445 [ 276 ] {caa834ac-1031-4fb6-a1bd-7acfa57ecc69} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.08.29 23:42:22.125666 [ 276 ] {caa834ac-1031-4fb6-a1bd-7acfa57ecc69} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:22.125778 [ 121 ] {} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.08.29 23:42:22.125796 [ 276 ] {caa834ac-1031-4fb6-a1bd-7acfa57ecc69} executeQuery: Read 1219 rows, 103.20 KiB in 0.001695 sec., 719174.0412979352 rows/sec., 59.46 MiB/sec. 2025.08.29 23:42:22.125846 [ 121 ] {} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:22.125855 [ 276 ] {caa834ac-1031-4fb6-a1bd-7acfa57ecc69} TCPHandler: Processed in 0.001878432 sec. 2025.08.29 23:42:22.125876 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:22.125982 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:22.126007 [ 203 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.08.29 23:42:22.126080 [ 276 ] {a5ca56bf-aaf5-465c-8e09-719e896d952e} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:42:22.126126 [ 276 ] {a5ca56bf-aaf5-465c-8e09-719e896d952e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:42:22.126163 [ 203 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:42:22.126206 [ 203 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1289 rows starting from the beginning of the part 2025.08.29 23:42:22.126282 [ 203 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 76 rows starting from the beginning of the part 2025.08.29 23:42:22.126340 [ 203 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 122 rows starting from the beginning of the part 2025.08.29 23:42:22.126395 [ 203 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 76 rows starting from the beginning of the part 2025.08.29 23:42:22.126446 [ 203 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 120 rows starting from the beginning of the part 2025.08.29 23:42:22.126496 [ 203 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1219 rows starting from the beginning of the part 2025.08.29 23:42:22.126531 [ 276 ] {a5ca56bf-aaf5-465c-8e09-719e896d952e} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:22.126573 [ 276 ] {a5ca56bf-aaf5-465c-8e09-719e896d952e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:22.126991 [ 276 ] {a5ca56bf-aaf5-465c-8e09-719e896d952e} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.08.29 23:42:22.127228 [ 276 ] {a5ca56bf-aaf5-465c-8e09-719e896d952e} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:22.127362 [ 276 ] {a5ca56bf-aaf5-465c-8e09-719e896d952e} executeQuery: Read 16 rows, 1.17 KiB in 0.001301 sec., 12298.232129131437 rows/sec., 900.00 KiB/sec. 2025.08.29 23:42:22.127400 [ 276 ] {a5ca56bf-aaf5-465c-8e09-719e896d952e} TCPHandler: Processed in 0.001466254 sec. 2025.08.29 23:42:22.127512 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:22.127605 [ 276 ] {656d50dc-b5f6-4d6a-a000-c62f7fd431b6} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.29 23:42:22.127645 [ 276 ] {656d50dc-b5f6-4d6a-a000-c62f7fd431b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.29 23:42:22.128051 [ 198 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 2902 rows, containing 5 columns (5 merged, 0 gathered) in 0.002102735 sec., 1380107.3363975964 rows/sec., 119.86 MiB/sec. 2025.08.29 23:42:22.128100 [ 276 ] {656d50dc-b5f6-4d6a-a000-c62f7fd431b6} oximeter.fields_u32 (3ddfd2d3-615e-4f40-8a6d-6f11378c1abe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:22.128141 [ 276 ] {656d50dc-b5f6-4d6a-a000-c62f7fd431b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:22.128287 [ 192 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.08.29 23:42:22.128464 [ 276 ] {656d50dc-b5f6-4d6a-a000-c62f7fd431b6} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.29 23:42:22.128575 [ 192 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_26_5} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:22.128643 [ 192 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_26_5} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.08.29 23:42:22.128689 [ 276 ] {656d50dc-b5f6-4d6a-a000-c62f7fd431b6} oximeter.fields_u32 (3ddfd2d3-615e-4f40-8a6d-6f11378c1abe): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:22.128719 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2025.08.29 23:42:22.128820 [ 276 ] {656d50dc-b5f6-4d6a-a000-c62f7fd431b6} executeQuery: Read 228 rows, 15.81 KiB in 0.001232 sec., 185064.93506493507 rows/sec., 12.53 MiB/sec. 2025.08.29 23:42:22.128858 [ 276 ] {656d50dc-b5f6-4d6a-a000-c62f7fd431b6} TCPHandler: Processed in 0.001394034 sec. 2025.08.29 23:42:22.128967 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:22.129060 [ 276 ] {cd9d87ae-f072-40b9-a4b7-59087aac0d20} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:42:22.129100 [ 276 ] {cd9d87ae-f072-40b9-a4b7-59087aac0d20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:42:22.129666 [ 276 ] {cd9d87ae-f072-40b9-a4b7-59087aac0d20} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:22.129704 [ 276 ] {cd9d87ae-f072-40b9-a4b7-59087aac0d20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:22.130027 [ 276 ] {cd9d87ae-f072-40b9-a4b7-59087aac0d20} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.08.29 23:42:22.130238 [ 276 ] {cd9d87ae-f072-40b9-a4b7-59087aac0d20} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:22.130336 [ 121 ] {} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.08.29 23:42:22.130361 [ 276 ] {cd9d87ae-f072-40b9-a4b7-59087aac0d20} executeQuery: Read 536 rows, 40.69 KiB in 0.001319 sec., 406368.4609552691 rows/sec., 30.13 MiB/sec. 2025.08.29 23:42:22.130370 [ 121 ] {} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:22.130400 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:22.130403 [ 276 ] {cd9d87ae-f072-40b9-a4b7-59087aac0d20} TCPHandler: Processed in 0.001484935 sec. 2025.08.29 23:42:22.130488 [ 194 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.08.29 23:42:22.130524 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:22.130602 [ 194 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:42:22.130623 [ 276 ] {98a20665-bf79-48bc-a173-b4356baf568f} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:42:22.130639 [ 194 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 596 rows starting from the beginning of the part 2025.08.29 23:42:22.130676 [ 276 ] {98a20665-bf79-48bc-a173-b4356baf568f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:42:22.130740 [ 194 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 74 rows starting from the beginning of the part 2025.08.29 23:42:22.130819 [ 194 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 100 rows starting from the beginning of the part 2025.08.29 23:42:22.130888 [ 194 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 74 rows starting from the beginning of the part 2025.08.29 23:42:22.130955 [ 194 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 96 rows starting from the beginning of the part 2025.08.29 23:42:22.131020 [ 194 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 536 rows starting from the beginning of the part 2025.08.29 23:42:22.131211 [ 276 ] {98a20665-bf79-48bc-a173-b4356baf568f} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:22.131256 [ 276 ] {98a20665-bf79-48bc-a173-b4356baf568f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:22.131686 [ 276 ] {98a20665-bf79-48bc-a173-b4356baf568f} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.08.29 23:42:22.131912 [ 276 ] {98a20665-bf79-48bc-a173-b4356baf568f} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:22.132014 [ 121 ] {} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.08.29 23:42:22.132038 [ 276 ] {98a20665-bf79-48bc-a173-b4356baf568f} executeQuery: Read 847 rows, 58.38 KiB in 0.001434 sec., 590655.509065551 rows/sec., 39.76 MiB/sec. 2025.08.29 23:42:22.132045 [ 121 ] {} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:22.132077 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:22.132080 [ 276 ] {98a20665-bf79-48bc-a173-b4356baf568f} TCPHandler: Processed in 0.001604207 sec. 2025.08.29 23:42:22.132160 [ 198 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.08.29 23:42:22.132198 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:22.132278 [ 198 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:42:22.132296 [ 276 ] {cd5a2a28-8cd1-40ff-977c-02e4f8f13f68} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:42:22.132317 [ 198 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6526 rows starting from the beginning of the part 2025.08.29 23:42:22.132354 [ 276 ] {cd5a2a28-8cd1-40ff-977c-02e4f8f13f68} 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.08.29 23:42:22.132387 [ 198 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part 2025.08.29 23:42:22.132387 [ 187 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1476 rows, containing 5 columns (5 merged, 0 gathered) in 0.001935953 sec., 762415.2032616495 rows/sec., 60.28 MiB/sec. 2025.08.29 23:42:22.132445 [ 198 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 162 rows starting from the beginning of the part 2025.08.29 23:42:22.132501 [ 198 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part 2025.08.29 23:42:22.132548 [ 198 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part 2025.08.29 23:42:22.132594 [ 198 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 847 rows starting from the beginning of the part 2025.08.29 23:42:22.132602 [ 186 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.08.29 23:42:22.132879 [ 186 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_26_5} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:22.132949 [ 186 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_26_5} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.08.29 23:42:22.133019 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. 2025.08.29 23:42:22.133101 [ 276 ] {cd5a2a28-8cd1-40ff-977c-02e4f8f13f68} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:22.133141 [ 276 ] {cd5a2a28-8cd1-40ff-977c-02e4f8f13f68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:22.133679 [ 276 ] {cd5a2a28-8cd1-40ff-977c-02e4f8f13f68} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.08.29 23:42:22.133909 [ 276 ] {cd5a2a28-8cd1-40ff-977c-02e4f8f13f68} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:22.134049 [ 276 ] {cd5a2a28-8cd1-40ff-977c-02e4f8f13f68} executeQuery: Read 10 rows, 18.35 KiB in 0.001771 sec., 5646.527385657821 rows/sec., 10.12 MiB/sec. 2025.08.29 23:42:22.134100 [ 276 ] {cd5a2a28-8cd1-40ff-977c-02e4f8f13f68} TCPHandler: Processed in 0.001949343 sec. 2025.08.29 23:42:22.134210 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:22.134304 [ 276 ] {2cd087e2-3c2a-4835-bdb3-78aa6d510a33} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:42:22.134346 [ 276 ] {2cd087e2-3c2a-4835-bdb3-78aa6d510a33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:42:22.134670 [ 276 ] {2cd087e2-3c2a-4835-bdb3-78aa6d510a33} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:22.134707 [ 276 ] {2cd087e2-3c2a-4835-bdb3-78aa6d510a33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:22.135080 [ 276 ] {2cd087e2-3c2a-4835-bdb3-78aa6d510a33} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.08.29 23:42:22.135271 [ 186 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 8015 rows, containing 5 columns (5 merged, 0 gathered) in 0.003150043 sec., 2544409.711232513 rows/sec., 173.47 MiB/sec. 2025.08.29 23:42:22.135298 [ 276 ] {2cd087e2-3c2a-4835-bdb3-78aa6d510a33} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:22.135405 [ 121 ] {} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.08.29 23:42:22.135430 [ 276 ] {2cd087e2-3c2a-4835-bdb3-78aa6d510a33} executeQuery: Read 60 rows, 4.14 KiB in 0.001144 sec., 52447.55244755244 rows/sec., 3.53 MiB/sec. 2025.08.29 23:42:22.135435 [ 121 ] {} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:22.135468 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:22.135472 [ 276 ] {2cd087e2-3c2a-4835-bdb3-78aa6d510a33} TCPHandler: Processed in 0.001310152 sec. 2025.08.29 23:42:22.135545 [ 187 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.08.29 23:42:22.135661 [ 187 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:42:22.135692 [ 187 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1170 rows starting from the beginning of the part 2025.08.29 23:42:22.135692 [ 198 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.08.29 23:42:22.135747 [ 187 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part 2025.08.29 23:42:22.135794 [ 187 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part 2025.08.29 23:42:22.135835 [ 187 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part 2025.08.29 23:42:22.135874 [ 187 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part 2025.08.29 23:42:22.135917 [ 187 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part 2025.08.29 23:42:22.135991 [ 198 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_26_5} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:22.136068 [ 198 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_26_5} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.08.29 23:42:22.136136 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.51 MiB. 2025.08.29 23:42:22.136830 [ 198 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1470 rows, containing 4 columns (4 merged, 0 gathered) in 0.001322073 sec., 1111890.1906324385 rows/sec., 75.07 MiB/sec. 2025.08.29 23:42:22.136991 [ 187 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.08.29 23:42:22.137237 [ 187 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_26_5} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:22.137305 [ 187 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_26_5} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.08.29 23:42:22.137371 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.08.29 23:42:27.096096 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:27.096312 [ 276 ] {a96797c2-292b-45d9-93a0-f2fadfb200a7} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:42:27.096384 [ 276 ] {a96797c2-292b-45d9-93a0-f2fadfb200a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:42:27.097073 [ 276 ] {a96797c2-292b-45d9-93a0-f2fadfb200a7} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:27.097123 [ 276 ] {a96797c2-292b-45d9-93a0-f2fadfb200a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:27.097544 [ 276 ] {a96797c2-292b-45d9-93a0-f2fadfb200a7} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.08.29 23:42:27.097813 [ 276 ] {a96797c2-292b-45d9-93a0-f2fadfb200a7} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:27.097968 [ 276 ] {a96797c2-292b-45d9-93a0-f2fadfb200a7} executeQuery: Read 120 rows, 10.44 KiB in 0.001703 sec., 70463.88725778038 rows/sec., 5.99 MiB/sec. 2025.08.29 23:42:27.098009 [ 276 ] {a96797c2-292b-45d9-93a0-f2fadfb200a7} TCPHandler: Processed in 0.002151497 sec. 2025.08.29 23:42:27.098141 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:27.098234 [ 276 ] {fa9d3b63-8486-4ce7-82b7-93c1f90f5906} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:42:27.098276 [ 276 ] {fa9d3b63-8486-4ce7-82b7-93c1f90f5906} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:42:27.098686 [ 276 ] {fa9d3b63-8486-4ce7-82b7-93c1f90f5906} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:27.098724 [ 276 ] {fa9d3b63-8486-4ce7-82b7-93c1f90f5906} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:27.099053 [ 276 ] {fa9d3b63-8486-4ce7-82b7-93c1f90f5906} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.08.29 23:42:27.099276 [ 276 ] {fa9d3b63-8486-4ce7-82b7-93c1f90f5906} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:27.099415 [ 276 ] {fa9d3b63-8486-4ce7-82b7-93c1f90f5906} executeQuery: Read 32 rows, 2.41 KiB in 0.001197 sec., 26733.500417710944 rows/sec., 1.96 MiB/sec. 2025.08.29 23:42:27.099452 [ 276 ] {fa9d3b63-8486-4ce7-82b7-93c1f90f5906} TCPHandler: Processed in 0.001360003 sec. 2025.08.29 23:42:27.099566 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:27.099660 [ 276 ] {4634150c-79c0-4f54-83e4-60114624394f} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:42:27.099700 [ 276 ] {4634150c-79c0-4f54-83e4-60114624394f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:42:27.100139 [ 276 ] {4634150c-79c0-4f54-83e4-60114624394f} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:27.100177 [ 276 ] {4634150c-79c0-4f54-83e4-60114624394f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:27.100503 [ 276 ] {4634150c-79c0-4f54-83e4-60114624394f} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.08.29 23:42:27.100724 [ 276 ] {4634150c-79c0-4f54-83e4-60114624394f} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:27.100861 [ 276 ] {4634150c-79c0-4f54-83e4-60114624394f} executeQuery: Read 96 rows, 7.68 KiB in 0.001218 sec., 78817.73399014778 rows/sec., 6.16 MiB/sec. 2025.08.29 23:42:27.100898 [ 276 ] {4634150c-79c0-4f54-83e4-60114624394f} TCPHandler: Processed in 0.001381133 sec. 2025.08.29 23:42:27.101019 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:27.101113 [ 276 ] {b7c217e6-8bd6-41c6-b8db-9706f7047ae5} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:42:27.101156 [ 276 ] {b7c217e6-8bd6-41c6-b8db-9706f7047ae5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:42:27.101560 [ 276 ] {b7c217e6-8bd6-41c6-b8db-9706f7047ae5} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:27.101597 [ 276 ] {b7c217e6-8bd6-41c6-b8db-9706f7047ae5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:27.101962 [ 276 ] {b7c217e6-8bd6-41c6-b8db-9706f7047ae5} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.08.29 23:42:27.102182 [ 276 ] {b7c217e6-8bd6-41c6-b8db-9706f7047ae5} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:27.102318 [ 276 ] {b7c217e6-8bd6-41c6-b8db-9706f7047ae5} executeQuery: Read 160 rows, 11.41 KiB in 0.001223 sec., 130825.83810302535 rows/sec., 9.11 MiB/sec. 2025.08.29 23:42:27.102356 [ 276 ] {b7c217e6-8bd6-41c6-b8db-9706f7047ae5} TCPHandler: Processed in 0.001384984 sec. 2025.08.29 23:42:27.102471 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:27.102564 [ 276 ] {d0971c35-1715-48e2-b1f5-b177a016e958} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:42:27.102619 [ 276 ] {d0971c35-1715-48e2-b1f5-b177a016e958} 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.08.29 23:42:27.103457 [ 276 ] {d0971c35-1715-48e2-b1f5-b177a016e958} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:27.103495 [ 276 ] {d0971c35-1715-48e2-b1f5-b177a016e958} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:27.104081 [ 276 ] {d0971c35-1715-48e2-b1f5-b177a016e958} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.08.29 23:42:27.104410 [ 276 ] {d0971c35-1715-48e2-b1f5-b177a016e958} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:27.104569 [ 276 ] {d0971c35-1715-48e2-b1f5-b177a016e958} executeQuery: Read 32 rows, 58.72 KiB in 0.002024 sec., 15810.276679841896 rows/sec., 28.33 MiB/sec. 2025.08.29 23:42:27.104642 [ 276 ] {d0971c35-1715-48e2-b1f5-b177a016e958} TCPHandler: Processed in 0.002219548 sec. 2025.08.29 23:42:27.104761 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:27.104855 [ 276 ] {a6d08c43-4318-435a-af7c-fc8ff4f356d8} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:42:27.104896 [ 276 ] {a6d08c43-4318-435a-af7c-fc8ff4f356d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:42:27.105238 [ 276 ] {a6d08c43-4318-435a-af7c-fc8ff4f356d8} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:27.105274 [ 276 ] {a6d08c43-4318-435a-af7c-fc8ff4f356d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:27.105591 [ 276 ] {a6d08c43-4318-435a-af7c-fc8ff4f356d8} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.08.29 23:42:27.105810 [ 276 ] {a6d08c43-4318-435a-af7c-fc8ff4f356d8} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:27.105943 [ 276 ] {a6d08c43-4318-435a-af7c-fc8ff4f356d8} executeQuery: Read 60 rows, 4.14 KiB in 0.001106 sec., 54249.54792043399 rows/sec., 3.66 MiB/sec. 2025.08.29 23:42:27.105978 [ 276 ] {a6d08c43-4318-435a-af7c-fc8ff4f356d8} TCPHandler: Processed in 0.001265821 sec. 2025.08.29 23:42:28.776397 [ 111 ] {} DNSResolver: Updating DNS cache 2025.08.29 23:42:28.776446 [ 111 ] {} DNSResolver: Updated DNS cache 2025.08.29 23:42:28.865563 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9211 2025.08.29 23:42:28.866044 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:28.866090 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:28.866569 [ 245 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.08.29 23:42:28.866807 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:28.866954 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 2025.08.29 23:42:28.893407 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 508 2025.08.29 23:42:28.895584 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:28.895632 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:28.896819 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.29 23:42:28.897081 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:28.897343 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 508 2025.08.29 23:42:29.369964 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2025.08.29 23:42:29.387752 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:29.387813 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:29.394257 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.08.29 23:42:29.395003 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:29.398048 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2025.08.29 23:42:32.093789 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:32.094004 [ 276 ] {3f079dee-e330-4a78-ac37-49758dba8942} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:42:32.094074 [ 276 ] {3f079dee-e330-4a78-ac37-49758dba8942} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:42:32.094827 [ 276 ] {3f079dee-e330-4a78-ac37-49758dba8942} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:32.094897 [ 276 ] {3f079dee-e330-4a78-ac37-49758dba8942} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:32.095556 [ 276 ] {3f079dee-e330-4a78-ac37-49758dba8942} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.08.29 23:42:32.095941 [ 276 ] {3f079dee-e330-4a78-ac37-49758dba8942} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:32.096135 [ 276 ] {3f079dee-e330-4a78-ac37-49758dba8942} executeQuery: Read 76 rows, 6.41 KiB in 0.00218 sec., 34862.38532110092 rows/sec., 2.87 MiB/sec. 2025.08.29 23:42:32.096189 [ 276 ] {3f079dee-e330-4a78-ac37-49758dba8942} TCPHandler: Processed in 0.002532543 sec. 2025.08.29 23:42:32.096313 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:32.096414 [ 276 ] {6c293bd3-27b7-4765-949a-c2757f7700e6} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:42:32.096458 [ 276 ] {6c293bd3-27b7-4765-949a-c2757f7700e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:42:32.096872 [ 276 ] {6c293bd3-27b7-4765-949a-c2757f7700e6} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:32.096909 [ 276 ] {6c293bd3-27b7-4765-949a-c2757f7700e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:32.097238 [ 276 ] {6c293bd3-27b7-4765-949a-c2757f7700e6} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.08.29 23:42:32.097473 [ 276 ] {6c293bd3-27b7-4765-949a-c2757f7700e6} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:32.097604 [ 276 ] {6c293bd3-27b7-4765-949a-c2757f7700e6} executeQuery: Read 10 rows, 770.00 B in 0.001213 sec., 8244.023083264632 rows/sec., 619.91 KiB/sec. 2025.08.29 23:42:32.097603 [ 105 ] {} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.08.29 23:42:32.097641 [ 276 ] {6c293bd3-27b7-4765-949a-c2757f7700e6} TCPHandler: Processed in 0.001380973 sec. 2025.08.29 23:42:32.097684 [ 105 ] {} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:32.097712 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:32.097773 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:32.097834 [ 198 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.08.29 23:42:32.097869 [ 276 ] {86f3ccd4-05bc-440c-adbd-67f902c0cd42} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:42:32.097916 [ 276 ] {86f3ccd4-05bc-440c-adbd-67f902c0cd42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:42:32.097981 [ 198 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:42:32.098021 [ 198 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 58 rows starting from the beginning of the part 2025.08.29 23:42:32.098089 [ 198 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 10 rows starting from the beginning of the part 2025.08.29 23:42:32.098135 [ 198 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 32 rows starting from the beginning of the part 2025.08.29 23:42:32.098177 [ 198 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 16 rows starting from the beginning of the part 2025.08.29 23:42:32.098219 [ 198 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 32 rows starting from the beginning of the part 2025.08.29 23:42:32.098260 [ 198 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 10 rows starting from the beginning of the part 2025.08.29 23:42:32.098393 [ 276 ] {86f3ccd4-05bc-440c-adbd-67f902c0cd42} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:32.098438 [ 276 ] {86f3ccd4-05bc-440c-adbd-67f902c0cd42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:32.098929 [ 276 ] {86f3ccd4-05bc-440c-adbd-67f902c0cd42} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.08.29 23:42:32.099114 [ 187 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 158 rows, containing 5 columns (5 merged, 0 gathered) in 0.001335533 sec., 118304.82661229635 rows/sec., 9.05 MiB/sec. 2025.08.29 23:42:32.099150 [ 276 ] {86f3ccd4-05bc-440c-adbd-67f902c0cd42} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:32.099295 [ 202 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.08.29 23:42:32.099297 [ 276 ] {86f3ccd4-05bc-440c-adbd-67f902c0cd42} executeQuery: Read 74 rows, 5.92 KiB in 0.001443 sec., 51282.05128205128 rows/sec., 4.00 MiB/sec. 2025.08.29 23:42:32.099369 [ 276 ] {86f3ccd4-05bc-440c-adbd-67f902c0cd42} TCPHandler: Processed in 0.001646218 sec. 2025.08.29 23:42:32.099504 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:32.099601 [ 202 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_26_5} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:32.099605 [ 276 ] {9e790e20-ba3c-4d69-ad74-851177ebd2d9} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:42:32.099667 [ 276 ] {9e790e20-ba3c-4d69-ad74-851177ebd2d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:42:32.099689 [ 202 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_26_5} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.08.29 23:42:32.099776 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.08.29 23:42:32.100104 [ 276 ] {9e790e20-ba3c-4d69-ad74-851177ebd2d9} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:32.100145 [ 276 ] {9e790e20-ba3c-4d69-ad74-851177ebd2d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:32.100504 [ 276 ] {9e790e20-ba3c-4d69-ad74-851177ebd2d9} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.08.29 23:42:32.100728 [ 276 ] {9e790e20-ba3c-4d69-ad74-851177ebd2d9} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:32.100867 [ 276 ] {9e790e20-ba3c-4d69-ad74-851177ebd2d9} executeQuery: Read 160 rows, 11.41 KiB in 0.001281 sec., 124902.41998438719 rows/sec., 8.70 MiB/sec. 2025.08.29 23:42:32.100905 [ 276 ] {9e790e20-ba3c-4d69-ad74-851177ebd2d9} TCPHandler: Processed in 0.001451854 sec. 2025.08.29 23:42:32.101022 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:32.101117 [ 276 ] {304f6ed8-300c-4834-a3bb-0530ed94b342} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:42:32.101173 [ 276 ] {304f6ed8-300c-4834-a3bb-0530ed94b342} 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.08.29 23:42:32.101948 [ 276 ] {304f6ed8-300c-4834-a3bb-0530ed94b342} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:32.101985 [ 276 ] {304f6ed8-300c-4834-a3bb-0530ed94b342} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:32.102504 [ 276 ] {304f6ed8-300c-4834-a3bb-0530ed94b342} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.08.29 23:42:32.102733 [ 276 ] {304f6ed8-300c-4834-a3bb-0530ed94b342} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:32.102852 [ 105 ] {} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.08.29 23:42:32.102875 [ 276 ] {304f6ed8-300c-4834-a3bb-0530ed94b342} executeQuery: Read 10 rows, 18.35 KiB in 0.001778 sec., 5624.29696287964 rows/sec., 10.08 MiB/sec. 2025.08.29 23:42:32.102903 [ 105 ] {} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:32.102926 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:32.102947 [ 276 ] {304f6ed8-300c-4834-a3bb-0530ed94b342} TCPHandler: Processed in 0.001975264 sec. 2025.08.29 23:42:32.103002 [ 198 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.08.29 23:42:32.103073 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:32.103174 [ 276 ] {1b95d780-2f7f-4f6f-934e-aafcb8fed07f} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:42:32.103193 [ 198 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:42:32.103215 [ 276 ] {1b95d780-2f7f-4f6f-934e-aafcb8fed07f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:42:32.103241 [ 198 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 401 rows starting from the beginning of the part 2025.08.29 23:42:32.103353 [ 198 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 10 rows starting from the beginning of the part 2025.08.29 23:42:32.103458 [ 198 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 32 rows starting from the beginning of the part 2025.08.29 23:42:32.103546 [ 198 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 10 rows starting from the beginning of the part 2025.08.29 23:42:32.103565 [ 276 ] {1b95d780-2f7f-4f6f-934e-aafcb8fed07f} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:32.103607 [ 276 ] {1b95d780-2f7f-4f6f-934e-aafcb8fed07f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:32.103631 [ 198 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 32 rows starting from the beginning of the part 2025.08.29 23:42:32.103724 [ 198 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 10 rows starting from the beginning of the part 2025.08.29 23:42:32.103937 [ 276 ] {1b95d780-2f7f-4f6f-934e-aafcb8fed07f} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.08.29 23:42:32.104207 [ 276 ] {1b95d780-2f7f-4f6f-934e-aafcb8fed07f} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:32.104351 [ 276 ] {1b95d780-2f7f-4f6f-934e-aafcb8fed07f} executeQuery: Read 60 rows, 4.14 KiB in 0.001196 sec., 50167.22408026756 rows/sec., 3.38 MiB/sec. 2025.08.29 23:42:32.104388 [ 276 ] {1b95d780-2f7f-4f6f-934e-aafcb8fed07f} TCPHandler: Processed in 0.001366783 sec. 2025.08.29 23:42:32.107458 [ 187 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 495 rows, containing 19 columns (19 merged, 0 gathered) in 0.004486846 sec., 110322.48488136209 rows/sec., 197.69 MiB/sec. 2025.08.29 23:42:32.108397 [ 200 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.08.29 23:42:32.108738 [ 200 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_26_5} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:32.108806 [ 200 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_26_5} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.08.29 23:42:32.108926 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.76 MiB. 2025.08.29 23:42:33.816585 [ 103 ] {} oximeter.fields_u32 (3ddfd2d3-615e-4f40-8a6d-6f11378c1abe) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.08.29 23:42:33.816651 [ 103 ] {} oximeter.fields_u32 (3ddfd2d3-615e-4f40-8a6d-6f11378c1abe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:33.816672 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:33.816785 [ 198 ] {3ddfd2d3-615e-4f40-8a6d-6f11378c1abe::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.08.29 23:42:33.816930 [ 198 ] {3ddfd2d3-615e-4f40-8a6d-6f11378c1abe::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:42:33.816964 [ 198 ] {3ddfd2d3-615e-4f40-8a6d-6f11378c1abe::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 228 rows starting from the beginning of the part 2025.08.29 23:42:33.817030 [ 198 ] {3ddfd2d3-615e-4f40-8a6d-6f11378c1abe::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part 2025.08.29 23:42:33.817074 [ 198 ] {3ddfd2d3-615e-4f40-8a6d-6f11378c1abe::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 228 rows starting from the beginning of the part 2025.08.29 23:42:33.817115 [ 198 ] {3ddfd2d3-615e-4f40-8a6d-6f11378c1abe::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 228 rows starting from the beginning of the part 2025.08.29 23:42:33.817158 [ 198 ] {3ddfd2d3-615e-4f40-8a6d-6f11378c1abe::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 228 rows starting from the beginning of the part 2025.08.29 23:42:33.818059 [ 200 ] {3ddfd2d3-615e-4f40-8a6d-6f11378c1abe::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 913 rows, containing 5 columns (5 merged, 0 gathered) in 0.001321712 sec., 690770.7579260838 rows/sec., 49.41 MiB/sec. 2025.08.29 23:42:33.818231 [ 198 ] {3ddfd2d3-615e-4f40-8a6d-6f11378c1abe::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.08.29 23:42:33.818495 [ 198 ] {3ddfd2d3-615e-4f40-8a6d-6f11378c1abe::all_1_5_1} oximeter.fields_u32 (3ddfd2d3-615e-4f40-8a6d-6f11378c1abe): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:33.818564 [ 198 ] {3ddfd2d3-615e-4f40-8a6d-6f11378c1abe::all_1_5_1} oximeter.fields_u32 (3ddfd2d3-615e-4f40-8a6d-6f11378c1abe) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.08.29 23:42:33.818630 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.08.29 23:42:35.375019 [ 101 ] {} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.08.29 23:42:35.375087 [ 101 ] {} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:35.375110 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:35.375236 [ 190 ] {12ce3ada-175d-4499-972d-958c6137f9ab::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2025.08.29 23:42:35.375386 [ 190 ] {12ce3ada-175d-4499-972d-958c6137f9ab::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:42:35.375422 [ 190 ] {12ce3ada-175d-4499-972d-958c6137f9ab::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 16 rows starting from the beginning of the part 2025.08.29 23:42:35.375491 [ 190 ] {12ce3ada-175d-4499-972d-958c6137f9ab::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part 2025.08.29 23:42:35.375540 [ 190 ] {12ce3ada-175d-4499-972d-958c6137f9ab::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part 2025.08.29 23:42:35.375586 [ 190 ] {12ce3ada-175d-4499-972d-958c6137f9ab::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part 2025.08.29 23:42:35.375633 [ 190 ] {12ce3ada-175d-4499-972d-958c6137f9ab::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part 2025.08.29 23:42:35.376359 [ 200 ] {12ce3ada-175d-4499-972d-958c6137f9ab::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 5 columns (5 merged, 0 gathered) in 0.00117578 sec., 27215.975777781558 rows/sec., 2.27 MiB/sec. 2025.08.29 23:42:35.376534 [ 200 ] {12ce3ada-175d-4499-972d-958c6137f9ab::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.08.29 23:42:35.376834 [ 200 ] {12ce3ada-175d-4499-972d-958c6137f9ab::all_1_9_2} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:35.376916 [ 200 ] {12ce3ada-175d-4499-972d-958c6137f9ab::all_1_9_2} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.08.29 23:42:35.377009 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.08.29 23:42:36.367006 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9699 2025.08.29 23:42:36.367507 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:36.367541 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:36.368010 [ 245 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.08.29 23:42:36.368240 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:36.368352 [ 101 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.08.29 23:42:36.368365 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9699 2025.08.29 23:42:36.368387 [ 101 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:36.368409 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:36.368540 [ 191 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.08.29 23:42:36.368696 [ 191 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:42:36.368740 [ 191 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7381 rows starting from the beginning of the part 2025.08.29 23:42:36.368843 [ 191 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 488 rows starting from the beginning of the part 2025.08.29 23:42:36.368892 [ 191 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 427 rows starting from the beginning of the part 2025.08.29 23:42:36.368940 [ 191 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 488 rows starting from the beginning of the part 2025.08.29 23:42:36.368981 [ 191 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 427 rows starting from the beginning of the part 2025.08.29 23:42:36.369022 [ 191 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 488 rows starting from the beginning of the part 2025.08.29 23:42:36.370729 [ 200 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 9699 rows, containing 4 columns (4 merged, 0 gathered) in 0.002274169 sec., 4264854.546869648 rows/sec., 61.01 MiB/sec. 2025.08.29 23:42:36.370954 [ 199 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.08.29 23:42:36.371240 [ 199 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_21_4} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:36.371378 [ 199 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_21_4} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.08.29 23:42:36.371459 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.43 MiB. 2025.08.29 23:42:36.898115 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2025.08.29 23:42:36.916009 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:36.916067 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:36.921851 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.08.29 23:42:36.922570 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:36.922888 [ 95 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.08.29 23:42:36.922953 [ 95 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:36.922974 [ 95 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:36.923089 [ 191 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.08.29 23:42:36.925932 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2025.08.29 23:42:36.927294 [ 191 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:42:36.928835 [ 191 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 121 rows starting from the beginning of the part 2025.08.29 23:42:36.933647 [ 191 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 7 rows starting from the beginning of the part 2025.08.29 23:42:36.938314 [ 191 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 8 rows starting from the beginning of the part 2025.08.29 23:42:36.942973 [ 191 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 8 rows starting from the beginning of the part 2025.08.29 23:42:36.947169 [ 191 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 7 rows starting from the beginning of the part 2025.08.29 23:42:36.950891 [ 191 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part 2025.08.29 23:42:37.000166 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 231.99 MiB, peak 232.77 MiB, free memory in arenas 0.00 B, will set to 224.61 MiB (RSS), difference: -7.38 MiB 2025.08.29 23:42:37.003270 [ 196 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.080234247 sec., 1981.6974165657716 rows/sec., 10.25 MiB/sec. 2025.08.29 23:42:37.004998 [ 199 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.08.29 23:42:37.006821 [ 199 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_21_4} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:37.006910 [ 199 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_21_4} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.08.29 23:42:37.008250 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2025.08.29 23:42:37.096315 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:37.096474 [ 276 ] {c8c099ec-600a-43db-a924-a57ff6f7c991} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.29 23:42:37.096536 [ 276 ] {c8c099ec-600a-43db-a924-a57ff6f7c991} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.29 23:42:37.097127 [ 276 ] {c8c099ec-600a-43db-a924-a57ff6f7c991} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:37.097173 [ 276 ] {c8c099ec-600a-43db-a924-a57ff6f7c991} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:37.097534 [ 276 ] {c8c099ec-600a-43db-a924-a57ff6f7c991} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.29 23:42:37.097765 [ 276 ] {c8c099ec-600a-43db-a924-a57ff6f7c991} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:37.097917 [ 276 ] {c8c099ec-600a-43db-a924-a57ff6f7c991} executeQuery: Read 4 rows, 334.00 B in 0.00149 sec., 2684.5637583892617 rows/sec., 218.91 KiB/sec. 2025.08.29 23:42:37.097967 [ 276 ] {c8c099ec-600a-43db-a924-a57ff6f7c991} TCPHandler: Processed in 0.0017746 sec. 2025.08.29 23:42:37.098091 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:37.098194 [ 276 ] {1c17ac8f-d7e6-4927-85bf-5f4ac1441ed6} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:42:37.098235 [ 276 ] {1c17ac8f-d7e6-4927-85bf-5f4ac1441ed6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:42:37.098708 [ 276 ] {1c17ac8f-d7e6-4927-85bf-5f4ac1441ed6} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:37.098747 [ 276 ] {1c17ac8f-d7e6-4927-85bf-5f4ac1441ed6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:37.099076 [ 276 ] {1c17ac8f-d7e6-4927-85bf-5f4ac1441ed6} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.08.29 23:42:37.099291 [ 276 ] {1c17ac8f-d7e6-4927-85bf-5f4ac1441ed6} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:37.099423 [ 276 ] {1c17ac8f-d7e6-4927-85bf-5f4ac1441ed6} executeQuery: Read 122 rows, 10.59 KiB in 0.001253 sec., 97366.32083000799 rows/sec., 8.25 MiB/sec. 2025.08.29 23:42:37.099460 [ 276 ] {1c17ac8f-d7e6-4927-85bf-5f4ac1441ed6} TCPHandler: Processed in 0.001420624 sec. 2025.08.29 23:42:37.099592 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:37.099689 [ 276 ] {303b8be3-03ed-44df-abb6-12c64bf70de5} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:42:37.099732 [ 276 ] {303b8be3-03ed-44df-abb6-12c64bf70de5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:42:37.100147 [ 276 ] {303b8be3-03ed-44df-abb6-12c64bf70de5} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:37.100184 [ 276 ] {303b8be3-03ed-44df-abb6-12c64bf70de5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:37.100489 [ 276 ] {303b8be3-03ed-44df-abb6-12c64bf70de5} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.08.29 23:42:37.100717 [ 276 ] {303b8be3-03ed-44df-abb6-12c64bf70de5} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:37.100847 [ 276 ] {303b8be3-03ed-44df-abb6-12c64bf70de5} executeQuery: Read 36 rows, 2.69 KiB in 0.001179 sec., 30534.35114503817 rows/sec., 2.22 MiB/sec. 2025.08.29 23:42:37.100883 [ 276 ] {303b8be3-03ed-44df-abb6-12c64bf70de5} TCPHandler: Processed in 0.001348643 sec. 2025.08.29 23:42:37.100996 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:37.101091 [ 276 ] {f42561df-4254-4aea-a000-0944acbb8866} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:42:37.101130 [ 276 ] {f42561df-4254-4aea-a000-0944acbb8866} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:42:37.101546 [ 276 ] {f42561df-4254-4aea-a000-0944acbb8866} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:37.101583 [ 276 ] {f42561df-4254-4aea-a000-0944acbb8866} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:37.101885 [ 276 ] {f42561df-4254-4aea-a000-0944acbb8866} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.08.29 23:42:37.102097 [ 276 ] {f42561df-4254-4aea-a000-0944acbb8866} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:37.102221 [ 276 ] {f42561df-4254-4aea-a000-0944acbb8866} executeQuery: Read 100 rows, 8.00 KiB in 0.001149 sec., 87032.20191470844 rows/sec., 6.80 MiB/sec. 2025.08.29 23:42:37.102256 [ 276 ] {f42561df-4254-4aea-a000-0944acbb8866} TCPHandler: Processed in 0.001310202 sec. 2025.08.29 23:42:37.102370 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:37.102466 [ 276 ] {245a7031-64f7-4773-88b3-bb82c8034fe4} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:42:37.102509 [ 276 ] {245a7031-64f7-4773-88b3-bb82c8034fe4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:42:37.102912 [ 276 ] {245a7031-64f7-4773-88b3-bb82c8034fe4} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:37.102950 [ 276 ] {245a7031-64f7-4773-88b3-bb82c8034fe4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:37.103280 [ 276 ] {245a7031-64f7-4773-88b3-bb82c8034fe4} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.08.29 23:42:37.103494 [ 276 ] {245a7031-64f7-4773-88b3-bb82c8034fe4} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:37.103623 [ 276 ] {245a7031-64f7-4773-88b3-bb82c8034fe4} executeQuery: Read 162 rows, 11.55 KiB in 0.001175 sec., 137872.3404255319 rows/sec., 9.60 MiB/sec. 2025.08.29 23:42:37.103659 [ 276 ] {245a7031-64f7-4773-88b3-bb82c8034fe4} TCPHandler: Processed in 0.001339483 sec. 2025.08.29 23:42:37.103764 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:37.103858 [ 276 ] {0ac43a62-c9b9-40c8-b1fa-2dce1c6fb803} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:42:37.103911 [ 276 ] {0ac43a62-c9b9-40c8-b1fa-2dce1c6fb803} 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.08.29 23:42:37.104706 [ 276 ] {0ac43a62-c9b9-40c8-b1fa-2dce1c6fb803} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:37.104742 [ 276 ] {0ac43a62-c9b9-40c8-b1fa-2dce1c6fb803} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:37.105301 [ 276 ] {0ac43a62-c9b9-40c8-b1fa-2dce1c6fb803} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.08.29 23:42:37.105540 [ 276 ] {0ac43a62-c9b9-40c8-b1fa-2dce1c6fb803} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:37.105681 [ 276 ] {0ac43a62-c9b9-40c8-b1fa-2dce1c6fb803} executeQuery: Read 32 rows, 58.72 KiB in 0.001842 sec., 17372.42128121607 rows/sec., 31.13 MiB/sec. 2025.08.29 23:42:37.105749 [ 276 ] {0ac43a62-c9b9-40c8-b1fa-2dce1c6fb803} TCPHandler: Processed in 0.002034914 sec. 2025.08.29 23:42:37.105869 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:37.105964 [ 276 ] {fe296820-91c1-4f69-af30-58bb515ff16d} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:42:37.106006 [ 276 ] {fe296820-91c1-4f69-af30-58bb515ff16d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:42:37.106342 [ 276 ] {fe296820-91c1-4f69-af30-58bb515ff16d} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:37.106378 [ 276 ] {fe296820-91c1-4f69-af30-58bb515ff16d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:37.106688 [ 276 ] {fe296820-91c1-4f69-af30-58bb515ff16d} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.08.29 23:42:37.106896 [ 276 ] {fe296820-91c1-4f69-af30-58bb515ff16d} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:37.107032 [ 276 ] {fe296820-91c1-4f69-af30-58bb515ff16d} executeQuery: Read 60 rows, 4.14 KiB in 0.001085 sec., 55299.53917050691 rows/sec., 3.73 MiB/sec. 2025.08.29 23:42:37.107075 [ 276 ] {fe296820-91c1-4f69-af30-58bb515ff16d} TCPHandler: Processed in 0.001255962 sec. 2025.08.29 23:42:38.000186 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 215.33 MiB, peak 232.77 MiB, free memory in arenas 0.00 B, will set to 225.08 MiB (RSS), difference: 9.75 MiB 2025.08.29 23:42:38.897494 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 534 2025.08.29 23:42:38.899647 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:38.899697 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.08.29 23:42:38.900873 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.29 23:42:38.901149 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:38.901407 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 534 2025.08.29 23:42:42.094597 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:42.094886 [ 276 ] {4e76f3b4-9c4b-476e-847f-d55860fea404} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:42:42.095021 [ 276 ] {4e76f3b4-9c4b-476e-847f-d55860fea404} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:42:42.096048 [ 276 ] {4e76f3b4-9c4b-476e-847f-d55860fea404} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:42.096103 [ 276 ] {4e76f3b4-9c4b-476e-847f-d55860fea404} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:42:42.096515 [ 276 ] {4e76f3b4-9c4b-476e-847f-d55860fea404} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.08.29 23:42:42.096753 [ 276 ] {4e76f3b4-9c4b-476e-847f-d55860fea404} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:42.096916 [ 276 ] {4e76f3b4-9c4b-476e-847f-d55860fea404} executeQuery: Read 76 rows, 6.41 KiB in 0.002116 sec., 35916.82419659736 rows/sec., 2.96 MiB/sec. 2025.08.29 23:42:42.096970 [ 276 ] {4e76f3b4-9c4b-476e-847f-d55860fea404} TCPHandler: Processed in 0.002513452 sec. 2025.08.29 23:42:42.097101 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:42.097206 [ 276 ] {80ba04ea-1144-44b5-b3d3-b970fcff4fe6} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:42:42.097253 [ 276 ] {80ba04ea-1144-44b5-b3d3-b970fcff4fe6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:42:42.097678 [ 276 ] {80ba04ea-1144-44b5-b3d3-b970fcff4fe6} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:42.097717 [ 276 ] {80ba04ea-1144-44b5-b3d3-b970fcff4fe6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:42:42.098029 [ 276 ] {80ba04ea-1144-44b5-b3d3-b970fcff4fe6} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.08.29 23:42:42.098256 [ 276 ] {80ba04ea-1144-44b5-b3d3-b970fcff4fe6} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:42.098387 [ 276 ] {80ba04ea-1144-44b5-b3d3-b970fcff4fe6} executeQuery: Read 10 rows, 770.00 B in 0.001207 sec., 8285.004142502072 rows/sec., 622.99 KiB/sec. 2025.08.29 23:42:42.098425 [ 276 ] {80ba04ea-1144-44b5-b3d3-b970fcff4fe6} TCPHandler: Processed in 0.001375613 sec. 2025.08.29 23:42:42.098546 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:42.098642 [ 276 ] {15aafa0a-e69d-4ab3-8688-d6daa82d0248} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:42:42.098682 [ 276 ] {15aafa0a-e69d-4ab3-8688-d6daa82d0248} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:42:42.099100 [ 276 ] {15aafa0a-e69d-4ab3-8688-d6daa82d0248} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:42.099138 [ 276 ] {15aafa0a-e69d-4ab3-8688-d6daa82d0248} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:42:42.099455 [ 276 ] {15aafa0a-e69d-4ab3-8688-d6daa82d0248} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.08.29 23:42:42.099671 [ 276 ] {15aafa0a-e69d-4ab3-8688-d6daa82d0248} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:42.099802 [ 276 ] {15aafa0a-e69d-4ab3-8688-d6daa82d0248} executeQuery: Read 74 rows, 5.92 KiB in 0.001181 sec., 62658.76375952583 rows/sec., 4.89 MiB/sec. 2025.08.29 23:42:42.099838 [ 276 ] {15aafa0a-e69d-4ab3-8688-d6daa82d0248} TCPHandler: Processed in 0.001341143 sec. 2025.08.29 23:42:42.099955 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:42.100050 [ 276 ] {4aef0ca9-72f0-40d9-b1b6-52745cdf3ba8} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:42:42.100094 [ 276 ] {4aef0ca9-72f0-40d9-b1b6-52745cdf3ba8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:42:42.100508 [ 276 ] {4aef0ca9-72f0-40d9-b1b6-52745cdf3ba8} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:42.100545 [ 276 ] {4aef0ca9-72f0-40d9-b1b6-52745cdf3ba8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:42:42.100885 [ 276 ] {4aef0ca9-72f0-40d9-b1b6-52745cdf3ba8} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.08.29 23:42:42.101101 [ 276 ] {4aef0ca9-72f0-40d9-b1b6-52745cdf3ba8} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:42.101230 [ 276 ] {4aef0ca9-72f0-40d9-b1b6-52745cdf3ba8} executeQuery: Read 160 rows, 11.41 KiB in 0.0012 sec., 133333.33333333334 rows/sec., 9.29 MiB/sec. 2025.08.29 23:42:42.101266 [ 276 ] {4aef0ca9-72f0-40d9-b1b6-52745cdf3ba8} TCPHandler: Processed in 0.001357693 sec. 2025.08.29 23:42:42.101375 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:42.101473 [ 276 ] {419ab958-0b04-4dd3-95eb-a7781523d6b3} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:42:42.101527 [ 276 ] {419ab958-0b04-4dd3-95eb-a7781523d6b3} 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.08.29 23:42:42.102329 [ 276 ] {419ab958-0b04-4dd3-95eb-a7781523d6b3} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:42.102366 [ 276 ] {419ab958-0b04-4dd3-95eb-a7781523d6b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:42:42.102962 [ 276 ] {419ab958-0b04-4dd3-95eb-a7781523d6b3} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.08.29 23:42:42.103194 [ 276 ] {419ab958-0b04-4dd3-95eb-a7781523d6b3} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:42.103335 [ 276 ] {419ab958-0b04-4dd3-95eb-a7781523d6b3} executeQuery: Read 10 rows, 18.35 KiB in 0.001881 sec., 5316.32110579479 rows/sec., 9.53 MiB/sec. 2025.08.29 23:42:42.103407 [ 276 ] {419ab958-0b04-4dd3-95eb-a7781523d6b3} TCPHandler: Processed in 0.002077135 sec. 2025.08.29 23:42:42.103529 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:42.103623 [ 276 ] {9f96fe2d-fe09-4e58-93c1-cd46bac3a7e3} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:42:42.103665 [ 276 ] {9f96fe2d-fe09-4e58-93c1-cd46bac3a7e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:42:42.104009 [ 276 ] {9f96fe2d-fe09-4e58-93c1-cd46bac3a7e3} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:42.104046 [ 276 ] {9f96fe2d-fe09-4e58-93c1-cd46bac3a7e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:42:42.104372 [ 276 ] {9f96fe2d-fe09-4e58-93c1-cd46bac3a7e3} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.08.29 23:42:42.104595 [ 276 ] {9f96fe2d-fe09-4e58-93c1-cd46bac3a7e3} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:42.104721 [ 276 ] {9f96fe2d-fe09-4e58-93c1-cd46bac3a7e3} executeQuery: Read 60 rows, 4.14 KiB in 0.001117 sec., 53715.308863025966 rows/sec., 3.62 MiB/sec. 2025.08.29 23:42:42.104757 [ 276 ] {9f96fe2d-fe09-4e58-93c1-cd46bac3a7e3} TCPHandler: Processed in 0.001274601 sec. 2025.08.29 23:42:43.776521 [ 91 ] {} DNSResolver: Updating DNS cache 2025.08.29 23:42:43.776593 [ 91 ] {} DNSResolver: Updated DNS cache 2025.08.29 23:42:43.868445 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10126 2025.08.29 23:42:43.868994 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:43.869050 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:42:43.869655 [ 245 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.08.29 23:42:43.869899 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:43.870045 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 2025.08.29 23:42:44.426980 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2025.08.29 23:42:44.441388 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:44.441444 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:42:44.447691 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.08.29 23:42:44.448434 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:44.451012 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2025.08.29 23:42:47.096458 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:47.096656 [ 276 ] {9a9b709f-f2c8-475f-ac03-22273f1c8a05} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:42:47.096723 [ 276 ] {9a9b709f-f2c8-475f-ac03-22273f1c8a05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:42:47.097423 [ 276 ] {9a9b709f-f2c8-475f-ac03-22273f1c8a05} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:47.097472 [ 276 ] {9a9b709f-f2c8-475f-ac03-22273f1c8a05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:42:47.097907 [ 276 ] {9a9b709f-f2c8-475f-ac03-22273f1c8a05} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.08.29 23:42:47.098151 [ 276 ] {9a9b709f-f2c8-475f-ac03-22273f1c8a05} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:47.098287 [ 84 ] {} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.08.29 23:42:47.098304 [ 276 ] {9a9b709f-f2c8-475f-ac03-22273f1c8a05} executeQuery: Read 120 rows, 10.44 KiB in 0.001697 sec., 70713.02298173247 rows/sec., 6.01 MiB/sec. 2025.08.29 23:42:47.098325 [ 84 ] {} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:47.098343 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:42:47.098347 [ 276 ] {9a9b709f-f2c8-475f-ac03-22273f1c8a05} TCPHandler: Processed in 0.002029944 sec. 2025.08.29 23:42:47.098457 [ 193 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.08.29 23:42:47.098479 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:47.098593 [ 276 ] {da97727d-b6ff-4453-83bc-7f10cfd6e994} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:42:47.098602 [ 193 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:42:47.098637 [ 276 ] {da97727d-b6ff-4453-83bc-7f10cfd6e994} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:42:47.098647 [ 193 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1289 rows starting from the beginning of the part 2025.08.29 23:42:47.098767 [ 193 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 120 rows starting from the beginning of the part 2025.08.29 23:42:47.098815 [ 193 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 76 rows starting from the beginning of the part 2025.08.29 23:42:47.098861 [ 193 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 122 rows starting from the beginning of the part 2025.08.29 23:42:47.098899 [ 193 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 76 rows starting from the beginning of the part 2025.08.29 23:42:47.098940 [ 193 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 120 rows starting from the beginning of the part 2025.08.29 23:42:47.099117 [ 276 ] {da97727d-b6ff-4453-83bc-7f10cfd6e994} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:47.099209 [ 276 ] {da97727d-b6ff-4453-83bc-7f10cfd6e994} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:42:47.099624 [ 276 ] {da97727d-b6ff-4453-83bc-7f10cfd6e994} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.08.29 23:42:47.099867 [ 276 ] {da97727d-b6ff-4453-83bc-7f10cfd6e994} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:47.100002 [ 276 ] {da97727d-b6ff-4453-83bc-7f10cfd6e994} executeQuery: Read 32 rows, 2.41 KiB in 0.001428 sec., 22408.963585434172 rows/sec., 1.65 MiB/sec. 2025.08.29 23:42:47.100040 [ 276 ] {da97727d-b6ff-4453-83bc-7f10cfd6e994} TCPHandler: Processed in 0.001611607 sec. 2025.08.29 23:42:47.100108 [ 199 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1803 rows, containing 5 columns (5 merged, 0 gathered) in 0.001702709 sec., 1058900.845652428 rows/sec., 92.36 MiB/sec. 2025.08.29 23:42:47.100164 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:47.100263 [ 276 ] {af8486b8-93a9-46b9-8da1-8f0c36c563a2} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:42:47.100302 [ 276 ] {af8486b8-93a9-46b9-8da1-8f0c36c563a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:42:47.100355 [ 196 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.08.29 23:42:47.100626 [ 196 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_31_6} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:47.100695 [ 196 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_31_6} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.08.29 23:42:47.100730 [ 276 ] {af8486b8-93a9-46b9-8da1-8f0c36c563a2} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:47.100764 [ 276 ] {af8486b8-93a9-46b9-8da1-8f0c36c563a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:42:47.100773 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. 2025.08.29 23:42:47.101087 [ 276 ] {af8486b8-93a9-46b9-8da1-8f0c36c563a2} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.08.29 23:42:47.101308 [ 276 ] {af8486b8-93a9-46b9-8da1-8f0c36c563a2} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:47.101407 [ 84 ] {} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.08.29 23:42:47.101431 [ 276 ] {af8486b8-93a9-46b9-8da1-8f0c36c563a2} executeQuery: Read 96 rows, 7.68 KiB in 0.001186 sec., 80944.3507588533 rows/sec., 6.32 MiB/sec. 2025.08.29 23:42:47.101432 [ 84 ] {} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:47.101459 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:42:47.101467 [ 276 ] {af8486b8-93a9-46b9-8da1-8f0c36c563a2} TCPHandler: Processed in 0.001355073 sec. 2025.08.29 23:42:47.101526 [ 193 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.08.29 23:42:47.101586 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:47.101616 [ 193 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:42:47.101644 [ 193 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 596 rows starting from the beginning of the part 2025.08.29 23:42:47.101685 [ 276 ] {339f79fb-b7e1-479a-bd05-59a698bbb9ba} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:42:47.101688 [ 193 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 96 rows starting from the beginning of the part 2025.08.29 23:42:47.101735 [ 276 ] {339f79fb-b7e1-479a-bd05-59a698bbb9ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:42:47.101743 [ 193 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 74 rows starting from the beginning of the part 2025.08.29 23:42:47.101788 [ 193 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 100 rows starting from the beginning of the part 2025.08.29 23:42:47.101819 [ 193 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 74 rows starting from the beginning of the part 2025.08.29 23:42:47.101852 [ 193 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 96 rows starting from the beginning of the part 2025.08.29 23:42:47.102154 [ 276 ] {339f79fb-b7e1-479a-bd05-59a698bbb9ba} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:47.102193 [ 276 ] {339f79fb-b7e1-479a-bd05-59a698bbb9ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:42:47.102578 [ 276 ] {339f79fb-b7e1-479a-bd05-59a698bbb9ba} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.08.29 23:42:47.102662 [ 199 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1036 rows, containing 5 columns (5 merged, 0 gathered) in 0.00116436 sec., 889759.18100931 rows/sec., 71.09 MiB/sec. 2025.08.29 23:42:47.102825 [ 276 ] {339f79fb-b7e1-479a-bd05-59a698bbb9ba} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:47.102842 [ 197 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.08.29 23:42:47.102930 [ 84 ] {} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.08.29 23:42:47.102962 [ 84 ] {} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:47.102969 [ 276 ] {339f79fb-b7e1-479a-bd05-59a698bbb9ba} executeQuery: Read 160 rows, 11.41 KiB in 0.001303 sec., 122793.55333844974 rows/sec., 8.55 MiB/sec. 2025.08.29 23:42:47.102982 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:42:47.103008 [ 276 ] {339f79fb-b7e1-479a-bd05-59a698bbb9ba} TCPHandler: Processed in 0.001472985 sec. 2025.08.29 23:42:47.103047 [ 193 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.08.29 23:42:47.103137 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:47.103139 [ 193 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:42:47.103187 [ 193 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 8015 rows starting from the beginning of the part 2025.08.29 23:42:47.103231 [ 193 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part 2025.08.29 23:42:47.103232 [ 197 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_31_6} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:47.103239 [ 276 ] {3f514093-a96d-4a7a-be2f-1df6d49a04d4} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:42:47.103268 [ 193 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part 2025.08.29 23:42:47.103310 [ 193 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 162 rows starting from the beginning of the part 2025.08.29 23:42:47.103313 [ 276 ] {3f514093-a96d-4a7a-be2f-1df6d49a04d4} 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.08.29 23:42:47.103326 [ 197 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_31_6} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.08.29 23:42:47.103346 [ 193 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part 2025.08.29 23:42:47.103380 [ 193 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part 2025.08.29 23:42:47.103421 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2025.08.29 23:42:47.104219 [ 276 ] {3f514093-a96d-4a7a-be2f-1df6d49a04d4} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:47.104259 [ 276 ] {3f514093-a96d-4a7a-be2f-1df6d49a04d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:42:47.104897 [ 276 ] {3f514093-a96d-4a7a-be2f-1df6d49a04d4} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.08.29 23:42:47.105181 [ 276 ] {3f514093-a96d-4a7a-be2f-1df6d49a04d4} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:47.105336 [ 276 ] {3f514093-a96d-4a7a-be2f-1df6d49a04d4} executeQuery: Read 32 rows, 58.72 KiB in 0.002116 sec., 15122.873345935728 rows/sec., 27.10 MiB/sec. 2025.08.29 23:42:47.105407 [ 276 ] {3f514093-a96d-4a7a-be2f-1df6d49a04d4} TCPHandler: Processed in 0.00232134 sec. 2025.08.29 23:42:47.105528 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:47.105623 [ 276 ] {943729fc-e254-4358-b7d6-bbd999e2a533} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:42:47.105664 [ 276 ] {943729fc-e254-4358-b7d6-bbd999e2a533} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:42:47.105998 [ 276 ] {943729fc-e254-4358-b7d6-bbd999e2a533} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:47.106031 [ 276 ] {943729fc-e254-4358-b7d6-bbd999e2a533} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:42:47.106373 [ 276 ] {943729fc-e254-4358-b7d6-bbd999e2a533} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.08.29 23:42:47.106518 [ 195 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 8817 rows, containing 5 columns (5 merged, 0 gathered) in 0.003497749 sec., 2520764.068548086 rows/sec., 172.19 MiB/sec. 2025.08.29 23:42:47.106609 [ 276 ] {943729fc-e254-4358-b7d6-bbd999e2a533} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:47.106693 [ 193 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.08.29 23:42:47.106723 [ 84 ] {} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.08.29 23:42:47.106750 [ 276 ] {943729fc-e254-4358-b7d6-bbd999e2a533} executeQuery: Read 60 rows, 4.14 KiB in 0.001145 sec., 52401.74672489083 rows/sec., 3.53 MiB/sec. 2025.08.29 23:42:47.106762 [ 84 ] {} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:47.106790 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:42:47.106793 [ 276 ] {943729fc-e254-4358-b7d6-bbd999e2a533} TCPHandler: Processed in 0.001316222 sec. 2025.08.29 23:42:47.106865 [ 197 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.08.29 23:42:47.106966 [ 193 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_31_6} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:47.106973 [ 197 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:42:47.107003 [ 197 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1470 rows starting from the beginning of the part 2025.08.29 23:42:47.107037 [ 193 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_31_6} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.08.29 23:42:47.107052 [ 197 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part 2025.08.29 23:42:47.107093 [ 197 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part 2025.08.29 23:42:47.107100 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.49 MiB. 2025.08.29 23:42:47.107132 [ 197 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part 2025.08.29 23:42:47.107170 [ 197 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part 2025.08.29 23:42:47.107209 [ 197 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part 2025.08.29 23:42:47.108075 [ 195 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1770 rows, containing 4 columns (4 merged, 0 gathered) in 0.001243541 sec., 1423354.7587092023 rows/sec., 96.07 MiB/sec. 2025.08.29 23:42:47.108255 [ 197 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.08.29 23:42:47.108500 [ 197 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_31_6} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:47.108568 [ 197 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_31_6} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.08.29 23:42:47.108629 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2025.08.29 23:42:48.902463 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 558 2025.08.29 23:42:48.904604 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:48.904660 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:42:48.905890 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.29 23:42:48.906176 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:48.906354 [ 83 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.08.29 23:42:48.906393 [ 83 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:48.906413 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:42:48.906532 [ 192 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::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.08.29 23:42:48.906553 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 558 2025.08.29 23:42:48.907120 [ 192 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:42:48.907259 [ 192 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 430 rows starting from the beginning of the part 2025.08.29 23:42:48.907625 [ 192 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 26 rows starting from the beginning of the part 2025.08.29 23:42:48.907985 [ 192 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part 2025.08.29 23:42:48.908310 [ 192 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 28 rows starting from the beginning of the part 2025.08.29 23:42:48.908624 [ 192 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 26 rows starting from the beginning of the part 2025.08.29 23:42:48.908961 [ 192 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part 2025.08.29 23:42:48.914641 [ 195 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 558 rows, containing 72 columns (72 merged, 0 gathered) in 0.008168178 sec., 68313.88836041527 rows/sec., 57.55 MiB/sec. 2025.08.29 23:42:48.915748 [ 195 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.08.29 23:42:48.916384 [ 195 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_16_3} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:48.916455 [ 195 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_16_3} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.08.29 23:42:48.916763 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.82 MiB. 2025.08.29 23:42:51.371073 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10614 2025.08.29 23:42:51.371559 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:51.371596 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:42:51.372058 [ 245 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.08.29 23:42:51.372277 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:51.372399 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10614 2025.08.29 23:42:51.952053 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2025.08.29 23:42:51.968469 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:51.968534 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:42:51.975050 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.08.29 23:42:51.975782 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:51.978818 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174 2025.08.29 23:42:52.123055 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:52.123288 [ 276 ] {7b64d9ec-5cb5-43f0-9ac5-740e69d6d6f1} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.29 23:42:52.123354 [ 276 ] {7b64d9ec-5cb5-43f0-9ac5-740e69d6d6f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.29 23:42:52.123937 [ 276 ] {7b64d9ec-5cb5-43f0-9ac5-740e69d6d6f1} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:52.123986 [ 276 ] {7b64d9ec-5cb5-43f0-9ac5-740e69d6d6f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:42:52.124378 [ 276 ] {7b64d9ec-5cb5-43f0-9ac5-740e69d6d6f1} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.29 23:42:52.124630 [ 276 ] {7b64d9ec-5cb5-43f0-9ac5-740e69d6d6f1} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:52.124794 [ 276 ] {7b64d9ec-5cb5-43f0-9ac5-740e69d6d6f1} executeQuery: Read 2 rows, 167.00 B in 0.001555 sec., 1286.1736334405145 rows/sec., 104.88 KiB/sec. 2025.08.29 23:42:52.124841 [ 276 ] {7b64d9ec-5cb5-43f0-9ac5-740e69d6d6f1} TCPHandler: Processed in 0.001955993 sec. 2025.08.29 23:42:52.124963 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:52.125067 [ 276 ] {2a462fc7-dd54-41bc-a942-daf588905ca6} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:42:52.125110 [ 276 ] {2a462fc7-dd54-41bc-a942-daf588905ca6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:42:52.125975 [ 276 ] {2a462fc7-dd54-41bc-a942-daf588905ca6} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:52.126013 [ 276 ] {2a462fc7-dd54-41bc-a942-daf588905ca6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:42:52.126440 [ 276 ] {2a462fc7-dd54-41bc-a942-daf588905ca6} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.08.29 23:42:52.126676 [ 276 ] {2a462fc7-dd54-41bc-a942-daf588905ca6} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:52.126815 [ 276 ] {2a462fc7-dd54-41bc-a942-daf588905ca6} executeQuery: Read 1217 rows, 103.05 KiB in 0.001772 sec., 686794.5823927765 rows/sec., 56.79 MiB/sec. 2025.08.29 23:42:52.126854 [ 276 ] {2a462fc7-dd54-41bc-a942-daf588905ca6} TCPHandler: Processed in 0.001943943 sec. 2025.08.29 23:42:52.126969 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:52.127067 [ 276 ] {ec64810f-a033-4ee4-85cc-889e346fb1c0} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:42:52.127107 [ 276 ] {ec64810f-a033-4ee4-85cc-889e346fb1c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:42:52.127505 [ 276 ] {ec64810f-a033-4ee4-85cc-889e346fb1c0} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:52.127542 [ 276 ] {ec64810f-a033-4ee4-85cc-889e346fb1c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:42:52.127877 [ 276 ] {ec64810f-a033-4ee4-85cc-889e346fb1c0} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.08.29 23:42:52.128129 [ 276 ] {ec64810f-a033-4ee4-85cc-889e346fb1c0} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:52.128260 [ 276 ] {ec64810f-a033-4ee4-85cc-889e346fb1c0} executeQuery: Read 12 rows, 913.00 B in 0.001214 sec., 9884.678747940692 rows/sec., 734.43 KiB/sec. 2025.08.29 23:42:52.128298 [ 276 ] {ec64810f-a033-4ee4-85cc-889e346fb1c0} TCPHandler: Processed in 0.001380983 sec. 2025.08.29 23:42:52.128405 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:52.128500 [ 276 ] {ee1674c1-1313-4912-bfab-f67e4de02eee} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.29 23:42:52.128540 [ 276 ] {ee1674c1-1313-4912-bfab-f67e4de02eee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.29 23:42:52.128991 [ 276 ] {ee1674c1-1313-4912-bfab-f67e4de02eee} oximeter.fields_u32 (3ddfd2d3-615e-4f40-8a6d-6f11378c1abe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:52.129028 [ 276 ] {ee1674c1-1313-4912-bfab-f67e4de02eee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:42:52.129362 [ 276 ] {ee1674c1-1313-4912-bfab-f67e4de02eee} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.29 23:42:52.129591 [ 276 ] {ee1674c1-1313-4912-bfab-f67e4de02eee} oximeter.fields_u32 (3ddfd2d3-615e-4f40-8a6d-6f11378c1abe): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:52.129719 [ 276 ] {ee1674c1-1313-4912-bfab-f67e4de02eee} executeQuery: Read 228 rows, 15.81 KiB in 0.001238 sec., 184168.01292407108 rows/sec., 12.47 MiB/sec. 2025.08.29 23:42:52.129757 [ 276 ] {ee1674c1-1313-4912-bfab-f67e4de02eee} TCPHandler: Processed in 0.001404054 sec. 2025.08.29 23:42:52.129866 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:52.129959 [ 276 ] {8a6d12dc-2421-4233-9417-893df44c52fc} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:42:52.130000 [ 276 ] {8a6d12dc-2421-4233-9417-893df44c52fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:42:52.130574 [ 276 ] {8a6d12dc-2421-4233-9417-893df44c52fc} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:52.130612 [ 276 ] {8a6d12dc-2421-4233-9417-893df44c52fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:42:52.130950 [ 276 ] {8a6d12dc-2421-4233-9417-893df44c52fc} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.08.29 23:42:52.131168 [ 276 ] {8a6d12dc-2421-4233-9417-893df44c52fc} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:52.131297 [ 276 ] {8a6d12dc-2421-4233-9417-893df44c52fc} executeQuery: Read 532 rows, 40.37 KiB in 0.001356 sec., 392330.383480826 rows/sec., 29.07 MiB/sec. 2025.08.29 23:42:52.131334 [ 276 ] {8a6d12dc-2421-4233-9417-893df44c52fc} TCPHandler: Processed in 0.001518235 sec. 2025.08.29 23:42:52.131442 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:52.131536 [ 276 ] {95888b74-7a44-4b17-a7d5-d25981489950} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:42:52.131578 [ 276 ] {95888b74-7a44-4b17-a7d5-d25981489950} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:42:52.132121 [ 276 ] {95888b74-7a44-4b17-a7d5-d25981489950} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:52.132157 [ 276 ] {95888b74-7a44-4b17-a7d5-d25981489950} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:42:52.132569 [ 276 ] {95888b74-7a44-4b17-a7d5-d25981489950} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.08.29 23:42:52.132807 [ 276 ] {95888b74-7a44-4b17-a7d5-d25981489950} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:52.132933 [ 276 ] {95888b74-7a44-4b17-a7d5-d25981489950} executeQuery: Read 845 rows, 58.24 KiB in 0.001415 sec., 597173.144876325 rows/sec., 40.19 MiB/sec. 2025.08.29 23:42:52.132970 [ 276 ] {95888b74-7a44-4b17-a7d5-d25981489950} TCPHandler: Processed in 0.001578437 sec. 2025.08.29 23:42:52.133079 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:52.133174 [ 276 ] {8863c5d3-81d7-453c-96ec-b66e798830a5} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:42:52.133227 [ 276 ] {8863c5d3-81d7-453c-96ec-b66e798830a5} 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.08.29 23:42:52.133950 [ 276 ] {8863c5d3-81d7-453c-96ec-b66e798830a5} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:52.133987 [ 276 ] {8863c5d3-81d7-453c-96ec-b66e798830a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:42:52.134514 [ 276 ] {8863c5d3-81d7-453c-96ec-b66e798830a5} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.08.29 23:42:52.134743 [ 276 ] {8863c5d3-81d7-453c-96ec-b66e798830a5} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:52.134882 [ 276 ] {8863c5d3-81d7-453c-96ec-b66e798830a5} executeQuery: Read 10 rows, 18.35 KiB in 0.001726 sec., 5793.742757821552 rows/sec., 10.38 MiB/sec. 2025.08.29 23:42:52.134943 [ 276 ] {8863c5d3-81d7-453c-96ec-b66e798830a5} TCPHandler: Processed in 0.001915232 sec. 2025.08.29 23:42:52.135049 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:52.135143 [ 276 ] {9c59ccd7-1037-4fd7-93d9-54ad32757cc2} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:42:52.135184 [ 276 ] {9c59ccd7-1037-4fd7-93d9-54ad32757cc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:42:52.135513 [ 276 ] {9c59ccd7-1037-4fd7-93d9-54ad32757cc2} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:52.135549 [ 276 ] {9c59ccd7-1037-4fd7-93d9-54ad32757cc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:42:52.135874 [ 276 ] {9c59ccd7-1037-4fd7-93d9-54ad32757cc2} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.08.29 23:42:52.136087 [ 276 ] {9c59ccd7-1037-4fd7-93d9-54ad32757cc2} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:52.136215 [ 276 ] {9c59ccd7-1037-4fd7-93d9-54ad32757cc2} executeQuery: Read 60 rows, 4.14 KiB in 0.001091 sec., 54995.417048579286 rows/sec., 3.71 MiB/sec. 2025.08.29 23:42:52.136251 [ 276 ] {9c59ccd7-1037-4fd7-93d9-54ad32757cc2} TCPHandler: Processed in 0.001253852 sec. 2025.08.29 23:42:57.096120 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:57.096317 [ 276 ] {aa0b2650-7ed3-4477-a331-68c0b843fd6b} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:42:57.096387 [ 276 ] {aa0b2650-7ed3-4477-a331-68c0b843fd6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:42:57.097082 [ 276 ] {aa0b2650-7ed3-4477-a331-68c0b843fd6b} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:57.097135 [ 276 ] {aa0b2650-7ed3-4477-a331-68c0b843fd6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:42:57.097549 [ 276 ] {aa0b2650-7ed3-4477-a331-68c0b843fd6b} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.08.29 23:42:57.097779 [ 276 ] {aa0b2650-7ed3-4477-a331-68c0b843fd6b} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:57.097946 [ 276 ] {aa0b2650-7ed3-4477-a331-68c0b843fd6b} executeQuery: Read 120 rows, 10.44 KiB in 0.001677 sec., 71556.35062611806 rows/sec., 6.08 MiB/sec. 2025.08.29 23:42:57.098000 [ 276 ] {aa0b2650-7ed3-4477-a331-68c0b843fd6b} TCPHandler: Processed in 0.002015454 sec. 2025.08.29 23:42:57.098132 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:57.098237 [ 276 ] {c809c7fd-ea9c-44d2-94ce-83742833a48f} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:42:57.098282 [ 276 ] {c809c7fd-ea9c-44d2-94ce-83742833a48f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:42:57.098715 [ 276 ] {c809c7fd-ea9c-44d2-94ce-83742833a48f} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:57.098754 [ 276 ] {c809c7fd-ea9c-44d2-94ce-83742833a48f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:42:57.099096 [ 276 ] {c809c7fd-ea9c-44d2-94ce-83742833a48f} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.08.29 23:42:57.099318 [ 276 ] {c809c7fd-ea9c-44d2-94ce-83742833a48f} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:57.099452 [ 71 ] {} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.08.29 23:42:57.099461 [ 276 ] {c809c7fd-ea9c-44d2-94ce-83742833a48f} executeQuery: Read 32 rows, 2.41 KiB in 0.00125 sec., 25600 rows/sec., 1.88 MiB/sec. 2025.08.29 23:42:57.099525 [ 71 ] {} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:57.099551 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:42:57.099551 [ 276 ] {c809c7fd-ea9c-44d2-94ce-83742833a48f} TCPHandler: Processed in 0.001469355 sec. 2025.08.29 23:42:57.099669 [ 194 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.08.29 23:42:57.099694 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:57.099807 [ 276 ] {da8c5b2c-66a1-494f-9387-05cae00158a3} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:42:57.099817 [ 194 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:42:57.099852 [ 276 ] {da8c5b2c-66a1-494f-9387-05cae00158a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:42:57.099861 [ 194 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 58 rows starting from the beginning of the part 2025.08.29 23:42:57.099940 [ 194 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 36 rows starting from the beginning of the part 2025.08.29 23:42:57.099989 [ 194 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 10 rows starting from the beginning of the part 2025.08.29 23:42:57.100033 [ 194 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 32 rows starting from the beginning of the part 2025.08.29 23:42:57.100078 [ 194 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 12 rows starting from the beginning of the part 2025.08.29 23:42:57.100127 [ 194 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 32 rows starting from the beginning of the part 2025.08.29 23:42:57.100314 [ 276 ] {da8c5b2c-66a1-494f-9387-05cae00158a3} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:57.100359 [ 276 ] {da8c5b2c-66a1-494f-9387-05cae00158a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:42:57.100882 [ 276 ] {da8c5b2c-66a1-494f-9387-05cae00158a3} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.08.29 23:42:57.101065 [ 195 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 5 columns (5 merged, 0 gathered) in 0.001450584 sec., 124087.9535414702 rows/sec., 9.51 MiB/sec. 2025.08.29 23:42:57.101119 [ 276 ] {da8c5b2c-66a1-494f-9387-05cae00158a3} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:57.101220 [ 192 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.08.29 23:42:57.101265 [ 276 ] {da8c5b2c-66a1-494f-9387-05cae00158a3} executeQuery: Read 96 rows, 7.68 KiB in 0.001478 sec., 64952.63870094723 rows/sec., 5.07 MiB/sec. 2025.08.29 23:42:57.101304 [ 276 ] {da8c5b2c-66a1-494f-9387-05cae00158a3} TCPHandler: Processed in 0.001665218 sec. 2025.08.29 23:42:57.101434 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:57.101514 [ 192 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_31_6} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:57.101528 [ 276 ] {f0dc9d7e-017c-4134-97e9-1d9fbcb6fcac} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:42:57.101572 [ 276 ] {f0dc9d7e-017c-4134-97e9-1d9fbcb6fcac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:42:57.101591 [ 192 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_31_6} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.08.29 23:42:57.101675 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.08.29 23:42:57.101994 [ 276 ] {f0dc9d7e-017c-4134-97e9-1d9fbcb6fcac} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:57.102030 [ 276 ] {f0dc9d7e-017c-4134-97e9-1d9fbcb6fcac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:42:57.102380 [ 276 ] {f0dc9d7e-017c-4134-97e9-1d9fbcb6fcac} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.08.29 23:42:57.102597 [ 276 ] {f0dc9d7e-017c-4134-97e9-1d9fbcb6fcac} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:57.102732 [ 276 ] {f0dc9d7e-017c-4134-97e9-1d9fbcb6fcac} executeQuery: Read 160 rows, 11.41 KiB in 0.001222 sec., 130932.8968903437 rows/sec., 9.12 MiB/sec. 2025.08.29 23:42:57.102776 [ 276 ] {f0dc9d7e-017c-4134-97e9-1d9fbcb6fcac} TCPHandler: Processed in 0.001392183 sec. 2025.08.29 23:42:57.102890 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:57.102982 [ 276 ] {2792ea8f-e785-4f5b-9697-5c21b44bbb96} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:42:57.103037 [ 276 ] {2792ea8f-e785-4f5b-9697-5c21b44bbb96} 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.08.29 23:42:57.103890 [ 276 ] {2792ea8f-e785-4f5b-9697-5c21b44bbb96} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:57.103927 [ 276 ] {2792ea8f-e785-4f5b-9697-5c21b44bbb96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:42:57.104494 [ 276 ] {2792ea8f-e785-4f5b-9697-5c21b44bbb96} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.08.29 23:42:57.104726 [ 276 ] {2792ea8f-e785-4f5b-9697-5c21b44bbb96} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:57.104849 [ 71 ] {} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.08.29 23:42:57.104866 [ 276 ] {2792ea8f-e785-4f5b-9697-5c21b44bbb96} executeQuery: Read 32 rows, 58.72 KiB in 0.001901 sec., 16833.245660178854 rows/sec., 30.16 MiB/sec. 2025.08.29 23:42:57.104895 [ 71 ] {} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:57.104921 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:42:57.104931 [ 276 ] {2792ea8f-e785-4f5b-9697-5c21b44bbb96} TCPHandler: Processed in 0.002089756 sec. 2025.08.29 23:42:57.105006 [ 195 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.08.29 23:42:57.105055 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:42:57.105155 [ 276 ] {bd2e5f3c-f69a-4939-aa7a-056e4aaa2aed} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:42:57.105197 [ 276 ] {bd2e5f3c-f69a-4939-aa7a-056e4aaa2aed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:42:57.105238 [ 195 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:42:57.105302 [ 195 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 495 rows starting from the beginning of the part 2025.08.29 23:42:57.105430 [ 195 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 32 rows starting from the beginning of the part 2025.08.29 23:42:57.105537 [ 195 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 10 rows starting from the beginning of the part 2025.08.29 23:42:57.105545 [ 276 ] {bd2e5f3c-f69a-4939-aa7a-056e4aaa2aed} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:57.105590 [ 276 ] {bd2e5f3c-f69a-4939-aa7a-056e4aaa2aed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:42:57.105642 [ 195 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 32 rows starting from the beginning of the part 2025.08.29 23:42:57.105739 [ 195 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 10 rows starting from the beginning of the part 2025.08.29 23:42:57.105829 [ 195 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 32 rows starting from the beginning of the part 2025.08.29 23:42:57.105968 [ 276 ] {bd2e5f3c-f69a-4939-aa7a-056e4aaa2aed} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.08.29 23:42:57.106232 [ 276 ] {bd2e5f3c-f69a-4939-aa7a-056e4aaa2aed} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:57.106380 [ 276 ] {bd2e5f3c-f69a-4939-aa7a-056e4aaa2aed} executeQuery: Read 60 rows, 4.14 KiB in 0.001244 sec., 48231.511254019286 rows/sec., 3.25 MiB/sec. 2025.08.29 23:42:57.106418 [ 276 ] {bd2e5f3c-f69a-4939-aa7a-056e4aaa2aed} TCPHandler: Processed in 0.001412894 sec. 2025.08.29 23:42:57.129602 [ 186 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 611 rows, containing 19 columns (19 merged, 0 gathered) in 0.024630107 sec., 24807.03798810131 rows/sec., 44.45 MiB/sec. 2025.08.29 23:42:57.130469 [ 195 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.08.29 23:42:57.130796 [ 195 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_31_6} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:57.130881 [ 195 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_31_6} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.08.29 23:42:57.130973 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.38 MiB. 2025.08.29 23:42:58.000171 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 229.40 MiB, peak 236.73 MiB, free memory in arenas 0.00 B, will set to 231.56 MiB (RSS), difference: 2.16 MiB 2025.08.29 23:42:58.776843 [ 70 ] {} DNSResolver: Updating DNS cache 2025.08.29 23:42:58.776901 [ 70 ] {} DNSResolver: Updated DNS cache 2025.08.29 23:42:58.872475 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11041 2025.08.29 23:42:58.872953 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:58.872998 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:42:58.873488 [ 245 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.08.29 23:42:58.873728 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:58.873874 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 2025.08.29 23:42:58.906688 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 586 2025.08.29 23:42:58.908902 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:58.908960 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:42:58.910179 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.29 23:42:58.910456 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:58.910808 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 586 2025.08.29 23:42:59.478890 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 2025.08.29 23:42:59.495124 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:42:59.495170 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:42:59.500865 [ 244 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.08.29 23:42:59.501610 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:42:59.504406 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 181 2025.08.29 23:43:02.094296 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:02.094526 [ 276 ] {13846d9f-38c5-4e7e-8d7d-b30de470114d} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:43:02.094613 [ 276 ] {13846d9f-38c5-4e7e-8d7d-b30de470114d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:43:02.095635 [ 276 ] {13846d9f-38c5-4e7e-8d7d-b30de470114d} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:02.095694 [ 276 ] {13846d9f-38c5-4e7e-8d7d-b30de470114d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:43:02.096099 [ 276 ] {13846d9f-38c5-4e7e-8d7d-b30de470114d} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.08.29 23:43:02.096327 [ 276 ] {13846d9f-38c5-4e7e-8d7d-b30de470114d} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:02.096475 [ 276 ] {13846d9f-38c5-4e7e-8d7d-b30de470114d} executeQuery: Read 76 rows, 6.41 KiB in 0.002019 sec., 37642.397226349676 rows/sec., 3.10 MiB/sec. 2025.08.29 23:43:02.096521 [ 276 ] {13846d9f-38c5-4e7e-8d7d-b30de470114d} TCPHandler: Processed in 0.00235648 sec. 2025.08.29 23:43:02.096665 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:02.096766 [ 276 ] {e9aa7e6c-ceb3-4fe2-9ceb-0a92270e4509} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:43:02.096809 [ 276 ] {e9aa7e6c-ceb3-4fe2-9ceb-0a92270e4509} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:43:02.097211 [ 276 ] {e9aa7e6c-ceb3-4fe2-9ceb-0a92270e4509} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:02.097249 [ 276 ] {e9aa7e6c-ceb3-4fe2-9ceb-0a92270e4509} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:43:02.097548 [ 276 ] {e9aa7e6c-ceb3-4fe2-9ceb-0a92270e4509} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.08.29 23:43:02.097757 [ 276 ] {e9aa7e6c-ceb3-4fe2-9ceb-0a92270e4509} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:02.097883 [ 276 ] {e9aa7e6c-ceb3-4fe2-9ceb-0a92270e4509} executeQuery: Read 10 rows, 770.00 B in 0.001142 sec., 8756.567425569177 rows/sec., 658.45 KiB/sec. 2025.08.29 23:43:02.097920 [ 276 ] {e9aa7e6c-ceb3-4fe2-9ceb-0a92270e4509} TCPHandler: Processed in 0.001306522 sec. 2025.08.29 23:43:02.098030 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:02.098121 [ 276 ] {f5e83853-a7be-4270-958b-504a66e6c430} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:43:02.098159 [ 276 ] {f5e83853-a7be-4270-958b-504a66e6c430} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:43:02.098568 [ 276 ] {f5e83853-a7be-4270-958b-504a66e6c430} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:02.098605 [ 276 ] {f5e83853-a7be-4270-958b-504a66e6c430} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:43:02.098907 [ 276 ] {f5e83853-a7be-4270-958b-504a66e6c430} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.08.29 23:43:02.099147 [ 276 ] {f5e83853-a7be-4270-958b-504a66e6c430} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:02.099272 [ 276 ] {f5e83853-a7be-4270-958b-504a66e6c430} executeQuery: Read 74 rows, 5.92 KiB in 0.001169 sec., 63301.96749358426 rows/sec., 4.94 MiB/sec. 2025.08.29 23:43:02.099309 [ 276 ] {f5e83853-a7be-4270-958b-504a66e6c430} TCPHandler: Processed in 0.001325803 sec. 2025.08.29 23:43:02.099424 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:02.099515 [ 276 ] {d90bf4ce-75fa-458f-89bf-6f48116850c1} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:43:02.099558 [ 276 ] {d90bf4ce-75fa-458f-89bf-6f48116850c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:43:02.100008 [ 276 ] {d90bf4ce-75fa-458f-89bf-6f48116850c1} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:02.100045 [ 276 ] {d90bf4ce-75fa-458f-89bf-6f48116850c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:43:02.100381 [ 276 ] {d90bf4ce-75fa-458f-89bf-6f48116850c1} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.08.29 23:43:02.100600 [ 276 ] {d90bf4ce-75fa-458f-89bf-6f48116850c1} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:02.100732 [ 276 ] {d90bf4ce-75fa-458f-89bf-6f48116850c1} executeQuery: Read 160 rows, 11.41 KiB in 0.001235 sec., 129554.65587044535 rows/sec., 9.02 MiB/sec. 2025.08.29 23:43:02.100775 [ 276 ] {d90bf4ce-75fa-458f-89bf-6f48116850c1} TCPHandler: Processed in 0.001398204 sec. 2025.08.29 23:43:02.100889 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:02.100980 [ 276 ] {55d8337c-a887-44e6-a1a3-ef573a785762} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:43:02.101033 [ 276 ] {55d8337c-a887-44e6-a1a3-ef573a785762} 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.08.29 23:43:02.101779 [ 276 ] {55d8337c-a887-44e6-a1a3-ef573a785762} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:02.101815 [ 276 ] {55d8337c-a887-44e6-a1a3-ef573a785762} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:43:02.102335 [ 276 ] {55d8337c-a887-44e6-a1a3-ef573a785762} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.08.29 23:43:02.102569 [ 276 ] {55d8337c-a887-44e6-a1a3-ef573a785762} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:02.102706 [ 276 ] {55d8337c-a887-44e6-a1a3-ef573a785762} executeQuery: Read 10 rows, 18.35 KiB in 0.001744 sec., 5733.94495412844 rows/sec., 10.27 MiB/sec. 2025.08.29 23:43:02.102758 [ 276 ] {55d8337c-a887-44e6-a1a3-ef573a785762} TCPHandler: Processed in 0.001915992 sec. 2025.08.29 23:43:02.102869 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:02.102962 [ 276 ] {34942483-0cb7-4e0f-a05b-6b08035585e1} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:43:02.103003 [ 276 ] {34942483-0cb7-4e0f-a05b-6b08035585e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:43:02.103360 [ 276 ] {34942483-0cb7-4e0f-a05b-6b08035585e1} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:02.103396 [ 276 ] {34942483-0cb7-4e0f-a05b-6b08035585e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:43:02.103743 [ 276 ] {34942483-0cb7-4e0f-a05b-6b08035585e1} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.08.29 23:43:02.103968 [ 276 ] {34942483-0cb7-4e0f-a05b-6b08035585e1} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:02.104098 [ 276 ] {34942483-0cb7-4e0f-a05b-6b08035585e1} executeQuery: Read 60 rows, 4.14 KiB in 0.001154 sec., 51993.06759098786 rows/sec., 3.50 MiB/sec. 2025.08.29 23:43:02.104133 [ 276 ] {34942483-0cb7-4e0f-a05b-6b08035585e1} TCPHandler: Processed in 0.001311583 sec. 2025.08.29 23:43:06.373932 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11529 2025.08.29 23:43:06.374493 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:06.374543 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:43:06.375017 [ 245 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.08.29 23:43:06.375270 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:06.375412 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11529 2025.08.29 23:43:07.004457 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 2025.08.29 23:43:07.021636 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:07.021699 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:43:07.027312 [ 244 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.08.29 23:43:07.028050 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:07.030908 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 189 2025.08.29 23:43:07.096304 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:07.096482 [ 276 ] {0d8411e6-e918-4bbe-8892-58e035a40591} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.29 23:43:07.096547 [ 276 ] {0d8411e6-e918-4bbe-8892-58e035a40591} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.29 23:43:07.097197 [ 276 ] {0d8411e6-e918-4bbe-8892-58e035a40591} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:07.097245 [ 276 ] {0d8411e6-e918-4bbe-8892-58e035a40591} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:43:07.097639 [ 276 ] {0d8411e6-e918-4bbe-8892-58e035a40591} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.29 23:43:07.097871 [ 276 ] {0d8411e6-e918-4bbe-8892-58e035a40591} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:07.098023 [ 276 ] {0d8411e6-e918-4bbe-8892-58e035a40591} executeQuery: Read 4 rows, 334.00 B in 0.00159 sec., 2515.7232704402513 rows/sec., 205.14 KiB/sec. 2025.08.29 23:43:07.098065 [ 276 ] {0d8411e6-e918-4bbe-8892-58e035a40591} TCPHandler: Processed in 0.001888063 sec. 2025.08.29 23:43:07.098188 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:07.098284 [ 276 ] {603d8367-8c0b-4cc6-8422-22c21b10f8fa} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:43:07.098324 [ 276 ] {603d8367-8c0b-4cc6-8422-22c21b10f8fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:43:07.098788 [ 276 ] {603d8367-8c0b-4cc6-8422-22c21b10f8fa} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:07.098827 [ 276 ] {603d8367-8c0b-4cc6-8422-22c21b10f8fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:43:07.099162 [ 276 ] {603d8367-8c0b-4cc6-8422-22c21b10f8fa} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.08.29 23:43:07.099392 [ 276 ] {603d8367-8c0b-4cc6-8422-22c21b10f8fa} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:07.099525 [ 276 ] {603d8367-8c0b-4cc6-8422-22c21b10f8fa} executeQuery: Read 122 rows, 10.59 KiB in 0.00126 sec., 96825.39682539682 rows/sec., 8.21 MiB/sec. 2025.08.29 23:43:07.099563 [ 276 ] {603d8367-8c0b-4cc6-8422-22c21b10f8fa} TCPHandler: Processed in 0.001422444 sec. 2025.08.29 23:43:07.099685 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:07.099780 [ 276 ] {a1cf7283-1075-4bfe-a8b9-8c8d25d195b8} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:43:07.099820 [ 276 ] {a1cf7283-1075-4bfe-a8b9-8c8d25d195b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:43:07.100241 [ 276 ] {a1cf7283-1075-4bfe-a8b9-8c8d25d195b8} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:07.100279 [ 276 ] {a1cf7283-1075-4bfe-a8b9-8c8d25d195b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:43:07.100587 [ 276 ] {a1cf7283-1075-4bfe-a8b9-8c8d25d195b8} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.08.29 23:43:07.100820 [ 276 ] {a1cf7283-1075-4bfe-a8b9-8c8d25d195b8} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:07.100948 [ 276 ] {a1cf7283-1075-4bfe-a8b9-8c8d25d195b8} executeQuery: Read 36 rows, 2.69 KiB in 0.001187 sec., 30328.559393428815 rows/sec., 2.21 MiB/sec. 2025.08.29 23:43:07.100985 [ 276 ] {a1cf7283-1075-4bfe-a8b9-8c8d25d195b8} TCPHandler: Processed in 0.001349043 sec. 2025.08.29 23:43:07.101101 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:07.101194 [ 276 ] {6707919f-d54a-4c95-a186-f5c086c12e17} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:43:07.101233 [ 276 ] {6707919f-d54a-4c95-a186-f5c086c12e17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:43:07.101660 [ 276 ] {6707919f-d54a-4c95-a186-f5c086c12e17} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:07.101697 [ 276 ] {6707919f-d54a-4c95-a186-f5c086c12e17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:43:07.102004 [ 276 ] {6707919f-d54a-4c95-a186-f5c086c12e17} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.08.29 23:43:07.102224 [ 276 ] {6707919f-d54a-4c95-a186-f5c086c12e17} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:07.102352 [ 276 ] {6707919f-d54a-4c95-a186-f5c086c12e17} executeQuery: Read 100 rows, 8.00 KiB in 0.001176 sec., 85034.01360544217 rows/sec., 6.65 MiB/sec. 2025.08.29 23:43:07.102390 [ 276 ] {6707919f-d54a-4c95-a186-f5c086c12e17} TCPHandler: Processed in 0.001337183 sec. 2025.08.29 23:43:07.102501 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:07.102594 [ 276 ] {c6014ec2-f900-4723-bfcf-a2f37a80d25e} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:43:07.102638 [ 276 ] {c6014ec2-f900-4723-bfcf-a2f37a80d25e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:43:07.103047 [ 276 ] {c6014ec2-f900-4723-bfcf-a2f37a80d25e} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:07.103084 [ 276 ] {c6014ec2-f900-4723-bfcf-a2f37a80d25e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:43:07.103422 [ 276 ] {c6014ec2-f900-4723-bfcf-a2f37a80d25e} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.08.29 23:43:07.103643 [ 276 ] {c6014ec2-f900-4723-bfcf-a2f37a80d25e} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:07.103773 [ 276 ] {c6014ec2-f900-4723-bfcf-a2f37a80d25e} executeQuery: Read 162 rows, 11.55 KiB in 0.001197 sec., 135338.34586466165 rows/sec., 9.42 MiB/sec. 2025.08.29 23:43:07.103817 [ 276 ] {c6014ec2-f900-4723-bfcf-a2f37a80d25e} TCPHandler: Processed in 0.001364403 sec. 2025.08.29 23:43:07.103938 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:07.104037 [ 276 ] {b8ffacfd-0efb-48f7-af51-8f86a9058c44} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:43:07.104099 [ 276 ] {b8ffacfd-0efb-48f7-af51-8f86a9058c44} 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.08.29 23:43:07.104944 [ 276 ] {b8ffacfd-0efb-48f7-af51-8f86a9058c44} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:07.104983 [ 276 ] {b8ffacfd-0efb-48f7-af51-8f86a9058c44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:43:07.105547 [ 276 ] {b8ffacfd-0efb-48f7-af51-8f86a9058c44} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.08.29 23:43:07.105782 [ 276 ] {b8ffacfd-0efb-48f7-af51-8f86a9058c44} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:07.105921 [ 276 ] {b8ffacfd-0efb-48f7-af51-8f86a9058c44} executeQuery: Read 32 rows, 58.72 KiB in 0.001906 sec., 16789.0870933893 rows/sec., 30.09 MiB/sec. 2025.08.29 23:43:07.105975 [ 276 ] {b8ffacfd-0efb-48f7-af51-8f86a9058c44} TCPHandler: Processed in 0.002091965 sec. 2025.08.29 23:43:07.106090 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:07.106186 [ 276 ] {ee6b165f-a822-4395-982c-c5b529833630} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:43:07.106227 [ 276 ] {ee6b165f-a822-4395-982c-c5b529833630} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:43:07.106598 [ 276 ] {ee6b165f-a822-4395-982c-c5b529833630} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:07.106634 [ 276 ] {ee6b165f-a822-4395-982c-c5b529833630} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:43:07.106955 [ 276 ] {ee6b165f-a822-4395-982c-c5b529833630} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.08.29 23:43:07.107180 [ 276 ] {ee6b165f-a822-4395-982c-c5b529833630} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:07.107312 [ 276 ] {ee6b165f-a822-4395-982c-c5b529833630} executeQuery: Read 60 rows, 4.14 KiB in 0.001146 sec., 52356.02094240837 rows/sec., 3.53 MiB/sec. 2025.08.29 23:43:07.107348 [ 276 ] {ee6b165f-a822-4395-982c-c5b529833630} TCPHandler: Processed in 0.001306593 sec. 2025.08.29 23:43:08.000183 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 232.63 MiB, peak 236.73 MiB, free memory in arenas 0.00 B, will set to 231.60 MiB (RSS), difference: -1.03 MiB 2025.08.29 23:43:08.910966 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 612 2025.08.29 23:43:08.913346 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:08.913414 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.08.29 23:43:08.914648 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.29 23:43:08.914959 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:08.915294 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 612 2025.08.29 23:43:12.094159 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:12.094351 [ 276 ] {cecb7dee-eed8-4cda-b398-9c996377a58d} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:43:12.094415 [ 276 ] {cecb7dee-eed8-4cda-b398-9c996377a58d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:43:12.095318 [ 276 ] {cecb7dee-eed8-4cda-b398-9c996377a58d} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:12.095406 [ 276 ] {cecb7dee-eed8-4cda-b398-9c996377a58d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:12.095969 [ 276 ] {cecb7dee-eed8-4cda-b398-9c996377a58d} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.08.29 23:43:12.096208 [ 276 ] {cecb7dee-eed8-4cda-b398-9c996377a58d} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:12.096348 [ 58 ] {} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.08.29 23:43:12.096361 [ 276 ] {cecb7dee-eed8-4cda-b398-9c996377a58d} executeQuery: Read 76 rows, 6.41 KiB in 0.002058 sec., 36929.057337220605 rows/sec., 3.04 MiB/sec. 2025.08.29 23:43:12.096421 [ 58 ] {} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:12.096440 [ 276 ] {cecb7dee-eed8-4cda-b398-9c996377a58d} TCPHandler: Processed in 0.002403671 sec. 2025.08.29 23:43:12.096448 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:12.096560 [ 192 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.08.29 23:43:12.096600 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:12.096653 [ 192 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:43:12.096681 [ 192 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1289 rows starting from the beginning of the part 2025.08.29 23:43:12.096701 [ 276 ] {ba5a1a0e-36e5-41ee-be70-d42e729d3a59} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:43:12.096738 [ 192 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1217 rows starting from the beginning of the part 2025.08.29 23:43:12.096746 [ 276 ] {ba5a1a0e-36e5-41ee-be70-d42e729d3a59} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:43:12.096781 [ 192 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 120 rows starting from the beginning of the part 2025.08.29 23:43:12.096822 [ 192 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 76 rows starting from the beginning of the part 2025.08.29 23:43:12.096861 [ 192 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 122 rows starting from the beginning of the part 2025.08.29 23:43:12.096895 [ 192 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 76 rows starting from the beginning of the part 2025.08.29 23:43:12.097179 [ 276 ] {ba5a1a0e-36e5-41ee-be70-d42e729d3a59} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:12.097215 [ 276 ] {ba5a1a0e-36e5-41ee-be70-d42e729d3a59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:12.097522 [ 276 ] {ba5a1a0e-36e5-41ee-be70-d42e729d3a59} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.08.29 23:43:12.097732 [ 276 ] {ba5a1a0e-36e5-41ee-be70-d42e729d3a59} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:12.097858 [ 276 ] {ba5a1a0e-36e5-41ee-be70-d42e729d3a59} executeQuery: Read 10 rows, 770.00 B in 0.00118 sec., 8474.57627118644 rows/sec., 637.25 KiB/sec. 2025.08.29 23:43:12.097895 [ 276 ] {ba5a1a0e-36e5-41ee-be70-d42e729d3a59} TCPHandler: Processed in 0.001347423 sec. 2025.08.29 23:43:12.098024 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:12.098116 [ 276 ] {e3cc398b-2f59-4954-9f25-84fad28c0680} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:43:12.098156 [ 276 ] {e3cc398b-2f59-4954-9f25-84fad28c0680} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:43:12.098222 [ 203 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2900 rows, containing 5 columns (5 merged, 0 gathered) in 0.001698459 sec., 1707430.0880975048 rows/sec., 148.30 MiB/sec. 2025.08.29 23:43:12.098512 [ 203 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.08.29 23:43:12.098582 [ 276 ] {e3cc398b-2f59-4954-9f25-84fad28c0680} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:12.098639 [ 276 ] {e3cc398b-2f59-4954-9f25-84fad28c0680} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:12.098871 [ 203 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_36_7} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:12.098965 [ 203 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_36_7} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.08.29 23:43:12.099040 [ 276 ] {e3cc398b-2f59-4954-9f25-84fad28c0680} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.08.29 23:43:12.099078 [ 203 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2025.08.29 23:43:12.099281 [ 276 ] {e3cc398b-2f59-4954-9f25-84fad28c0680} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:12.099404 [ 58 ] {} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.08.29 23:43:12.099425 [ 276 ] {e3cc398b-2f59-4954-9f25-84fad28c0680} executeQuery: Read 74 rows, 5.92 KiB in 0.001326 sec., 55806.93815987934 rows/sec., 4.36 MiB/sec. 2025.08.29 23:43:12.099456 [ 58 ] {} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:12.099476 [ 276 ] {e3cc398b-2f59-4954-9f25-84fad28c0680} TCPHandler: Processed in 0.001500206 sec. 2025.08.29 23:43:12.099484 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:12.099564 [ 192 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.08.29 23:43:12.099608 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:12.099643 [ 192 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:43:12.099665 [ 192 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 596 rows starting from the beginning of the part 2025.08.29 23:43:12.099706 [ 192 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 532 rows starting from the beginning of the part 2025.08.29 23:43:12.099709 [ 276 ] {120f3441-3503-41ca-a309-3f4467984eac} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:43:12.099741 [ 192 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 96 rows starting from the beginning of the part 2025.08.29 23:43:12.099760 [ 276 ] {120f3441-3503-41ca-a309-3f4467984eac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:43:12.099774 [ 192 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 74 rows starting from the beginning of the part 2025.08.29 23:43:12.099808 [ 192 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 100 rows starting from the beginning of the part 2025.08.29 23:43:12.099842 [ 192 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 74 rows starting from the beginning of the part 2025.08.29 23:43:12.100189 [ 276 ] {120f3441-3503-41ca-a309-3f4467984eac} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:12.100226 [ 276 ] {120f3441-3503-41ca-a309-3f4467984eac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:12.100568 [ 276 ] {120f3441-3503-41ca-a309-3f4467984eac} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.08.29 23:43:12.100682 [ 203 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1472 rows, containing 5 columns (5 merged, 0 gathered) in 0.001145589 sec., 1284928.5389437224 rows/sec., 101.57 MiB/sec. 2025.08.29 23:43:12.100793 [ 276 ] {120f3441-3503-41ca-a309-3f4467984eac} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:12.100840 [ 203 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.08.29 23:43:12.100943 [ 276 ] {120f3441-3503-41ca-a309-3f4467984eac} executeQuery: Read 160 rows, 11.41 KiB in 0.001254 sec., 127591.70653907496 rows/sec., 8.89 MiB/sec. 2025.08.29 23:43:12.100941 [ 57 ] {} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.08.29 23:43:12.100990 [ 276 ] {120f3441-3503-41ca-a309-3f4467984eac} TCPHandler: Processed in 0.001431954 sec. 2025.08.29 23:43:12.101023 [ 57 ] {} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:12.101060 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:12.101121 [ 203 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_36_7} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:12.101126 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:12.101141 [ 192 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.08.29 23:43:12.101212 [ 203 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_36_7} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.08.29 23:43:12.101239 [ 276 ] {5e13a1c3-ee53-4cc3-b0ce-82ebc2c505d1} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:43:12.101241 [ 192 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:43:12.101279 [ 192 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 8817 rows starting from the beginning of the part 2025.08.29 23:43:12.101299 [ 276 ] {5e13a1c3-ee53-4cc3-b0ce-82ebc2c505d1} 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.08.29 23:43:12.101310 [ 203 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. 2025.08.29 23:43:12.101324 [ 192 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 845 rows starting from the beginning of the part 2025.08.29 23:43:12.101365 [ 192 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part 2025.08.29 23:43:12.101400 [ 192 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part 2025.08.29 23:43:12.101435 [ 192 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 162 rows starting from the beginning of the part 2025.08.29 23:43:12.101468 [ 192 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part 2025.08.29 23:43:12.102114 [ 276 ] {5e13a1c3-ee53-4cc3-b0ce-82ebc2c505d1} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:12.102151 [ 276 ] {5e13a1c3-ee53-4cc3-b0ce-82ebc2c505d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:12.102718 [ 276 ] {5e13a1c3-ee53-4cc3-b0ce-82ebc2c505d1} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.08.29 23:43:12.102952 [ 276 ] {5e13a1c3-ee53-4cc3-b0ce-82ebc2c505d1} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:12.103105 [ 276 ] {5e13a1c3-ee53-4cc3-b0ce-82ebc2c505d1} executeQuery: Read 10 rows, 18.35 KiB in 0.001885 sec., 5305.039787798409 rows/sec., 9.51 MiB/sec. 2025.08.29 23:43:12.103184 [ 276 ] {5e13a1c3-ee53-4cc3-b0ce-82ebc2c505d1} TCPHandler: Processed in 0.002114735 sec. 2025.08.29 23:43:12.103310 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:12.103406 [ 276 ] {242192d3-da72-43e7-98ad-49664dc57ef5} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:43:12.103451 [ 276 ] {242192d3-da72-43e7-98ad-49664dc57ef5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:43:12.103806 [ 276 ] {242192d3-da72-43e7-98ad-49664dc57ef5} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:12.103844 [ 276 ] {242192d3-da72-43e7-98ad-49664dc57ef5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:12.104199 [ 276 ] {242192d3-da72-43e7-98ad-49664dc57ef5} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.08.29 23:43:12.104429 [ 276 ] {242192d3-da72-43e7-98ad-49664dc57ef5} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:12.104498 [ 192 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 10304 rows, containing 5 columns (5 merged, 0 gathered) in 0.003384187 sec., 3044749.0047092554 rows/sec., 207.99 MiB/sec. 2025.08.29 23:43:12.104561 [ 57 ] {} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.08.29 23:43:12.104568 [ 276 ] {242192d3-da72-43e7-98ad-49664dc57ef5} executeQuery: Read 60 rows, 4.14 KiB in 0.001181 sec., 50804.40304826418 rows/sec., 3.42 MiB/sec. 2025.08.29 23:43:12.104613 [ 57 ] {} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:12.104631 [ 276 ] {242192d3-da72-43e7-98ad-49664dc57ef5} TCPHandler: Processed in 0.001370663 sec. 2025.08.29 23:43:12.104641 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:12.104680 [ 192 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.08.29 23:43:12.104765 [ 203 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.08.29 23:43:12.104899 [ 203 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:43:12.104928 [ 192 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_36_7} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:12.104941 [ 203 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1770 rows starting from the beginning of the part 2025.08.29 23:43:12.104998 [ 192 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_36_7} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.08.29 23:43:12.105024 [ 203 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part 2025.08.29 23:43:12.105069 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.01 MiB. 2025.08.29 23:43:12.105081 [ 203 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part 2025.08.29 23:43:12.105140 [ 203 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part 2025.08.29 23:43:12.105190 [ 203 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part 2025.08.29 23:43:12.105239 [ 203 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part 2025.08.29 23:43:12.106454 [ 187 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2070 rows, containing 4 columns (4 merged, 0 gathered) in 0.001730559 sec., 1196145.2917814418 rows/sec., 80.71 MiB/sec. 2025.08.29 23:43:12.106664 [ 192 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.08.29 23:43:12.106915 [ 192 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_36_7} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:12.106976 [ 192 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_36_7} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.08.29 23:43:12.107047 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. 2025.08.29 23:43:13.776946 [ 55 ] {} DNSResolver: Updating DNS cache 2025.08.29 23:43:13.777002 [ 55 ] {} DNSResolver: Updated DNS cache 2025.08.29 23:43:13.875539 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11956 2025.08.29 23:43:13.876059 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:13.876104 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:13.876584 [ 245 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.08.29 23:43:13.876812 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:13.876947 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 2025.08.29 23:43:13.876976 [ 55 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.08.29 23:43:13.877059 [ 55 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:13.877095 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:13.877278 [ 192 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.08.29 23:43:13.877507 [ 192 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:43:13.877574 [ 192 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9699 rows starting from the beginning of the part 2025.08.29 23:43:13.877679 [ 192 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 427 rows starting from the beginning of the part 2025.08.29 23:43:13.877756 [ 192 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 488 rows starting from the beginning of the part 2025.08.29 23:43:13.877825 [ 192 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 427 rows starting from the beginning of the part 2025.08.29 23:43:13.877892 [ 192 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 488 rows starting from the beginning of the part 2025.08.29 23:43:13.877937 [ 192 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 427 rows starting from the beginning of the part 2025.08.29 23:43:13.882173 [ 190 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.004982015 sec., 2399832.1964104883 rows/sec., 34.33 MiB/sec. 2025.08.29 23:43:13.882621 [ 198 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.08.29 23:43:13.882974 [ 198 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_26_5} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:13.883061 [ 198 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_26_5} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.08.29 23:43:13.883172 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB. 2025.08.29 23:43:14.531033 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 2025.08.29 23:43:14.548794 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:14.548860 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:14.554546 [ 244 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.08.29 23:43:14.555239 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:14.555566 [ 54 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.08.29 23:43:14.555669 [ 54 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:14.555709 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:14.555867 [ 190 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.08.29 23:43:14.558372 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 196 2025.08.29 23:43:14.560069 [ 190 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:43:14.561650 [ 190 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 159 rows starting from the beginning of the part 2025.08.29 23:43:14.566262 [ 190 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 7 rows starting from the beginning of the part 2025.08.29 23:43:14.570562 [ 190 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 8 rows starting from the beginning of the part 2025.08.29 23:43:14.574759 [ 190 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 7 rows starting from the beginning of the part 2025.08.29 23:43:14.578980 [ 190 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part 2025.08.29 23:43:14.583074 [ 190 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 7 rows starting from the beginning of the part 2025.08.29 23:43:14.635633 [ 200 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.07983698 sec., 2455.002681714664 rows/sec., 12.69 MiB/sec. 2025.08.29 23:43:14.638191 [ 189 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.08.29 23:43:14.640224 [ 189 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_26_5} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:14.640324 [ 189 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_26_5} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.08.29 23:43:14.642638 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2025.08.29 23:43:15.000211 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 233.46 MiB, peak 244.03 MiB, free memory in arenas 0.00 B, will set to 239.28 MiB (RSS), difference: 5.82 MiB 2025.08.29 23:43:17.096395 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:17.096591 [ 276 ] {f97d3ab3-966d-4d3d-82de-c7e7a2e2f1e9} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:43:17.096659 [ 276 ] {f97d3ab3-966d-4d3d-82de-c7e7a2e2f1e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:43:17.097372 [ 276 ] {f97d3ab3-966d-4d3d-82de-c7e7a2e2f1e9} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:17.097424 [ 276 ] {f97d3ab3-966d-4d3d-82de-c7e7a2e2f1e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:17.097851 [ 276 ] {f97d3ab3-966d-4d3d-82de-c7e7a2e2f1e9} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.08.29 23:43:17.098086 [ 276 ] {f97d3ab3-966d-4d3d-82de-c7e7a2e2f1e9} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:17.098248 [ 276 ] {f97d3ab3-966d-4d3d-82de-c7e7a2e2f1e9} executeQuery: Read 120 rows, 10.44 KiB in 0.001705 sec., 70381.23167155425 rows/sec., 5.98 MiB/sec. 2025.08.29 23:43:17.098299 [ 276 ] {f97d3ab3-966d-4d3d-82de-c7e7a2e2f1e9} TCPHandler: Processed in 0.002041875 sec. 2025.08.29 23:43:17.098434 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:17.098542 [ 276 ] {0f2fa495-0368-4266-bc40-0e982cc72b00} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:43:17.098586 [ 276 ] {0f2fa495-0368-4266-bc40-0e982cc72b00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:43:17.099022 [ 276 ] {0f2fa495-0368-4266-bc40-0e982cc72b00} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:17.099060 [ 276 ] {0f2fa495-0368-4266-bc40-0e982cc72b00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:17.099378 [ 276 ] {0f2fa495-0368-4266-bc40-0e982cc72b00} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.08.29 23:43:17.099596 [ 276 ] {0f2fa495-0368-4266-bc40-0e982cc72b00} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:17.099732 [ 276 ] {0f2fa495-0368-4266-bc40-0e982cc72b00} executeQuery: Read 32 rows, 2.41 KiB in 0.001216 sec., 26315.78947368421 rows/sec., 1.93 MiB/sec. 2025.08.29 23:43:17.099772 [ 276 ] {0f2fa495-0368-4266-bc40-0e982cc72b00} TCPHandler: Processed in 0.001393173 sec. 2025.08.29 23:43:17.099885 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:17.099983 [ 276 ] {412cab01-228c-490b-9bfa-a1c692423cb1} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:43:17.100025 [ 276 ] {412cab01-228c-490b-9bfa-a1c692423cb1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:43:17.100522 [ 276 ] {412cab01-228c-490b-9bfa-a1c692423cb1} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:17.100564 [ 276 ] {412cab01-228c-490b-9bfa-a1c692423cb1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:17.100930 [ 276 ] {412cab01-228c-490b-9bfa-a1c692423cb1} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.08.29 23:43:17.101161 [ 276 ] {412cab01-228c-490b-9bfa-a1c692423cb1} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:17.101302 [ 276 ] {412cab01-228c-490b-9bfa-a1c692423cb1} executeQuery: Read 96 rows, 7.68 KiB in 0.00134 sec., 71641.79104477612 rows/sec., 5.60 MiB/sec. 2025.08.29 23:43:17.101341 [ 276 ] {412cab01-228c-490b-9bfa-a1c692423cb1} TCPHandler: Processed in 0.001507766 sec. 2025.08.29 23:43:17.101458 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:17.101557 [ 276 ] {dacf7e3a-9f4d-4094-aeb3-ae7021dc466a} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:43:17.101602 [ 276 ] {dacf7e3a-9f4d-4094-aeb3-ae7021dc466a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:43:17.102018 [ 276 ] {dacf7e3a-9f4d-4094-aeb3-ae7021dc466a} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:17.102054 [ 276 ] {dacf7e3a-9f4d-4094-aeb3-ae7021dc466a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:17.102394 [ 276 ] {dacf7e3a-9f4d-4094-aeb3-ae7021dc466a} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.08.29 23:43:17.102620 [ 276 ] {dacf7e3a-9f4d-4094-aeb3-ae7021dc466a} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:17.102752 [ 276 ] {dacf7e3a-9f4d-4094-aeb3-ae7021dc466a} executeQuery: Read 160 rows, 11.41 KiB in 0.001216 sec., 131578.94736842104 rows/sec., 9.16 MiB/sec. 2025.08.29 23:43:17.102788 [ 276 ] {dacf7e3a-9f4d-4094-aeb3-ae7021dc466a} TCPHandler: Processed in 0.001380144 sec. 2025.08.29 23:43:17.102960 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:17.103077 [ 276 ] {7ae6e7b7-6ca5-44d8-a6ee-e605ed35de94} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:43:17.103147 [ 276 ] {7ae6e7b7-6ca5-44d8-a6ee-e605ed35de94} 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.08.29 23:43:17.104003 [ 276 ] {7ae6e7b7-6ca5-44d8-a6ee-e605ed35de94} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:17.104039 [ 276 ] {7ae6e7b7-6ca5-44d8-a6ee-e605ed35de94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:17.104676 [ 276 ] {7ae6e7b7-6ca5-44d8-a6ee-e605ed35de94} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.08.29 23:43:17.104924 [ 276 ] {7ae6e7b7-6ca5-44d8-a6ee-e605ed35de94} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:17.105096 [ 276 ] {7ae6e7b7-6ca5-44d8-a6ee-e605ed35de94} executeQuery: Read 32 rows, 58.72 KiB in 0.002044 sec., 15655.577299412917 rows/sec., 28.05 MiB/sec. 2025.08.29 23:43:17.105172 [ 276 ] {7ae6e7b7-6ca5-44d8-a6ee-e605ed35de94} TCPHandler: Processed in 0.002266229 sec. 2025.08.29 23:43:17.105291 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:17.105388 [ 276 ] {a355e718-65b6-466b-95c8-c47c229b1130} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:43:17.105431 [ 276 ] {a355e718-65b6-466b-95c8-c47c229b1130} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:43:17.105776 [ 276 ] {a355e718-65b6-466b-95c8-c47c229b1130} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:17.105813 [ 276 ] {a355e718-65b6-466b-95c8-c47c229b1130} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:17.106131 [ 276 ] {a355e718-65b6-466b-95c8-c47c229b1130} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.08.29 23:43:17.106361 [ 276 ] {a355e718-65b6-466b-95c8-c47c229b1130} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:17.106488 [ 276 ] {a355e718-65b6-466b-95c8-c47c229b1130} executeQuery: Read 60 rows, 4.14 KiB in 0.001121 sec., 53523.63960749331 rows/sec., 3.61 MiB/sec. 2025.08.29 23:43:17.106523 [ 276 ] {a355e718-65b6-466b-95c8-c47c229b1130} TCPHandler: Processed in 0.001281932 sec. 2025.08.29 23:43:18.915488 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 636 2025.08.29 23:43:18.917766 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:18.917803 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:18.919020 [ 243 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.08.29 23:43:18.919289 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:18.919543 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 636 2025.08.29 23:43:21.377017 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12444 2025.08.29 23:43:21.377589 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:21.377669 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:21.378247 [ 245 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.08.29 23:43:21.378476 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:21.378601 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12444 2025.08.29 23:43:22.058443 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 2025.08.29 23:43:22.073434 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:22.073488 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:22.079235 [ 244 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.08.29 23:43:22.079965 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:22.082526 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 204 2025.08.29 23:43:22.122055 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:22.122318 [ 276 ] {38cf9994-47c3-4f00-9965-d5c233ab6e47} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.29 23:43:22.122422 [ 276 ] {38cf9994-47c3-4f00-9965-d5c233ab6e47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.29 23:43:22.123268 [ 276 ] {38cf9994-47c3-4f00-9965-d5c233ab6e47} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:22.123316 [ 276 ] {38cf9994-47c3-4f00-9965-d5c233ab6e47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:22.123706 [ 276 ] {38cf9994-47c3-4f00-9965-d5c233ab6e47} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.29 23:43:22.123952 [ 276 ] {38cf9994-47c3-4f00-9965-d5c233ab6e47} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:22.124138 [ 276 ] {38cf9994-47c3-4f00-9965-d5c233ab6e47} executeQuery: Read 6 rows, 501.00 B in 0.001893 sec., 3169.5721077654516 rows/sec., 258.46 KiB/sec. 2025.08.29 23:43:22.124191 [ 276 ] {38cf9994-47c3-4f00-9965-d5c233ab6e47} TCPHandler: Processed in 0.002313749 sec. 2025.08.29 23:43:22.124325 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:22.124440 [ 276 ] {7a113bd4-0f09-448b-a08d-451f66b77b7d} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:43:22.124484 [ 276 ] {7a113bd4-0f09-448b-a08d-451f66b77b7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:43:22.125509 [ 276 ] {7a113bd4-0f09-448b-a08d-451f66b77b7d} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:22.125549 [ 276 ] {7a113bd4-0f09-448b-a08d-451f66b77b7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:22.125980 [ 276 ] {7a113bd4-0f09-448b-a08d-451f66b77b7d} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.08.29 23:43:22.126208 [ 276 ] {7a113bd4-0f09-448b-a08d-451f66b77b7d} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:22.126355 [ 276 ] {7a113bd4-0f09-448b-a08d-451f66b77b7d} executeQuery: Read 1219 rows, 103.20 KiB in 0.00194 sec., 628350.5154639175 rows/sec., 51.95 MiB/sec. 2025.08.29 23:43:22.126394 [ 276 ] {7a113bd4-0f09-448b-a08d-451f66b77b7d} TCPHandler: Processed in 0.002129496 sec. 2025.08.29 23:43:22.126510 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:22.126610 [ 276 ] {5d5edacf-64e0-4802-95b8-a40c67505da8} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:43:22.126653 [ 276 ] {5d5edacf-64e0-4802-95b8-a40c67505da8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:43:22.127063 [ 276 ] {5d5edacf-64e0-4802-95b8-a40c67505da8} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:22.127101 [ 276 ] {5d5edacf-64e0-4802-95b8-a40c67505da8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:22.127418 [ 276 ] {5d5edacf-64e0-4802-95b8-a40c67505da8} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.08.29 23:43:22.127654 [ 276 ] {5d5edacf-64e0-4802-95b8-a40c67505da8} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:22.127763 [ 49 ] {} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.08.29 23:43:22.127787 [ 276 ] {5d5edacf-64e0-4802-95b8-a40c67505da8} executeQuery: Read 16 rows, 1.17 KiB in 0.001199 sec., 13344.45371142619 rows/sec., 976.56 KiB/sec. 2025.08.29 23:43:22.127828 [ 49 ] {} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:22.127838 [ 276 ] {5d5edacf-64e0-4802-95b8-a40c67505da8} TCPHandler: Processed in 0.001379393 sec. 2025.08.29 23:43:22.127856 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:22.127956 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:22.127966 [ 200 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.08.29 23:43:22.128058 [ 276 ] {cf7bd7d8-a926-4db5-af65-f43c4adb4416} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.29 23:43:22.128075 [ 200 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:43:22.128100 [ 276 ] {cf7bd7d8-a926-4db5-af65-f43c4adb4416} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.29 23:43:22.128109 [ 200 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 58 rows starting from the beginning of the part 2025.08.29 23:43:22.128177 [ 200 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 10 rows starting from the beginning of the part 2025.08.29 23:43:22.128230 [ 200 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 36 rows starting from the beginning of the part 2025.08.29 23:43:22.128279 [ 200 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 10 rows starting from the beginning of the part 2025.08.29 23:43:22.128322 [ 200 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 32 rows starting from the beginning of the part 2025.08.29 23:43:22.128365 [ 200 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 16 rows starting from the beginning of the part 2025.08.29 23:43:22.128562 [ 276 ] {cf7bd7d8-a926-4db5-af65-f43c4adb4416} oximeter.fields_u32 (3ddfd2d3-615e-4f40-8a6d-6f11378c1abe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:22.128600 [ 276 ] {cf7bd7d8-a926-4db5-af65-f43c4adb4416} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:22.128985 [ 276 ] {cf7bd7d8-a926-4db5-af65-f43c4adb4416} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.29 23:43:22.129190 [ 191 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 162 rows, containing 5 columns (5 merged, 0 gathered) in 0.001261252 sec., 128443.80028733354 rows/sec., 9.81 MiB/sec. 2025.08.29 23:43:22.129212 [ 276 ] {cf7bd7d8-a926-4db5-af65-f43c4adb4416} oximeter.fields_u32 (3ddfd2d3-615e-4f40-8a6d-6f11378c1abe): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:22.129339 [ 200 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.08.29 23:43:22.129375 [ 276 ] {cf7bd7d8-a926-4db5-af65-f43c4adb4416} executeQuery: Read 228 rows, 15.81 KiB in 0.001338 sec., 170403.5874439462 rows/sec., 11.54 MiB/sec. 2025.08.29 23:43:22.129413 [ 276 ] {cf7bd7d8-a926-4db5-af65-f43c4adb4416} TCPHandler: Processed in 0.001507066 sec. 2025.08.29 23:43:22.129531 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:22.129586 [ 200 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_36_7} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:22.129627 [ 276 ] {5ea5d550-c0fa-44a6-b4d0-06ef94fbb577} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:43:22.129651 [ 200 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_36_7} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.08.29 23:43:22.129669 [ 276 ] {5ea5d550-c0fa-44a6-b4d0-06ef94fbb577} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:43:22.129711 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.08.29 23:43:22.130220 [ 276 ] {5ea5d550-c0fa-44a6-b4d0-06ef94fbb577} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:22.130256 [ 276 ] {5ea5d550-c0fa-44a6-b4d0-06ef94fbb577} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:22.130594 [ 276 ] {5ea5d550-c0fa-44a6-b4d0-06ef94fbb577} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.08.29 23:43:22.130811 [ 276 ] {5ea5d550-c0fa-44a6-b4d0-06ef94fbb577} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:22.130945 [ 276 ] {5ea5d550-c0fa-44a6-b4d0-06ef94fbb577} executeQuery: Read 536 rows, 40.69 KiB in 0.001337 sec., 400897.5317875841 rows/sec., 29.72 MiB/sec. 2025.08.29 23:43:22.130984 [ 276 ] {5ea5d550-c0fa-44a6-b4d0-06ef94fbb577} TCPHandler: Processed in 0.001501155 sec. 2025.08.29 23:43:22.131096 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:22.131189 [ 276 ] {a72052ce-eda6-4c8c-8ad3-efc02c28f6ba} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:43:22.131232 [ 276 ] {a72052ce-eda6-4c8c-8ad3-efc02c28f6ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:43:22.131763 [ 276 ] {a72052ce-eda6-4c8c-8ad3-efc02c28f6ba} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:22.131801 [ 276 ] {a72052ce-eda6-4c8c-8ad3-efc02c28f6ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:22.132182 [ 276 ] {a72052ce-eda6-4c8c-8ad3-efc02c28f6ba} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.08.29 23:43:22.132415 [ 276 ] {a72052ce-eda6-4c8c-8ad3-efc02c28f6ba} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:22.132552 [ 276 ] {a72052ce-eda6-4c8c-8ad3-efc02c28f6ba} executeQuery: Read 847 rows, 58.38 KiB in 0.001381 sec., 613323.678493845 rows/sec., 41.28 MiB/sec. 2025.08.29 23:43:22.132589 [ 276 ] {a72052ce-eda6-4c8c-8ad3-efc02c28f6ba} TCPHandler: Processed in 0.001542026 sec. 2025.08.29 23:43:22.132700 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:22.132793 [ 276 ] {0b41f30f-0166-487d-8378-a8ba4e704e2b} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:43:22.132848 [ 276 ] {0b41f30f-0166-487d-8378-a8ba4e704e2b} 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.08.29 23:43:22.133589 [ 276 ] {0b41f30f-0166-487d-8378-a8ba4e704e2b} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:22.133626 [ 276 ] {0b41f30f-0166-487d-8378-a8ba4e704e2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:22.134140 [ 276 ] {0b41f30f-0166-487d-8378-a8ba4e704e2b} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.08.29 23:43:22.134377 [ 276 ] {0b41f30f-0166-487d-8378-a8ba4e704e2b} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:22.134497 [ 48 ] {} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.08.29 23:43:22.134515 [ 276 ] {0b41f30f-0166-487d-8378-a8ba4e704e2b} executeQuery: Read 10 rows, 18.35 KiB in 0.00174 sec., 5747.126436781609 rows/sec., 10.30 MiB/sec. 2025.08.29 23:43:22.134542 [ 48 ] {} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:22.134565 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:22.134581 [ 276 ] {0b41f30f-0166-487d-8378-a8ba4e704e2b} TCPHandler: Processed in 0.001930393 sec. 2025.08.29 23:43:22.134655 [ 189 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.08.29 23:43:22.134693 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:22.134791 [ 276 ] {4b18ac98-ea1b-488f-9ba8-03034d18260a} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:43:22.134834 [ 276 ] {4b18ac98-ea1b-488f-9ba8-03034d18260a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:43:22.134871 [ 189 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:43:22.134936 [ 189 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 611 rows starting from the beginning of the part 2025.08.29 23:43:22.135059 [ 189 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 10 rows starting from the beginning of the part 2025.08.29 23:43:22.135155 [ 189 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 32 rows starting from the beginning of the part 2025.08.29 23:43:22.135170 [ 276 ] {4b18ac98-ea1b-488f-9ba8-03034d18260a} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:22.135210 [ 276 ] {4b18ac98-ea1b-488f-9ba8-03034d18260a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:22.135248 [ 189 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 10 rows starting from the beginning of the part 2025.08.29 23:43:22.135337 [ 189 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 32 rows starting from the beginning of the part 2025.08.29 23:43:22.135423 [ 189 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 10 rows starting from the beginning of the part 2025.08.29 23:43:22.135543 [ 276 ] {4b18ac98-ea1b-488f-9ba8-03034d18260a} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.08.29 23:43:22.135802 [ 276 ] {4b18ac98-ea1b-488f-9ba8-03034d18260a} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:22.135947 [ 276 ] {4b18ac98-ea1b-488f-9ba8-03034d18260a} executeQuery: Read 60 rows, 4.14 KiB in 0.001175 sec., 51063.82978723404 rows/sec., 3.44 MiB/sec. 2025.08.29 23:43:22.135984 [ 276 ] {4b18ac98-ea1b-488f-9ba8-03034d18260a} TCPHandler: Processed in 0.001340473 sec. 2025.08.29 23:43:22.140613 [ 191 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 705 rows, containing 19 columns (19 merged, 0 gathered) in 0.005998851 sec., 117522.5055598147 rows/sec., 210.59 MiB/sec. 2025.08.29 23:43:22.141777 [ 196 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.08.29 23:43:22.142117 [ 196 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_36_7} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:22.142182 [ 196 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_36_7} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.08.29 23:43:22.142286 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.52 MiB. 2025.08.29 23:43:23.000219 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 240.49 MiB, peak 247.96 MiB, free memory in arenas 0.00 B, will set to 243.16 MiB (RSS), difference: 2.67 MiB 2025.08.29 23:43:27.095303 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:27.095560 [ 276 ] {077bd03d-d9af-4748-958f-76c46d80d6a0} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:43:27.095625 [ 276 ] {077bd03d-d9af-4748-958f-76c46d80d6a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:43:27.096339 [ 276 ] {077bd03d-d9af-4748-958f-76c46d80d6a0} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:27.096382 [ 276 ] {077bd03d-d9af-4748-958f-76c46d80d6a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:27.096797 [ 276 ] {077bd03d-d9af-4748-958f-76c46d80d6a0} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.08.29 23:43:27.097032 [ 276 ] {077bd03d-d9af-4748-958f-76c46d80d6a0} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:27.097185 [ 276 ] {077bd03d-d9af-4748-958f-76c46d80d6a0} executeQuery: Read 120 rows, 10.44 KiB in 0.00169 sec., 71005.91715976331 rows/sec., 6.03 MiB/sec. 2025.08.29 23:43:27.097227 [ 276 ] {077bd03d-d9af-4748-958f-76c46d80d6a0} TCPHandler: Processed in 0.002163376 sec. 2025.08.29 23:43:27.097359 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:27.097455 [ 276 ] {0fefc1a0-f406-49ca-a1a8-a2685ee0a54c} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:43:27.097496 [ 276 ] {0fefc1a0-f406-49ca-a1a8-a2685ee0a54c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:43:27.097946 [ 276 ] {0fefc1a0-f406-49ca-a1a8-a2685ee0a54c} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:27.097985 [ 276 ] {0fefc1a0-f406-49ca-a1a8-a2685ee0a54c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:27.098319 [ 276 ] {0fefc1a0-f406-49ca-a1a8-a2685ee0a54c} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.08.29 23:43:27.098547 [ 276 ] {0fefc1a0-f406-49ca-a1a8-a2685ee0a54c} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:27.098680 [ 276 ] {0fefc1a0-f406-49ca-a1a8-a2685ee0a54c} executeQuery: Read 32 rows, 2.41 KiB in 0.001245 sec., 25702.81124497992 rows/sec., 1.89 MiB/sec. 2025.08.29 23:43:27.098719 [ 276 ] {0fefc1a0-f406-49ca-a1a8-a2685ee0a54c} TCPHandler: Processed in 0.001410335 sec. 2025.08.29 23:43:27.098841 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:27.098937 [ 276 ] {30b5a81a-f373-42cc-9e42-d2e6cebaa802} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:43:27.098979 [ 276 ] {30b5a81a-f373-42cc-9e42-d2e6cebaa802} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:43:27.099432 [ 276 ] {30b5a81a-f373-42cc-9e42-d2e6cebaa802} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:27.099476 [ 276 ] {30b5a81a-f373-42cc-9e42-d2e6cebaa802} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:27.099830 [ 276 ] {30b5a81a-f373-42cc-9e42-d2e6cebaa802} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.08.29 23:43:27.100060 [ 276 ] {30b5a81a-f373-42cc-9e42-d2e6cebaa802} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:27.100198 [ 276 ] {30b5a81a-f373-42cc-9e42-d2e6cebaa802} executeQuery: Read 96 rows, 7.68 KiB in 0.001278 sec., 75117.37089201878 rows/sec., 5.87 MiB/sec. 2025.08.29 23:43:27.100237 [ 276 ] {30b5a81a-f373-42cc-9e42-d2e6cebaa802} TCPHandler: Processed in 0.001447184 sec. 2025.08.29 23:43:27.100357 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:27.100453 [ 276 ] {7653ce34-c999-435d-ab1d-36166a5c5ea0} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:43:27.100497 [ 276 ] {7653ce34-c999-435d-ab1d-36166a5c5ea0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:43:27.100943 [ 276 ] {7653ce34-c999-435d-ab1d-36166a5c5ea0} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:27.100980 [ 276 ] {7653ce34-c999-435d-ab1d-36166a5c5ea0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:27.101342 [ 276 ] {7653ce34-c999-435d-ab1d-36166a5c5ea0} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.08.29 23:43:27.101582 [ 276 ] {7653ce34-c999-435d-ab1d-36166a5c5ea0} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:27.101717 [ 276 ] {7653ce34-c999-435d-ab1d-36166a5c5ea0} executeQuery: Read 160 rows, 11.41 KiB in 0.001284 sec., 124610.59190031153 rows/sec., 8.68 MiB/sec. 2025.08.29 23:43:27.101756 [ 276 ] {7653ce34-c999-435d-ab1d-36166a5c5ea0} TCPHandler: Processed in 0.001448475 sec. 2025.08.29 23:43:27.101871 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:27.101966 [ 276 ] {48c61e42-e868-4149-b24c-fe665cf694ba} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:43:27.102023 [ 276 ] {48c61e42-e868-4149-b24c-fe665cf694ba} 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.08.29 23:43:27.102942 [ 276 ] {48c61e42-e868-4149-b24c-fe665cf694ba} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:27.102982 [ 276 ] {48c61e42-e868-4149-b24c-fe665cf694ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:27.103577 [ 276 ] {48c61e42-e868-4149-b24c-fe665cf694ba} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.08.29 23:43:27.103801 [ 276 ] {48c61e42-e868-4149-b24c-fe665cf694ba} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:27.103948 [ 276 ] {48c61e42-e868-4149-b24c-fe665cf694ba} executeQuery: Read 32 rows, 58.72 KiB in 0.002 sec., 16000 rows/sec., 28.67 MiB/sec. 2025.08.29 23:43:27.104017 [ 276 ] {48c61e42-e868-4149-b24c-fe665cf694ba} TCPHandler: Processed in 0.002195787 sec. 2025.08.29 23:43:27.104134 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:27.104229 [ 276 ] {a3744fab-db2e-44ca-9302-3230a6d36ac6} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:43:27.104271 [ 276 ] {a3744fab-db2e-44ca-9302-3230a6d36ac6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:43:27.104622 [ 276 ] {a3744fab-db2e-44ca-9302-3230a6d36ac6} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:27.104661 [ 276 ] {a3744fab-db2e-44ca-9302-3230a6d36ac6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:27.104999 [ 276 ] {a3744fab-db2e-44ca-9302-3230a6d36ac6} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.08.29 23:43:27.105231 [ 276 ] {a3744fab-db2e-44ca-9302-3230a6d36ac6} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:27.105362 [ 276 ] {a3744fab-db2e-44ca-9302-3230a6d36ac6} executeQuery: Read 60 rows, 4.14 KiB in 0.001152 sec., 52083.33333333333 rows/sec., 3.51 MiB/sec. 2025.08.29 23:43:27.105398 [ 276 ] {a3744fab-db2e-44ca-9302-3230a6d36ac6} TCPHandler: Processed in 0.001315213 sec. 2025.08.29 23:43:28.777195 [ 25 ] {} DNSResolver: Updating DNS cache 2025.08.29 23:43:28.777249 [ 25 ] {} DNSResolver: Updated DNS cache 2025.08.29 23:43:28.878687 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12871 2025.08.29 23:43:28.879194 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:28.879238 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:28.879800 [ 245 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.08.29 23:43:28.880035 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:28.880180 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 2025.08.29 23:43:28.919698 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 664 2025.08.29 23:43:28.921979 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:28.922026 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:28.923347 [ 243 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.08.29 23:43:28.923634 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:28.923993 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 664 2025.08.29 23:43:29.582659 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 2025.08.29 23:43:29.598389 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:29.598446 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:29.604583 [ 244 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.08.29 23:43:29.605309 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:29.608447 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 211 2025.08.29 23:43:32.094703 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:32.095053 [ 276 ] {f5d0a955-7f9c-4797-96d8-a9eaa3b52acb} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:43:32.095172 [ 276 ] {f5d0a955-7f9c-4797-96d8-a9eaa3b52acb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:43:32.096222 [ 276 ] {f5d0a955-7f9c-4797-96d8-a9eaa3b52acb} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:32.096284 [ 276 ] {f5d0a955-7f9c-4797-96d8-a9eaa3b52acb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:32.096734 [ 276 ] {f5d0a955-7f9c-4797-96d8-a9eaa3b52acb} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.08.29 23:43:32.096964 [ 276 ] {f5d0a955-7f9c-4797-96d8-a9eaa3b52acb} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:32.097127 [ 276 ] {f5d0a955-7f9c-4797-96d8-a9eaa3b52acb} executeQuery: Read 76 rows, 6.41 KiB in 0.002166 sec., 35087.71929824562 rows/sec., 2.89 MiB/sec. 2025.08.29 23:43:32.097175 [ 276 ] {f5d0a955-7f9c-4797-96d8-a9eaa3b52acb} TCPHandler: Processed in 0.002648274 sec. 2025.08.29 23:43:32.097306 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:32.097407 [ 276 ] {4946b929-d293-4359-9ba6-505d933d865b} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:43:32.097450 [ 276 ] {4946b929-d293-4359-9ba6-505d933d865b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:43:32.097856 [ 276 ] {4946b929-d293-4359-9ba6-505d933d865b} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:32.097891 [ 276 ] {4946b929-d293-4359-9ba6-505d933d865b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:32.098195 [ 276 ] {4946b929-d293-4359-9ba6-505d933d865b} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.08.29 23:43:32.098405 [ 276 ] {4946b929-d293-4359-9ba6-505d933d865b} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:32.098542 [ 276 ] {4946b929-d293-4359-9ba6-505d933d865b} executeQuery: Read 10 rows, 770.00 B in 0.00116 sec., 8620.689655172413 rows/sec., 648.24 KiB/sec. 2025.08.29 23:43:32.098579 [ 276 ] {4946b929-d293-4359-9ba6-505d933d865b} TCPHandler: Processed in 0.001325202 sec. 2025.08.29 23:43:32.098705 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:32.098798 [ 276 ] {2484e0ae-a52e-495f-85d3-e2ab2ad28e5a} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:43:32.098837 [ 276 ] {2484e0ae-a52e-495f-85d3-e2ab2ad28e5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:43:32.099252 [ 276 ] {2484e0ae-a52e-495f-85d3-e2ab2ad28e5a} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:32.099288 [ 276 ] {2484e0ae-a52e-495f-85d3-e2ab2ad28e5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:32.099606 [ 276 ] {2484e0ae-a52e-495f-85d3-e2ab2ad28e5a} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.08.29 23:43:32.099822 [ 276 ] {2484e0ae-a52e-495f-85d3-e2ab2ad28e5a} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:32.099948 [ 276 ] {2484e0ae-a52e-495f-85d3-e2ab2ad28e5a} executeQuery: Read 74 rows, 5.92 KiB in 0.001168 sec., 63356.16438356164 rows/sec., 4.95 MiB/sec. 2025.08.29 23:43:32.099985 [ 276 ] {2484e0ae-a52e-495f-85d3-e2ab2ad28e5a} TCPHandler: Processed in 0.001341233 sec. 2025.08.29 23:43:32.100103 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:32.100196 [ 276 ] {b0f4d916-764d-4764-a305-742d76cb9d5b} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:43:32.100239 [ 276 ] {b0f4d916-764d-4764-a305-742d76cb9d5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:43:32.100671 [ 276 ] {b0f4d916-764d-4764-a305-742d76cb9d5b} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:32.100709 [ 276 ] {b0f4d916-764d-4764-a305-742d76cb9d5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:32.101039 [ 276 ] {b0f4d916-764d-4764-a305-742d76cb9d5b} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.08.29 23:43:32.101248 [ 276 ] {b0f4d916-764d-4764-a305-742d76cb9d5b} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:32.101374 [ 276 ] {b0f4d916-764d-4764-a305-742d76cb9d5b} executeQuery: Read 160 rows, 11.41 KiB in 0.001197 sec., 133667.50208855473 rows/sec., 9.31 MiB/sec. 2025.08.29 23:43:32.101410 [ 276 ] {b0f4d916-764d-4764-a305-742d76cb9d5b} TCPHandler: Processed in 0.001354863 sec. 2025.08.29 23:43:32.101519 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:32.101611 [ 276 ] {f55d0ea0-cd28-40c1-bb01-968ce052aa4c} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:43:32.101664 [ 276 ] {f55d0ea0-cd28-40c1-bb01-968ce052aa4c} 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.08.29 23:43:32.102413 [ 276 ] {f55d0ea0-cd28-40c1-bb01-968ce052aa4c} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:32.102449 [ 276 ] {f55d0ea0-cd28-40c1-bb01-968ce052aa4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:32.102952 [ 276 ] {f55d0ea0-cd28-40c1-bb01-968ce052aa4c} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.08.29 23:43:32.103180 [ 276 ] {f55d0ea0-cd28-40c1-bb01-968ce052aa4c} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:32.103319 [ 276 ] {f55d0ea0-cd28-40c1-bb01-968ce052aa4c} executeQuery: Read 10 rows, 18.35 KiB in 0.001726 sec., 5793.742757821552 rows/sec., 10.38 MiB/sec. 2025.08.29 23:43:32.103371 [ 276 ] {f55d0ea0-cd28-40c1-bb01-968ce052aa4c} TCPHandler: Processed in 0.001898782 sec. 2025.08.29 23:43:32.103486 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:32.103574 [ 276 ] {f962d586-1e61-4a77-86f7-32f856094fb8} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:43:32.103613 [ 276 ] {f962d586-1e61-4a77-86f7-32f856094fb8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:43:32.103925 [ 276 ] {f962d586-1e61-4a77-86f7-32f856094fb8} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:32.103959 [ 276 ] {f962d586-1e61-4a77-86f7-32f856094fb8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:32.104250 [ 276 ] {f962d586-1e61-4a77-86f7-32f856094fb8} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.08.29 23:43:32.104513 [ 276 ] {f962d586-1e61-4a77-86f7-32f856094fb8} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:32.104640 [ 276 ] {f962d586-1e61-4a77-86f7-32f856094fb8} executeQuery: Read 60 rows, 4.14 KiB in 0.001077 sec., 55710.30640668523 rows/sec., 3.75 MiB/sec. 2025.08.29 23:43:32.104675 [ 276 ] {f962d586-1e61-4a77-86f7-32f856094fb8} TCPHandler: Processed in 0.001235421 sec. 2025.08.29 23:43:33.308238 [ 43 ] {} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2025.08.29 23:43:33.308303 [ 43 ] {} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:33.308323 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:33.308462 [ 189 ] {12ce3ada-175d-4499-972d-958c6137f9ab::all_1_13_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full 2025.08.29 23:43:33.308622 [ 189 ] {12ce3ada-175d-4499-972d-958c6137f9ab::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:43:33.308660 [ 189 ] {12ce3ada-175d-4499-972d-958c6137f9ab::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 16 rows starting from the beginning of the part 2025.08.29 23:43:33.308733 [ 189 ] {12ce3ada-175d-4499-972d-958c6137f9ab::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part 2025.08.29 23:43:33.308781 [ 189 ] {12ce3ada-175d-4499-972d-958c6137f9ab::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part 2025.08.29 23:43:33.308828 [ 189 ] {12ce3ada-175d-4499-972d-958c6137f9ab::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part 2025.08.29 23:43:33.308872 [ 189 ] {12ce3ada-175d-4499-972d-958c6137f9ab::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part 2025.08.29 23:43:33.309630 [ 196 ] {12ce3ada-175d-4499-972d-958c6137f9ab::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 5 columns (5 merged, 0 gathered) in 0.001227931 sec., 26060.096210617696 rows/sec., 2.17 MiB/sec. 2025.08.29 23:43:33.309773 [ 189 ] {12ce3ada-175d-4499-972d-958c6137f9ab::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2025.08.29 23:43:33.310016 [ 189 ] {12ce3ada-175d-4499-972d-958c6137f9ab::all_1_13_3} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:33.310080 [ 189 ] {12ce3ada-175d-4499-972d-958c6137f9ab::all_1_13_3} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2025.08.29 23:43:33.310144 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.08.29 23:43:36.380316 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13359 2025.08.29 23:43:36.381074 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:36.381114 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:36.381659 [ 245 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.08.29 23:43:36.381885 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:36.382009 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13359 2025.08.29 23:43:37.095784 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:37.096028 [ 276 ] {88cba331-cab6-49c2-a58d-9e2851439400} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.29 23:43:37.096102 [ 276 ] {88cba331-cab6-49c2-a58d-9e2851439400} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.29 23:43:37.096733 [ 276 ] {88cba331-cab6-49c2-a58d-9e2851439400} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:37.096787 [ 276 ] {88cba331-cab6-49c2-a58d-9e2851439400} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:37.097194 [ 276 ] {88cba331-cab6-49c2-a58d-9e2851439400} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.29 23:43:37.097451 [ 276 ] {88cba331-cab6-49c2-a58d-9e2851439400} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:37.097622 [ 276 ] {88cba331-cab6-49c2-a58d-9e2851439400} executeQuery: Read 4 rows, 334.00 B in 0.001648 sec., 2427.1844660194174 rows/sec., 197.92 KiB/sec. 2025.08.29 23:43:37.097676 [ 276 ] {88cba331-cab6-49c2-a58d-9e2851439400} TCPHandler: Processed in 0.002126906 sec. 2025.08.29 23:43:37.097810 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:37.097915 [ 276 ] {cff38540-3017-4cf3-b44c-2e44aa8737c1} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:43:37.097957 [ 276 ] {cff38540-3017-4cf3-b44c-2e44aa8737c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:43:37.098457 [ 276 ] {cff38540-3017-4cf3-b44c-2e44aa8737c1} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:37.098499 [ 276 ] {cff38540-3017-4cf3-b44c-2e44aa8737c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:37.098842 [ 276 ] {cff38540-3017-4cf3-b44c-2e44aa8737c1} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.08.29 23:43:37.099077 [ 276 ] {cff38540-3017-4cf3-b44c-2e44aa8737c1} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:37.099204 [ 41 ] {} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.08.29 23:43:37.099221 [ 276 ] {cff38540-3017-4cf3-b44c-2e44aa8737c1} executeQuery: Read 122 rows, 10.59 KiB in 0.00133 sec., 91729.32330827067 rows/sec., 7.77 MiB/sec. 2025.08.29 23:43:37.099273 [ 41 ] {} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:37.099285 [ 276 ] {cff38540-3017-4cf3-b44c-2e44aa8737c1} TCPHandler: Processed in 0.001527715 sec. 2025.08.29 23:43:37.099301 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:37.099439 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:37.099467 [ 199 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.08.29 23:43:37.099551 [ 276 ] {82202e80-788e-4b9d-9a31-ca0d47ebad4a} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:43:37.099600 [ 276 ] {82202e80-788e-4b9d-9a31-ca0d47ebad4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:43:37.099632 [ 199 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:43:37.099673 [ 199 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1289 rows starting from the beginning of the part 2025.08.29 23:43:37.099774 [ 199 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 120 rows starting from the beginning of the part 2025.08.29 23:43:37.099824 [ 199 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1219 rows starting from the beginning of the part 2025.08.29 23:43:37.099870 [ 199 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 120 rows starting from the beginning of the part 2025.08.29 23:43:37.099912 [ 199 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 76 rows starting from the beginning of the part 2025.08.29 23:43:37.099954 [ 199 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 122 rows starting from the beginning of the part 2025.08.29 23:43:37.100069 [ 276 ] {82202e80-788e-4b9d-9a31-ca0d47ebad4a} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:37.100115 [ 276 ] {82202e80-788e-4b9d-9a31-ca0d47ebad4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:37.100477 [ 276 ] {82202e80-788e-4b9d-9a31-ca0d47ebad4a} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.08.29 23:43:37.100723 [ 276 ] {82202e80-788e-4b9d-9a31-ca0d47ebad4a} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:37.100873 [ 276 ] {82202e80-788e-4b9d-9a31-ca0d47ebad4a} executeQuery: Read 36 rows, 2.69 KiB in 0.001346 sec., 26745.91381872214 rows/sec., 1.95 MiB/sec. 2025.08.29 23:43:37.100911 [ 276 ] {82202e80-788e-4b9d-9a31-ca0d47ebad4a} TCPHandler: Processed in 0.001537336 sec. 2025.08.29 23:43:37.101026 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:37.101124 [ 276 ] {3b856273-b66a-43ae-92f6-0165fc948487} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:43:37.101165 [ 276 ] {3b856273-b66a-43ae-92f6-0165fc948487} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:43:37.101398 [ 189 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2946 rows, containing 5 columns (5 merged, 0 gathered) in 0.002019474 sec., 1458795.7062086465 rows/sec., 126.83 MiB/sec. 2025.08.29 23:43:37.101613 [ 276 ] {3b856273-b66a-43ae-92f6-0165fc948487} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:37.101656 [ 276 ] {3b856273-b66a-43ae-92f6-0165fc948487} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:37.101697 [ 189 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.08.29 23:43:37.102022 [ 189 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_41_8} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:37.102031 [ 276 ] {3b856273-b66a-43ae-92f6-0165fc948487} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.08.29 23:43:37.102112 [ 189 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_41_8} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.08.29 23:43:37.102211 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2025.08.29 23:43:37.102288 [ 276 ] {3b856273-b66a-43ae-92f6-0165fc948487} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:37.102418 [ 41 ] {} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.08.29 23:43:37.102445 [ 276 ] {3b856273-b66a-43ae-92f6-0165fc948487} executeQuery: Read 100 rows, 8.00 KiB in 0.001343 sec., 74460.16381236039 rows/sec., 5.82 MiB/sec. 2025.08.29 23:43:37.102452 [ 41 ] {} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:37.102486 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:37.102490 [ 276 ] {3b856273-b66a-43ae-92f6-0165fc948487} TCPHandler: Processed in 0.001514656 sec. 2025.08.29 23:43:37.102569 [ 199 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.08.29 23:43:37.102646 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:37.102676 [ 199 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:43:37.102706 [ 199 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 596 rows starting from the beginning of the part 2025.08.29 23:43:37.102750 [ 276 ] {8dbc9ee2-f006-4d75-9a79-4a5288773140} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:43:37.102757 [ 199 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 96 rows starting from the beginning of the part 2025.08.29 23:43:37.102816 [ 199 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 536 rows starting from the beginning of the part 2025.08.29 23:43:37.102816 [ 276 ] {8dbc9ee2-f006-4d75-9a79-4a5288773140} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:43:37.102853 [ 199 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 96 rows starting from the beginning of the part 2025.08.29 23:43:37.102892 [ 199 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 74 rows starting from the beginning of the part 2025.08.29 23:43:37.102926 [ 199 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 100 rows starting from the beginning of the part 2025.08.29 23:43:37.103279 [ 276 ] {8dbc9ee2-f006-4d75-9a79-4a5288773140} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:37.103320 [ 276 ] {8dbc9ee2-f006-4d75-9a79-4a5288773140} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:37.103692 [ 276 ] {8dbc9ee2-f006-4d75-9a79-4a5288773140} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.08.29 23:43:37.103828 [ 193 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1498 rows, containing 5 columns (5 merged, 0 gathered) in 0.001298922 sec., 1153264.0143134075 rows/sec., 91.23 MiB/sec. 2025.08.29 23:43:37.103925 [ 276 ] {8dbc9ee2-f006-4d75-9a79-4a5288773140} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:37.103981 [ 199 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.08.29 23:43:37.104055 [ 40 ] {} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.08.29 23:43:37.104088 [ 276 ] {8dbc9ee2-f006-4d75-9a79-4a5288773140} executeQuery: Read 162 rows, 11.55 KiB in 0.001361 sec., 119030.12490815576 rows/sec., 8.29 MiB/sec. 2025.08.29 23:43:37.104099 [ 40 ] {} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:37.104125 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:37.104129 [ 276 ] {8dbc9ee2-f006-4d75-9a79-4a5288773140} TCPHandler: Processed in 0.001533966 sec. 2025.08.29 23:43:37.104219 [ 189 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.08.29 23:43:37.104268 [ 199 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_41_8} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:37.104277 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:37.104346 [ 189 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:43:37.104349 [ 199 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_41_8} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.08.29 23:43:37.104386 [ 189 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 10304 rows starting from the beginning of the part 2025.08.29 23:43:37.104394 [ 276 ] {d62ea627-f9db-41bd-a1fe-f2bd0ee2fc35} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:43:37.104443 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. 2025.08.29 23:43:37.104458 [ 189 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 160 rows starting from the beginning of the part 2025.08.29 23:43:37.104459 [ 276 ] {d62ea627-f9db-41bd-a1fe-f2bd0ee2fc35} 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.08.29 23:43:37.104518 [ 189 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 847 rows starting from the beginning of the part 2025.08.29 23:43:37.104584 [ 189 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part 2025.08.29 23:43:37.104626 [ 189 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part 2025.08.29 23:43:37.104667 [ 189 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 162 rows starting from the beginning of the part 2025.08.29 23:43:37.105410 [ 276 ] {d62ea627-f9db-41bd-a1fe-f2bd0ee2fc35} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:37.105452 [ 276 ] {d62ea627-f9db-41bd-a1fe-f2bd0ee2fc35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:37.106087 [ 276 ] {d62ea627-f9db-41bd-a1fe-f2bd0ee2fc35} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.08.29 23:43:37.106337 [ 276 ] {d62ea627-f9db-41bd-a1fe-f2bd0ee2fc35} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:37.106508 [ 276 ] {d62ea627-f9db-41bd-a1fe-f2bd0ee2fc35} executeQuery: Read 32 rows, 58.72 KiB in 0.002134 sec., 14995.313964386129 rows/sec., 26.87 MiB/sec. 2025.08.29 23:43:37.106600 [ 276 ] {d62ea627-f9db-41bd-a1fe-f2bd0ee2fc35} TCPHandler: Processed in 0.00238352 sec. 2025.08.29 23:43:37.106728 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:37.106828 [ 276 ] {d34ad1ec-2fce-4c2b-bce8-02582c3dbecd} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:43:37.106872 [ 276 ] {d34ad1ec-2fce-4c2b-bce8-02582c3dbecd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:43:37.107263 [ 276 ] {d34ad1ec-2fce-4c2b-bce8-02582c3dbecd} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:37.107298 [ 276 ] {d34ad1ec-2fce-4c2b-bce8-02582c3dbecd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:37.107725 [ 276 ] {d34ad1ec-2fce-4c2b-bce8-02582c3dbecd} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.08.29 23:43:37.107961 [ 276 ] {d34ad1ec-2fce-4c2b-bce8-02582c3dbecd} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:37.108072 [ 40 ] {} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.08.29 23:43:37.108102 [ 276 ] {d34ad1ec-2fce-4c2b-bce8-02582c3dbecd} executeQuery: Read 60 rows, 4.14 KiB in 0.001295 sec., 46332.04633204633 rows/sec., 3.12 MiB/sec. 2025.08.29 23:43:37.108106 [ 40 ] {} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:37.108134 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:37.108140 [ 276 ] {d34ad1ec-2fce-4c2b-bce8-02582c3dbecd} TCPHandler: Processed in 0.001464944 sec. 2025.08.29 23:43:37.108208 [ 199 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.08.29 23:43:37.108308 [ 199 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:43:37.108334 [ 199 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2070 rows starting from the beginning of the part 2025.08.29 23:43:37.108379 [ 199 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part 2025.08.29 23:43:37.108415 [ 199 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part 2025.08.29 23:43:37.108411 [ 194 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 11793 rows, containing 5 columns (5 merged, 0 gathered) in 0.004222442 sec., 2792933.5678263907 rows/sec., 190.79 MiB/sec. 2025.08.29 23:43:37.108450 [ 199 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part 2025.08.29 23:43:37.108501 [ 199 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part 2025.08.29 23:43:37.108532 [ 199 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part 2025.08.29 23:43:37.108564 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 2025.08.29 23:43:37.108802 [ 195 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.08.29 23:43:37.109077 [ 195 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_41_8} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:37.109154 [ 195 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_41_8} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.08.29 23:43:37.109233 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.26 MiB. 2025.08.29 23:43:37.109610 [ 197 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2370 rows, containing 4 columns (4 merged, 0 gathered) in 0.001434294 sec., 1652380.8926203414 rows/sec., 111.48 MiB/sec. 2025.08.29 23:43:37.109884 [ 195 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.08.29 23:43:37.110119 [ 195 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_41_8} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:37.110180 [ 195 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_41_8} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.08.29 23:43:37.110248 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. 2025.08.29 23:43:37.125485 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:37.125528 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:37.131424 [ 244 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.08.29 23:43:37.132118 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:37.134882 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 219 2025.08.29 23:43:38.924213 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 690 2025.08.29 23:43:38.926322 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:38.926364 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:38.927537 [ 243 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.08.29 23:43:38.927818 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:38.927967 [ 39 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.08.29 23:43:38.928009 [ 39 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:38.928033 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.08.29 23:43:38.928075 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 690 2025.08.29 23:43:38.928163 [ 194 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.08.29 23:43:38.928707 [ 194 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:43:38.928854 [ 194 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 558 rows starting from the beginning of the part 2025.08.29 23:43:38.929193 [ 194 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 28 rows starting from the beginning of the part 2025.08.29 23:43:38.929507 [ 194 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 26 rows starting from the beginning of the part 2025.08.29 23:43:38.929811 [ 194 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 24 rows starting from the beginning of the part 2025.08.29 23:43:38.930108 [ 194 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 28 rows starting from the beginning of the part 2025.08.29 23:43:38.930416 [ 194 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 26 rows starting from the beginning of the part 2025.08.29 23:43:38.936921 [ 194 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 690 rows, containing 72 columns (72 merged, 0 gathered) in 0.008820869 sec., 78223.58545399552 rows/sec., 63.88 MiB/sec. 2025.08.29 23:43:38.938205 [ 197 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.08.29 23:43:38.938855 [ 197 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_21_4} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:38.938947 [ 197 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_21_4} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.08.29 23:43:38.939314 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.10 MiB. 2025.08.29 23:43:42.096016 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:42.096263 [ 276 ] {bcb373a6-28d7-4002-b5db-766cd3ed0a56} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:43:42.096330 [ 276 ] {bcb373a6-28d7-4002-b5db-766cd3ed0a56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:43:42.096983 [ 276 ] {bcb373a6-28d7-4002-b5db-766cd3ed0a56} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:42.097031 [ 276 ] {bcb373a6-28d7-4002-b5db-766cd3ed0a56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:43:42.097431 [ 276 ] {bcb373a6-28d7-4002-b5db-766cd3ed0a56} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.08.29 23:43:42.097667 [ 276 ] {bcb373a6-28d7-4002-b5db-766cd3ed0a56} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:42.097811 [ 276 ] {bcb373a6-28d7-4002-b5db-766cd3ed0a56} executeQuery: Read 76 rows, 6.41 KiB in 0.001605 sec., 47352.02492211838 rows/sec., 3.90 MiB/sec. 2025.08.29 23:43:42.097854 [ 276 ] {bcb373a6-28d7-4002-b5db-766cd3ed0a56} TCPHandler: Processed in 0.002189987 sec. 2025.08.29 23:43:42.097976 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:42.098070 [ 276 ] {c78795cb-d508-4cf0-8123-3464f847d0c9} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:43:42.098110 [ 276 ] {c78795cb-d508-4cf0-8123-3464f847d0c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:43:42.098497 [ 276 ] {c78795cb-d508-4cf0-8123-3464f847d0c9} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:42.098531 [ 276 ] {c78795cb-d508-4cf0-8123-3464f847d0c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:43:42.098840 [ 276 ] {c78795cb-d508-4cf0-8123-3464f847d0c9} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.08.29 23:43:42.099051 [ 276 ] {c78795cb-d508-4cf0-8123-3464f847d0c9} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:42.099180 [ 276 ] {c78795cb-d508-4cf0-8123-3464f847d0c9} executeQuery: Read 10 rows, 770.00 B in 0.001129 sec., 8857.395925597873 rows/sec., 666.03 KiB/sec. 2025.08.29 23:43:42.099217 [ 276 ] {c78795cb-d508-4cf0-8123-3464f847d0c9} TCPHandler: Processed in 0.001290042 sec. 2025.08.29 23:43:42.099324 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:42.099420 [ 276 ] {17d6f5ae-0376-48fe-8400-2a96fe276574} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:43:42.099459 [ 276 ] {17d6f5ae-0376-48fe-8400-2a96fe276574} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:43:42.099868 [ 276 ] {17d6f5ae-0376-48fe-8400-2a96fe276574} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:42.099903 [ 276 ] {17d6f5ae-0376-48fe-8400-2a96fe276574} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:43:42.100205 [ 276 ] {17d6f5ae-0376-48fe-8400-2a96fe276574} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.08.29 23:43:42.100422 [ 276 ] {17d6f5ae-0376-48fe-8400-2a96fe276574} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:42.100547 [ 276 ] {17d6f5ae-0376-48fe-8400-2a96fe276574} executeQuery: Read 74 rows, 5.92 KiB in 0.001149 sec., 64403.82941688424 rows/sec., 5.03 MiB/sec. 2025.08.29 23:43:42.100584 [ 276 ] {17d6f5ae-0376-48fe-8400-2a96fe276574} TCPHandler: Processed in 0.001307002 sec. 2025.08.29 23:43:42.100695 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:42.100788 [ 276 ] {80a9b7da-1197-44b4-bb94-b3b4f3b8c6b1} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:43:42.100830 [ 276 ] {80a9b7da-1197-44b4-bb94-b3b4f3b8c6b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:43:42.101257 [ 276 ] {80a9b7da-1197-44b4-bb94-b3b4f3b8c6b1} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:42.101295 [ 276 ] {80a9b7da-1197-44b4-bb94-b3b4f3b8c6b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:43:42.101640 [ 276 ] {80a9b7da-1197-44b4-bb94-b3b4f3b8c6b1} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.08.29 23:43:42.101854 [ 276 ] {80a9b7da-1197-44b4-bb94-b3b4f3b8c6b1} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:42.101982 [ 276 ] {80a9b7da-1197-44b4-bb94-b3b4f3b8c6b1} executeQuery: Read 160 rows, 11.41 KiB in 0.001213 sec., 131904.3693322341 rows/sec., 9.19 MiB/sec. 2025.08.29 23:43:42.102019 [ 276 ] {80a9b7da-1197-44b4-bb94-b3b4f3b8c6b1} TCPHandler: Processed in 0.001375633 sec. 2025.08.29 23:43:42.102152 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:42.102253 [ 276 ] {7089e9fd-ab5d-4744-a0b6-7a00190fba3c} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:43:42.102306 [ 276 ] {7089e9fd-ab5d-4744-a0b6-7a00190fba3c} 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.08.29 23:43:42.103088 [ 276 ] {7089e9fd-ab5d-4744-a0b6-7a00190fba3c} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:42.103124 [ 276 ] {7089e9fd-ab5d-4744-a0b6-7a00190fba3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:43:42.103634 [ 276 ] {7089e9fd-ab5d-4744-a0b6-7a00190fba3c} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.08.29 23:43:42.103852 [ 276 ] {7089e9fd-ab5d-4744-a0b6-7a00190fba3c} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:42.103988 [ 276 ] {7089e9fd-ab5d-4744-a0b6-7a00190fba3c} executeQuery: Read 10 rows, 18.35 KiB in 0.001754 sec., 5701.254275940707 rows/sec., 10.22 MiB/sec. 2025.08.29 23:43:42.104040 [ 276 ] {7089e9fd-ab5d-4744-a0b6-7a00190fba3c} TCPHandler: Processed in 0.001947222 sec. 2025.08.29 23:43:42.104152 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:42.104245 [ 276 ] {08380035-db83-4613-af9a-e2199b59548a} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:43:42.104286 [ 276 ] {08380035-db83-4613-af9a-e2199b59548a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:43:42.104625 [ 276 ] {08380035-db83-4613-af9a-e2199b59548a} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:42.104661 [ 276 ] {08380035-db83-4613-af9a-e2199b59548a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:43:42.104964 [ 276 ] {08380035-db83-4613-af9a-e2199b59548a} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.08.29 23:43:42.105230 [ 276 ] {08380035-db83-4613-af9a-e2199b59548a} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:42.105393 [ 276 ] {08380035-db83-4613-af9a-e2199b59548a} executeQuery: Read 60 rows, 4.14 KiB in 0.001164 sec., 51546.391752577314 rows/sec., 3.47 MiB/sec. 2025.08.29 23:43:42.105438 [ 276 ] {08380035-db83-4613-af9a-e2199b59548a} TCPHandler: Processed in 0.001333232 sec. 2025.08.29 23:43:43.777496 [ 33 ] {} DNSResolver: Updating DNS cache 2025.08.29 23:43:43.777550 [ 33 ] {} DNSResolver: Updated DNS cache 2025.08.29 23:43:43.882130 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13786 2025.08.29 23:43:43.882675 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:43.882721 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:43:43.883232 [ 245 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.08.29 23:43:43.883477 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:43.883622 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 2025.08.29 23:43:44.634996 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 2025.08.29 23:43:44.653342 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:44.653404 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:43:44.659128 [ 244 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.08.29 23:43:44.659827 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:44.662898 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 226 2025.08.29 23:43:47.095902 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:47.096181 [ 276 ] {5353a55e-d4ac-4a69-9501-08b4858ba32f} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:43:47.096267 [ 276 ] {5353a55e-d4ac-4a69-9501-08b4858ba32f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:43:47.096983 [ 276 ] {5353a55e-d4ac-4a69-9501-08b4858ba32f} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:47.097038 [ 276 ] {5353a55e-d4ac-4a69-9501-08b4858ba32f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:43:47.097450 [ 276 ] {5353a55e-d4ac-4a69-9501-08b4858ba32f} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.08.29 23:43:47.097686 [ 276 ] {5353a55e-d4ac-4a69-9501-08b4858ba32f} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:47.097849 [ 276 ] {5353a55e-d4ac-4a69-9501-08b4858ba32f} executeQuery: Read 120 rows, 10.44 KiB in 0.001732 sec., 69284.06466512702 rows/sec., 5.89 MiB/sec. 2025.08.29 23:43:47.097900 [ 276 ] {5353a55e-d4ac-4a69-9501-08b4858ba32f} TCPHandler: Processed in 0.00233148 sec. 2025.08.29 23:43:47.098031 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:47.098135 [ 276 ] {99455fb2-fa4e-4ecd-9295-496a2cdcf461} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:43:47.098180 [ 276 ] {99455fb2-fa4e-4ecd-9295-496a2cdcf461} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:43:47.098610 [ 276 ] {99455fb2-fa4e-4ecd-9295-496a2cdcf461} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:47.098651 [ 276 ] {99455fb2-fa4e-4ecd-9295-496a2cdcf461} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:43:47.098975 [ 276 ] {99455fb2-fa4e-4ecd-9295-496a2cdcf461} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.08.29 23:43:47.099198 [ 276 ] {99455fb2-fa4e-4ecd-9295-496a2cdcf461} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:47.099324 [ 31 ] {} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.08.29 23:43:47.099336 [ 276 ] {99455fb2-fa4e-4ecd-9295-496a2cdcf461} executeQuery: Read 32 rows, 2.41 KiB in 0.001225 sec., 26122.448979591838 rows/sec., 1.92 MiB/sec. 2025.08.29 23:43:47.099402 [ 31 ] {} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:47.099418 [ 276 ] {99455fb2-fa4e-4ecd-9295-496a2cdcf461} TCPHandler: Processed in 0.001440594 sec. 2025.08.29 23:43:47.099430 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:43:47.099546 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:47.099578 [ 186 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.08.29 23:43:47.099650 [ 276 ] {ca7a4d29-9b32-43dc-bd79-6c3d6ab690a4} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:43:47.099698 [ 276 ] {ca7a4d29-9b32-43dc-bd79-6c3d6ab690a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:43:47.099746 [ 186 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:43:47.099792 [ 186 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 58 rows starting from the beginning of the part 2025.08.29 23:43:47.099867 [ 186 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 32 rows starting from the beginning of the part 2025.08.29 23:43:47.099918 [ 186 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 10 rows starting from the beginning of the part 2025.08.29 23:43:47.099966 [ 186 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 36 rows starting from the beginning of the part 2025.08.29 23:43:47.100006 [ 186 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 10 rows starting from the beginning of the part 2025.08.29 23:43:47.100043 [ 186 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 32 rows starting from the beginning of the part 2025.08.29 23:43:47.100140 [ 276 ] {ca7a4d29-9b32-43dc-bd79-6c3d6ab690a4} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:47.100184 [ 276 ] {ca7a4d29-9b32-43dc-bd79-6c3d6ab690a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:43:47.100530 [ 276 ] {ca7a4d29-9b32-43dc-bd79-6c3d6ab690a4} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.08.29 23:43:47.100780 [ 276 ] {ca7a4d29-9b32-43dc-bd79-6c3d6ab690a4} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:47.100860 [ 197 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 178 rows, containing 5 columns (5 merged, 0 gathered) in 0.001348153 sec., 132032.49186108698 rows/sec., 10.12 MiB/sec. 2025.08.29 23:43:47.100918 [ 276 ] {ca7a4d29-9b32-43dc-bd79-6c3d6ab690a4} executeQuery: Read 96 rows, 7.68 KiB in 0.00129 sec., 74418.6046511628 rows/sec., 5.81 MiB/sec. 2025.08.29 23:43:47.100961 [ 276 ] {ca7a4d29-9b32-43dc-bd79-6c3d6ab690a4} TCPHandler: Processed in 0.001465655 sec. 2025.08.29 23:43:47.101018 [ 186 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.08.29 23:43:47.101081 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:47.101187 [ 276 ] {c1678164-079a-4eca-9c5b-a3bb66b46dc1} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:43:47.101235 [ 276 ] {c1678164-079a-4eca-9c5b-a3bb66b46dc1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:43:47.101280 [ 186 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_41_8} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:47.101355 [ 186 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_41_8} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.08.29 23:43:47.101430 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.08.29 23:43:47.101700 [ 276 ] {c1678164-079a-4eca-9c5b-a3bb66b46dc1} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:47.101746 [ 276 ] {c1678164-079a-4eca-9c5b-a3bb66b46dc1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:43:47.102130 [ 276 ] {c1678164-079a-4eca-9c5b-a3bb66b46dc1} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.08.29 23:43:47.102351 [ 276 ] {c1678164-079a-4eca-9c5b-a3bb66b46dc1} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:47.102484 [ 276 ] {c1678164-079a-4eca-9c5b-a3bb66b46dc1} executeQuery: Read 160 rows, 11.41 KiB in 0.001319 sec., 121304.01819560272 rows/sec., 8.45 MiB/sec. 2025.08.29 23:43:47.102522 [ 276 ] {c1678164-079a-4eca-9c5b-a3bb66b46dc1} TCPHandler: Processed in 0.001491856 sec. 2025.08.29 23:43:47.102631 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:47.102728 [ 276 ] {bcf284d5-a8cb-42b3-adb3-294e0e30ada6} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:43:47.102784 [ 276 ] {bcf284d5-a8cb-42b3-adb3-294e0e30ada6} 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.08.29 23:43:47.103638 [ 276 ] {bcf284d5-a8cb-42b3-adb3-294e0e30ada6} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:47.103674 [ 276 ] {bcf284d5-a8cb-42b3-adb3-294e0e30ada6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:43:47.104232 [ 276 ] {bcf284d5-a8cb-42b3-adb3-294e0e30ada6} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.08.29 23:43:47.104469 [ 276 ] {bcf284d5-a8cb-42b3-adb3-294e0e30ada6} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:47.104579 [ 32 ] {} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.08.29 23:43:47.104607 [ 276 ] {bcf284d5-a8cb-42b3-adb3-294e0e30ada6} executeQuery: Read 32 rows, 58.72 KiB in 0.001898 sec., 16859.852476290835 rows/sec., 30.21 MiB/sec. 2025.08.29 23:43:47.104614 [ 32 ] {} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:47.104642 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:43:47.104673 [ 276 ] {bcf284d5-a8cb-42b3-adb3-294e0e30ada6} TCPHandler: Processed in 0.002091625 sec. 2025.08.29 23:43:47.104723 [ 202 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2025.08.29 23:43:47.104790 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:47.104890 [ 276 ] {d11bcfd7-1288-4acd-8c3d-65919fd19932} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:43:47.104930 [ 202 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:43:47.104932 [ 276 ] {d11bcfd7-1288-4acd-8c3d-65919fd19932} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:43:47.104997 [ 202 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 705 rows starting from the beginning of the part 2025.08.29 23:43:47.105142 [ 202 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 32 rows starting from the beginning of the part 2025.08.29 23:43:47.105272 [ 202 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 10 rows starting from the beginning of the part 2025.08.29 23:43:47.105302 [ 276 ] {d11bcfd7-1288-4acd-8c3d-65919fd19932} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:47.105342 [ 276 ] {d11bcfd7-1288-4acd-8c3d-65919fd19932} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:43:47.105400 [ 202 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 32 rows starting from the beginning of the part 2025.08.29 23:43:47.105525 [ 202 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 10 rows starting from the beginning of the part 2025.08.29 23:43:47.105643 [ 202 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 32 rows starting from the beginning of the part 2025.08.29 23:43:47.105670 [ 276 ] {d11bcfd7-1288-4acd-8c3d-65919fd19932} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.08.29 23:43:47.105903 [ 276 ] {d11bcfd7-1288-4acd-8c3d-65919fd19932} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:47.106042 [ 276 ] {d11bcfd7-1288-4acd-8c3d-65919fd19932} executeQuery: Read 60 rows, 4.14 KiB in 0.001172 sec., 51194.53924914676 rows/sec., 3.45 MiB/sec. 2025.08.29 23:43:47.106080 [ 276 ] {d11bcfd7-1288-4acd-8c3d-65919fd19932} TCPHandler: Processed in 0.001339593 sec. 2025.08.29 23:43:47.119790 [ 197 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 821 rows, containing 19 columns (19 merged, 0 gathered) in 0.015101166 sec., 54366.66281265963 rows/sec., 97.42 MiB/sec. 2025.08.29 23:43:47.120455 [ 202 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.08.29 23:43:47.120761 [ 202 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_41_8} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:47.120826 [ 202 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_41_8} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.08.29 23:43:47.120900 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.63 MiB. 2025.08.29 23:43:48.000175 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 245.02 MiB, peak 252.62 MiB, free memory in arenas 0.00 B, will set to 246.88 MiB (RSS), difference: 1.86 MiB 2025.08.29 23:43:48.928343 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 714 2025.08.29 23:43:48.930695 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:48.930742 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:43:48.931905 [ 243 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.08.29 23:43:48.932173 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:48.932427 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 714 2025.08.29 23:43:51.383787 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14274 2025.08.29 23:43:51.384586 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:51.384627 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:43:51.385097 [ 245 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.08.29 23:43:51.385330 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:51.385460 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14274 2025.08.29 23:43:51.385471 [ 27 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.08.29 23:43:51.385533 [ 27 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:51.385553 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:43:51.385679 [ 186 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.08.29 23:43:51.385824 [ 186 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:43:51.385862 [ 186 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 11956 rows starting from the beginning of the part 2025.08.29 23:43:51.385925 [ 186 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 488 rows starting from the beginning of the part 2025.08.29 23:43:51.385968 [ 186 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 427 rows starting from the beginning of the part 2025.08.29 23:43:51.386008 [ 186 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 488 rows starting from the beginning of the part 2025.08.29 23:43:51.386046 [ 186 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 427 rows starting from the beginning of the part 2025.08.29 23:43:51.386087 [ 186 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 488 rows starting from the beginning of the part 2025.08.29 23:43:51.387791 [ 203 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 14274 rows, containing 4 columns (4 merged, 0 gathered) in 0.002175347 sec., 6561711.763686438 rows/sec., 93.87 MiB/sec. 2025.08.29 23:43:51.388178 [ 187 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.08.29 23:43:51.388487 [ 187 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_31_6} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:51.388567 [ 187 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_31_6} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.08.29 23:43:51.388667 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. 2025.08.29 23:43:52.122011 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:52.122191 [ 276 ] {5329da1d-5adc-4a49-b5b0-a676058e6450} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.29 23:43:52.122256 [ 276 ] {5329da1d-5adc-4a49-b5b0-a676058e6450} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.29 23:43:52.122905 [ 276 ] {5329da1d-5adc-4a49-b5b0-a676058e6450} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:52.122954 [ 276 ] {5329da1d-5adc-4a49-b5b0-a676058e6450} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:43:52.123409 [ 276 ] {5329da1d-5adc-4a49-b5b0-a676058e6450} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.29 23:43:52.123766 [ 276 ] {5329da1d-5adc-4a49-b5b0-a676058e6450} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:52.123967 [ 276 ] {5329da1d-5adc-4a49-b5b0-a676058e6450} executeQuery: Read 2 rows, 167.00 B in 0.001821 sec., 1098.297638660077 rows/sec., 89.56 KiB/sec. 2025.08.29 23:43:52.124023 [ 276 ] {5329da1d-5adc-4a49-b5b0-a676058e6450} TCPHandler: Processed in 0.002138706 sec. 2025.08.29 23:43:52.124163 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:52.124265 [ 276 ] {dda642a2-4821-44bc-ab9a-4c875d9c11ef} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:43:52.124307 [ 276 ] {dda642a2-4821-44bc-ab9a-4c875d9c11ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:43:52.125344 [ 276 ] {dda642a2-4821-44bc-ab9a-4c875d9c11ef} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:52.125384 [ 276 ] {dda642a2-4821-44bc-ab9a-4c875d9c11ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:43:52.125770 [ 276 ] {dda642a2-4821-44bc-ab9a-4c875d9c11ef} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.08.29 23:43:52.125986 [ 276 ] {dda642a2-4821-44bc-ab9a-4c875d9c11ef} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:52.126113 [ 276 ] {dda642a2-4821-44bc-ab9a-4c875d9c11ef} executeQuery: Read 1217 rows, 103.05 KiB in 0.001869 sec., 651150.3477795613 rows/sec., 53.84 MiB/sec. 2025.08.29 23:43:52.126152 [ 276 ] {dda642a2-4821-44bc-ab9a-4c875d9c11ef} TCPHandler: Processed in 0.002040234 sec. 2025.08.29 23:43:52.126264 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:52.126357 [ 276 ] {86c84bd7-513c-4cad-a3c0-aadd94b97d26} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:43:52.126396 [ 276 ] {86c84bd7-513c-4cad-a3c0-aadd94b97d26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:43:52.126794 [ 276 ] {86c84bd7-513c-4cad-a3c0-aadd94b97d26} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:52.126830 [ 276 ] {86c84bd7-513c-4cad-a3c0-aadd94b97d26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:43:52.127136 [ 276 ] {86c84bd7-513c-4cad-a3c0-aadd94b97d26} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.08.29 23:43:52.127360 [ 276 ] {86c84bd7-513c-4cad-a3c0-aadd94b97d26} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:52.127491 [ 276 ] {86c84bd7-513c-4cad-a3c0-aadd94b97d26} executeQuery: Read 12 rows, 913.00 B in 0.001152 sec., 10416.666666666666 rows/sec., 773.96 KiB/sec. 2025.08.29 23:43:52.127528 [ 276 ] {86c84bd7-513c-4cad-a3c0-aadd94b97d26} TCPHandler: Processed in 0.001313093 sec. 2025.08.29 23:43:52.127638 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:52.127732 [ 276 ] {dd53f97e-e03a-4405-a14f-e7994be52303} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.29 23:43:52.127772 [ 276 ] {dd53f97e-e03a-4405-a14f-e7994be52303} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.29 23:43:52.128236 [ 276 ] {dd53f97e-e03a-4405-a14f-e7994be52303} oximeter.fields_u32 (3ddfd2d3-615e-4f40-8a6d-6f11378c1abe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:52.128272 [ 276 ] {dd53f97e-e03a-4405-a14f-e7994be52303} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:43:52.128587 [ 276 ] {dd53f97e-e03a-4405-a14f-e7994be52303} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.29 23:43:52.128802 [ 276 ] {dd53f97e-e03a-4405-a14f-e7994be52303} oximeter.fields_u32 (3ddfd2d3-615e-4f40-8a6d-6f11378c1abe): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:52.128927 [ 276 ] {dd53f97e-e03a-4405-a14f-e7994be52303} executeQuery: Read 228 rows, 15.81 KiB in 0.001213 sec., 187963.7262984336 rows/sec., 12.73 MiB/sec. 2025.08.29 23:43:52.128964 [ 276 ] {dd53f97e-e03a-4405-a14f-e7994be52303} TCPHandler: Processed in 0.001374503 sec. 2025.08.29 23:43:52.129069 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:52.129178 [ 276 ] {70eb6df5-53a9-4d3f-bd8d-7ec6adca8f54} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:43:52.129228 [ 276 ] {70eb6df5-53a9-4d3f-bd8d-7ec6adca8f54} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:43:52.129938 [ 276 ] {70eb6df5-53a9-4d3f-bd8d-7ec6adca8f54} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:52.129985 [ 276 ] {70eb6df5-53a9-4d3f-bd8d-7ec6adca8f54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:43:52.130354 [ 276 ] {70eb6df5-53a9-4d3f-bd8d-7ec6adca8f54} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.08.29 23:43:52.130568 [ 276 ] {70eb6df5-53a9-4d3f-bd8d-7ec6adca8f54} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:52.130699 [ 276 ] {70eb6df5-53a9-4d3f-bd8d-7ec6adca8f54} executeQuery: Read 532 rows, 40.37 KiB in 0.001546 sec., 344113.84217335057 rows/sec., 25.50 MiB/sec. 2025.08.29 23:43:52.130739 [ 276 ] {70eb6df5-53a9-4d3f-bd8d-7ec6adca8f54} TCPHandler: Processed in 0.001719019 sec. 2025.08.29 23:43:52.130853 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:52.130948 [ 276 ] {f1f8f612-9f78-4715-9e98-02035044740c} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:43:52.130991 [ 276 ] {f1f8f612-9f78-4715-9e98-02035044740c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:43:52.131559 [ 276 ] {f1f8f612-9f78-4715-9e98-02035044740c} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:52.131596 [ 276 ] {f1f8f612-9f78-4715-9e98-02035044740c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:43:52.131990 [ 276 ] {f1f8f612-9f78-4715-9e98-02035044740c} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.08.29 23:43:52.132204 [ 276 ] {f1f8f612-9f78-4715-9e98-02035044740c} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:52.132333 [ 276 ] {f1f8f612-9f78-4715-9e98-02035044740c} executeQuery: Read 845 rows, 58.24 KiB in 0.001404 sec., 601851.8518518518 rows/sec., 40.51 MiB/sec. 2025.08.29 23:43:52.132370 [ 276 ] {f1f8f612-9f78-4715-9e98-02035044740c} TCPHandler: Processed in 0.001564926 sec. 2025.08.29 23:43:52.132481 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:52.132575 [ 276 ] {1319a943-9616-4c9c-9a07-ef1f58cb3bb4} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:43:52.132630 [ 276 ] {1319a943-9616-4c9c-9a07-ef1f58cb3bb4} 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.08.29 23:43:52.133389 [ 276 ] {1319a943-9616-4c9c-9a07-ef1f58cb3bb4} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:52.133426 [ 276 ] {1319a943-9616-4c9c-9a07-ef1f58cb3bb4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:43:52.133942 [ 276 ] {1319a943-9616-4c9c-9a07-ef1f58cb3bb4} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.08.29 23:43:52.134167 [ 276 ] {1319a943-9616-4c9c-9a07-ef1f58cb3bb4} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:52.134306 [ 276 ] {1319a943-9616-4c9c-9a07-ef1f58cb3bb4} executeQuery: Read 10 rows, 18.35 KiB in 0.001749 sec., 5717.552887364209 rows/sec., 10.25 MiB/sec. 2025.08.29 23:43:52.134360 [ 276 ] {1319a943-9616-4c9c-9a07-ef1f58cb3bb4} TCPHandler: Processed in 0.001927013 sec. 2025.08.29 23:43:52.134468 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:52.134563 [ 276 ] {14c76199-c61d-48bc-85ce-80ae1d7d1884} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:43:52.134605 [ 276 ] {14c76199-c61d-48bc-85ce-80ae1d7d1884} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:43:52.134942 [ 276 ] {14c76199-c61d-48bc-85ce-80ae1d7d1884} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:52.134978 [ 276 ] {14c76199-c61d-48bc-85ce-80ae1d7d1884} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:43:52.135288 [ 276 ] {14c76199-c61d-48bc-85ce-80ae1d7d1884} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.08.29 23:43:52.135493 [ 276 ] {14c76199-c61d-48bc-85ce-80ae1d7d1884} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:52.135622 [ 276 ] {14c76199-c61d-48bc-85ce-80ae1d7d1884} executeQuery: Read 60 rows, 4.14 KiB in 0.001078 sec., 55658.62708719852 rows/sec., 3.75 MiB/sec. 2025.08.29 23:43:52.135657 [ 276 ] {14c76199-c61d-48bc-85ce-80ae1d7d1884} TCPHandler: Processed in 0.001235621 sec. 2025.08.29 23:43:52.163038 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 2025.08.29 23:43:52.181166 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:52.181215 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:43:52.186714 [ 244 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.08.29 23:43:52.187434 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:52.187751 [ 29 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.08.29 23:43:52.187826 [ 29 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:52.187851 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:43:52.187980 [ 203 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2025.08.29 23:43:52.191665 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 234 2025.08.29 23:43:52.192044 [ 203 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:43:52.193477 [ 203 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 196 rows starting from the beginning of the part 2025.08.29 23:43:52.197986 [ 203 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 8 rows starting from the beginning of the part 2025.08.29 23:43:52.202316 [ 203 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 7 rows starting from the beginning of the part 2025.08.29 23:43:52.206475 [ 203 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part 2025.08.29 23:43:52.210783 [ 203 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 7 rows starting from the beginning of the part 2025.08.29 23:43:52.214561 [ 203 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 8 rows starting from the beginning of the part 2025.08.29 23:43:52.268306 [ 192 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.08039019 sec., 2910.802922595406 rows/sec., 15.05 MiB/sec. 2025.08.29 23:43:52.271074 [ 198 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.08.29 23:43:52.273238 [ 198 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_31_6} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:52.273371 [ 198 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_31_6} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.08.29 23:43:52.276167 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2025.08.29 23:43:53.000183 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 248.57 MiB, peak 259.13 MiB, free memory in arenas 0.00 B, will set to 251.98 MiB (RSS), difference: 3.41 MiB 2025.08.29 23:43:57.097280 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:57.097476 [ 276 ] {2251f672-18cf-4d65-ab79-d686879dd7da} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:43:57.097544 [ 276 ] {2251f672-18cf-4d65-ab79-d686879dd7da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:43:57.098231 [ 276 ] {2251f672-18cf-4d65-ab79-d686879dd7da} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:57.098284 [ 276 ] {2251f672-18cf-4d65-ab79-d686879dd7da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:43:57.098721 [ 276 ] {2251f672-18cf-4d65-ab79-d686879dd7da} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.08.29 23:43:57.098958 [ 276 ] {2251f672-18cf-4d65-ab79-d686879dd7da} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:57.099141 [ 276 ] {2251f672-18cf-4d65-ab79-d686879dd7da} executeQuery: Read 120 rows, 10.44 KiB in 0.001709 sec., 70216.50087770626 rows/sec., 5.97 MiB/sec. 2025.08.29 23:43:57.099198 [ 276 ] {2251f672-18cf-4d65-ab79-d686879dd7da} TCPHandler: Processed in 0.002049304 sec. 2025.08.29 23:43:57.099325 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:57.099432 [ 276 ] {1509acb1-09cb-4c1d-912b-ba3efad65d64} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:43:57.099477 [ 276 ] {1509acb1-09cb-4c1d-912b-ba3efad65d64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:43:57.099948 [ 276 ] {1509acb1-09cb-4c1d-912b-ba3efad65d64} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:57.099989 [ 276 ] {1509acb1-09cb-4c1d-912b-ba3efad65d64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:43:57.100317 [ 276 ] {1509acb1-09cb-4c1d-912b-ba3efad65d64} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.08.29 23:43:57.100549 [ 276 ] {1509acb1-09cb-4c1d-912b-ba3efad65d64} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:57.100706 [ 276 ] {1509acb1-09cb-4c1d-912b-ba3efad65d64} executeQuery: Read 32 rows, 2.41 KiB in 0.001299 sec., 24634.334103156274 rows/sec., 1.81 MiB/sec. 2025.08.29 23:43:57.100746 [ 276 ] {1509acb1-09cb-4c1d-912b-ba3efad65d64} TCPHandler: Processed in 0.001470074 sec. 2025.08.29 23:43:57.100870 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:57.100975 [ 276 ] {3f264791-0cf1-41be-a9cf-5b9aca3653df} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:43:57.101017 [ 276 ] {3f264791-0cf1-41be-a9cf-5b9aca3653df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:43:57.101459 [ 276 ] {3f264791-0cf1-41be-a9cf-5b9aca3653df} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:57.101497 [ 276 ] {3f264791-0cf1-41be-a9cf-5b9aca3653df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:43:57.101807 [ 276 ] {3f264791-0cf1-41be-a9cf-5b9aca3653df} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.08.29 23:43:57.102020 [ 276 ] {3f264791-0cf1-41be-a9cf-5b9aca3653df} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:57.102155 [ 276 ] {3f264791-0cf1-41be-a9cf-5b9aca3653df} executeQuery: Read 96 rows, 7.68 KiB in 0.001206 sec., 79601.99004975124 rows/sec., 6.22 MiB/sec. 2025.08.29 23:43:57.102193 [ 276 ] {3f264791-0cf1-41be-a9cf-5b9aca3653df} TCPHandler: Processed in 0.001372783 sec. 2025.08.29 23:43:57.102302 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:57.102396 [ 276 ] {cd21d26a-2303-4a8c-945d-84705ff23e00} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:43:57.102440 [ 276 ] {cd21d26a-2303-4a8c-945d-84705ff23e00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:43:57.102831 [ 276 ] {cd21d26a-2303-4a8c-945d-84705ff23e00} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:57.102868 [ 276 ] {cd21d26a-2303-4a8c-945d-84705ff23e00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:43:57.103204 [ 276 ] {cd21d26a-2303-4a8c-945d-84705ff23e00} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.08.29 23:43:57.103422 [ 276 ] {cd21d26a-2303-4a8c-945d-84705ff23e00} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:57.103564 [ 276 ] {cd21d26a-2303-4a8c-945d-84705ff23e00} executeQuery: Read 160 rows, 11.41 KiB in 0.001186 sec., 134907.25126475547 rows/sec., 9.40 MiB/sec. 2025.08.29 23:43:57.103601 [ 276 ] {cd21d26a-2303-4a8c-945d-84705ff23e00} TCPHandler: Processed in 0.001347473 sec. 2025.08.29 23:43:57.103700 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:57.103802 [ 276 ] {e60f7e07-42e8-49a5-939b-70867b807628} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:43:57.103872 [ 276 ] {e60f7e07-42e8-49a5-939b-70867b807628} 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.08.29 23:43:57.104790 [ 276 ] {e60f7e07-42e8-49a5-939b-70867b807628} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:57.104827 [ 276 ] {e60f7e07-42e8-49a5-939b-70867b807628} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:43:57.105390 [ 276 ] {e60f7e07-42e8-49a5-939b-70867b807628} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.08.29 23:43:57.105637 [ 276 ] {e60f7e07-42e8-49a5-939b-70867b807628} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:57.105783 [ 276 ] {e60f7e07-42e8-49a5-939b-70867b807628} executeQuery: Read 32 rows, 58.72 KiB in 0.002004 sec., 15968.063872255489 rows/sec., 28.61 MiB/sec. 2025.08.29 23:43:57.105851 [ 276 ] {e60f7e07-42e8-49a5-939b-70867b807628} TCPHandler: Processed in 0.002197477 sec. 2025.08.29 23:43:57.105966 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:43:57.106061 [ 276 ] {a8d4527f-838f-4bff-8461-c0706a60a0bf} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:43:57.106102 [ 276 ] {a8d4527f-838f-4bff-8461-c0706a60a0bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:43:57.106443 [ 276 ] {a8d4527f-838f-4bff-8461-c0706a60a0bf} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:57.106479 [ 276 ] {a8d4527f-838f-4bff-8461-c0706a60a0bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:43:57.106796 [ 276 ] {a8d4527f-838f-4bff-8461-c0706a60a0bf} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.08.29 23:43:57.107009 [ 276 ] {a8d4527f-838f-4bff-8461-c0706a60a0bf} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:57.107144 [ 276 ] {a8d4527f-838f-4bff-8461-c0706a60a0bf} executeQuery: Read 60 rows, 4.14 KiB in 0.001102 sec., 54446.4609800363 rows/sec., 3.67 MiB/sec. 2025.08.29 23:43:57.107180 [ 276 ] {a8d4527f-838f-4bff-8461-c0706a60a0bf} TCPHandler: Processed in 0.001263241 sec. 2025.08.29 23:43:58.777598 [ 76 ] {} DNSResolver: Updating DNS cache 2025.08.29 23:43:58.777647 [ 76 ] {} DNSResolver: Updated DNS cache 2025.08.29 23:43:58.885625 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14701 2025.08.29 23:43:58.886116 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:58.886165 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:43:58.886772 [ 245 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.08.29 23:43:58.887026 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:58.887181 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 2025.08.29 23:43:58.932751 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 742 2025.08.29 23:43:58.935171 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:58.935233 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:43:58.936522 [ 243 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.08.29 23:43:58.936830 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:58.937262 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 742 2025.08.29 23:43:59.001788 [ 249 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001126369 sec. 2025.08.29 23:43:59.691827 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 241 2025.08.29 23:43:59.706903 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:43:59.706948 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:43:59.712728 [ 244 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.08.29 23:43:59.713444 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:43:59.715983 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 241 2025.08.29 23:44:02.095157 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:02.095430 [ 276 ] {e3708adf-f7d1-455c-a0ac-2e0ce573631b} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:44:02.095570 [ 276 ] {e3708adf-f7d1-455c-a0ac-2e0ce573631b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:44:02.096574 [ 276 ] {e3708adf-f7d1-455c-a0ac-2e0ce573631b} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:02.096628 [ 276 ] {e3708adf-f7d1-455c-a0ac-2e0ce573631b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:44:02.097059 [ 276 ] {e3708adf-f7d1-455c-a0ac-2e0ce573631b} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.08.29 23:44:02.097297 [ 276 ] {e3708adf-f7d1-455c-a0ac-2e0ce573631b} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:02.097449 [ 276 ] {e3708adf-f7d1-455c-a0ac-2e0ce573631b} executeQuery: Read 76 rows, 6.41 KiB in 0.002104 sec., 36121.67300380228 rows/sec., 2.98 MiB/sec. 2025.08.29 23:44:02.097469 [ 85 ] {} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.08.29 23:44:02.097494 [ 276 ] {e3708adf-f7d1-455c-a0ac-2e0ce573631b} TCPHandler: Processed in 0.002541733 sec. 2025.08.29 23:44:02.097559 [ 85 ] {} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:02.097604 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:44:02.097658 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:02.097742 [ 187 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2025.08.29 23:44:02.097766 [ 276 ] {718a184d-819e-4320-8544-75d300aec69f} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:44:02.097831 [ 276 ] {718a184d-819e-4320-8544-75d300aec69f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:44:02.097900 [ 187 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:44:02.097941 [ 187 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1289 rows starting from the beginning of the part 2025.08.29 23:44:02.098008 [ 187 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 76 rows starting from the beginning of the part 2025.08.29 23:44:02.098058 [ 187 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 120 rows starting from the beginning of the part 2025.08.29 23:44:02.098100 [ 187 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1217 rows starting from the beginning of the part 2025.08.29 23:44:02.098139 [ 187 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 120 rows starting from the beginning of the part 2025.08.29 23:44:02.098177 [ 187 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 76 rows starting from the beginning of the part 2025.08.29 23:44:02.098262 [ 276 ] {718a184d-819e-4320-8544-75d300aec69f} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:02.098305 [ 276 ] {718a184d-819e-4320-8544-75d300aec69f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:44:02.098655 [ 276 ] {718a184d-819e-4320-8544-75d300aec69f} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.08.29 23:44:02.098902 [ 276 ] {718a184d-819e-4320-8544-75d300aec69f} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:02.099045 [ 276 ] {718a184d-819e-4320-8544-75d300aec69f} executeQuery: Read 10 rows, 770.00 B in 0.001304 sec., 7668.711656441717 rows/sec., 576.65 KiB/sec. 2025.08.29 23:44:02.099085 [ 276 ] {718a184d-819e-4320-8544-75d300aec69f} TCPHandler: Processed in 0.001479645 sec. 2025.08.29 23:44:02.099203 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:02.099297 [ 276 ] {77883387-9410-4fcc-a9f0-a2bd368be811} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:44:02.099338 [ 276 ] {77883387-9410-4fcc-a9f0-a2bd368be811} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:44:02.099668 [ 190 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2898 rows, containing 5 columns (5 merged, 0 gathered) in 0.001986144 sec., 1459108.705108995 rows/sec., 126.74 MiB/sec. 2025.08.29 23:44:02.099761 [ 276 ] {77883387-9410-4fcc-a9f0-a2bd368be811} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:02.099804 [ 276 ] {77883387-9410-4fcc-a9f0-a2bd368be811} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:44:02.099938 [ 200 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.08.29 23:44:02.100130 [ 276 ] {77883387-9410-4fcc-a9f0-a2bd368be811} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.08.29 23:44:02.100215 [ 200 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_46_9} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:02.100280 [ 200 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_46_9} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.08.29 23:44:02.100359 [ 276 ] {77883387-9410-4fcc-a9f0-a2bd368be811} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:02.100362 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2025.08.29 23:44:02.100474 [ 85 ] {} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.08.29 23:44:02.100490 [ 276 ] {77883387-9410-4fcc-a9f0-a2bd368be811} executeQuery: Read 74 rows, 5.92 KiB in 0.001211 sec., 61106.523534269196 rows/sec., 4.77 MiB/sec. 2025.08.29 23:44:02.100522 [ 85 ] {} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:02.100544 [ 276 ] {77883387-9410-4fcc-a9f0-a2bd368be811} TCPHandler: Processed in 0.001390243 sec. 2025.08.29 23:44:02.100546 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:44:02.100638 [ 200 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2025.08.29 23:44:02.100668 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:02.100715 [ 200 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:44:02.100741 [ 200 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 596 rows starting from the beginning of the part 2025.08.29 23:44:02.100765 [ 276 ] {d11f8b74-735b-497c-8100-9bffde2cccea} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:44:02.100810 [ 200 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 74 rows starting from the beginning of the part 2025.08.29 23:44:02.100820 [ 276 ] {d11f8b74-735b-497c-8100-9bffde2cccea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:44:02.100861 [ 200 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 96 rows starting from the beginning of the part 2025.08.29 23:44:02.100900 [ 200 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 532 rows starting from the beginning of the part 2025.08.29 23:44:02.100938 [ 200 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 96 rows starting from the beginning of the part 2025.08.29 23:44:02.100975 [ 200 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 74 rows starting from the beginning of the part 2025.08.29 23:44:02.101253 [ 276 ] {d11f8b74-735b-497c-8100-9bffde2cccea} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:02.101288 [ 276 ] {d11f8b74-735b-497c-8100-9bffde2cccea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:44:02.101670 [ 276 ] {d11f8b74-735b-497c-8100-9bffde2cccea} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.08.29 23:44:02.101894 [ 191 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1468 rows, containing 5 columns (5 merged, 0 gathered) in 0.001284432 sec., 1142917.647645029 rows/sec., 90.33 MiB/sec. 2025.08.29 23:44:02.101902 [ 276 ] {d11f8b74-735b-497c-8100-9bffde2cccea} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:02.102041 [ 85 ] {} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.08.29 23:44:02.102060 [ 276 ] {d11f8b74-735b-497c-8100-9bffde2cccea} executeQuery: Read 160 rows, 11.41 KiB in 0.001316 sec., 121580.54711246201 rows/sec., 8.47 MiB/sec. 2025.08.29 23:44:02.102087 [ 85 ] {} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:02.102089 [ 191 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.08.29 23:44:02.102116 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:44:02.102118 [ 276 ] {d11f8b74-735b-497c-8100-9bffde2cccea} TCPHandler: Processed in 0.001498356 sec. 2025.08.29 23:44:02.102249 [ 190 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2025.08.29 23:44:02.102268 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:02.102409 [ 276 ] {f3fa5509-5dad-4d7f-b0b4-b8fe784f9c06} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:44:02.102424 [ 191 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_46_9} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:02.102450 [ 190 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:44:02.102476 [ 276 ] {f3fa5509-5dad-4d7f-b0b4-b8fe784f9c06} 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.08.29 23:44:02.102513 [ 190 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_46_9} MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 11793 rows starting from the beginning of the part 2025.08.29 23:44:02.102517 [ 191 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_46_9} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.08.29 23:44:02.102618 [ 190 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 160 rows starting from the beginning of the part 2025.08.29 23:44:02.102642 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. 2025.08.29 23:44:02.102701 [ 190 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 160 rows starting from the beginning of the part 2025.08.29 23:44:02.102786 [ 190 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 845 rows starting from the beginning of the part 2025.08.29 23:44:02.102861 [ 190 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part 2025.08.29 23:44:02.102936 [ 190 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 160 rows starting from the beginning of the part 2025.08.29 23:44:02.103263 [ 276 ] {f3fa5509-5dad-4d7f-b0b4-b8fe784f9c06} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:02.103306 [ 276 ] {f3fa5509-5dad-4d7f-b0b4-b8fe784f9c06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:44:02.103843 [ 276 ] {f3fa5509-5dad-4d7f-b0b4-b8fe784f9c06} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.08.29 23:44:02.104081 [ 276 ] {f3fa5509-5dad-4d7f-b0b4-b8fe784f9c06} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:02.104216 [ 276 ] {f3fa5509-5dad-4d7f-b0b4-b8fe784f9c06} executeQuery: Read 10 rows, 18.35 KiB in 0.001857 sec., 5385.029617662897 rows/sec., 9.65 MiB/sec. 2025.08.29 23:44:02.104268 [ 276 ] {f3fa5509-5dad-4d7f-b0b4-b8fe784f9c06} TCPHandler: Processed in 0.002094056 sec. 2025.08.29 23:44:02.104377 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:02.104466 [ 276 ] {0146e09b-473a-4299-9c64-b803561650c8} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:44:02.104508 [ 276 ] {0146e09b-473a-4299-9c64-b803561650c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:44:02.104903 [ 276 ] {0146e09b-473a-4299-9c64-b803561650c8} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:02.104940 [ 276 ] {0146e09b-473a-4299-9c64-b803561650c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:44:02.105413 [ 276 ] {0146e09b-473a-4299-9c64-b803561650c8} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.08.29 23:44:02.105642 [ 276 ] {0146e09b-473a-4299-9c64-b803561650c8} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:02.105783 [ 276 ] {0146e09b-473a-4299-9c64-b803561650c8} executeQuery: Read 60 rows, 4.14 KiB in 0.001291 sec., 46475.60030983733 rows/sec., 3.13 MiB/sec. 2025.08.29 23:44:02.105782 [ 107 ] {} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.08.29 23:44:02.105823 [ 276 ] {0146e09b-473a-4299-9c64-b803561650c8} TCPHandler: Processed in 0.001455684 sec. 2025.08.29 23:44:02.105841 [ 107 ] {} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:02.105868 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:44:02.105945 [ 196 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2025.08.29 23:44:02.106040 [ 196 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:44:02.106067 [ 196 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2370 rows starting from the beginning of the part 2025.08.29 23:44:02.106118 [ 196 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part 2025.08.29 23:44:02.106157 [ 196 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part 2025.08.29 23:44:02.106196 [ 196 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part 2025.08.29 23:44:02.106232 [ 196 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part 2025.08.29 23:44:02.106268 [ 196 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part 2025.08.29 23:44:02.107610 [ 193 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2670 rows, containing 4 columns (4 merged, 0 gathered) in 0.001696139 sec., 1574163.438255945 rows/sec., 106.19 MiB/sec. 2025.08.29 23:44:02.108027 [ 199 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.08.29 23:44:02.108127 [ 193 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 13278 rows, containing 5 columns (5 merged, 0 gathered) in 0.00594391 sec., 2233883.083694067 rows/sec., 152.60 MiB/sec. 2025.08.29 23:44:02.108354 [ 199 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_46_9} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:02.108418 [ 190 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.08.29 23:44:02.108444 [ 199 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_46_9} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.08.29 23:44:02.108534 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. 2025.08.29 23:44:02.108706 [ 190 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_46_9} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:02.108785 [ 190 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_46_9} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.08.29 23:44:02.108869 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.42 MiB. 2025.08.29 23:44:03.000192 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 252.84 MiB, peak 261.66 MiB, free memory in arenas 0.00 B, will set to 254.30 MiB (RSS), difference: 1.46 MiB 2025.08.29 23:44:06.387317 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15189 2025.08.29 23:44:06.387814 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:06.387850 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:44:06.388329 [ 245 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.08.29 23:44:06.388560 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:06.388686 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15189 2025.08.29 23:44:07.096975 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:07.097153 [ 276 ] {9ea7f5da-29bc-4209-b674-5182434a4822} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.29 23:44:07.097220 [ 276 ] {9ea7f5da-29bc-4209-b674-5182434a4822} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.29 23:44:07.097844 [ 276 ] {9ea7f5da-29bc-4209-b674-5182434a4822} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:07.097893 [ 276 ] {9ea7f5da-29bc-4209-b674-5182434a4822} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:44:07.098293 [ 276 ] {9ea7f5da-29bc-4209-b674-5182434a4822} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.29 23:44:07.098531 [ 276 ] {9ea7f5da-29bc-4209-b674-5182434a4822} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:07.098689 [ 276 ] {9ea7f5da-29bc-4209-b674-5182434a4822} executeQuery: Read 4 rows, 334.00 B in 0.001584 sec., 2525.2525252525256 rows/sec., 205.92 KiB/sec. 2025.08.29 23:44:07.098730 [ 276 ] {9ea7f5da-29bc-4209-b674-5182434a4822} TCPHandler: Processed in 0.001898802 sec. 2025.08.29 23:44:07.098852 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:07.098949 [ 276 ] {a133b9aa-60b8-4be5-aa27-199943555681} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:44:07.098988 [ 276 ] {a133b9aa-60b8-4be5-aa27-199943555681} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:44:07.099460 [ 276 ] {a133b9aa-60b8-4be5-aa27-199943555681} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:07.099498 [ 276 ] {a133b9aa-60b8-4be5-aa27-199943555681} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:44:07.099845 [ 276 ] {a133b9aa-60b8-4be5-aa27-199943555681} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.08.29 23:44:07.100073 [ 276 ] {a133b9aa-60b8-4be5-aa27-199943555681} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:07.100202 [ 276 ] {a133b9aa-60b8-4be5-aa27-199943555681} executeQuery: Read 122 rows, 10.59 KiB in 0.001272 sec., 95911.9496855346 rows/sec., 8.13 MiB/sec. 2025.08.29 23:44:07.100239 [ 276 ] {a133b9aa-60b8-4be5-aa27-199943555681} TCPHandler: Processed in 0.001437424 sec. 2025.08.29 23:44:07.100360 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:07.100456 [ 276 ] {b99ab8ed-885d-404b-b112-fb8a925a53b2} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:44:07.100497 [ 276 ] {b99ab8ed-885d-404b-b112-fb8a925a53b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:44:07.100915 [ 276 ] {b99ab8ed-885d-404b-b112-fb8a925a53b2} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:07.100953 [ 276 ] {b99ab8ed-885d-404b-b112-fb8a925a53b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:44:07.101270 [ 276 ] {b99ab8ed-885d-404b-b112-fb8a925a53b2} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.08.29 23:44:07.101506 [ 276 ] {b99ab8ed-885d-404b-b112-fb8a925a53b2} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:07.101643 [ 276 ] {b99ab8ed-885d-404b-b112-fb8a925a53b2} executeQuery: Read 36 rows, 2.69 KiB in 0.001206 sec., 29850.746268656716 rows/sec., 2.17 MiB/sec. 2025.08.29 23:44:07.101681 [ 276 ] {b99ab8ed-885d-404b-b112-fb8a925a53b2} TCPHandler: Processed in 0.001371943 sec. 2025.08.29 23:44:07.101796 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:07.101891 [ 276 ] {0baf1fd2-9e4d-4d33-86bc-220095a049c2} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:44:07.101931 [ 276 ] {0baf1fd2-9e4d-4d33-86bc-220095a049c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:44:07.102415 [ 276 ] {0baf1fd2-9e4d-4d33-86bc-220095a049c2} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:07.102455 [ 276 ] {0baf1fd2-9e4d-4d33-86bc-220095a049c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:44:07.102827 [ 276 ] {0baf1fd2-9e4d-4d33-86bc-220095a049c2} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.08.29 23:44:07.103103 [ 276 ] {0baf1fd2-9e4d-4d33-86bc-220095a049c2} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:07.103260 [ 276 ] {0baf1fd2-9e4d-4d33-86bc-220095a049c2} executeQuery: Read 100 rows, 8.00 KiB in 0.001386 sec., 72150.07215007214 rows/sec., 5.64 MiB/sec. 2025.08.29 23:44:07.103306 [ 276 ] {0baf1fd2-9e4d-4d33-86bc-220095a049c2} TCPHandler: Processed in 0.001560276 sec. 2025.08.29 23:44:07.103431 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:07.103532 [ 276 ] {c23657d2-a21e-4424-924c-c40eae494be5} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:44:07.103582 [ 276 ] {c23657d2-a21e-4424-924c-c40eae494be5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:44:07.104080 [ 276 ] {c23657d2-a21e-4424-924c-c40eae494be5} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:07.104121 [ 276 ] {c23657d2-a21e-4424-924c-c40eae494be5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:44:07.104468 [ 276 ] {c23657d2-a21e-4424-924c-c40eae494be5} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.08.29 23:44:07.104684 [ 276 ] {c23657d2-a21e-4424-924c-c40eae494be5} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:07.104819 [ 276 ] {c23657d2-a21e-4424-924c-c40eae494be5} executeQuery: Read 162 rows, 11.55 KiB in 0.001307 sec., 123947.97245600611 rows/sec., 8.63 MiB/sec. 2025.08.29 23:44:07.104865 [ 276 ] {c23657d2-a21e-4424-924c-c40eae494be5} TCPHandler: Processed in 0.001491475 sec. 2025.08.29 23:44:07.104989 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:07.105097 [ 276 ] {b97d5c1f-95a3-4e29-963e-60872e185fcf} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:44:07.105162 [ 276 ] {b97d5c1f-95a3-4e29-963e-60872e185fcf} 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.08.29 23:44:07.106046 [ 276 ] {b97d5c1f-95a3-4e29-963e-60872e185fcf} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:07.106083 [ 276 ] {b97d5c1f-95a3-4e29-963e-60872e185fcf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:44:07.106633 [ 276 ] {b97d5c1f-95a3-4e29-963e-60872e185fcf} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.08.29 23:44:07.106856 [ 276 ] {b97d5c1f-95a3-4e29-963e-60872e185fcf} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:07.107023 [ 276 ] {b97d5c1f-95a3-4e29-963e-60872e185fcf} executeQuery: Read 32 rows, 58.72 KiB in 0.001947 sec., 16435.541859270674 rows/sec., 29.45 MiB/sec. 2025.08.29 23:44:07.107093 [ 276 ] {b97d5c1f-95a3-4e29-963e-60872e185fcf} TCPHandler: Processed in 0.002154066 sec. 2025.08.29 23:44:07.107206 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:07.107298 [ 276 ] {d624ca71-1ef7-4d15-9591-d4973c5a4f67} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:44:07.107339 [ 276 ] {d624ca71-1ef7-4d15-9591-d4973c5a4f67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:44:07.107678 [ 276 ] {d624ca71-1ef7-4d15-9591-d4973c5a4f67} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:07.107714 [ 276 ] {d624ca71-1ef7-4d15-9591-d4973c5a4f67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:44:07.108043 [ 276 ] {d624ca71-1ef7-4d15-9591-d4973c5a4f67} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.08.29 23:44:07.108299 [ 276 ] {d624ca71-1ef7-4d15-9591-d4973c5a4f67} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:07.108430 [ 276 ] {d624ca71-1ef7-4d15-9591-d4973c5a4f67} executeQuery: Read 60 rows, 4.14 KiB in 0.00115 sec., 52173.913043478264 rows/sec., 3.52 MiB/sec. 2025.08.29 23:44:07.108465 [ 276 ] {d624ca71-1ef7-4d15-9591-d4973c5a4f67} TCPHandler: Processed in 0.001306592 sec. 2025.08.29 23:44:07.216105 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 249 2025.08.29 23:44:07.232340 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:07.232400 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:44:07.238509 [ 244 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.08.29 23:44:07.239227 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:07.242090 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 249 2025.08.29 23:44:08.937565 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 768 2025.08.29 23:44:08.939801 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:08.939847 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.08.29 23:44:08.941015 [ 243 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.08.29 23:44:08.941293 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:08.941544 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 768 2025.08.29 23:44:12.095571 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:12.095874 [ 276 ] {7af18e67-7d28-4ab8-b650-a1da908db013} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:44:12.095961 [ 276 ] {7af18e67-7d28-4ab8-b650-a1da908db013} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:44:12.096843 [ 276 ] {7af18e67-7d28-4ab8-b650-a1da908db013} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:12.096889 [ 276 ] {7af18e67-7d28-4ab8-b650-a1da908db013} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:12.097305 [ 276 ] {7af18e67-7d28-4ab8-b650-a1da908db013} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.08.29 23:44:12.097537 [ 276 ] {7af18e67-7d28-4ab8-b650-a1da908db013} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:12.097683 [ 276 ] {7af18e67-7d28-4ab8-b650-a1da908db013} executeQuery: Read 76 rows, 6.41 KiB in 0.001883 sec., 40361.1258629846 rows/sec., 3.33 MiB/sec. 2025.08.29 23:44:12.097726 [ 276 ] {7af18e67-7d28-4ab8-b650-a1da908db013} TCPHandler: Processed in 0.002423161 sec. 2025.08.29 23:44:12.097863 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:12.097962 [ 276 ] {b9b724eb-5075-4923-b1c5-51c45eed78b6} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:44:12.098003 [ 276 ] {b9b724eb-5075-4923-b1c5-51c45eed78b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:44:12.098404 [ 276 ] {b9b724eb-5075-4923-b1c5-51c45eed78b6} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:12.098441 [ 276 ] {b9b724eb-5075-4923-b1c5-51c45eed78b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:12.098747 [ 276 ] {b9b724eb-5075-4923-b1c5-51c45eed78b6} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.08.29 23:44:12.098964 [ 276 ] {b9b724eb-5075-4923-b1c5-51c45eed78b6} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:12.099090 [ 276 ] {b9b724eb-5075-4923-b1c5-51c45eed78b6} executeQuery: Read 10 rows, 770.00 B in 0.00115 sec., 8695.652173913044 rows/sec., 653.87 KiB/sec. 2025.08.29 23:44:12.099088 [ 142 ] {} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.08.29 23:44:12.099128 [ 276 ] {b9b724eb-5075-4923-b1c5-51c45eed78b6} TCPHandler: Processed in 0.001314162 sec. 2025.08.29 23:44:12.099173 [ 142 ] {} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:12.099201 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:12.099263 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:12.099323 [ 193 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2025.08.29 23:44:12.099360 [ 276 ] {df696be9-bcff-482a-8f46-64b5c8c13c62} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:44:12.099406 [ 276 ] {df696be9-bcff-482a-8f46-64b5c8c13c62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:44:12.099465 [ 193 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:44:12.099502 [ 193 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 58 rows starting from the beginning of the part 2025.08.29 23:44:12.099567 [ 193 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 12 rows starting from the beginning of the part 2025.08.29 23:44:12.099620 [ 193 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 32 rows starting from the beginning of the part 2025.08.29 23:44:12.099666 [ 193 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 10 rows starting from the beginning of the part 2025.08.29 23:44:12.099708 [ 193 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 36 rows starting from the beginning of the part 2025.08.29 23:44:12.099752 [ 193 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 10 rows starting from the beginning of the part 2025.08.29 23:44:12.099824 [ 276 ] {df696be9-bcff-482a-8f46-64b5c8c13c62} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:12.099864 [ 276 ] {df696be9-bcff-482a-8f46-64b5c8c13c62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:12.100246 [ 276 ] {df696be9-bcff-482a-8f46-64b5c8c13c62} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.08.29 23:44:12.100477 [ 276 ] {df696be9-bcff-482a-8f46-64b5c8c13c62} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:12.100591 [ 190 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 158 rows, containing 5 columns (5 merged, 0 gathered) in 0.001328642 sec., 118918.4144412114 rows/sec., 9.10 MiB/sec. 2025.08.29 23:44:12.100608 [ 276 ] {df696be9-bcff-482a-8f46-64b5c8c13c62} executeQuery: Read 74 rows, 5.92 KiB in 0.001266 sec., 58451.81674565561 rows/sec., 4.56 MiB/sec. 2025.08.29 23:44:12.100668 [ 276 ] {df696be9-bcff-482a-8f46-64b5c8c13c62} TCPHandler: Processed in 0.001450624 sec. 2025.08.29 23:44:12.100781 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:12.100787 [ 199 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.08.29 23:44:12.100875 [ 276 ] {ac4bf2ab-b04f-48c5-8e04-f7f316eced01} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:44:12.100923 [ 276 ] {ac4bf2ab-b04f-48c5-8e04-f7f316eced01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:44:12.101128 [ 199 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_46_9} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:12.101219 [ 199 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_46_9} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.08.29 23:44:12.101335 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.08.29 23:44:12.101340 [ 276 ] {ac4bf2ab-b04f-48c5-8e04-f7f316eced01} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:12.101386 [ 276 ] {ac4bf2ab-b04f-48c5-8e04-f7f316eced01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:12.101733 [ 276 ] {ac4bf2ab-b04f-48c5-8e04-f7f316eced01} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.08.29 23:44:12.101941 [ 276 ] {ac4bf2ab-b04f-48c5-8e04-f7f316eced01} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:12.102083 [ 276 ] {ac4bf2ab-b04f-48c5-8e04-f7f316eced01} executeQuery: Read 160 rows, 11.41 KiB in 0.001225 sec., 130612.24489795919 rows/sec., 9.10 MiB/sec. 2025.08.29 23:44:12.102121 [ 276 ] {ac4bf2ab-b04f-48c5-8e04-f7f316eced01} TCPHandler: Processed in 0.001386843 sec. 2025.08.29 23:44:12.102231 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:12.102322 [ 276 ] {b9dd916f-60f5-4237-89fb-9fd53d0f3b8f} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:44:12.102376 [ 276 ] {b9dd916f-60f5-4237-89fb-9fd53d0f3b8f} 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.08.29 23:44:12.103129 [ 276 ] {b9dd916f-60f5-4237-89fb-9fd53d0f3b8f} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:12.103165 [ 276 ] {b9dd916f-60f5-4237-89fb-9fd53d0f3b8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:12.103673 [ 276 ] {b9dd916f-60f5-4237-89fb-9fd53d0f3b8f} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.08.29 23:44:12.103897 [ 276 ] {b9dd916f-60f5-4237-89fb-9fd53d0f3b8f} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:12.104042 [ 276 ] {b9dd916f-60f5-4237-89fb-9fd53d0f3b8f} executeQuery: Read 10 rows, 18.35 KiB in 0.001738 sec., 5753.739930955121 rows/sec., 10.31 MiB/sec. 2025.08.29 23:44:12.104043 [ 142 ] {} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.08.29 23:44:12.104097 [ 142 ] {} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:12.104103 [ 276 ] {b9dd916f-60f5-4237-89fb-9fd53d0f3b8f} TCPHandler: Processed in 0.001919212 sec. 2025.08.29 23:44:12.104120 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:12.104218 [ 193 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2025.08.29 23:44:12.104232 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:12.104343 [ 276 ] {6f5350e8-9442-4852-abdd-08b119697fd8} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:44:12.104384 [ 276 ] {6f5350e8-9442-4852-abdd-08b119697fd8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:44:12.104447 [ 193 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:44:12.104512 [ 193 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 821 rows starting from the beginning of the part 2025.08.29 23:44:12.104636 [ 193 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 10 rows starting from the beginning of the part 2025.08.29 23:44:12.104734 [ 276 ] {6f5350e8-9442-4852-abdd-08b119697fd8} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:12.104757 [ 193 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 32 rows starting from the beginning of the part 2025.08.29 23:44:12.104774 [ 276 ] {6f5350e8-9442-4852-abdd-08b119697fd8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:12.104868 [ 193 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 10 rows starting from the beginning of the part 2025.08.29 23:44:12.104964 [ 193 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 32 rows starting from the beginning of the part 2025.08.29 23:44:12.105062 [ 193 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 10 rows starting from the beginning of the part 2025.08.29 23:44:12.105114 [ 276 ] {6f5350e8-9442-4852-abdd-08b119697fd8} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.08.29 23:44:12.105324 [ 276 ] {6f5350e8-9442-4852-abdd-08b119697fd8} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:12.105461 [ 276 ] {6f5350e8-9442-4852-abdd-08b119697fd8} executeQuery: Read 60 rows, 4.14 KiB in 0.001137 sec., 52770.44854881267 rows/sec., 3.56 MiB/sec. 2025.08.29 23:44:12.105499 [ 276 ] {6f5350e8-9442-4852-abdd-08b119697fd8} TCPHandler: Processed in 0.001314422 sec. 2025.08.29 23:44:12.110499 [ 190 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 915 rows, containing 19 columns (19 merged, 0 gathered) in 0.006325677 sec., 144648.54908020122 rows/sec., 259.20 MiB/sec. 2025.08.29 23:44:12.111312 [ 189 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.08.29 23:44:12.111644 [ 189 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_46_9} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:12.111716 [ 189 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_46_9} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.08.29 23:44:12.111806 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.02 MiB. 2025.08.29 23:44:13.000377 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 255.32 MiB, peak 263.28 MiB, free memory in arenas 0.00 B, will set to 257.75 MiB (RSS), difference: 2.43 MiB 2025.08.29 23:44:13.777887 [ 72 ] {} DNSResolver: Updating DNS cache 2025.08.29 23:44:13.777945 [ 72 ] {} DNSResolver: Updated DNS cache 2025.08.29 23:44:13.888823 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15616 2025.08.29 23:44:13.889557 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:13.889635 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:13.890412 [ 245 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.08.29 23:44:13.890649 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:13.890798 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 2025.08.29 23:44:14.742223 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 256 2025.08.29 23:44:14.758733 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:14.758786 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:14.764707 [ 244 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.08.29 23:44:14.765408 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:14.768214 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 256 2025.08.29 23:44:17.096106 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:17.096432 [ 276 ] {d3cabc57-f411-41f7-9471-33dd525a24f6} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:44:17.096498 [ 276 ] {d3cabc57-f411-41f7-9471-33dd525a24f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:44:17.097200 [ 276 ] {d3cabc57-f411-41f7-9471-33dd525a24f6} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:17.097245 [ 276 ] {d3cabc57-f411-41f7-9471-33dd525a24f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:17.097666 [ 276 ] {d3cabc57-f411-41f7-9471-33dd525a24f6} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.08.29 23:44:17.097955 [ 276 ] {d3cabc57-f411-41f7-9471-33dd525a24f6} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:17.098105 [ 276 ] {d3cabc57-f411-41f7-9471-33dd525a24f6} executeQuery: Read 120 rows, 10.44 KiB in 0.001751 sec., 68532.26727584237 rows/sec., 5.82 MiB/sec. 2025.08.29 23:44:17.098147 [ 276 ] {d3cabc57-f411-41f7-9471-33dd525a24f6} TCPHandler: Processed in 0.00232591 sec. 2025.08.29 23:44:17.098272 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:17.098364 [ 276 ] {4f4107aa-be55-4741-b123-c9dbc0e84011} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:44:17.098406 [ 276 ] {4f4107aa-be55-4741-b123-c9dbc0e84011} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:44:17.098809 [ 276 ] {4f4107aa-be55-4741-b123-c9dbc0e84011} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:17.098845 [ 276 ] {4f4107aa-be55-4741-b123-c9dbc0e84011} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:17.099147 [ 276 ] {4f4107aa-be55-4741-b123-c9dbc0e84011} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.08.29 23:44:17.099358 [ 276 ] {4f4107aa-be55-4741-b123-c9dbc0e84011} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:17.099481 [ 276 ] {4f4107aa-be55-4741-b123-c9dbc0e84011} executeQuery: Read 32 rows, 2.41 KiB in 0.001135 sec., 28193.832599118945 rows/sec., 2.07 MiB/sec. 2025.08.29 23:44:17.099517 [ 276 ] {4f4107aa-be55-4741-b123-c9dbc0e84011} TCPHandler: Processed in 0.001293452 sec. 2025.08.29 23:44:17.099626 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:17.099720 [ 276 ] {f064376e-a433-4591-9311-1d6b464146ba} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:44:17.099766 [ 276 ] {f064376e-a433-4591-9311-1d6b464146ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:44:17.100213 [ 276 ] {f064376e-a433-4591-9311-1d6b464146ba} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:17.100253 [ 276 ] {f064376e-a433-4591-9311-1d6b464146ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:17.100577 [ 276 ] {f064376e-a433-4591-9311-1d6b464146ba} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.08.29 23:44:17.100789 [ 276 ] {f064376e-a433-4591-9311-1d6b464146ba} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:17.100918 [ 276 ] {f064376e-a433-4591-9311-1d6b464146ba} executeQuery: Read 96 rows, 7.68 KiB in 0.001219 sec., 78753.07629204265 rows/sec., 6.15 MiB/sec. 2025.08.29 23:44:17.100956 [ 276 ] {f064376e-a433-4591-9311-1d6b464146ba} TCPHandler: Processed in 0.001376094 sec. 2025.08.29 23:44:17.101078 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:17.101173 [ 276 ] {b7757b99-79b0-4c2e-9c19-a816d40843cb} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:44:17.101216 [ 276 ] {b7757b99-79b0-4c2e-9c19-a816d40843cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:44:17.101632 [ 276 ] {b7757b99-79b0-4c2e-9c19-a816d40843cb} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:17.101670 [ 276 ] {b7757b99-79b0-4c2e-9c19-a816d40843cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:17.102057 [ 276 ] {b7757b99-79b0-4c2e-9c19-a816d40843cb} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.08.29 23:44:17.102271 [ 276 ] {b7757b99-79b0-4c2e-9c19-a816d40843cb} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:17.102401 [ 276 ] {b7757b99-79b0-4c2e-9c19-a816d40843cb} executeQuery: Read 160 rows, 11.41 KiB in 0.001247 sec., 128307.93905372894 rows/sec., 8.94 MiB/sec. 2025.08.29 23:44:17.102438 [ 276 ] {b7757b99-79b0-4c2e-9c19-a816d40843cb} TCPHandler: Processed in 0.001410223 sec. 2025.08.29 23:44:17.102545 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:17.102640 [ 276 ] {368708ea-aead-4b09-89aa-7d23a0b8cb2d} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:44:17.102694 [ 276 ] {368708ea-aead-4b09-89aa-7d23a0b8cb2d} 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.08.29 23:44:17.103509 [ 276 ] {368708ea-aead-4b09-89aa-7d23a0b8cb2d} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:17.103546 [ 276 ] {368708ea-aead-4b09-89aa-7d23a0b8cb2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:17.104096 [ 276 ] {368708ea-aead-4b09-89aa-7d23a0b8cb2d} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.08.29 23:44:17.104317 [ 276 ] {368708ea-aead-4b09-89aa-7d23a0b8cb2d} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:17.104454 [ 276 ] {368708ea-aead-4b09-89aa-7d23a0b8cb2d} executeQuery: Read 32 rows, 58.72 KiB in 0.001833 sec., 17457.71958537916 rows/sec., 31.28 MiB/sec. 2025.08.29 23:44:17.104507 [ 276 ] {368708ea-aead-4b09-89aa-7d23a0b8cb2d} TCPHandler: Processed in 0.002010203 sec. 2025.08.29 23:44:17.104622 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:17.104716 [ 276 ] {2155a097-b14c-4198-8b0b-d1c5c0488945} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:44:17.104758 [ 276 ] {2155a097-b14c-4198-8b0b-d1c5c0488945} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:44:17.105099 [ 276 ] {2155a097-b14c-4198-8b0b-d1c5c0488945} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:17.105136 [ 276 ] {2155a097-b14c-4198-8b0b-d1c5c0488945} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:17.105439 [ 276 ] {2155a097-b14c-4198-8b0b-d1c5c0488945} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.08.29 23:44:17.105641 [ 276 ] {2155a097-b14c-4198-8b0b-d1c5c0488945} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:17.105770 [ 276 ] {2155a097-b14c-4198-8b0b-d1c5c0488945} executeQuery: Read 60 rows, 4.14 KiB in 0.001072 sec., 55970.14925373134 rows/sec., 3.77 MiB/sec. 2025.08.29 23:44:17.105806 [ 276 ] {2155a097-b14c-4198-8b0b-d1c5c0488945} TCPHandler: Processed in 0.00123282 sec. 2025.08.29 23:44:18.941777 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 792 2025.08.29 23:44:18.943852 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:18.943895 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:18.945062 [ 243 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.08.29 23:44:18.945327 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:18.945584 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 792 2025.08.29 23:44:21.390893 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16104 2025.08.29 23:44:21.391584 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:21.391623 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:21.392099 [ 245 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.08.29 23:44:21.392332 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:21.392463 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16104 2025.08.29 23:44:22.124705 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:22.124984 [ 276 ] {2a9767c5-0cd7-4ce4-b101-575b3c08a885} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.29 23:44:22.125090 [ 276 ] {2a9767c5-0cd7-4ce4-b101-575b3c08a885} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.29 23:44:22.125761 [ 276 ] {2a9767c5-0cd7-4ce4-b101-575b3c08a885} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:22.125809 [ 276 ] {2a9767c5-0cd7-4ce4-b101-575b3c08a885} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:22.126180 [ 276 ] {2a9767c5-0cd7-4ce4-b101-575b3c08a885} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.29 23:44:22.126404 [ 276 ] {2a9767c5-0cd7-4ce4-b101-575b3c08a885} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:22.126562 [ 276 ] {2a9767c5-0cd7-4ce4-b101-575b3c08a885} executeQuery: Read 6 rows, 501.00 B in 0.001651 sec., 3634.1611144760755 rows/sec., 296.34 KiB/sec. 2025.08.29 23:44:22.126611 [ 276 ] {2a9767c5-0cd7-4ce4-b101-575b3c08a885} TCPHandler: Processed in 0.002084435 sec. 2025.08.29 23:44:22.126728 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:22.126830 [ 276 ] {e1272dc0-2d53-47e3-ba3e-586712e7bb92} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:44:22.126899 [ 276 ] {e1272dc0-2d53-47e3-ba3e-586712e7bb92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:44:22.127832 [ 276 ] {e1272dc0-2d53-47e3-ba3e-586712e7bb92} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:22.127872 [ 276 ] {e1272dc0-2d53-47e3-ba3e-586712e7bb92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:22.128282 [ 276 ] {e1272dc0-2d53-47e3-ba3e-586712e7bb92} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.08.29 23:44:22.128507 [ 276 ] {e1272dc0-2d53-47e3-ba3e-586712e7bb92} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:22.128645 [ 276 ] {e1272dc0-2d53-47e3-ba3e-586712e7bb92} executeQuery: Read 1219 rows, 103.20 KiB in 0.001839 sec., 662860.2501359435 rows/sec., 54.80 MiB/sec. 2025.08.29 23:44:22.128686 [ 276 ] {e1272dc0-2d53-47e3-ba3e-586712e7bb92} TCPHandler: Processed in 0.002008274 sec. 2025.08.29 23:44:22.128798 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:22.128897 [ 276 ] {3470591c-6d82-4445-81b8-40ead258f36b} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:44:22.128939 [ 276 ] {3470591c-6d82-4445-81b8-40ead258f36b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:44:22.129336 [ 276 ] {3470591c-6d82-4445-81b8-40ead258f36b} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:22.129374 [ 276 ] {3470591c-6d82-4445-81b8-40ead258f36b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:22.129687 [ 276 ] {3470591c-6d82-4445-81b8-40ead258f36b} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.08.29 23:44:22.129899 [ 276 ] {3470591c-6d82-4445-81b8-40ead258f36b} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:22.130036 [ 276 ] {3470591c-6d82-4445-81b8-40ead258f36b} executeQuery: Read 16 rows, 1.17 KiB in 0.001159 sec., 13805.004314063846 rows/sec., 1010.27 KiB/sec. 2025.08.29 23:44:22.130079 [ 276 ] {3470591c-6d82-4445-81b8-40ead258f36b} TCPHandler: Processed in 0.001330702 sec. 2025.08.29 23:44:22.130195 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:22.130289 [ 276 ] {13c692bf-8c5b-4c82-b675-44c4342dff9e} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.29 23:44:22.130329 [ 276 ] {13c692bf-8c5b-4c82-b675-44c4342dff9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.29 23:44:22.130765 [ 276 ] {13c692bf-8c5b-4c82-b675-44c4342dff9e} oximeter.fields_u32 (3ddfd2d3-615e-4f40-8a6d-6f11378c1abe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:22.130803 [ 276 ] {13c692bf-8c5b-4c82-b675-44c4342dff9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:22.131120 [ 276 ] {13c692bf-8c5b-4c82-b675-44c4342dff9e} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.29 23:44:22.131350 [ 276 ] {13c692bf-8c5b-4c82-b675-44c4342dff9e} oximeter.fields_u32 (3ddfd2d3-615e-4f40-8a6d-6f11378c1abe): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:22.131478 [ 276 ] {13c692bf-8c5b-4c82-b675-44c4342dff9e} executeQuery: Read 228 rows, 15.81 KiB in 0.001207 sec., 188898.09444904723 rows/sec., 12.79 MiB/sec. 2025.08.29 23:44:22.131515 [ 276 ] {13c692bf-8c5b-4c82-b675-44c4342dff9e} TCPHandler: Processed in 0.001370463 sec. 2025.08.29 23:44:22.131622 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:22.131715 [ 276 ] {19fec3e8-2109-4158-8280-00b3a690e96f} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:44:22.131755 [ 276 ] {19fec3e8-2109-4158-8280-00b3a690e96f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:44:22.132277 [ 276 ] {19fec3e8-2109-4158-8280-00b3a690e96f} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:22.132313 [ 276 ] {19fec3e8-2109-4158-8280-00b3a690e96f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:22.132646 [ 276 ] {19fec3e8-2109-4158-8280-00b3a690e96f} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.08.29 23:44:22.132861 [ 276 ] {19fec3e8-2109-4158-8280-00b3a690e96f} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:22.132988 [ 276 ] {19fec3e8-2109-4158-8280-00b3a690e96f} executeQuery: Read 536 rows, 40.69 KiB in 0.001291 sec., 415182.0294345468 rows/sec., 30.78 MiB/sec. 2025.08.29 23:44:22.133028 [ 276 ] {19fec3e8-2109-4158-8280-00b3a690e96f} TCPHandler: Processed in 0.001454524 sec. 2025.08.29 23:44:22.133134 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:22.133227 [ 276 ] {ab354730-c5d5-4f49-aba3-1062a1b35564} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:44:22.133270 [ 276 ] {ab354730-c5d5-4f49-aba3-1062a1b35564} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:44:22.133785 [ 276 ] {ab354730-c5d5-4f49-aba3-1062a1b35564} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:22.133821 [ 276 ] {ab354730-c5d5-4f49-aba3-1062a1b35564} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:22.134199 [ 276 ] {ab354730-c5d5-4f49-aba3-1062a1b35564} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.08.29 23:44:22.134411 [ 276 ] {ab354730-c5d5-4f49-aba3-1062a1b35564} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:22.134539 [ 276 ] {ab354730-c5d5-4f49-aba3-1062a1b35564} executeQuery: Read 847 rows, 58.38 KiB in 0.00133 sec., 636842.1052631579 rows/sec., 42.87 MiB/sec. 2025.08.29 23:44:22.134576 [ 276 ] {ab354730-c5d5-4f49-aba3-1062a1b35564} TCPHandler: Processed in 0.001491235 sec. 2025.08.29 23:44:22.134683 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:22.134777 [ 276 ] {9eaaef24-734b-4964-bd73-f0789e6d4035} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:44:22.134831 [ 276 ] {9eaaef24-734b-4964-bd73-f0789e6d4035} 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.08.29 23:44:22.135560 [ 276 ] {9eaaef24-734b-4964-bd73-f0789e6d4035} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:22.135596 [ 276 ] {9eaaef24-734b-4964-bd73-f0789e6d4035} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:22.136111 [ 276 ] {9eaaef24-734b-4964-bd73-f0789e6d4035} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.08.29 23:44:22.136338 [ 276 ] {9eaaef24-734b-4964-bd73-f0789e6d4035} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:22.136477 [ 276 ] {9eaaef24-734b-4964-bd73-f0789e6d4035} executeQuery: Read 10 rows, 18.35 KiB in 0.001717 sec., 5824.111822947 rows/sec., 10.44 MiB/sec. 2025.08.29 23:44:22.136540 [ 276 ] {9eaaef24-734b-4964-bd73-f0789e6d4035} TCPHandler: Processed in 0.001905852 sec. 2025.08.29 23:44:22.136645 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:22.136738 [ 276 ] {8d7bc764-f9e8-47e8-8257-0ec5171c046a} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:44:22.136781 [ 276 ] {8d7bc764-f9e8-47e8-8257-0ec5171c046a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:44:22.137099 [ 276 ] {8d7bc764-f9e8-47e8-8257-0ec5171c046a} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:22.137136 [ 276 ] {8d7bc764-f9e8-47e8-8257-0ec5171c046a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:22.137458 [ 276 ] {8d7bc764-f9e8-47e8-8257-0ec5171c046a} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.08.29 23:44:22.137667 [ 276 ] {8d7bc764-f9e8-47e8-8257-0ec5171c046a} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:22.137794 [ 276 ] {8d7bc764-f9e8-47e8-8257-0ec5171c046a} executeQuery: Read 60 rows, 4.14 KiB in 0.001075 sec., 55813.95348837209 rows/sec., 3.76 MiB/sec. 2025.08.29 23:44:22.137831 [ 276 ] {8d7bc764-f9e8-47e8-8257-0ec5171c046a} TCPHandler: Processed in 0.001235421 sec. 2025.08.29 23:44:22.268346 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 264 2025.08.29 23:44:22.285854 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:22.285898 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:22.291924 [ 244 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.08.29 23:44:22.292636 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:22.295653 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 264 2025.08.29 23:44:23.000212 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 258.86 MiB, peak 263.28 MiB, free memory in arenas 0.00 B, will set to 257.76 MiB (RSS), difference: -1.10 MiB 2025.08.29 23:44:27.097108 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:27.097305 [ 276 ] {94413fb2-a15e-4ad1-9fea-dfaaba946941} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:44:27.097372 [ 276 ] {94413fb2-a15e-4ad1-9fea-dfaaba946941} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:44:27.098084 [ 276 ] {94413fb2-a15e-4ad1-9fea-dfaaba946941} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:27.098134 [ 276 ] {94413fb2-a15e-4ad1-9fea-dfaaba946941} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:27.098546 [ 276 ] {94413fb2-a15e-4ad1-9fea-dfaaba946941} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.08.29 23:44:27.098797 [ 276 ] {94413fb2-a15e-4ad1-9fea-dfaaba946941} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:27.098951 [ 157 ] {} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.08.29 23:44:27.098969 [ 276 ] {94413fb2-a15e-4ad1-9fea-dfaaba946941} executeQuery: Read 120 rows, 10.44 KiB in 0.001711 sec., 70134.4243132671 rows/sec., 5.96 MiB/sec. 2025.08.29 23:44:27.099022 [ 157 ] {} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:27.099047 [ 276 ] {94413fb2-a15e-4ad1-9fea-dfaaba946941} TCPHandler: Processed in 0.002066884 sec. 2025.08.29 23:44:27.099048 [ 157 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:27.099167 [ 193 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2025.08.29 23:44:27.099194 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:27.099281 [ 193 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:44:27.099306 [ 276 ] {b68f7c99-ccb1-489c-8bcd-c258086e0b1f} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:44:27.099320 [ 193 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1289 rows starting from the beginning of the part 2025.08.29 23:44:27.099360 [ 276 ] {b68f7c99-ccb1-489c-8bcd-c258086e0b1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:44:27.099394 [ 193 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 122 rows starting from the beginning of the part 2025.08.29 23:44:27.099447 [ 193 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 76 rows starting from the beginning of the part 2025.08.29 23:44:27.099492 [ 193 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 120 rows starting from the beginning of the part 2025.08.29 23:44:27.099533 [ 193 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1219 rows starting from the beginning of the part 2025.08.29 23:44:27.099571 [ 193 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 120 rows starting from the beginning of the part 2025.08.29 23:44:27.099858 [ 276 ] {b68f7c99-ccb1-489c-8bcd-c258086e0b1f} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:27.099903 [ 276 ] {b68f7c99-ccb1-489c-8bcd-c258086e0b1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:27.100270 [ 276 ] {b68f7c99-ccb1-489c-8bcd-c258086e0b1f} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.08.29 23:44:27.100526 [ 276 ] {b68f7c99-ccb1-489c-8bcd-c258086e0b1f} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:27.100674 [ 276 ] {b68f7c99-ccb1-489c-8bcd-c258086e0b1f} executeQuery: Read 32 rows, 2.41 KiB in 0.001393 sec., 22972.00287150036 rows/sec., 1.69 MiB/sec. 2025.08.29 23:44:27.100716 [ 276 ] {b68f7c99-ccb1-489c-8bcd-c258086e0b1f} TCPHandler: Processed in 0.001576697 sec. 2025.08.29 23:44:27.100842 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:27.100945 [ 276 ] {0e25f2e7-33e6-4c74-b62a-d5e5f978d962} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:44:27.100989 [ 276 ] {0e25f2e7-33e6-4c74-b62a-d5e5f978d962} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:44:27.101216 [ 195 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2946 rows, containing 5 columns (5 merged, 0 gathered) in 0.002089415 sec., 1409964.0329948815 rows/sec., 122.58 MiB/sec. 2025.08.29 23:44:27.101439 [ 276 ] {0e25f2e7-33e6-4c74-b62a-d5e5f978d962} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:27.101486 [ 276 ] {0e25f2e7-33e6-4c74-b62a-d5e5f978d962} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:27.101525 [ 190 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.08.29 23:44:27.101865 [ 276 ] {0e25f2e7-33e6-4c74-b62a-d5e5f978d962} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.08.29 23:44:27.101990 [ 190 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_51_10} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:27.102125 [ 190 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_51_10} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.08.29 23:44:27.102130 [ 276 ] {0e25f2e7-33e6-4c74-b62a-d5e5f978d962} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:27.102261 [ 157 ] {} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.08.29 23:44:27.102265 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2025.08.29 23:44:27.102281 [ 276 ] {0e25f2e7-33e6-4c74-b62a-d5e5f978d962} executeQuery: Read 96 rows, 7.68 KiB in 0.00136 sec., 70588.23529411764 rows/sec., 5.51 MiB/sec. 2025.08.29 23:44:27.102306 [ 157 ] {} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:27.102344 [ 157 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:27.102345 [ 276 ] {0e25f2e7-33e6-4c74-b62a-d5e5f978d962} TCPHandler: Processed in 0.001555216 sec. 2025.08.29 23:44:27.102414 [ 193 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2025.08.29 23:44:27.102477 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:27.102509 [ 193 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:44:27.102541 [ 193 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 596 rows starting from the beginning of the part 2025.08.29 23:44:27.102578 [ 276 ] {f6956c59-e821-416c-8990-49ff7078943f} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:44:27.102590 [ 193 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 100 rows starting from the beginning of the part 2025.08.29 23:44:27.102631 [ 276 ] {f6956c59-e821-416c-8990-49ff7078943f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:44:27.102641 [ 193 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 74 rows starting from the beginning of the part 2025.08.29 23:44:27.102706 [ 193 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 96 rows starting from the beginning of the part 2025.08.29 23:44:27.102743 [ 193 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 536 rows starting from the beginning of the part 2025.08.29 23:44:27.102781 [ 193 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 96 rows starting from the beginning of the part 2025.08.29 23:44:27.103066 [ 276 ] {f6956c59-e821-416c-8990-49ff7078943f} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:27.103107 [ 276 ] {f6956c59-e821-416c-8990-49ff7078943f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:27.103461 [ 276 ] {f6956c59-e821-416c-8990-49ff7078943f} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.08.29 23:44:27.103682 [ 276 ] {f6956c59-e821-416c-8990-49ff7078943f} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:27.103762 [ 190 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1498 rows, containing 5 columns (5 merged, 0 gathered) in 0.001373553 sec., 1090602.2556100856 rows/sec., 86.27 MiB/sec. 2025.08.29 23:44:27.103795 [ 157 ] {} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.08.29 23:44:27.103814 [ 276 ] {f6956c59-e821-416c-8990-49ff7078943f} executeQuery: Read 160 rows, 11.41 KiB in 0.001256 sec., 127388.53503184713 rows/sec., 8.87 MiB/sec. 2025.08.29 23:44:27.103832 [ 157 ] {} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:27.103857 [ 157 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:27.103858 [ 276 ] {f6956c59-e821-416c-8990-49ff7078943f} TCPHandler: Processed in 0.001430714 sec. 2025.08.29 23:44:27.103920 [ 193 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.08.29 23:44:27.103956 [ 194 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2025.08.29 23:44:27.103985 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:27.104086 [ 276 ] {be12802f-6708-4061-b22b-ae0321f37265} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:44:27.104094 [ 194 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:44:27.104145 [ 194 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_51_10} MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 13278 rows starting from the beginning of the part 2025.08.29 23:44:27.104147 [ 276 ] {be12802f-6708-4061-b22b-ae0321f37265} 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.08.29 23:44:27.104196 [ 193 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_51_10} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:27.104216 [ 194 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 162 rows starting from the beginning of the part 2025.08.29 23:44:27.104268 [ 194 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part 2025.08.29 23:44:27.104282 [ 193 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_51_10} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.08.29 23:44:27.104319 [ 194 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 160 rows starting from the beginning of the part 2025.08.29 23:44:27.104363 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. 2025.08.29 23:44:27.104368 [ 194 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 847 rows starting from the beginning of the part 2025.08.29 23:44:27.104428 [ 194 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 160 rows starting from the beginning of the part 2025.08.29 23:44:27.105039 [ 276 ] {be12802f-6708-4061-b22b-ae0321f37265} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:27.105086 [ 276 ] {be12802f-6708-4061-b22b-ae0321f37265} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:27.105673 [ 276 ] {be12802f-6708-4061-b22b-ae0321f37265} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.08.29 23:44:27.105925 [ 276 ] {be12802f-6708-4061-b22b-ae0321f37265} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:27.106066 [ 276 ] {be12802f-6708-4061-b22b-ae0321f37265} executeQuery: Read 32 rows, 58.72 KiB in 0.001999 sec., 16008.004002001002 rows/sec., 28.69 MiB/sec. 2025.08.29 23:44:27.106135 [ 276 ] {be12802f-6708-4061-b22b-ae0321f37265} TCPHandler: Processed in 0.002199957 sec. 2025.08.29 23:44:27.106264 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:27.106360 [ 276 ] {83771141-135c-4ffd-b434-0fba9c997404} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:44:27.106406 [ 276 ] {83771141-135c-4ffd-b434-0fba9c997404} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:44:27.106752 [ 276 ] {83771141-135c-4ffd-b434-0fba9c997404} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:27.106790 [ 276 ] {83771141-135c-4ffd-b434-0fba9c997404} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:27.107117 [ 276 ] {83771141-135c-4ffd-b434-0fba9c997404} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.08.29 23:44:27.107347 [ 276 ] {83771141-135c-4ffd-b434-0fba9c997404} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:27.107470 [ 157 ] {} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.08.29 23:44:27.107493 [ 276 ] {83771141-135c-4ffd-b434-0fba9c997404} executeQuery: Read 60 rows, 4.14 KiB in 0.001151 sec., 52128.583840139014 rows/sec., 3.51 MiB/sec. 2025.08.29 23:44:27.107506 [ 157 ] {} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:27.107537 [ 276 ] {83771141-135c-4ffd-b434-0fba9c997404} TCPHandler: Processed in 0.001321892 sec. 2025.08.29 23:44:27.107538 [ 157 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:27.107660 [ 190 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2025.08.29 23:44:27.107784 [ 190 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:44:27.107818 [ 190 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2670 rows starting from the beginning of the part 2025.08.29 23:44:27.107882 [ 190 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part 2025.08.29 23:44:27.107937 [ 190 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part 2025.08.29 23:44:27.107990 [ 190 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part 2025.08.29 23:44:27.108043 [ 190 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part 2025.08.29 23:44:27.108099 [ 190 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part 2025.08.29 23:44:27.108295 [ 202 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 14767 rows, containing 5 columns (5 merged, 0 gathered) in 0.004381244 sec., 3370503.902544574 rows/sec., 230.25 MiB/sec. 2025.08.29 23:44:27.108766 [ 194 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.08.29 23:44:27.109132 [ 194 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_51_10} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:27.109227 [ 194 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_51_10} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.08.29 23:44:27.109321 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.81 MiB. 2025.08.29 23:44:27.109453 [ 186 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2970 rows, containing 4 columns (4 merged, 0 gathered) in 0.001836231 sec., 1617443.5569380976 rows/sec., 109.10 MiB/sec. 2025.08.29 23:44:27.109658 [ 186 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.08.29 23:44:27.109914 [ 186 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_51_10} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:27.109984 [ 186 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_51_10} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.08.29 23:44:27.110047 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2025.08.29 23:44:28.778195 [ 155 ] {} DNSResolver: Updating DNS cache 2025.08.29 23:44:28.778249 [ 155 ] {} DNSResolver: Updated DNS cache 2025.08.29 23:44:28.892613 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16531 2025.08.29 23:44:28.893151 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:28.893197 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:28.893744 [ 245 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.08.29 23:44:28.893978 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:28.894102 [ 153 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.08.29 23:44:28.894118 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 2025.08.29 23:44:28.894140 [ 153 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:28.894158 [ 153 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:28.894275 [ 194 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.08.29 23:44:28.894425 [ 194 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:44:28.894467 [ 194 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14274 rows starting from the beginning of the part 2025.08.29 23:44:28.894537 [ 194 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 427 rows starting from the beginning of the part 2025.08.29 23:44:28.894582 [ 194 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 488 rows starting from the beginning of the part 2025.08.29 23:44:28.894622 [ 194 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 427 rows starting from the beginning of the part 2025.08.29 23:44:28.894662 [ 194 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 488 rows starting from the beginning of the part 2025.08.29 23:44:28.894699 [ 194 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 427 rows starting from the beginning of the part 2025.08.29 23:44:28.896490 [ 190 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.002272979 sec., 7272834.460855115 rows/sec., 104.04 MiB/sec. 2025.08.29 23:44:28.896638 [ 192 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.08.29 23:44:28.896980 [ 192 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_36_7} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:28.897091 [ 192 ] {90555ac2-81b8-4059-8b13-b62161c900cc::all_1_36_7} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.08.29 23:44:28.897205 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB. 2025.08.29 23:44:28.945814 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 820 2025.08.29 23:44:28.947993 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:28.948036 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:28.949247 [ 243 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.08.29 23:44:28.949515 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:28.949660 [ 127 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.08.29 23:44:28.949699 [ 127 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:28.949746 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:28.949784 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 820 2025.08.29 23:44:28.949851 [ 192 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.08.29 23:44:28.950417 [ 192 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:44:28.950543 [ 192 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 690 rows starting from the beginning of the part 2025.08.29 23:44:28.950893 [ 192 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 24 rows starting from the beginning of the part 2025.08.29 23:44:28.951201 [ 192 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 28 rows starting from the beginning of the part 2025.08.29 23:44:28.951491 [ 192 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 26 rows starting from the beginning of the part 2025.08.29 23:44:28.951785 [ 192 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 24 rows starting from the beginning of the part 2025.08.29 23:44:28.952082 [ 192 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 28 rows starting from the beginning of the part 2025.08.29 23:44:28.957871 [ 190 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 820 rows, containing 72 columns (72 merged, 0 gathered) in 0.008066947 sec., 101649.36003670286 rows/sec., 81.26 MiB/sec. 2025.08.29 23:44:28.959023 [ 198 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.08.29 23:44:28.959624 [ 198 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_26_5} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:28.959710 [ 198 ] {78c2b7f8-8fea-4695-a363-de4da177e2ce::all_1_26_5} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.08.29 23:44:28.960068 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.09 MiB. 2025.08.29 23:44:29.795795 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 271 2025.08.29 23:44:29.812871 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:29.812922 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:29.818657 [ 244 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.08.29 23:44:29.819377 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:29.819670 [ 153 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.08.29 23:44:29.819731 [ 153 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:29.819751 [ 153 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:29.819853 [ 197 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2025.08.29 23:44:29.822776 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 271 2025.08.29 23:44:29.823948 [ 197 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:44:29.825479 [ 197 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 234 rows starting from the beginning of the part 2025.08.29 23:44:29.830128 [ 197 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 7 rows starting from the beginning of the part 2025.08.29 23:44:29.834464 [ 197 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 8 rows starting from the beginning of the part 2025.08.29 23:44:29.838834 [ 197 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 7 rows starting from the beginning of the part 2025.08.29 23:44:29.843249 [ 197 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 8 rows starting from the beginning of the part 2025.08.29 23:44:29.847350 [ 197 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 7 rows starting from the beginning of the part 2025.08.29 23:44:29.902902 [ 190 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 271 rows, containing 679 columns (679 merged, 0 gathered) in 0.083146387 sec., 3259.3117966749414 rows/sec., 16.85 MiB/sec. 2025.08.29 23:44:29.905993 [ 203 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.08.29 23:44:29.908094 [ 203 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_36_7} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:29.908221 [ 203 ] {0ea5a1cc-08d5-498e-909b-33409dd0537b::all_1_36_7} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.08.29 23:44:29.910980 [ 203 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. 2025.08.29 23:44:30.000181 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 259.02 MiB, peak 270.89 MiB, free memory in arenas 0.00 B, will set to 260.31 MiB (RSS), difference: 1.29 MiB 2025.08.29 23:44:32.095513 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:32.095703 [ 276 ] {7321d305-29d4-425d-b4fb-593b8eb51413} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:44:32.095768 [ 276 ] {7321d305-29d4-425d-b4fb-593b8eb51413} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:44:32.096606 [ 276 ] {7321d305-29d4-425d-b4fb-593b8eb51413} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:32.096670 [ 276 ] {7321d305-29d4-425d-b4fb-593b8eb51413} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:32.097210 [ 276 ] {7321d305-29d4-425d-b4fb-593b8eb51413} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.08.29 23:44:32.097455 [ 276 ] {7321d305-29d4-425d-b4fb-593b8eb51413} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:32.097663 [ 276 ] {7321d305-29d4-425d-b4fb-593b8eb51413} executeQuery: Read 76 rows, 6.41 KiB in 0.002007 sec., 37867.463876432485 rows/sec., 3.12 MiB/sec. 2025.08.29 23:44:32.097718 [ 276 ] {7321d305-29d4-425d-b4fb-593b8eb51413} TCPHandler: Processed in 0.002325389 sec. 2025.08.29 23:44:32.097853 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:32.097956 [ 276 ] {bd7ede86-e5ae-4941-bd5d-72138b14647b} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:44:32.098000 [ 276 ] {bd7ede86-e5ae-4941-bd5d-72138b14647b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:44:32.098415 [ 276 ] {bd7ede86-e5ae-4941-bd5d-72138b14647b} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:32.098452 [ 276 ] {bd7ede86-e5ae-4941-bd5d-72138b14647b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:32.098747 [ 276 ] {bd7ede86-e5ae-4941-bd5d-72138b14647b} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.08.29 23:44:32.098954 [ 276 ] {bd7ede86-e5ae-4941-bd5d-72138b14647b} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:32.099081 [ 276 ] {bd7ede86-e5ae-4941-bd5d-72138b14647b} executeQuery: Read 10 rows, 770.00 B in 0.00115 sec., 8695.652173913044 rows/sec., 653.87 KiB/sec. 2025.08.29 23:44:32.099118 [ 276 ] {bd7ede86-e5ae-4941-bd5d-72138b14647b} TCPHandler: Processed in 0.001314083 sec. 2025.08.29 23:44:32.099238 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:32.099330 [ 276 ] {7b426c05-64d8-4e6c-a0cf-9a97cabf1ff3} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:44:32.099369 [ 276 ] {7b426c05-64d8-4e6c-a0cf-9a97cabf1ff3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:44:32.099776 [ 276 ] {7b426c05-64d8-4e6c-a0cf-9a97cabf1ff3} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:32.099811 [ 276 ] {7b426c05-64d8-4e6c-a0cf-9a97cabf1ff3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:32.100102 [ 276 ] {7b426c05-64d8-4e6c-a0cf-9a97cabf1ff3} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.08.29 23:44:32.100311 [ 276 ] {7b426c05-64d8-4e6c-a0cf-9a97cabf1ff3} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:32.100435 [ 276 ] {7b426c05-64d8-4e6c-a0cf-9a97cabf1ff3} executeQuery: Read 74 rows, 5.92 KiB in 0.001123 sec., 65894.92430988423 rows/sec., 5.14 MiB/sec. 2025.08.29 23:44:32.100472 [ 276 ] {7b426c05-64d8-4e6c-a0cf-9a97cabf1ff3} TCPHandler: Processed in 0.001280352 sec. 2025.08.29 23:44:32.100591 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:32.100683 [ 276 ] {5d8838ba-7a6f-4297-a84a-726828bc5e89} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:44:32.100725 [ 276 ] {5d8838ba-7a6f-4297-a84a-726828bc5e89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:44:32.101129 [ 276 ] {5d8838ba-7a6f-4297-a84a-726828bc5e89} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:32.101165 [ 276 ] {5d8838ba-7a6f-4297-a84a-726828bc5e89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:32.101497 [ 276 ] {5d8838ba-7a6f-4297-a84a-726828bc5e89} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.08.29 23:44:32.101702 [ 276 ] {5d8838ba-7a6f-4297-a84a-726828bc5e89} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:32.101829 [ 276 ] {5d8838ba-7a6f-4297-a84a-726828bc5e89} executeQuery: Read 160 rows, 11.41 KiB in 0.001164 sec., 137457.0446735395 rows/sec., 9.57 MiB/sec. 2025.08.29 23:44:32.101865 [ 276 ] {5d8838ba-7a6f-4297-a84a-726828bc5e89} TCPHandler: Processed in 0.001321482 sec. 2025.08.29 23:44:32.101985 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:32.102079 [ 276 ] {b701acdd-01da-426e-bcf3-453e9b73a4c9} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:44:32.102131 [ 276 ] {b701acdd-01da-426e-bcf3-453e9b73a4c9} 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.08.29 23:44:32.102898 [ 276 ] {b701acdd-01da-426e-bcf3-453e9b73a4c9} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:32.102935 [ 276 ] {b701acdd-01da-426e-bcf3-453e9b73a4c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:32.103445 [ 276 ] {b701acdd-01da-426e-bcf3-453e9b73a4c9} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.08.29 23:44:32.103661 [ 276 ] {b701acdd-01da-426e-bcf3-453e9b73a4c9} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:32.103797 [ 276 ] {b701acdd-01da-426e-bcf3-453e9b73a4c9} executeQuery: Read 10 rows, 18.35 KiB in 0.001736 sec., 5760.3686635944705 rows/sec., 10.32 MiB/sec. 2025.08.29 23:44:32.103848 [ 276 ] {b701acdd-01da-426e-bcf3-453e9b73a4c9} TCPHandler: Processed in 0.001922743 sec. 2025.08.29 23:44:32.103959 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:32.104051 [ 276 ] {ffbcd251-3471-4727-8822-0ddc8d96403a} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:44:32.104093 [ 276 ] {ffbcd251-3471-4727-8822-0ddc8d96403a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:44:32.104444 [ 276 ] {ffbcd251-3471-4727-8822-0ddc8d96403a} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:32.104480 [ 276 ] {ffbcd251-3471-4727-8822-0ddc8d96403a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:32.104798 [ 276 ] {ffbcd251-3471-4727-8822-0ddc8d96403a} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.08.29 23:44:32.105004 [ 276 ] {ffbcd251-3471-4727-8822-0ddc8d96403a} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:32.105129 [ 276 ] {ffbcd251-3471-4727-8822-0ddc8d96403a} executeQuery: Read 60 rows, 4.14 KiB in 0.001096 sec., 54744.52554744526 rows/sec., 3.69 MiB/sec. 2025.08.29 23:44:32.105164 [ 276 ] {ffbcd251-3471-4727-8822-0ddc8d96403a} TCPHandler: Processed in 0.001251711 sec. 2025.08.29 23:44:33.245512 [ 134 ] {} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2025.08.29 23:44:33.245576 [ 134 ] {} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:33.245599 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:33.245706 [ 190 ] {12ce3ada-175d-4499-972d-958c6137f9ab::all_1_17_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full 2025.08.29 23:44:33.245902 [ 190 ] {12ce3ada-175d-4499-972d-958c6137f9ab::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:44:33.245976 [ 190 ] {12ce3ada-175d-4499-972d-958c6137f9ab::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 16 rows starting from the beginning of the part 2025.08.29 23:44:33.246085 [ 190 ] {12ce3ada-175d-4499-972d-958c6137f9ab::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 4 rows starting from the beginning of the part 2025.08.29 23:44:33.246161 [ 190 ] {12ce3ada-175d-4499-972d-958c6137f9ab::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part 2025.08.29 23:44:33.246231 [ 190 ] {12ce3ada-175d-4499-972d-958c6137f9ab::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 4 rows starting from the beginning of the part 2025.08.29 23:44:33.246301 [ 190 ] {12ce3ada-175d-4499-972d-958c6137f9ab::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part 2025.08.29 23:44:33.247211 [ 203 ] {12ce3ada-175d-4499-972d-958c6137f9ab::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 5 columns (5 merged, 0 gathered) in 0.001551406 sec., 20626.45110306393 rows/sec., 1.72 MiB/sec. 2025.08.29 23:44:33.247388 [ 203 ] {12ce3ada-175d-4499-972d-958c6137f9ab::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2025.08.29 23:44:33.247698 [ 203 ] {12ce3ada-175d-4499-972d-958c6137f9ab::all_1_17_4} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:33.247784 [ 203 ] {12ce3ada-175d-4499-972d-958c6137f9ab::all_1_17_4} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2025.08.29 23:44:33.247891 [ 203 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.08.29 23:44:35.419300 [ 143 ] {} oximeter.fields_u32 (3ddfd2d3-615e-4f40-8a6d-6f11378c1abe) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.08.29 23:44:35.419363 [ 143 ] {} oximeter.fields_u32 (3ddfd2d3-615e-4f40-8a6d-6f11378c1abe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:35.419385 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:35.419507 [ 190 ] {3ddfd2d3-615e-4f40-8a6d-6f11378c1abe::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2025.08.29 23:44:35.419662 [ 190 ] {3ddfd2d3-615e-4f40-8a6d-6f11378c1abe::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:44:35.419703 [ 190 ] {3ddfd2d3-615e-4f40-8a6d-6f11378c1abe::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 229 rows starting from the beginning of the part 2025.08.29 23:44:35.419771 [ 190 ] {3ddfd2d3-615e-4f40-8a6d-6f11378c1abe::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 228 rows starting from the beginning of the part 2025.08.29 23:44:35.419818 [ 190 ] {3ddfd2d3-615e-4f40-8a6d-6f11378c1abe::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 228 rows starting from the beginning of the part 2025.08.29 23:44:35.419865 [ 190 ] {3ddfd2d3-615e-4f40-8a6d-6f11378c1abe::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 228 rows starting from the beginning of the part 2025.08.29 23:44:35.419909 [ 190 ] {3ddfd2d3-615e-4f40-8a6d-6f11378c1abe::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 228 rows starting from the beginning of the part 2025.08.29 23:44:35.420846 [ 191 ] {3ddfd2d3-615e-4f40-8a6d-6f11378c1abe::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 1141 rows, containing 5 columns (5 merged, 0 gathered) in 0.001401744 sec., 813986.0060039494 rows/sec., 58.22 MiB/sec. 2025.08.29 23:44:35.421047 [ 200 ] {3ddfd2d3-615e-4f40-8a6d-6f11378c1abe::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.08.29 23:44:35.421373 [ 200 ] {3ddfd2d3-615e-4f40-8a6d-6f11378c1abe::all_1_9_2} oximeter.fields_u32 (3ddfd2d3-615e-4f40-8a6d-6f11378c1abe): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:35.421460 [ 200 ] {3ddfd2d3-615e-4f40-8a6d-6f11378c1abe::all_1_9_2} oximeter.fields_u32 (3ddfd2d3-615e-4f40-8a6d-6f11378c1abe) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.08.29 23:44:35.421558 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2025.08.29 23:44:36.394269 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17019 2025.08.29 23:44:36.395090 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:36.395173 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:36.395879 [ 245 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.08.29 23:44:36.396118 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:36.396245 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17019 2025.08.29 23:44:37.097118 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:37.097306 [ 276 ] {dc76a185-3b4c-4d8b-b933-61fc823a3137} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.29 23:44:37.097379 [ 276 ] {dc76a185-3b4c-4d8b-b933-61fc823a3137} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.29 23:44:37.098040 [ 276 ] {dc76a185-3b4c-4d8b-b933-61fc823a3137} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:37.098093 [ 276 ] {dc76a185-3b4c-4d8b-b933-61fc823a3137} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:37.098527 [ 276 ] {dc76a185-3b4c-4d8b-b933-61fc823a3137} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.29 23:44:37.098793 [ 276 ] {dc76a185-3b4c-4d8b-b933-61fc823a3137} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:37.098959 [ 276 ] {dc76a185-3b4c-4d8b-b933-61fc823a3137} executeQuery: Read 4 rows, 334.00 B in 0.0017 sec., 2352.9411764705883 rows/sec., 191.87 KiB/sec. 2025.08.29 23:44:37.099011 [ 276 ] {dc76a185-3b4c-4d8b-b933-61fc823a3137} TCPHandler: Processed in 0.002028494 sec. 2025.08.29 23:44:37.099142 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:37.099251 [ 276 ] {e19ea186-7a6c-41a8-abc8-23f35e3d98e7} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:44:37.099297 [ 276 ] {e19ea186-7a6c-41a8-abc8-23f35e3d98e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:44:37.099786 [ 276 ] {e19ea186-7a6c-41a8-abc8-23f35e3d98e7} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:37.099829 [ 276 ] {e19ea186-7a6c-41a8-abc8-23f35e3d98e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:37.100199 [ 276 ] {e19ea186-7a6c-41a8-abc8-23f35e3d98e7} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.08.29 23:44:37.100439 [ 276 ] {e19ea186-7a6c-41a8-abc8-23f35e3d98e7} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:37.100582 [ 276 ] {e19ea186-7a6c-41a8-abc8-23f35e3d98e7} executeQuery: Read 122 rows, 10.59 KiB in 0.001358 sec., 89837.99705449189 rows/sec., 7.61 MiB/sec. 2025.08.29 23:44:37.100621 [ 276 ] {e19ea186-7a6c-41a8-abc8-23f35e3d98e7} TCPHandler: Processed in 0.001532386 sec. 2025.08.29 23:44:37.100746 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:37.100849 [ 276 ] {e16d4e00-5f3f-4f57-91aa-94277df2c20b} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:44:37.100893 [ 276 ] {e16d4e00-5f3f-4f57-91aa-94277df2c20b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:44:37.101319 [ 276 ] {e16d4e00-5f3f-4f57-91aa-94277df2c20b} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:37.101357 [ 276 ] {e16d4e00-5f3f-4f57-91aa-94277df2c20b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:37.101695 [ 276 ] {e16d4e00-5f3f-4f57-91aa-94277df2c20b} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.08.29 23:44:37.101918 [ 276 ] {e16d4e00-5f3f-4f57-91aa-94277df2c20b} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:37.102024 [ 148 ] {} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.08.29 23:44:37.102053 [ 276 ] {e16d4e00-5f3f-4f57-91aa-94277df2c20b} executeQuery: Read 36 rows, 2.69 KiB in 0.001226 sec., 29363.784665579118 rows/sec., 2.14 MiB/sec. 2025.08.29 23:44:37.102061 [ 148 ] {} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:37.102086 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:37.102092 [ 276 ] {e16d4e00-5f3f-4f57-91aa-94277df2c20b} TCPHandler: Processed in 0.001397953 sec. 2025.08.29 23:44:37.102204 [ 190 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2025.08.29 23:44:37.102215 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:37.102354 [ 276 ] {a5b06e39-8e11-4e50-86d2-56c07c163498} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:44:37.102368 [ 190 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:44:37.102395 [ 276 ] {a5b06e39-8e11-4e50-86d2-56c07c163498} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:44:37.102410 [ 190 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 58 rows starting from the beginning of the part 2025.08.29 23:44:37.102484 [ 190 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 32 rows starting from the beginning of the part 2025.08.29 23:44:37.102531 [ 190 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 16 rows starting from the beginning of the part 2025.08.29 23:44:37.102577 [ 190 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 32 rows starting from the beginning of the part 2025.08.29 23:44:37.102619 [ 190 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 10 rows starting from the beginning of the part 2025.08.29 23:44:37.102661 [ 190 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 36 rows starting from the beginning of the part 2025.08.29 23:44:37.102837 [ 276 ] {a5b06e39-8e11-4e50-86d2-56c07c163498} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:37.102880 [ 276 ] {a5b06e39-8e11-4e50-86d2-56c07c163498} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.08.29 23:44:37.103261 [ 276 ] {a5b06e39-8e11-4e50-86d2-56c07c163498} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.08.29 23:44:37.103554 [ 276 ] {a5b06e39-8e11-4e50-86d2-56c07c163498} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:37.103575 [ 200 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 184 rows, containing 5 columns (5 merged, 0 gathered) in 0.001431684 sec., 128519.98066612465 rows/sec., 9.83 MiB/sec. 2025.08.29 23:44:37.103691 [ 276 ] {a5b06e39-8e11-4e50-86d2-56c07c163498} executeQuery: Read 100 rows, 8.00 KiB in 0.001359 sec., 73583.51729212656 rows/sec., 5.75 MiB/sec. 2025.08.29 23:44:37.103722 [ 196 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.08.29 23:44:37.103730 [ 276 ] {a5b06e39-8e11-4e50-86d2-56c07c163498} TCPHandler: Processed in 0.001565117 sec. 2025.08.29 23:44:37.103853 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:37.103950 [ 276 ] {01a2bebd-dd2d-4d77-b2e8-d7390b616f3d} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:44:37.103994 [ 276 ] {01a2bebd-dd2d-4d77-b2e8-d7390b616f3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:44:37.104028 [ 196 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_51_10} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:37.104111 [ 196 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_51_10} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.08.29 23:44:37.104196 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.08.29 23:44:37.104418 [ 276 ] {01a2bebd-dd2d-4d77-b2e8-d7390b616f3d} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:37.104453 [ 276 ] {01a2bebd-dd2d-4d77-b2e8-d7390b616f3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:37.104809 [ 276 ] {01a2bebd-dd2d-4d77-b2e8-d7390b616f3d} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.08.29 23:44:37.105047 [ 276 ] {01a2bebd-dd2d-4d77-b2e8-d7390b616f3d} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:37.105182 [ 276 ] {01a2bebd-dd2d-4d77-b2e8-d7390b616f3d} executeQuery: Read 162 rows, 11.55 KiB in 0.001248 sec., 129807.69230769231 rows/sec., 9.04 MiB/sec. 2025.08.29 23:44:37.105219 [ 276 ] {01a2bebd-dd2d-4d77-b2e8-d7390b616f3d} TCPHandler: Processed in 0.001415834 sec. 2025.08.29 23:44:37.105330 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:37.105426 [ 276 ] {27ab8ce8-8a21-450d-9ecb-8dc7022f33da} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:44:37.105481 [ 276 ] {27ab8ce8-8a21-450d-9ecb-8dc7022f33da} 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.08.29 23:44:37.106317 [ 276 ] {27ab8ce8-8a21-450d-9ecb-8dc7022f33da} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:37.106354 [ 276 ] {27ab8ce8-8a21-450d-9ecb-8dc7022f33da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:37.106939 [ 276 ] {27ab8ce8-8a21-450d-9ecb-8dc7022f33da} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.08.29 23:44:37.107178 [ 276 ] {27ab8ce8-8a21-450d-9ecb-8dc7022f33da} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:37.107282 [ 148 ] {} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.08.29 23:44:37.107312 [ 148 ] {} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:37.107320 [ 276 ] {27ab8ce8-8a21-450d-9ecb-8dc7022f33da} executeQuery: Read 32 rows, 58.72 KiB in 0.001911 sec., 16745.15960230246 rows/sec., 30.01 MiB/sec. 2025.08.29 23:44:37.107328 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:37.107384 [ 276 ] {27ab8ce8-8a21-450d-9ecb-8dc7022f33da} TCPHandler: Processed in 0.002102416 sec. 2025.08.29 23:44:37.107441 [ 199 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2025.08.29 23:44:37.107502 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:37.107604 [ 276 ] {7f24ba58-102d-4158-8e5c-b3b1d7ca8abe} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:44:37.107646 [ 276 ] {7f24ba58-102d-4158-8e5c-b3b1d7ca8abe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:44:37.107697 [ 199 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:44:37.107760 [ 199 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 915 rows starting from the beginning of the part 2025.08.29 23:44:37.107892 [ 199 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 32 rows starting from the beginning of the part 2025.08.29 23:44:37.107996 [ 199 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 10 rows starting from the beginning of the part 2025.08.29 23:44:37.108013 [ 276 ] {7f24ba58-102d-4158-8e5c-b3b1d7ca8abe} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:37.108054 [ 276 ] {7f24ba58-102d-4158-8e5c-b3b1d7ca8abe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.08.29 23:44:37.108094 [ 199 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 32 rows starting from the beginning of the part 2025.08.29 23:44:37.108191 [ 199 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 10 rows starting from the beginning of the part 2025.08.29 23:44:37.108280 [ 199 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 32 rows starting from the beginning of the part 2025.08.29 23:44:37.108400 [ 276 ] {7f24ba58-102d-4158-8e5c-b3b1d7ca8abe} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.08.29 23:44:37.108663 [ 276 ] {7f24ba58-102d-4158-8e5c-b3b1d7ca8abe} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:37.108811 [ 276 ] {7f24ba58-102d-4158-8e5c-b3b1d7ca8abe} executeQuery: Read 60 rows, 4.14 KiB in 0.001226 sec., 48939.64110929853 rows/sec., 3.30 MiB/sec. 2025.08.29 23:44:37.108852 [ 276 ] {7f24ba58-102d-4158-8e5c-b3b1d7ca8abe} TCPHandler: Processed in 0.001400163 sec. 2025.08.29 23:44:37.115137 [ 196 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1031 rows, containing 19 columns (19 merged, 0 gathered) in 0.007755981 sec., 132929.67066319528 rows/sec., 238.20 MiB/sec. 2025.08.29 23:44:37.116680 [ 200 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.08.29 23:44:37.117016 [ 200 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_51_10} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:37.117084 [ 200 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_51_10} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.08.29 23:44:37.117196 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.31 MiB. 2025.08.29 23:44:37.322934 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 279 2025.08.29 23:44:37.338842 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:37.338894 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:37.344238 [ 244 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.08.29 23:44:37.344952 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:37.347663 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 279 2025.08.29 23:44:38.000208 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 261.42 MiB, peak 270.89 MiB, free memory in arenas 0.00 B, will set to 264.41 MiB (RSS), difference: 2.99 MiB 2025.08.29 23:44:38.950065 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 846 2025.08.29 23:44:38.952564 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:38.952611 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.08.29 23:44:38.953830 [ 243 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.08.29 23:44:38.954128 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:38.954380 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 846 2025.08.29 23:44:42.096381 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:42.096579 [ 276 ] {6ec76f14-a718-4aa7-846c-b1bc2c601e82} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:44:42.096659 [ 276 ] {6ec76f14-a718-4aa7-846c-b1bc2c601e82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:44:42.097639 [ 276 ] {6ec76f14-a718-4aa7-846c-b1bc2c601e82} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:42.097680 [ 276 ] {6ec76f14-a718-4aa7-846c-b1bc2c601e82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.08.29 23:44:42.098081 [ 276 ] {6ec76f14-a718-4aa7-846c-b1bc2c601e82} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.08.29 23:44:42.098309 [ 276 ] {6ec76f14-a718-4aa7-846c-b1bc2c601e82} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:42.098478 [ 276 ] {6ec76f14-a718-4aa7-846c-b1bc2c601e82} executeQuery: Read 76 rows, 6.41 KiB in 0.001946 sec., 39054.47070914697 rows/sec., 3.22 MiB/sec. 2025.08.29 23:44:42.098539 [ 276 ] {6ec76f14-a718-4aa7-846c-b1bc2c601e82} TCPHandler: Processed in 0.002347679 sec. 2025.08.29 23:44:42.098679 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:42.098791 [ 276 ] {a505eccd-da42-4dd3-9146-937ddcfa39b1} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:44:42.098837 [ 276 ] {a505eccd-da42-4dd3-9146-937ddcfa39b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:44:42.099266 [ 276 ] {a505eccd-da42-4dd3-9146-937ddcfa39b1} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:42.099302 [ 276 ] {a505eccd-da42-4dd3-9146-937ddcfa39b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.08.29 23:44:42.099626 [ 276 ] {a505eccd-da42-4dd3-9146-937ddcfa39b1} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.08.29 23:44:42.099849 [ 276 ] {a505eccd-da42-4dd3-9146-937ddcfa39b1} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:42.099986 [ 276 ] {a505eccd-da42-4dd3-9146-937ddcfa39b1} executeQuery: Read 10 rows, 770.00 B in 0.001221 sec., 8190.00819000819 rows/sec., 615.85 KiB/sec. 2025.08.29 23:44:42.100027 [ 276 ] {a505eccd-da42-4dd3-9146-937ddcfa39b1} TCPHandler: Processed in 0.001398583 sec. 2025.08.29 23:44:42.100163 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:42.100263 [ 276 ] {374e9372-82a2-49a7-b0eb-4af75992cb91} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:44:42.100305 [ 276 ] {374e9372-82a2-49a7-b0eb-4af75992cb91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:44:42.100727 [ 276 ] {374e9372-82a2-49a7-b0eb-4af75992cb91} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:42.100763 [ 276 ] {374e9372-82a2-49a7-b0eb-4af75992cb91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.08.29 23:44:42.101071 [ 276 ] {374e9372-82a2-49a7-b0eb-4af75992cb91} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.08.29 23:44:42.101294 [ 276 ] {374e9372-82a2-49a7-b0eb-4af75992cb91} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:42.101428 [ 276 ] {374e9372-82a2-49a7-b0eb-4af75992cb91} executeQuery: Read 74 rows, 5.92 KiB in 0.001189 sec., 62237.174095878894 rows/sec., 4.86 MiB/sec. 2025.08.29 23:44:42.101464 [ 276 ] {374e9372-82a2-49a7-b0eb-4af75992cb91} TCPHandler: Processed in 0.001350563 sec. 2025.08.29 23:44:42.101580 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:42.101674 [ 276 ] {f3a39092-56b0-470e-a04d-fa5f53ef0504} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:44:42.101717 [ 276 ] {f3a39092-56b0-470e-a04d-fa5f53ef0504} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:44:42.102119 [ 276 ] {f3a39092-56b0-470e-a04d-fa5f53ef0504} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:42.102154 [ 276 ] {f3a39092-56b0-470e-a04d-fa5f53ef0504} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.08.29 23:44:42.102480 [ 276 ] {f3a39092-56b0-470e-a04d-fa5f53ef0504} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.08.29 23:44:42.102708 [ 276 ] {f3a39092-56b0-470e-a04d-fa5f53ef0504} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:42.102834 [ 276 ] {f3a39092-56b0-470e-a04d-fa5f53ef0504} executeQuery: Read 160 rows, 11.41 KiB in 0.00118 sec., 135593.22033898305 rows/sec., 9.44 MiB/sec. 2025.08.29 23:44:42.102870 [ 276 ] {f3a39092-56b0-470e-a04d-fa5f53ef0504} TCPHandler: Processed in 0.001338513 sec. 2025.08.29 23:44:42.102979 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:42.103072 [ 276 ] {b7c52419-7dc4-4a33-8949-84b44bf2d1a3} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:44:42.103124 [ 276 ] {b7c52419-7dc4-4a33-8949-84b44bf2d1a3} 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.08.29 23:44:42.103874 [ 276 ] {b7c52419-7dc4-4a33-8949-84b44bf2d1a3} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:42.103909 [ 276 ] {b7c52419-7dc4-4a33-8949-84b44bf2d1a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.08.29 23:44:42.104420 [ 276 ] {b7c52419-7dc4-4a33-8949-84b44bf2d1a3} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.08.29 23:44:42.104648 [ 276 ] {b7c52419-7dc4-4a33-8949-84b44bf2d1a3} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:42.104781 [ 276 ] {b7c52419-7dc4-4a33-8949-84b44bf2d1a3} executeQuery: Read 10 rows, 18.35 KiB in 0.001728 sec., 5787.037037037037 rows/sec., 10.37 MiB/sec. 2025.08.29 23:44:42.104839 [ 276 ] {b7c52419-7dc4-4a33-8949-84b44bf2d1a3} TCPHandler: Processed in 0.001906642 sec. 2025.08.29 23:44:42.104949 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:42.105041 [ 276 ] {af6f1b2c-fbf2-4783-bdcd-44adf26590b1} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:44:42.105082 [ 276 ] {af6f1b2c-fbf2-4783-bdcd-44adf26590b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:44:42.105461 [ 276 ] {af6f1b2c-fbf2-4783-bdcd-44adf26590b1} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:42.105504 [ 276 ] {af6f1b2c-fbf2-4783-bdcd-44adf26590b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.08.29 23:44:42.105869 [ 276 ] {af6f1b2c-fbf2-4783-bdcd-44adf26590b1} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.08.29 23:44:42.106110 [ 276 ] {af6f1b2c-fbf2-4783-bdcd-44adf26590b1} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:42.106241 [ 276 ] {af6f1b2c-fbf2-4783-bdcd-44adf26590b1} executeQuery: Read 60 rows, 4.14 KiB in 0.001219 sec., 49220.67268252666 rows/sec., 3.32 MiB/sec. 2025.08.29 23:44:42.106277 [ 276 ] {af6f1b2c-fbf2-4783-bdcd-44adf26590b1} TCPHandler: Processed in 0.001375813 sec. 2025.08.29 23:44:43.778493 [ 141 ] {} DNSResolver: Updating DNS cache 2025.08.29 23:44:43.778546 [ 141 ] {} DNSResolver: Updated DNS cache 2025.08.29 23:44:43.896384 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17446 2025.08.29 23:44:43.896898 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:43.896940 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.08.29 23:44:43.897447 [ 245 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.08.29 23:44:43.897686 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:43.897832 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 2025.08.29 23:44:44.847801 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 2025.08.29 23:44:44.863950 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:44.864001 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.08.29 23:44:44.869285 [ 244 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.08.29 23:44:44.869981 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:44.872649 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 287 2025.08.29 23:44:47.097143 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:47.097350 [ 276 ] {86ad785e-a1d2-407e-b9e9-5580a89f038a} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:44:47.097418 [ 276 ] {86ad785e-a1d2-407e-b9e9-5580a89f038a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:44:47.098109 [ 276 ] {86ad785e-a1d2-407e-b9e9-5580a89f038a} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:47.098158 [ 276 ] {86ad785e-a1d2-407e-b9e9-5580a89f038a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.08.29 23:44:47.098581 [ 276 ] {86ad785e-a1d2-407e-b9e9-5580a89f038a} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.08.29 23:44:47.098841 [ 276 ] {86ad785e-a1d2-407e-b9e9-5580a89f038a} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:47.098999 [ 276 ] {86ad785e-a1d2-407e-b9e9-5580a89f038a} executeQuery: Read 120 rows, 10.44 KiB in 0.0017 sec., 70588.23529411765 rows/sec., 6.00 MiB/sec. 2025.08.29 23:44:47.099041 [ 276 ] {86ad785e-a1d2-407e-b9e9-5580a89f038a} TCPHandler: Processed in 0.002093686 sec. 2025.08.29 23:44:47.099175 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:47.099271 [ 276 ] {77c4ee6e-a26d-402c-bd89-bfc1765a3439} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:44:47.099313 [ 276 ] {77c4ee6e-a26d-402c-bd89-bfc1765a3439} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:44:47.099732 [ 276 ] {77c4ee6e-a26d-402c-bd89-bfc1765a3439} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:47.099769 [ 276 ] {77c4ee6e-a26d-402c-bd89-bfc1765a3439} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.08.29 23:44:47.100074 [ 276 ] {77c4ee6e-a26d-402c-bd89-bfc1765a3439} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.08.29 23:44:47.100296 [ 276 ] {77c4ee6e-a26d-402c-bd89-bfc1765a3439} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:47.100429 [ 276 ] {77c4ee6e-a26d-402c-bd89-bfc1765a3439} executeQuery: Read 32 rows, 2.41 KiB in 0.001177 sec., 27187.76550552251 rows/sec., 2.00 MiB/sec. 2025.08.29 23:44:47.100467 [ 276 ] {77c4ee6e-a26d-402c-bd89-bfc1765a3439} TCPHandler: Processed in 0.001340723 sec. 2025.08.29 23:44:47.100590 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:47.100685 [ 276 ] {e62ac28f-3197-4ba3-9074-2296a14d9967} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:44:47.100726 [ 276 ] {e62ac28f-3197-4ba3-9074-2296a14d9967} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:44:47.101164 [ 276 ] {e62ac28f-3197-4ba3-9074-2296a14d9967} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:47.101202 [ 276 ] {e62ac28f-3197-4ba3-9074-2296a14d9967} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.08.29 23:44:47.101545 [ 276 ] {e62ac28f-3197-4ba3-9074-2296a14d9967} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.08.29 23:44:47.101766 [ 276 ] {e62ac28f-3197-4ba3-9074-2296a14d9967} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:47.101912 [ 276 ] {e62ac28f-3197-4ba3-9074-2296a14d9967} executeQuery: Read 96 rows, 7.68 KiB in 0.001244 sec., 77170.41800643086 rows/sec., 6.03 MiB/sec. 2025.08.29 23:44:47.101952 [ 276 ] {e62ac28f-3197-4ba3-9074-2296a14d9967} TCPHandler: Processed in 0.001411204 sec. 2025.08.29 23:44:47.102070 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:47.102164 [ 276 ] {46e6ba21-996f-4415-9e63-7a086c600ebe} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:44:47.102208 [ 276 ] {46e6ba21-996f-4415-9e63-7a086c600ebe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:44:47.102678 [ 276 ] {46e6ba21-996f-4415-9e63-7a086c600ebe} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:47.102714 [ 276 ] {46e6ba21-996f-4415-9e63-7a086c600ebe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.08.29 23:44:47.103053 [ 276 ] {46e6ba21-996f-4415-9e63-7a086c600ebe} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.08.29 23:44:47.103280 [ 276 ] {46e6ba21-996f-4415-9e63-7a086c600ebe} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:47.103412 [ 276 ] {46e6ba21-996f-4415-9e63-7a086c600ebe} executeQuery: Read 160 rows, 11.41 KiB in 0.001268 sec., 126182.96529968454 rows/sec., 8.79 MiB/sec. 2025.08.29 23:44:47.103450 [ 276 ] {46e6ba21-996f-4415-9e63-7a086c600ebe} TCPHandler: Processed in 0.001428585 sec. 2025.08.29 23:44:47.103561 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:47.103655 [ 276 ] {3f9d818e-4ea8-4c45-bef6-ad61a1eec766} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:44:47.103709 [ 276 ] {3f9d818e-4ea8-4c45-bef6-ad61a1eec766} 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.08.29 23:44:47.104561 [ 276 ] {3f9d818e-4ea8-4c45-bef6-ad61a1eec766} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:47.104599 [ 276 ] {3f9d818e-4ea8-4c45-bef6-ad61a1eec766} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.08.29 23:44:47.105205 [ 276 ] {3f9d818e-4ea8-4c45-bef6-ad61a1eec766} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.08.29 23:44:47.105434 [ 276 ] {3f9d818e-4ea8-4c45-bef6-ad61a1eec766} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:47.105573 [ 276 ] {3f9d818e-4ea8-4c45-bef6-ad61a1eec766} executeQuery: Read 32 rows, 58.72 KiB in 0.001936 sec., 16528.92561983471 rows/sec., 29.62 MiB/sec. 2025.08.29 23:44:47.105626 [ 276 ] {3f9d818e-4ea8-4c45-bef6-ad61a1eec766} TCPHandler: Processed in 0.002112985 sec. 2025.08.29 23:44:47.105748 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:47.105842 [ 276 ] {6cd5f1c4-20ad-48c2-9ea5-316452b47a87} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:44:47.105883 [ 276 ] {6cd5f1c4-20ad-48c2-9ea5-316452b47a87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:44:47.106226 [ 276 ] {6cd5f1c4-20ad-48c2-9ea5-316452b47a87} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:47.106263 [ 276 ] {6cd5f1c4-20ad-48c2-9ea5-316452b47a87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.08.29 23:44:47.106576 [ 276 ] {6cd5f1c4-20ad-48c2-9ea5-316452b47a87} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.08.29 23:44:47.106802 [ 276 ] {6cd5f1c4-20ad-48c2-9ea5-316452b47a87} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:47.106932 [ 276 ] {6cd5f1c4-20ad-48c2-9ea5-316452b47a87} executeQuery: Read 60 rows, 4.14 KiB in 0.001109 sec., 54102.795311091075 rows/sec., 3.65 MiB/sec. 2025.08.29 23:44:47.106969 [ 276 ] {6cd5f1c4-20ad-48c2-9ea5-316452b47a87} TCPHandler: Processed in 0.001270222 sec. 2025.08.29 23:44:48.954641 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 870 2025.08.29 23:44:48.957010 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:48.957059 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.08.29 23:44:48.958259 [ 243 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.08.29 23:44:48.958537 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:48.958794 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 870 2025.08.29 23:44:51.397969 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17934 2025.08.29 23:44:51.398766 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:51.398806 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.08.29 23:44:51.399274 [ 245 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.08.29 23:44:51.399509 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:51.399637 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17934 2025.08.29 23:44:52.121870 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:52.122051 [ 276 ] {02b6c772-2aa9-492b-911a-f57edee98593} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.29 23:44:52.122115 [ 276 ] {02b6c772-2aa9-492b-911a-f57edee98593} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.29 23:44:52.122731 [ 276 ] {02b6c772-2aa9-492b-911a-f57edee98593} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:52.122779 [ 276 ] {02b6c772-2aa9-492b-911a-f57edee98593} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.08.29 23:44:52.123173 [ 276 ] {02b6c772-2aa9-492b-911a-f57edee98593} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.08.29 23:44:52.123407 [ 276 ] {02b6c772-2aa9-492b-911a-f57edee98593} oximeter.fields_ipaddr (12ce3ada-175d-4499-972d-958c6137f9ab): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:52.123559 [ 276 ] {02b6c772-2aa9-492b-911a-f57edee98593} executeQuery: Read 2 rows, 167.00 B in 0.001557 sec., 1284.5215157353887 rows/sec., 104.74 KiB/sec. 2025.08.29 23:44:52.123600 [ 276 ] {02b6c772-2aa9-492b-911a-f57edee98593} TCPHandler: Processed in 0.001856792 sec. 2025.08.29 23:44:52.123721 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:52.123814 [ 276 ] {9d639e7e-1677-42ee-99f0-fc84160a7a5a} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:44:52.123853 [ 276 ] {9d639e7e-1677-42ee-99f0-fc84160a7a5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:44:52.124867 [ 276 ] {9d639e7e-1677-42ee-99f0-fc84160a7a5a} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:52.124904 [ 276 ] {9d639e7e-1677-42ee-99f0-fc84160a7a5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.08.29 23:44:52.125286 [ 276 ] {9d639e7e-1677-42ee-99f0-fc84160a7a5a} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.08.29 23:44:52.125502 [ 276 ] {9d639e7e-1677-42ee-99f0-fc84160a7a5a} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:52.125617 [ 133 ] {} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.08.29 23:44:52.125629 [ 276 ] {9d639e7e-1677-42ee-99f0-fc84160a7a5a} executeQuery: Read 1217 rows, 103.05 KiB in 0.001833 sec., 663938.8979814511 rows/sec., 54.90 MiB/sec. 2025.08.29 23:44:52.125694 [ 133 ] {} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:52.125708 [ 276 ] {9d639e7e-1677-42ee-99f0-fc84160a7a5a} TCPHandler: Processed in 0.002036144 sec. 2025.08.29 23:44:52.125726 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.08.29 23:44:52.125831 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:52.125831 [ 196 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.08.29 23:44:52.125927 [ 276 ] {18043f22-e3ad-4b60-8287-a897b45d7da6} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:44:52.125947 [ 196 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:44:52.125967 [ 276 ] {18043f22-e3ad-4b60-8287-a897b45d7da6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:44:52.125981 [ 196 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1289 rows starting from the beginning of the part 2025.08.29 23:44:52.126047 [ 196 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 76 rows starting from the beginning of the part 2025.08.29 23:44:52.126101 [ 196 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 122 rows starting from the beginning of the part 2025.08.29 23:44:52.126155 [ 196 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 76 rows starting from the beginning of the part 2025.08.29 23:44:52.126201 [ 196 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 120 rows starting from the beginning of the part 2025.08.29 23:44:52.126245 [ 196 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1217 rows starting from the beginning of the part 2025.08.29 23:44:52.126364 [ 276 ] {18043f22-e3ad-4b60-8287-a897b45d7da6} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:52.126398 [ 276 ] {18043f22-e3ad-4b60-8287-a897b45d7da6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.08.29 23:44:52.126703 [ 276 ] {18043f22-e3ad-4b60-8287-a897b45d7da6} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.08.29 23:44:52.126927 [ 276 ] {18043f22-e3ad-4b60-8287-a897b45d7da6} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:52.127056 [ 276 ] {18043f22-e3ad-4b60-8287-a897b45d7da6} executeQuery: Read 12 rows, 913.00 B in 0.001147 sec., 10462.074978204011 rows/sec., 777.33 KiB/sec. 2025.08.29 23:44:52.127093 [ 276 ] {18043f22-e3ad-4b60-8287-a897b45d7da6} TCPHandler: Processed in 0.001309552 sec. 2025.08.29 23:44:52.127203 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:52.127294 [ 276 ] {42bdcfb7-c985-46a6-88cb-7d6d7ab9b8df} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.29 23:44:52.127334 [ 276 ] {42bdcfb7-c985-46a6-88cb-7d6d7ab9b8df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.29 23:44:52.127403 [ 200 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 2900 rows, containing 5 columns (5 merged, 0 gathered) in 0.001616598 sec., 1793890.6271070484 rows/sec., 155.81 MiB/sec. 2025.08.29 23:44:52.127574 [ 196 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.08.29 23:44:52.127799 [ 276 ] {42bdcfb7-c985-46a6-88cb-7d6d7ab9b8df} oximeter.fields_u32 (3ddfd2d3-615e-4f40-8a6d-6f11378c1abe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:52.127799 [ 196 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_56_11} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:52.127834 [ 276 ] {42bdcfb7-c985-46a6-88cb-7d6d7ab9b8df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.08.29 23:44:52.127879 [ 196 ] {4582fa40-ed77-4724-8dbd-f5b120c58df0::all_1_56_11} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.08.29 23:44:52.127939 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2025.08.29 23:44:52.128140 [ 276 ] {42bdcfb7-c985-46a6-88cb-7d6d7ab9b8df} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.29 23:44:52.128351 [ 276 ] {42bdcfb7-c985-46a6-88cb-7d6d7ab9b8df} oximeter.fields_u32 (3ddfd2d3-615e-4f40-8a6d-6f11378c1abe): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:52.128473 [ 276 ] {42bdcfb7-c985-46a6-88cb-7d6d7ab9b8df} executeQuery: Read 228 rows, 15.81 KiB in 0.001196 sec., 190635.4515050167 rows/sec., 12.91 MiB/sec. 2025.08.29 23:44:52.128509 [ 276 ] {42bdcfb7-c985-46a6-88cb-7d6d7ab9b8df} TCPHandler: Processed in 0.001352903 sec. 2025.08.29 23:44:52.128614 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:52.128705 [ 276 ] {93f2f781-00fe-488c-b037-66f25c9f7f74} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:44:52.128743 [ 276 ] {93f2f781-00fe-488c-b037-66f25c9f7f74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:44:52.129308 [ 276 ] {93f2f781-00fe-488c-b037-66f25c9f7f74} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:52.129346 [ 276 ] {93f2f781-00fe-488c-b037-66f25c9f7f74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.08.29 23:44:52.129664 [ 276 ] {93f2f781-00fe-488c-b037-66f25c9f7f74} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.08.29 23:44:52.129874 [ 276 ] {93f2f781-00fe-488c-b037-66f25c9f7f74} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:52.129976 [ 133 ] {} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.08.29 23:44:52.129998 [ 276 ] {93f2f781-00fe-488c-b037-66f25c9f7f74} executeQuery: Read 532 rows, 40.37 KiB in 0.00131 sec., 406106.8702290076 rows/sec., 30.09 MiB/sec. 2025.08.29 23:44:52.130007 [ 133 ] {} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:52.130037 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.08.29 23:44:52.130041 [ 276 ] {93f2f781-00fe-488c-b037-66f25c9f7f74} TCPHandler: Processed in 0.001474245 sec. 2025.08.29 23:44:52.130119 [ 189 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.08.29 23:44:52.130157 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:52.130233 [ 189 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:44:52.130253 [ 276 ] {6e67e27f-1960-4a3d-baac-cfc7c2bfbab1} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:44:52.130269 [ 189 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 596 rows starting from the beginning of the part 2025.08.29 23:44:52.130300 [ 276 ] {6e67e27f-1960-4a3d-baac-cfc7c2bfbab1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:44:52.130350 [ 189 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 74 rows starting from the beginning of the part 2025.08.29 23:44:52.130401 [ 189 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 100 rows starting from the beginning of the part 2025.08.29 23:44:52.130441 [ 189 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 74 rows starting from the beginning of the part 2025.08.29 23:44:52.130479 [ 189 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 96 rows starting from the beginning of the part 2025.08.29 23:44:52.130516 [ 189 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 532 rows starting from the beginning of the part 2025.08.29 23:44:52.130873 [ 276 ] {6e67e27f-1960-4a3d-baac-cfc7c2bfbab1} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:52.130912 [ 276 ] {6e67e27f-1960-4a3d-baac-cfc7c2bfbab1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.08.29 23:44:52.131312 [ 276 ] {6e67e27f-1960-4a3d-baac-cfc7c2bfbab1} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.08.29 23:44:52.131533 [ 276 ] {6e67e27f-1960-4a3d-baac-cfc7c2bfbab1} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:52.131591 [ 200 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1472 rows, containing 5 columns (5 merged, 0 gathered) in 0.001510786 sec., 974327.2707054473 rows/sec., 77.02 MiB/sec. 2025.08.29 23:44:52.131646 [ 132 ] {} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.08.29 23:44:52.131660 [ 276 ] {6e67e27f-1960-4a3d-baac-cfc7c2bfbab1} executeQuery: Read 845 rows, 58.24 KiB in 0.001425 sec., 592982.4561403509 rows/sec., 39.91 MiB/sec. 2025.08.29 23:44:52.131685 [ 132 ] {} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:52.131703 [ 276 ] {6e67e27f-1960-4a3d-baac-cfc7c2bfbab1} TCPHandler: Processed in 0.001593067 sec. 2025.08.29 23:44:52.131707 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.08.29 23:44:52.131750 [ 189 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.08.29 23:44:52.131812 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:52.131838 [ 195 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.08.29 23:44:52.131909 [ 276 ] {48cc7171-9c7b-4dd6-bef6-cd9b064e3f22} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:44:52.131969 [ 276 ] {48cc7171-9c7b-4dd6-bef6-cd9b064e3f22} 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.08.29 23:44:52.132013 [ 195 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:44:52.132026 [ 189 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_56_11} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:52.132061 [ 195 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_56_11} MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 14767 rows starting from the beginning of the part 2025.08.29 23:44:52.132104 [ 189 ] {4dae252a-9a8a-4c2d-908f-95d7e6310ba4::all_1_56_11} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.08.29 23:44:52.132144 [ 195 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 160 rows starting from the beginning of the part 2025.08.29 23:44:52.132181 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. 2025.08.29 23:44:52.132203 [ 195 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 162 rows starting from the beginning of the part 2025.08.29 23:44:52.132257 [ 195 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part 2025.08.29 23:44:52.132304 [ 195 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part 2025.08.29 23:44:52.132358 [ 195 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 845 rows starting from the beginning of the part 2025.08.29 23:44:52.132726 [ 276 ] {48cc7171-9c7b-4dd6-bef6-cd9b064e3f22} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:52.132767 [ 276 ] {48cc7171-9c7b-4dd6-bef6-cd9b064e3f22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.08.29 23:44:52.133460 [ 276 ] {48cc7171-9c7b-4dd6-bef6-cd9b064e3f22} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.08.29 23:44:52.133691 [ 276 ] {48cc7171-9c7b-4dd6-bef6-cd9b064e3f22} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:52.133832 [ 276 ] {48cc7171-9c7b-4dd6-bef6-cd9b064e3f22} executeQuery: Read 10 rows, 18.35 KiB in 0.001941 sec., 5151.983513652756 rows/sec., 9.23 MiB/sec. 2025.08.29 23:44:52.133889 [ 276 ] {48cc7171-9c7b-4dd6-bef6-cd9b064e3f22} TCPHandler: Processed in 0.002124347 sec. 2025.08.29 23:44:52.133998 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:52.134091 [ 276 ] {232e8f7f-e410-4cb4-994b-828f81c71d9f} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:44:52.134133 [ 276 ] {232e8f7f-e410-4cb4-994b-828f81c71d9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:44:52.134458 [ 276 ] {232e8f7f-e410-4cb4-994b-828f81c71d9f} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:52.134493 [ 276 ] {232e8f7f-e410-4cb4-994b-828f81c71d9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.08.29 23:44:52.134888 [ 276 ] {232e8f7f-e410-4cb4-994b-828f81c71d9f} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.08.29 23:44:52.135107 [ 276 ] {232e8f7f-e410-4cb4-994b-828f81c71d9f} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:52.135207 [ 132 ] {} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.08.29 23:44:52.135239 [ 276 ] {232e8f7f-e410-4cb4-994b-828f81c71d9f} executeQuery: Read 60 rows, 4.14 KiB in 0.001166 sec., 51457.975986277874 rows/sec., 3.47 MiB/sec. 2025.08.29 23:44:52.135244 [ 132 ] {} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:52.135270 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.08.29 23:44:52.135274 [ 276 ] {232e8f7f-e410-4cb4-994b-828f81c71d9f} TCPHandler: Processed in 0.001323483 sec. 2025.08.29 23:44:52.135341 [ 200 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.08.29 23:44:52.135425 [ 200 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:44:52.135452 [ 200 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2970 rows starting from the beginning of the part 2025.08.29 23:44:52.135503 [ 200 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part 2025.08.29 23:44:52.135547 [ 200 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part 2025.08.29 23:44:52.135586 [ 200 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part 2025.08.29 23:44:52.135623 [ 200 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part 2025.08.29 23:44:52.135661 [ 200 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part 2025.08.29 23:44:52.137095 [ 200 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 16254 rows, containing 5 columns (5 merged, 0 gathered) in 0.00532319 sec., 3053432.246453724 rows/sec., 208.59 MiB/sec. 2025.08.29 23:44:52.137099 [ 193 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3270 rows, containing 4 columns (4 merged, 0 gathered) in 0.00178917 sec., 1827663.1063565786 rows/sec., 123.27 MiB/sec. 2025.08.29 23:44:52.137540 [ 194 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.08.29 23:44:52.137680 [ 192 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.08.29 23:44:52.137922 [ 194 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_56_11} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:52.138028 [ 192 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_56_11} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:52.138030 [ 194 ] {371e8896-2165-43da-873c-bccf77f3f9f8::all_1_56_11} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.08.29 23:44:52.138128 [ 192 ] {54cee215-9fb3-44f8-94d3-0d370a5008a8::all_1_56_11} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.08.29 23:44:52.138177 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2025.08.29 23:44:52.138232 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB. 2025.08.29 23:44:52.372797 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 2025.08.29 23:44:52.389427 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:52.389477 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.08.29 23:44:52.395873 [ 244 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.08.29 23:44:52.396604 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:52.399498 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 294 2025.08.29 23:44:57.097339 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:57.097534 [ 276 ] {4e04efa3-dd36-41fd-985c-7450e5d9eaa2} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:44:57.097600 [ 276 ] {4e04efa3-dd36-41fd-985c-7450e5d9eaa2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:44:57.098296 [ 276 ] {4e04efa3-dd36-41fd-985c-7450e5d9eaa2} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:57.098341 [ 276 ] {4e04efa3-dd36-41fd-985c-7450e5d9eaa2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.08.29 23:44:57.098767 [ 276 ] {4e04efa3-dd36-41fd-985c-7450e5d9eaa2} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.08.29 23:44:57.099017 [ 276 ] {4e04efa3-dd36-41fd-985c-7450e5d9eaa2} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:57.099180 [ 276 ] {4e04efa3-dd36-41fd-985c-7450e5d9eaa2} executeQuery: Read 120 rows, 10.44 KiB in 0.001696 sec., 70754.71698113208 rows/sec., 6.01 MiB/sec. 2025.08.29 23:44:57.099230 [ 276 ] {4e04efa3-dd36-41fd-985c-7450e5d9eaa2} TCPHandler: Processed in 0.002020084 sec. 2025.08.29 23:44:57.099380 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:57.099488 [ 276 ] {0ec3ba52-4699-4636-b953-3ba541ed1038} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:44:57.099534 [ 276 ] {0ec3ba52-4699-4636-b953-3ba541ed1038} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:44:57.100013 [ 276 ] {0ec3ba52-4699-4636-b953-3ba541ed1038} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:57.100050 [ 276 ] {0ec3ba52-4699-4636-b953-3ba541ed1038} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.08.29 23:44:57.100401 [ 276 ] {0ec3ba52-4699-4636-b953-3ba541ed1038} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.08.29 23:44:57.100629 [ 276 ] {0ec3ba52-4699-4636-b953-3ba541ed1038} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:57.100771 [ 276 ] {0ec3ba52-4699-4636-b953-3ba541ed1038} executeQuery: Read 32 rows, 2.41 KiB in 0.001308 sec., 24464.831804281348 rows/sec., 1.80 MiB/sec. 2025.08.29 23:44:57.100812 [ 276 ] {0ec3ba52-4699-4636-b953-3ba541ed1038} TCPHandler: Processed in 0.001484365 sec. 2025.08.29 23:44:57.100928 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:57.101028 [ 276 ] {b35d850d-6685-4b7d-bbc0-171475cf0028} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:44:57.101070 [ 276 ] {b35d850d-6685-4b7d-bbc0-171475cf0028} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:44:57.101518 [ 276 ] {b35d850d-6685-4b7d-bbc0-171475cf0028} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:57.101554 [ 276 ] {b35d850d-6685-4b7d-bbc0-171475cf0028} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.08.29 23:44:57.101875 [ 276 ] {b35d850d-6685-4b7d-bbc0-171475cf0028} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.08.29 23:44:57.102088 [ 276 ] {b35d850d-6685-4b7d-bbc0-171475cf0028} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:57.102220 [ 276 ] {b35d850d-6685-4b7d-bbc0-171475cf0028} executeQuery: Read 96 rows, 7.68 KiB in 0.001216 sec., 78947.36842105263 rows/sec., 6.17 MiB/sec. 2025.08.29 23:44:57.102257 [ 276 ] {b35d850d-6685-4b7d-bbc0-171475cf0028} TCPHandler: Processed in 0.001379633 sec. 2025.08.29 23:44:57.102372 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:57.102469 [ 276 ] {1f95a6f8-add6-4275-bff1-cad09eee55d4} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:44:57.102512 [ 276 ] {1f95a6f8-add6-4275-bff1-cad09eee55d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:44:57.102937 [ 276 ] {1f95a6f8-add6-4275-bff1-cad09eee55d4} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:57.102973 [ 276 ] {1f95a6f8-add6-4275-bff1-cad09eee55d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.08.29 23:44:57.103320 [ 276 ] {1f95a6f8-add6-4275-bff1-cad09eee55d4} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.08.29 23:44:57.103537 [ 276 ] {1f95a6f8-add6-4275-bff1-cad09eee55d4} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:57.103671 [ 276 ] {1f95a6f8-add6-4275-bff1-cad09eee55d4} executeQuery: Read 160 rows, 11.41 KiB in 0.001221 sec., 131040.13104013103 rows/sec., 9.13 MiB/sec. 2025.08.29 23:44:57.103711 [ 276 ] {1f95a6f8-add6-4275-bff1-cad09eee55d4} TCPHandler: Processed in 0.001387634 sec. 2025.08.29 23:44:57.103832 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:57.103924 [ 276 ] {8432def4-f1e4-415d-8705-76096ee27462} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:44:57.103980 [ 276 ] {8432def4-f1e4-415d-8705-76096ee27462} 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.08.29 23:44:57.104832 [ 276 ] {8432def4-f1e4-415d-8705-76096ee27462} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:57.104868 [ 276 ] {8432def4-f1e4-415d-8705-76096ee27462} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.08.29 23:44:57.105434 [ 276 ] {8432def4-f1e4-415d-8705-76096ee27462} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.08.29 23:44:57.105663 [ 276 ] {8432def4-f1e4-415d-8705-76096ee27462} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:57.105806 [ 276 ] {8432def4-f1e4-415d-8705-76096ee27462} executeQuery: Read 32 rows, 58.72 KiB in 0.001899 sec., 16850.97419694576 rows/sec., 30.20 MiB/sec. 2025.08.29 23:44:57.105868 [ 276 ] {8432def4-f1e4-415d-8705-76096ee27462} TCPHandler: Processed in 0.002085696 sec. 2025.08.29 23:44:57.105986 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:44:57.106081 [ 276 ] {09aa921b-7471-44df-9352-65bc59716cc3} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:44:57.106122 [ 276 ] {09aa921b-7471-44df-9352-65bc59716cc3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:44:57.106498 [ 276 ] {09aa921b-7471-44df-9352-65bc59716cc3} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:57.106541 [ 276 ] {09aa921b-7471-44df-9352-65bc59716cc3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.08.29 23:44:57.106858 [ 276 ] {09aa921b-7471-44df-9352-65bc59716cc3} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.08.29 23:44:57.107072 [ 276 ] {09aa921b-7471-44df-9352-65bc59716cc3} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:57.107205 [ 276 ] {09aa921b-7471-44df-9352-65bc59716cc3} executeQuery: Read 60 rows, 4.14 KiB in 0.001143 sec., 52493.43832020998 rows/sec., 3.54 MiB/sec. 2025.08.29 23:44:57.107242 [ 276 ] {09aa921b-7471-44df-9352-65bc59716cc3} TCPHandler: Processed in 0.001304182 sec. 2025.08.29 23:44:58.778586 [ 121 ] {} DNSResolver: Updating DNS cache 2025.08.29 23:44:58.778637 [ 121 ] {} DNSResolver: Updated DNS cache 2025.08.29 23:44:58.899766 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18361 2025.08.29 23:44:58.900244 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:58.900285 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.08.29 23:44:58.900775 [ 245 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.08.29 23:44:58.901011 [ 245 ] {} system.asynchronous_metric_log (90555ac2-81b8-4059-8b13-b62161c900cc): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:58.901157 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 2025.08.29 23:44:58.959058 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 898 2025.08.29 23:44:58.961566 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:58.961619 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.08.29 23:44:58.962883 [ 243 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.08.29 23:44:58.963172 [ 243 ] {} system.query_log (78c2b7f8-8fea-4695-a363-de4da177e2ce): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:58.963550 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 898 2025.08.29 23:44:59.899638 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 2025.08.29 23:44:59.924835 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:44:59.924917 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.08.29 23:44:59.933261 [ 244 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.08.29 23:44:59.934369 [ 244 ] {} system.metric_log (0ea5a1cc-08d5-498e-909b-33409dd0537b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:44:59.938959 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 302 2025.08.29 23:45:02.097097 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:45:02.097425 [ 276 ] {586b8647-a10b-4cdf-ab9c-b2be81b2663f} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.29 23:45:02.097512 [ 276 ] {586b8647-a10b-4cdf-ab9c-b2be81b2663f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.29 23:45:02.098505 [ 276 ] {586b8647-a10b-4cdf-ab9c-b2be81b2663f} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:45:02.098568 [ 276 ] {586b8647-a10b-4cdf-ab9c-b2be81b2663f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.08.29 23:45:02.099147 [ 276 ] {586b8647-a10b-4cdf-ab9c-b2be81b2663f} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.08.29 23:45:02.099509 [ 276 ] {586b8647-a10b-4cdf-ab9c-b2be81b2663f} oximeter.fields_string (4582fa40-ed77-4724-8dbd-f5b120c58df0): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:45:02.099708 [ 276 ] {586b8647-a10b-4cdf-ab9c-b2be81b2663f} executeQuery: Read 76 rows, 6.41 KiB in 0.002382 sec., 31905.961376994124 rows/sec., 2.63 MiB/sec. 2025.08.29 23:45:02.099765 [ 276 ] {586b8647-a10b-4cdf-ab9c-b2be81b2663f} TCPHandler: Processed in 0.002887799 sec. 2025.08.29 23:45:02.099917 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:45:02.100041 [ 276 ] {57e8c923-cd48-407d-b788-fdfb37825c24} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.29 23:45:02.100098 [ 276 ] {57e8c923-cd48-407d-b788-fdfb37825c24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.29 23:45:02.100665 [ 276 ] {57e8c923-cd48-407d-b788-fdfb37825c24} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:45:02.100713 [ 276 ] {57e8c923-cd48-407d-b788-fdfb37825c24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.08.29 23:45:02.101106 [ 276 ] {57e8c923-cd48-407d-b788-fdfb37825c24} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.08.29 23:45:02.101371 [ 276 ] {57e8c923-cd48-407d-b788-fdfb37825c24} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:45:02.101521 [ 119 ] {} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.08.29 23:45:02.101541 [ 276 ] {57e8c923-cd48-407d-b788-fdfb37825c24} executeQuery: Read 10 rows, 770.00 B in 0.001528 sec., 6544.502617801047 rows/sec., 492.12 KiB/sec. 2025.08.29 23:45:02.101592 [ 119 ] {} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:45:02.101605 [ 276 ] {57e8c923-cd48-407d-b788-fdfb37825c24} TCPHandler: Processed in 0.00174023 sec. 2025.08.29 23:45:02.101619 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.08.29 23:45:02.101743 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:45:02.101758 [ 193 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.08.29 23:45:02.101862 [ 276 ] {35a5bad9-bfc4-43d5-8609-2915d3448c1c} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.29 23:45:02.101905 [ 193 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:45:02.101917 [ 276 ] {35a5bad9-bfc4-43d5-8609-2915d3448c1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.29 23:45:02.101950 [ 193 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 58 rows starting from the beginning of the part 2025.08.29 23:45:02.102023 [ 193 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 10 rows starting from the beginning of the part 2025.08.29 23:45:02.102072 [ 193 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 32 rows starting from the beginning of the part 2025.08.29 23:45:02.102116 [ 193 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 12 rows starting from the beginning of the part 2025.08.29 23:45:02.102159 [ 193 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 32 rows starting from the beginning of the part 2025.08.29 23:45:02.102203 [ 193 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 10 rows starting from the beginning of the part 2025.08.29 23:45:02.102428 [ 276 ] {35a5bad9-bfc4-43d5-8609-2915d3448c1c} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:45:02.102478 [ 276 ] {35a5bad9-bfc4-43d5-8609-2915d3448c1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.08.29 23:45:02.102910 [ 276 ] {35a5bad9-bfc4-43d5-8609-2915d3448c1c} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.08.29 23:45:02.103263 [ 276 ] {35a5bad9-bfc4-43d5-8609-2915d3448c1c} oximeter.fields_uuid (4dae252a-9a8a-4c2d-908f-95d7e6310ba4): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:45:02.103441 [ 276 ] {35a5bad9-bfc4-43d5-8609-2915d3448c1c} executeQuery: Read 74 rows, 5.92 KiB in 0.001602 sec., 46192.259675405745 rows/sec., 3.61 MiB/sec. 2025.08.29 23:45:02.103494 [ 276 ] {35a5bad9-bfc4-43d5-8609-2915d3448c1c} TCPHandler: Processed in 0.001801211 sec. 2025.08.29 23:45:02.103552 [ 200 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 154 rows, containing 5 columns (5 merged, 0 gathered) in 0.001862502 sec., 82684.4749696913 rows/sec., 6.34 MiB/sec. 2025.08.29 23:45:02.103634 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:45:02.103726 [ 192 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.08.29 23:45:02.103748 [ 276 ] {720e97b2-5d89-499d-86d0-fc2edaf509c1} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.29 23:45:02.103804 [ 276 ] {720e97b2-5d89-499d-86d0-fc2edaf509c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.29 23:45:02.104072 [ 192 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_56_11} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:45:02.104165 [ 192 ] {4449c76e-f9b9-414c-8205-8a7f80a46b10::all_1_56_11} oximeter.fields_u16 (4449c76e-f9b9-414c-8205-8a7f80a46b10) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.08.29 23:45:02.104256 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.08.29 23:45:02.104324 [ 276 ] {720e97b2-5d89-499d-86d0-fc2edaf509c1} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:45:02.104366 [ 276 ] {720e97b2-5d89-499d-86d0-fc2edaf509c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.08.29 23:45:02.104800 [ 276 ] {720e97b2-5d89-499d-86d0-fc2edaf509c1} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.08.29 23:45:02.105092 [ 276 ] {720e97b2-5d89-499d-86d0-fc2edaf509c1} oximeter.measurements_cumulativeu64 (54cee215-9fb3-44f8-94d3-0d370a5008a8): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:45:02.105273 [ 276 ] {720e97b2-5d89-499d-86d0-fc2edaf509c1} executeQuery: Read 160 rows, 11.41 KiB in 0.001551 sec., 103159.2520954223 rows/sec., 7.18 MiB/sec. 2025.08.29 23:45:02.105323 [ 276 ] {720e97b2-5d89-499d-86d0-fc2edaf509c1} TCPHandler: Processed in 0.00174576 sec. 2025.08.29 23:45:02.105468 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:45:02.105577 [ 276 ] {21fd4fec-2557-4378-b45d-dec60cff529e} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.29 23:45:02.105645 [ 276 ] {21fd4fec-2557-4378-b45d-dec60cff529e} 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.08.29 23:45:02.106622 [ 276 ] {21fd4fec-2557-4378-b45d-dec60cff529e} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:45:02.106661 [ 276 ] {21fd4fec-2557-4378-b45d-dec60cff529e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.08.29 23:45:02.107274 [ 276 ] {21fd4fec-2557-4378-b45d-dec60cff529e} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.08.29 23:45:02.107543 [ 276 ] {21fd4fec-2557-4378-b45d-dec60cff529e} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:45:02.107690 [ 119 ] {} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.08.29 23:45:02.107708 [ 276 ] {21fd4fec-2557-4378-b45d-dec60cff529e} executeQuery: Read 10 rows, 18.35 KiB in 0.002155 sec., 4640.371229698377 rows/sec., 8.32 MiB/sec. 2025.08.29 23:45:02.107752 [ 119 ] {} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:45:02.107784 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.08.29 23:45:02.107809 [ 276 ] {21fd4fec-2557-4378-b45d-dec60cff529e} TCPHandler: Processed in 0.002399341 sec. 2025.08.29 23:45:02.107928 [ 186 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2025.08.29 23:45:02.107947 [ 276 ] {} TCP-Session: 520928d5-962d-45b3-8969-2c58fb5114b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.29 23:45:02.108072 [ 276 ] {d69eb35c-941f-4961-843b-1388e21e4029} executeQuery: (from [fd00:1122:3344:101::d]:51413) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.29 23:45:02.108122 [ 276 ] {d69eb35c-941f-4961-843b-1388e21e4029} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.29 23:45:02.108241 [ 186 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.29 23:45:02.108335 [ 186 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1031 rows starting from the beginning of the part 2025.08.29 23:45:02.108499 [ 186 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 10 rows starting from the beginning of the part 2025.08.29 23:45:02.108547 [ 276 ] {d69eb35c-941f-4961-843b-1388e21e4029} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.29 23:45:02.108595 [ 276 ] {d69eb35c-941f-4961-843b-1388e21e4029} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.08.29 23:45:02.108609 [ 186 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 32 rows starting from the beginning of the part 2025.08.29 23:45:02.108709 [ 186 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 10 rows starting from the beginning of the part 2025.08.29 23:45:02.108799 [ 186 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 32 rows starting from the beginning of the part 2025.08.29 23:45:02.108897 [ 186 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 10 rows starting from the beginning of the part 2025.08.29 23:45:02.108984 [ 276 ] {d69eb35c-941f-4961-843b-1388e21e4029} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.08.29 23:45:02.109283 [ 276 ] {d69eb35c-941f-4961-843b-1388e21e4029} oximeter.measurements_u64 (371e8896-2165-43da-873c-bccf77f3f9f8): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:45:02.109457 [ 276 ] {d69eb35c-941f-4961-843b-1388e21e4029} executeQuery: Read 60 rows, 4.14 KiB in 0.001405 sec., 42704.62633451957 rows/sec., 2.88 MiB/sec. 2025.08.29 23:45:02.109501 [ 276 ] {d69eb35c-941f-4961-843b-1388e21e4029} TCPHandler: Processed in 0.001610577 sec. 2025.08.29 23:45:02.114625 [ 200 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1125 rows, containing 19 columns (19 merged, 0 gathered) in 0.006773285 sec., 166093.7049009454 rows/sec., 297.63 MiB/sec. 2025.08.29 23:45:02.115889 [ 202 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.08.29 23:45:02.116239 [ 202 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_56_11} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.29 23:45:02.116342 [ 202 ] {9a36cb88-9dac-4920-8f0f-fc50a70cd4df::all_1_56_11} oximeter.measurements_histogramu64 (9a36cb88-9dac-4920-8f0f-fc50a70cd4df) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.08.29 23:45:02.116444 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.56 MiB.