[ Sep 18 00:39:28 Enabled. ] [ Sep 18 00:39:28 Rereading configuration. ] [ Sep 18 00:39:31 Rereading configuration. ] [ Sep 18 00:39:34 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 [ Sep 18 00:39:34 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.09.18 00:39:36.022959 [ 1 ] {} Application: Will watch for the process with pid 23970 2025.09.18 00:39:36.023366 [ 1 ] {} Application: Forked a child process to watch 2025.09.18 00:39:36.433423 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 23970 2025.09.18 00:39:36.434281 [ 1 ] {} Application: starting up 2025.09.18 00:39:36.434414 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2025.09.18 00:39:36.538625 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2025.09.18 00:39:36.589655 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2025.09.18 00:39:36.589772 [ 1 ] {} Application: Initializing DateLUT. 2025.09.18 00:39:36.589812 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2025.09.18 00:39:36.589882 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2025.09.18 00:39:36.590607 [ 1 ] {} Application: Initializing interserver credentials. 2025.09.18 00:39:36.592921 [ 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.09.18 00:39:36.593833 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.09.18 00:39:36.594689 [ 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.09.18 00:39:36.594742 [ 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.09.18 00:39:36.594785 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2025.09.18 00:39:36.595507 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2025.09.18 00:39:36.596593 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2025.09.18 00:39:36.602977 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2025.09.18 00:39:36.603710 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2025.09.18 00:39:36.605077 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.09.18 00:39:36.605182 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.09.18 00:39:36.606225 [ 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.09.18 00:39:36.606685 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.09.18 00:39:36.610023 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.09.18 00:39:36.610353 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2025.09.18 00:39:36.613535 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2025.09.18 00:39:36.613983 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2025.09.18 00:39:36.614419 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2025.09.18 00:39:36.614820 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2025.09.18 00:39:36.616300 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2025.09.18 00:39:36.616328 [ 1 ] {} Application: Loading metadata from /data/ 2025.09.18 00:39:36.616406 [ 150 ] {} DNSResolver: Updating DNS cache 2025.09.18 00:39:36.616493 [ 150 ] {} DNSResolver: Updated DNS cache 2025.09.18 00:39:36.652955 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2025.09.18 00:39:36.652994 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000214294 sec 2025.09.18 00:39:36.653062 [ 1 ] {} ReferentialDeps: No tables 2025.09.18 00:39:36.653116 [ 1 ] {} LoadingDeps: No tables 2025.09.18 00:39:36.653934 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2025.09.18 00:39:36.654547 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2025.09.18 00:39:36.664439 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2025.09.18 00:39:36.664486 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2025.09.18 00:39:36.664557 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2025.09.18 00:39:36.664570 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2025.09.18 00:39:36.664605 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2025.09.18 00:39:36.664672 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2025.09.18 00:39:36.668751 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2025.09.18 00:39:36.668801 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2025.09.18 00:39:36.668859 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2025.09.18 00:39:36.669032 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2025.09.18 00:39:36.669076 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2025.09.18 00:39:36.669088 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2025.09.18 00:39:36.669157 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2025.09.18 00:39:36.669170 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2025.09.18 00:39:36.669203 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2025.09.18 00:39:36.669278 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2025.09.18 00:39:36.691691 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2025.09.18 00:39:36.705355 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2025.09.18 00:39:36.705456 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000124202 sec 2025.09.18 00:39:36.705472 [ 1 ] {} ReferentialDeps: No tables 2025.09.18 00:39:36.705484 [ 1 ] {} LoadingDeps: No tables 2025.09.18 00:39:36.705512 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2025.09.18 00:39:36.705730 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2025.09.18 00:39:36.705839 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2025.09.18 00:39:36.705853 [ 1 ] {} Application: Loaded metadata. 2025.09.18 00:39:36.705864 [ 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.09.18 00:39:36.705875 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2025.09.18 00:39:36.709461 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.09.18 00:39:36.709681 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.77 MiB, peak 24.77 MiB, free memory in arenas 0.00 B, will set to 116.77 MiB (RSS), difference: 92.00 MiB 2025.09.18 00:39:36.711128 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.869e-05 sec. 2025.09.18 00:39:36.711647 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2025.09.18 00:39:36.713327 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2025.09.18 00:39:36.713354 [ 1 ] {} Application: Ready for connections. 2025.09.18 00:39:36.833652 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:38319 2025.09.18 00:39:36.834741 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:39:36.834805 [ 3 ] {} TCP-Session: 8c993300-c635-4eff-8515-68612bf2998b Authenticating user 'default' from [fd00:1122:3344:101::a]:38319 2025.09.18 00:39:36.834832 [ 3 ] {} TCP-Session: 8c993300-c635-4eff-8515-68612bf2998b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:36.834915 [ 3 ] {} TCP-Session: 8c993300-c635-4eff-8515-68612bf2998b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:36.835006 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.09.18 00:39:36.835030 [ 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.09.18 00:39:36.835110 [ 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.09.18 00:39:36.836376 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55951 2025.09.18 00:39:36.836472 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57765 2025.09.18 00:39:36.836483 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33329 2025.09.18 00:39:36.836583 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:39:36.836684 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39884 2025.09.18 00:39:36.836693 [ 4 ] {} TCP-Session: d0f7ed1a-58fb-4c31-adbc-837685a9e4af Authenticating user 'default' from [fd00:1122:3344:101::a]:55951 2025.09.18 00:39:36.836745 [ 4 ] {} TCP-Session: d0f7ed1a-58fb-4c31-adbc-837685a9e4af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:36.836758 [ 4 ] {} TCP-Session: d0f7ed1a-58fb-4c31-adbc-837685a9e4af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:36.836835 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:39:36.836854 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49700 2025.09.18 00:39:36.836888 [ 5 ] {} TCP-Session: 83f41943-62c5-46e0-b175-92c4184ad32e Authenticating user 'default' from [fd00:1122:3344:101::a]:57765 2025.09.18 00:39:36.836900 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:39:36.836988 [ 5 ] {} TCP-Session: 83f41943-62c5-46e0-b175-92c4184ad32e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:36.837001 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:39:36.837056 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43428 2025.09.18 00:39:36.837009 [ 5 ] {} TCP-Session: 83f41943-62c5-46e0-b175-92c4184ad32e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:36.837098 [ 255 ] {} TCP-Session: 9f21a653-da7c-4bd8-a1d7-4ae8985b8f45 Authenticating user 'default' from [fd00:1122:3344:101::a]:39884 2025.09.18 00:39:36.837052 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:39:36.837163 [ 255 ] {} TCP-Session: 9f21a653-da7c-4bd8-a1d7-4ae8985b8f45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:36.837156 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62563 2025.09.18 00:39:36.837234 [ 256 ] {} TCP-Session: 18430041-f87c-431d-91c8-b375c468120f Authenticating user 'default' from [fd00:1122:3344:101::a]:49700 2025.09.18 00:39:36.837248 [ 255 ] {} TCP-Session: 9f21a653-da7c-4bd8-a1d7-4ae8985b8f45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:36.837235 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:39:36.837326 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:39:36.837330 [ 256 ] {} TCP-Session: 18430041-f87c-431d-91c8-b375c468120f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:36.837373 [ 258 ] {} TCP-Session: d66d26bd-e5b9-4564-b681-ca043eeda31f Authenticating user 'default' from [fd00:1122:3344:101::a]:62563 2025.09.18 00:39:36.837357 [ 257 ] {} TCP-Session: cd06430e-db12-4521-ba16-c73ae20ffc6e Authenticating user 'default' from [fd00:1122:3344:101::a]:43428 2025.09.18 00:39:36.837448 [ 256 ] {} TCP-Session: 18430041-f87c-431d-91c8-b375c468120f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:36.837485 [ 258 ] {} TCP-Session: d66d26bd-e5b9-4564-b681-ca043eeda31f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:36.837466 [ 257 ] {} TCP-Session: cd06430e-db12-4521-ba16-c73ae20ffc6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:36.837003 [ 254 ] {} TCP-Session: ea20cdfb-34f8-48c3-86bb-206800a919bc Authenticating user 'default' from [fd00:1122:3344:101::a]:33329 2025.09.18 00:39:36.837560 [ 258 ] {} TCP-Session: d66d26bd-e5b9-4564-b681-ca043eeda31f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:36.837543 [ 257 ] {} TCP-Session: cd06430e-db12-4521-ba16-c73ae20ffc6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:36.837628 [ 254 ] {} TCP-Session: ea20cdfb-34f8-48c3-86bb-206800a919bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:36.837714 [ 254 ] {} TCP-Session: ea20cdfb-34f8-48c3-86bb-206800a919bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:37.000187 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 116.83 MiB, peak 116.83 MiB, free memory in arenas 0.00 B, will set to 118.95 MiB (RSS), difference: 2.12 MiB 2025.09.18 00:39:37.063675 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57821 2025.09.18 00:39:37.063910 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:39:37.063964 [ 259 ] {} TCP-Session: 6a29bf70-14f8-47f4-9c5a-6c9ed8986b6c Authenticating user 'default' from [fd00:1122:3344:101::c]:57821 2025.09.18 00:39:37.063990 [ 259 ] {} TCP-Session: 6a29bf70-14f8-47f4-9c5a-6c9ed8986b6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:37.064078 [ 259 ] {} TCP-Session: 6a29bf70-14f8-47f4-9c5a-6c9ed8986b6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:37.064153 [ 259 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.09.18 00:39:37.064207 [ 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.09.18 00:39:37.064299 [ 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.09.18 00:39:37.065575 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:44120 2025.09.18 00:39:37.065581 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:63041 2025.09.18 00:39:37.065640 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34179 2025.09.18 00:39:37.065721 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:35571 2025.09.18 00:39:37.065804 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:39:37.065861 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:44823 2025.09.18 00:39:37.065872 [ 261 ] {} TCP-Session: 10aa8225-d02b-4b9d-9f85-02346d13b2fe Authenticating user 'default' from [fd00:1122:3344:101::c]:44120 2025.09.18 00:39:37.065976 [ 261 ] {} TCP-Session: 10aa8225-d02b-4b9d-9f85-02346d13b2fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:37.066022 [ 261 ] {} TCP-Session: 10aa8225-d02b-4b9d-9f85-02346d13b2fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:37.066055 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:39:37.066075 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:39:37.066094 [ 262 ] {} TCP-Session: 91228afa-6b8b-4c1e-a166-489e9d16989c Authenticating user 'default' from [fd00:1122:3344:101::c]:34179 2025.09.18 00:39:37.066157 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:39:37.066191 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45577 2025.09.18 00:39:37.066230 [ 262 ] {} TCP-Session: 91228afa-6b8b-4c1e-a166-489e9d16989c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:37.066229 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:39:37.066288 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43812 2025.09.18 00:39:37.066325 [ 262 ] {} TCP-Session: 91228afa-6b8b-4c1e-a166-489e9d16989c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:37.066356 [ 263 ] {} TCP-Session: 39be3f35-1f39-4a98-807b-f0b1b3aa8414 Authenticating user 'default' from [fd00:1122:3344:101::c]:35571 2025.09.18 00:39:37.066223 [ 264 ] {} TCP-Session: caaac0a8-151b-4cbd-b7b3-a5cc6acb308b Authenticating user 'default' from [fd00:1122:3344:101::c]:44823 2025.09.18 00:39:37.066214 [ 260 ] {} TCP-Session: 14f7a337-53d6-4d48-bb0f-41d7073f8a91 Authenticating user 'default' from [fd00:1122:3344:101::c]:63041 2025.09.18 00:39:37.066456 [ 264 ] {} TCP-Session: caaac0a8-151b-4cbd-b7b3-a5cc6acb308b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:37.066505 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:39:37.066442 [ 263 ] {} TCP-Session: 39be3f35-1f39-4a98-807b-f0b1b3aa8414 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:37.066564 [ 265 ] {} TCP-Session: 1eac0525-bae2-42bb-a59b-2a636068b8b7 Authenticating user 'default' from [fd00:1122:3344:101::c]:45577 2025.09.18 00:39:37.066536 [ 264 ] {} TCP-Session: caaac0a8-151b-4cbd-b7b3-a5cc6acb308b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:37.066536 [ 260 ] {} TCP-Session: 14f7a337-53d6-4d48-bb0f-41d7073f8a91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:37.066659 [ 265 ] {} TCP-Session: 1eac0525-bae2-42bb-a59b-2a636068b8b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:37.066634 [ 263 ] {} TCP-Session: 39be3f35-1f39-4a98-807b-f0b1b3aa8414 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:37.066482 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:39:37.066746 [ 265 ] {} TCP-Session: 1eac0525-bae2-42bb-a59b-2a636068b8b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:37.066721 [ 260 ] {} TCP-Session: 14f7a337-53d6-4d48-bb0f-41d7073f8a91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:37.066845 [ 266 ] {} TCP-Session: 94c01df1-36a4-43f0-a8a2-e1ee351e8910 Authenticating user 'default' from [fd00:1122:3344:101::c]:43812 2025.09.18 00:39:37.066951 [ 266 ] {} TCP-Session: 94c01df1-36a4-43f0-a8a2-e1ee351e8910 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:37.066965 [ 266 ] {} TCP-Session: 94c01df1-36a4-43f0-a8a2-e1ee351e8910 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:37.089956 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45780 2025.09.18 00:39:37.090151 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:39:37.090224 [ 267 ] {} TCP-Session: 0b97478c-c6ad-47a0-9622-7fe5bb5ab7c7 Authenticating user 'default' from [fd00:1122:3344:101::b]:45780 2025.09.18 00:39:37.090245 [ 267 ] {} TCP-Session: 0b97478c-c6ad-47a0-9622-7fe5bb5ab7c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:37.090260 [ 267 ] {} TCP-Session: 0b97478c-c6ad-47a0-9622-7fe5bb5ab7c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:37.090388 [ 267 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.09.18 00:39:37.090420 [ 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.09.18 00:39:37.090515 [ 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.09.18 00:39:37.091557 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:64054 2025.09.18 00:39:37.091647 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:35010 2025.09.18 00:39:37.091761 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:39:37.091803 [ 268 ] {} TCP-Session: 5e1b7aff-5150-41d0-a79a-28587cab303d Authenticating user 'default' from [fd00:1122:3344:101::b]:64054 2025.09.18 00:39:37.091945 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:39:37.091957 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62304 2025.09.18 00:39:37.091961 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40935 2025.09.18 00:39:37.092005 [ 269 ] {} TCP-Session: 1b2cb60e-0265-4d11-9969-51bb37ad3e27 Authenticating user 'default' from [fd00:1122:3344:101::b]:35010 2025.09.18 00:39:37.092142 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33789 2025.09.18 00:39:37.092037 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:46095 2025.09.18 00:39:37.091949 [ 268 ] {} TCP-Session: 5e1b7aff-5150-41d0-a79a-28587cab303d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:37.092209 [ 269 ] {} TCP-Session: 1b2cb60e-0265-4d11-9969-51bb37ad3e27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:37.092250 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:39:37.092281 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:65521 2025.09.18 00:39:37.092228 [ 268 ] {} TCP-Session: 5e1b7aff-5150-41d0-a79a-28587cab303d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:37.092384 [ 271 ] {} TCP-Session: cc71c759-648f-4ddb-9e1b-e33c0c477803 Authenticating user 'default' from [fd00:1122:3344:101::b]:62304 2025.09.18 00:39:37.092333 [ 269 ] {} TCP-Session: 1b2cb60e-0265-4d11-9969-51bb37ad3e27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:37.092222 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:39:37.092535 [ 271 ] {} TCP-Session: cc71c759-648f-4ddb-9e1b-e33c0c477803 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:37.092600 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:39:37.092615 [ 271 ] {} TCP-Session: cc71c759-648f-4ddb-9e1b-e33c0c477803 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:37.092678 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:39:37.092645 [ 273 ] {} TCP-Session: baf1f331-2da8-452c-b0d9-f58a1a86b703 Authenticating user 'default' from [fd00:1122:3344:101::b]:33789 2025.09.18 00:39:37.092641 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:39:37.092784 [ 273 ] {} TCP-Session: baf1f331-2da8-452c-b0d9-f58a1a86b703 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:37.092801 [ 274 ] {} TCP-Session: a2321669-8364-436d-88ce-55e17a8a9142 Authenticating user 'default' from [fd00:1122:3344:101::b]:65521 2025.09.18 00:39:37.092608 [ 270 ] {} TCP-Session: 6c33c2fc-bf82-46c3-8d30-30fcd30595b5 Authenticating user 'default' from [fd00:1122:3344:101::b]:40935 2025.09.18 00:39:37.092818 [ 272 ] {} TCP-Session: a437aae8-400a-4b47-9a50-d99cf0291528 Authenticating user 'default' from [fd00:1122:3344:101::b]:46095 2025.09.18 00:39:37.092923 [ 274 ] {} TCP-Session: a2321669-8364-436d-88ce-55e17a8a9142 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:37.092915 [ 270 ] {} TCP-Session: 6c33c2fc-bf82-46c3-8d30-30fcd30595b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:37.092903 [ 273 ] {} TCP-Session: baf1f331-2da8-452c-b0d9-f58a1a86b703 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:37.092996 [ 274 ] {} TCP-Session: a2321669-8364-436d-88ce-55e17a8a9142 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:37.092988 [ 272 ] {} TCP-Session: a437aae8-400a-4b47-9a50-d99cf0291528 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:37.092987 [ 270 ] {} TCP-Session: 6c33c2fc-bf82-46c3-8d30-30fcd30595b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:37.093108 [ 272 ] {} TCP-Session: a437aae8-400a-4b47-9a50-d99cf0291528 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:40.937935 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43917 2025.09.18 00:39:40.938117 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:39:40.938243 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Authenticating user 'default' from [fd00:1122:3344:101::d]:43917 2025.09.18 00:39:40.938266 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:40.938278 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:40.938430 [ 275 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.09.18 00:39:40.938468 [ 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.09.18 00:39:40.938552 [ 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.09.18 00:39:40.939077 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63232 2025.09.18 00:39:40.939296 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34035 2025.09.18 00:39:40.939423 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:39:40.939447 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57194 2025.09.18 00:39:40.939472 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Authenticating user 'default' from [fd00:1122:3344:101::d]:63232 2025.09.18 00:39:40.939477 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41644 2025.09.18 00:39:40.939536 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47492 2025.09.18 00:39:40.939594 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:40.939618 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:40.939618 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:39:40.939726 [ 278 ] {} TCP-Session: 37a2517c-0811-45e6-adfb-bb7fd7323eb8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34035 2025.09.18 00:39:40.939743 [ 278 ] {} TCP-Session: 37a2517c-0811-45e6-adfb-bb7fd7323eb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:40.939853 [ 278 ] {} TCP-Session: 37a2517c-0811-45e6-adfb-bb7fd7323eb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:40.940317 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35685 2025.09.18 00:39:40.942104 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:39:40.942143 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56076 2025.09.18 00:39:40.942230 [ 279 ] {} TCP-Session: 999eb8c9-8107-48d5-8d56-dddeb2977e04 Authenticating user 'default' from [fd00:1122:3344:101::d]:57194 2025.09.18 00:39:40.942253 [ 279 ] {} TCP-Session: 999eb8c9-8107-48d5-8d56-dddeb2977e04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:40.942267 [ 279 ] {} TCP-Session: 999eb8c9-8107-48d5-8d56-dddeb2977e04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:40.944422 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33735 2025.09.18 00:39:40.946645 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:39:40.946705 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:39:40.946740 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:39:40.946707 [ 282 ] {} TCP-Session: 292e7c4a-7d2b-4384-81f5-6dec033bd1f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56076 2025.09.18 00:39:40.946783 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:39:40.946835 [ 277 ] {} TCP-Session: 00110a5c-6068-4370-a73d-98d12f599aa0 Authenticating user 'default' from [fd00:1122:3344:101::d]:41644 2025.09.18 00:39:40.946903 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:39:40.946872 [ 281 ] {} TCP-Session: 3645823f-5d47-424b-a7db-4d0635a10517 Authenticating user 'default' from [fd00:1122:3344:101::d]:35685 2025.09.18 00:39:40.946843 [ 282 ] {} TCP-Session: 292e7c4a-7d2b-4384-81f5-6dec033bd1f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:40.947002 [ 280 ] {} TCP-Session: 64b4b640-a3ef-4694-8a77-c4187684774e Authenticating user 'default' from [fd00:1122:3344:101::d]:47492 2025.09.18 00:39:40.946993 [ 281 ] {} TCP-Session: 3645823f-5d47-424b-a7db-4d0635a10517 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:40.946989 [ 277 ] {} TCP-Session: 00110a5c-6068-4370-a73d-98d12f599aa0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:40.947168 [ 280 ] {} TCP-Session: 64b4b640-a3ef-4694-8a77-c4187684774e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:40.947151 [ 281 ] {} TCP-Session: 3645823f-5d47-424b-a7db-4d0635a10517 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:40.947138 [ 282 ] {} TCP-Session: 292e7c4a-7d2b-4384-81f5-6dec033bd1f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:40.947262 [ 280 ] {} TCP-Session: 64b4b640-a3ef-4694-8a77-c4187684774e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:40.947237 [ 277 ] {} TCP-Session: 00110a5c-6068-4370-a73d-98d12f599aa0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:40.946854 [ 283 ] {} TCP-Session: 014c41d8-fde4-4198-9544-5bfb2a4a90ce Authenticating user 'default' from [fd00:1122:3344:101::d]:33735 2025.09.18 00:39:40.946848 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:39:40.947413 [ 283 ] {} TCP-Session: 014c41d8-fde4-4198-9544-5bfb2a4a90ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:40.947434 [ 283 ] {} TCP-Session: 014c41d8-fde4-4198-9544-5bfb2a4a90ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:39:40.950540 [ 275 ] {ba750cc7-bed1-4397-9e98-79107dc72288} executeQuery: (from [fd00:1122:3344:101::d]:43917) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.18 00:39:41.000198 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 120.11 MiB, peak 120.11 MiB, free memory in arenas 0.00 B, will set to 122.93 MiB (RSS), difference: 2.82 MiB 2025.09.18 00:39:41.074782 [ 275 ] {ba750cc7-bed1-4397-9e98-79107dc72288} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:43917) (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.09.18 00:39:41.075862 [ 275 ] {ba750cc7-bed1-4397-9e98-79107dc72288} 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.09.18 00:39:41.076108 [ 275 ] {ba750cc7-bed1-4397-9e98-79107dc72288} TCPHandler: Processed in 0.136780416 sec. 2025.09.18 00:39:41.076591 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:39:41.077017 [ 276 ] {1fd870ba-5596-43cc-b41b-6989b1cc389e} executeQuery: (from [fd00:1122:3344:101::d]:63232) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.18 00:39:41.077395 [ 276 ] {1fd870ba-5596-43cc-b41b-6989b1cc389e} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:63232) (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.09.18 00:39:41.077668 [ 276 ] {1fd870ba-5596-43cc-b41b-6989b1cc389e} 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.09.18 00:39:41.077932 [ 276 ] {1fd870ba-5596-43cc-b41b-6989b1cc389e} TCPHandler: Processed in 0.001522414 sec. 2025.09.18 00:39:41.078892 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:39:41.079709 [ 275 ] {67178f21-8763-4635-bbb5-756b7d87040b} executeQuery: (from [fd00:1122:3344:101::d]:43917) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2025.09.18 00:39:41.080366 [ 275 ] {67178f21-8763-4635-bbb5-756b7d87040b} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2025.09.18 00:39:41.084800 [ 275 ] {67178f21-8763-4635-bbb5-756b7d87040b} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2025.09.18 00:39:41.084822 [ 275 ] {67178f21-8763-4635-bbb5-756b7d87040b} TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.8001e-05 sec 2025.09.18 00:39:41.084836 [ 275 ] {67178f21-8763-4635-bbb5-756b7d87040b} ReferentialDeps: No tables 2025.09.18 00:39:41.084966 [ 275 ] {67178f21-8763-4635-bbb5-756b7d87040b} LoadingDeps: No tables 2025.09.18 00:39:41.084994 [ 275 ] {67178f21-8763-4635-bbb5-756b7d87040b} DatabaseAtomic (oximeter): Starting up tables. 2025.09.18 00:39:41.085672 [ 275 ] {67178f21-8763-4635-bbb5-756b7d87040b} TCPHandler: Processed in 0.006902298 sec. 2025.09.18 00:39:41.085823 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:39:41.086073 [ 275 ] {111d7e94-13f9-4651-8183-ee45b4f1bc65} executeQuery: (from [fd00:1122:3344:101::d]:43917) /* 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.09.18 00:39:41.086195 [ 275 ] {111d7e94-13f9-4651-8183-ee45b4f1bc65} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2025.09.18 00:39:41.091418 [ 275 ] {111d7e94-13f9-4651-8183-ee45b4f1bc65} StoragePolicy (default): Storage policy default created, total volumes 1 2025.09.18 00:39:41.096112 [ 275 ] {111d7e94-13f9-4651-8183-ee45b4f1bc65} oximeter.version (53059a3a-d3d8-4ae6-a17a-1015bb2d496f): Loading data parts 2025.09.18 00:39:41.097238 [ 275 ] {111d7e94-13f9-4651-8183-ee45b4f1bc65} oximeter.version (53059a3a-d3d8-4ae6-a17a-1015bb2d496f): There are no data parts 2025.09.18 00:39:41.102646 [ 275 ] {111d7e94-13f9-4651-8183-ee45b4f1bc65} TCPHandler: Processed in 0.016871255 sec. 2025.09.18 00:39:41.102847 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:39:41.103040 [ 275 ] {2bb21f10-9ba3-4b8f-9c74-fea922c00d2e} executeQuery: (from [fd00:1122:3344:101::d]:43917) /* 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.09.18 00:39:41.103167 [ 275 ] {2bb21f10-9ba3-4b8f-9c74-fea922c00d2e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2025.09.18 00:39:41.114335 [ 275 ] {2bb21f10-9ba3-4b8f-9c74-fea922c00d2e} oximeter.measurements_bool (f1ca580d-3a91-42f1-8a63-eed2504c2843): Loading data parts 2025.09.18 00:39:41.114559 [ 275 ] {2bb21f10-9ba3-4b8f-9c74-fea922c00d2e} oximeter.measurements_bool (f1ca580d-3a91-42f1-8a63-eed2504c2843): There are no data parts 2025.09.18 00:39:41.118308 [ 275 ] {2bb21f10-9ba3-4b8f-9c74-fea922c00d2e} TCPHandler: Processed in 0.015526263 sec. 2025.09.18 00:39:41.118632 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:39:41.118874 [ 275 ] {269a7ce6-57d0-4a45-80d6-9950f0e37591} executeQuery: (from [fd00:1122:3344:101::d]:43917) 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.09.18 00:39:41.119015 [ 275 ] {269a7ce6-57d0-4a45-80d6-9950f0e37591} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2025.09.18 00:39:41.124029 [ 275 ] {269a7ce6-57d0-4a45-80d6-9950f0e37591} oximeter.measurements_i8 (b4b6de9c-dd78-4d0e-b574-e94bde5eb3e5): Loading data parts 2025.09.18 00:39:41.124193 [ 275 ] {269a7ce6-57d0-4a45-80d6-9950f0e37591} oximeter.measurements_i8 (b4b6de9c-dd78-4d0e-b574-e94bde5eb3e5): There are no data parts 2025.09.18 00:39:41.128462 [ 275 ] {269a7ce6-57d0-4a45-80d6-9950f0e37591} TCPHandler: Processed in 0.009916536 sec. 2025.09.18 00:39:41.128625 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:39:41.128800 [ 275 ] {4b6f7383-270d-432f-a46e-5b40da9f4296} executeQuery: (from [fd00:1122:3344:101::d]:43917) 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.09.18 00:39:41.128916 [ 275 ] {4b6f7383-270d-432f-a46e-5b40da9f4296} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2025.09.18 00:39:41.130903 [ 275 ] {4b6f7383-270d-432f-a46e-5b40da9f4296} oximeter.measurements_u8 (90041832-1511-440e-8fa0-4bc43b8670c6): Loading data parts 2025.09.18 00:39:41.131045 [ 275 ] {4b6f7383-270d-432f-a46e-5b40da9f4296} oximeter.measurements_u8 (90041832-1511-440e-8fa0-4bc43b8670c6): There are no data parts 2025.09.18 00:39:41.135407 [ 275 ] {4b6f7383-270d-432f-a46e-5b40da9f4296} TCPHandler: Processed in 0.006837358 sec. 2025.09.18 00:39:41.135586 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:39:41.135785 [ 275 ] {59c176b3-3832-4fdb-9cd9-85d957b27b62} executeQuery: (from [fd00:1122:3344:101::d]:43917) 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.09.18 00:39:41.135959 [ 275 ] {59c176b3-3832-4fdb-9cd9-85d957b27b62} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2025.09.18 00:39:41.142435 [ 275 ] {59c176b3-3832-4fdb-9cd9-85d957b27b62} oximeter.measurements_i16 (21b271a1-3528-499e-b851-99e566e2135d): Loading data parts 2025.09.18 00:39:41.142578 [ 275 ] {59c176b3-3832-4fdb-9cd9-85d957b27b62} oximeter.measurements_i16 (21b271a1-3528-499e-b851-99e566e2135d): There are no data parts 2025.09.18 00:39:41.146941 [ 275 ] {59c176b3-3832-4fdb-9cd9-85d957b27b62} TCPHandler: Processed in 0.011402509 sec. 2025.09.18 00:39:41.147089 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:39:41.147244 [ 275 ] {efa31c80-36ae-4215-bd81-3deed7c21392} executeQuery: (from [fd00:1122:3344:101::d]:43917) 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.09.18 00:39:41.147370 [ 275 ] {efa31c80-36ae-4215-bd81-3deed7c21392} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2025.09.18 00:39:41.149898 [ 275 ] {efa31c80-36ae-4215-bd81-3deed7c21392} oximeter.measurements_u16 (a0d560bb-632a-4d80-a6ab-9a4e29c08679): Loading data parts 2025.09.18 00:39:41.150036 [ 275 ] {efa31c80-36ae-4215-bd81-3deed7c21392} oximeter.measurements_u16 (a0d560bb-632a-4d80-a6ab-9a4e29c08679): There are no data parts 2025.09.18 00:39:41.154549 [ 275 ] {efa31c80-36ae-4215-bd81-3deed7c21392} TCPHandler: Processed in 0.007508428 sec. 2025.09.18 00:39:41.154700 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:39:41.154935 [ 275 ] {95e453c4-e530-4af4-80c8-751d33b1f175} executeQuery: (from [fd00:1122:3344:101::d]:43917) 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.09.18 00:39:41.155091 [ 275 ] {95e453c4-e530-4af4-80c8-751d33b1f175} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2025.09.18 00:39:41.157778 [ 275 ] {95e453c4-e530-4af4-80c8-751d33b1f175} oximeter.measurements_i32 (a1afe58e-3df3-4344-bbed-0c0b5a6ca04a): Loading data parts 2025.09.18 00:39:41.157974 [ 275 ] {95e453c4-e530-4af4-80c8-751d33b1f175} oximeter.measurements_i32 (a1afe58e-3df3-4344-bbed-0c0b5a6ca04a): There are no data parts 2025.09.18 00:39:41.162530 [ 275 ] {95e453c4-e530-4af4-80c8-751d33b1f175} TCPHandler: Processed in 0.007877463 sec. 2025.09.18 00:39:41.162710 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:39:41.162877 [ 275 ] {5858067d-6335-441e-81b3-7b0d0f05617d} executeQuery: (from [fd00:1122:3344:101::d]:43917) 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.09.18 00:39:41.163009 [ 275 ] {5858067d-6335-441e-81b3-7b0d0f05617d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2025.09.18 00:39:41.164998 [ 275 ] {5858067d-6335-441e-81b3-7b0d0f05617d} oximeter.measurements_u32 (38c9d01e-8b62-4228-9788-4dc361c3e3d1): Loading data parts 2025.09.18 00:39:41.165147 [ 275 ] {5858067d-6335-441e-81b3-7b0d0f05617d} oximeter.measurements_u32 (38c9d01e-8b62-4228-9788-4dc361c3e3d1): There are no data parts 2025.09.18 00:39:41.169195 [ 275 ] {5858067d-6335-441e-81b3-7b0d0f05617d} TCPHandler: Processed in 0.006555583 sec. 2025.09.18 00:39:41.169344 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:39:41.169627 [ 275 ] {7e32ffcf-14ad-4b19-a371-5a2bc0c0d597} executeQuery: (from [fd00:1122:3344:101::d]:43917) 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.09.18 00:39:41.169751 [ 275 ] {7e32ffcf-14ad-4b19-a371-5a2bc0c0d597} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2025.09.18 00:39:41.174190 [ 275 ] {7e32ffcf-14ad-4b19-a371-5a2bc0c0d597} oximeter.measurements_i64 (5a311685-0ba1-4b97-96bd-897a1d786690): Loading data parts 2025.09.18 00:39:41.174342 [ 275 ] {7e32ffcf-14ad-4b19-a371-5a2bc0c0d597} oximeter.measurements_i64 (5a311685-0ba1-4b97-96bd-897a1d786690): There are no data parts 2025.09.18 00:39:41.175808 [ 275 ] {7e32ffcf-14ad-4b19-a371-5a2bc0c0d597} TCPHandler: Processed in 0.006513522 sec. 2025.09.18 00:39:41.175957 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:39:41.176110 [ 275 ] {8a6af6fe-1a24-4182-80c6-a4624b078ac0} executeQuery: (from [fd00:1122:3344:101::d]:43917) 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.09.18 00:39:41.176240 [ 275 ] {8a6af6fe-1a24-4182-80c6-a4624b078ac0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2025.09.18 00:39:41.180576 [ 275 ] {8a6af6fe-1a24-4182-80c6-a4624b078ac0} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Loading data parts 2025.09.18 00:39:41.180826 [ 275 ] {8a6af6fe-1a24-4182-80c6-a4624b078ac0} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): There are no data parts 2025.09.18 00:39:41.182160 [ 275 ] {8a6af6fe-1a24-4182-80c6-a4624b078ac0} TCPHandler: Processed in 0.006251268 sec. 2025.09.18 00:39:41.182293 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:39:41.182538 [ 275 ] {a11a8c16-7885-4272-b7d0-b4a08d7287c6} executeQuery: (from [fd00:1122:3344:101::d]:43917) 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.09.18 00:39:41.182654 [ 275 ] {a11a8c16-7885-4272-b7d0-b4a08d7287c6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2025.09.18 00:39:41.184500 [ 275 ] {a11a8c16-7885-4272-b7d0-b4a08d7287c6} oximeter.measurements_f32 (24df0c20-6c22-4efe-807c-7b4d0c2c448a): Loading data parts 2025.09.18 00:39:41.184630 [ 275 ] {a11a8c16-7885-4272-b7d0-b4a08d7287c6} oximeter.measurements_f32 (24df0c20-6c22-4efe-807c-7b4d0c2c448a): There are no data parts 2025.09.18 00:39:41.188372 [ 275 ] {a11a8c16-7885-4272-b7d0-b4a08d7287c6} TCPHandler: Processed in 0.006126556 sec. 2025.09.18 00:39:41.188512 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:39:41.188668 [ 275 ] {53b28fe2-0fe6-4ee6-9151-1ddae0e22771} executeQuery: (from [fd00:1122:3344:101::d]:43917) 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.09.18 00:39:41.188853 [ 275 ] {53b28fe2-0fe6-4ee6-9151-1ddae0e22771} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2025.09.18 00:39:41.191433 [ 275 ] {53b28fe2-0fe6-4ee6-9151-1ddae0e22771} oximeter.measurements_f64 (56ca0e5e-d421-482a-9a88-02655ca42ba3): Loading data parts 2025.09.18 00:39:41.191688 [ 275 ] {53b28fe2-0fe6-4ee6-9151-1ddae0e22771} oximeter.measurements_f64 (56ca0e5e-d421-482a-9a88-02655ca42ba3): There are no data parts 2025.09.18 00:39:41.192861 [ 275 ] {53b28fe2-0fe6-4ee6-9151-1ddae0e22771} TCPHandler: Processed in 0.004398029 sec. 2025.09.18 00:39:41.193006 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:39:41.193237 [ 275 ] {a5a83238-d94f-4cb8-bda4-0ec12e13e83d} executeQuery: (from [fd00:1122:3344:101::d]:43917) 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.09.18 00:39:41.193351 [ 275 ] {a5a83238-d94f-4cb8-bda4-0ec12e13e83d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2025.09.18 00:39:41.197675 [ 275 ] {a5a83238-d94f-4cb8-bda4-0ec12e13e83d} oximeter.measurements_string (1aa5a83d-bc54-4e8d-ab0f-1c10d5fda0d2): Loading data parts 2025.09.18 00:39:41.197859 [ 275 ] {a5a83238-d94f-4cb8-bda4-0ec12e13e83d} oximeter.measurements_string (1aa5a83d-bc54-4e8d-ab0f-1c10d5fda0d2): There are no data parts 2025.09.18 00:39:41.199399 [ 275 ] {a5a83238-d94f-4cb8-bda4-0ec12e13e83d} TCPHandler: Processed in 0.006440571 sec. 2025.09.18 00:39:41.199554 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:39:41.199723 [ 275 ] {6d623a3b-75b5-4ebe-9a74-b8779d53cc44} executeQuery: (from [fd00:1122:3344:101::d]:43917) 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.09.18 00:39:41.199897 [ 275 ] {6d623a3b-75b5-4ebe-9a74-b8779d53cc44} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2025.09.18 00:39:41.201529 [ 275 ] {6d623a3b-75b5-4ebe-9a74-b8779d53cc44} oximeter.measurements_bytes (bbd97acf-b3d5-4900-9cfd-3a804c0ad887): Loading data parts 2025.09.18 00:39:41.201702 [ 275 ] {6d623a3b-75b5-4ebe-9a74-b8779d53cc44} oximeter.measurements_bytes (bbd97acf-b3d5-4900-9cfd-3a804c0ad887): There are no data parts 2025.09.18 00:39:41.204977 [ 275 ] {6d623a3b-75b5-4ebe-9a74-b8779d53cc44} TCPHandler: Processed in 0.005473997 sec. 2025.09.18 00:39:41.205183 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:39:41.205344 [ 275 ] {38f93ffd-9d40-4902-b205-99293818cb16} executeQuery: (from [fd00:1122:3344:101::d]:43917) 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.09.18 00:39:41.205456 [ 275 ] {38f93ffd-9d40-4902-b205-99293818cb16} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2025.09.18 00:39:41.207320 [ 275 ] {38f93ffd-9d40-4902-b205-99293818cb16} oximeter.measurements_cumulativei64 (b12f48e4-bb92-415a-8923-9746a70f79c1): Loading data parts 2025.09.18 00:39:41.207502 [ 275 ] {38f93ffd-9d40-4902-b205-99293818cb16} oximeter.measurements_cumulativei64 (b12f48e4-bb92-415a-8923-9746a70f79c1): There are no data parts 2025.09.18 00:39:41.210465 [ 275 ] {38f93ffd-9d40-4902-b205-99293818cb16} TCPHandler: Processed in 0.005328183 sec. 2025.09.18 00:39:41.210745 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:39:41.210908 [ 275 ] {a8b05a93-1396-4d85-be23-7382602837f3} executeQuery: (from [fd00:1122:3344:101::d]:43917) 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.09.18 00:39:41.211029 [ 275 ] {a8b05a93-1396-4d85-be23-7382602837f3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2025.09.18 00:39:41.212749 [ 275 ] {a8b05a93-1396-4d85-be23-7382602837f3} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Loading data parts 2025.09.18 00:39:41.213011 [ 275 ] {a8b05a93-1396-4d85-be23-7382602837f3} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): There are no data parts 2025.09.18 00:39:41.216274 [ 275 ] {a8b05a93-1396-4d85-be23-7382602837f3} TCPHandler: Processed in 0.005602638 sec. 2025.09.18 00:39:41.216424 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:39:41.216669 [ 275 ] {2b3e0057-4133-4ac3-b235-92e203d950fd} executeQuery: (from [fd00:1122:3344:101::d]:43917) 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.09.18 00:39:41.216818 [ 275 ] {2b3e0057-4133-4ac3-b235-92e203d950fd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2025.09.18 00:39:41.219446 [ 275 ] {2b3e0057-4133-4ac3-b235-92e203d950fd} oximeter.measurements_cumulativef32 (dfe9ef39-0208-48db-916f-7c329eefc0ac): Loading data parts 2025.09.18 00:39:41.219590 [ 275 ] {2b3e0057-4133-4ac3-b235-92e203d950fd} oximeter.measurements_cumulativef32 (dfe9ef39-0208-48db-916f-7c329eefc0ac): There are no data parts 2025.09.18 00:39:41.223601 [ 275 ] {2b3e0057-4133-4ac3-b235-92e203d950fd} TCPHandler: Processed in 0.007224833 sec. 2025.09.18 00:39:41.223765 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:39:41.223966 [ 275 ] {d54e9438-b88f-464c-822b-4428d9e98131} executeQuery: (from [fd00:1122:3344:101::d]:43917) 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.09.18 00:39:41.224120 [ 275 ] {d54e9438-b88f-464c-822b-4428d9e98131} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2025.09.18 00:39:41.226057 [ 275 ] {d54e9438-b88f-464c-822b-4428d9e98131} oximeter.measurements_cumulativef64 (cb0ba91a-9f55-4012-be83-0c28298887ea): Loading data parts 2025.09.18 00:39:41.226244 [ 275 ] {d54e9438-b88f-464c-822b-4428d9e98131} oximeter.measurements_cumulativef64 (cb0ba91a-9f55-4012-be83-0c28298887ea): There are no data parts 2025.09.18 00:39:41.230032 [ 275 ] {d54e9438-b88f-464c-822b-4428d9e98131} TCPHandler: Processed in 0.006322969 sec. 2025.09.18 00:39:41.230278 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:39:41.230499 [ 275 ] {272c43d9-0d4a-4587-b63c-96ab65423d74} executeQuery: (from [fd00:1122:3344:101::d]:43917) 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.09.18 00:39:41.230641 [ 275 ] {272c43d9-0d4a-4587-b63c-96ab65423d74} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2025.09.18 00:39:41.235301 [ 275 ] {272c43d9-0d4a-4587-b63c-96ab65423d74} oximeter.measurements_histogrami8 (ab7c375f-5560-4883-a162-a4db1fac3d0d): Loading data parts 2025.09.18 00:39:41.235493 [ 275 ] {272c43d9-0d4a-4587-b63c-96ab65423d74} oximeter.measurements_histogrami8 (ab7c375f-5560-4883-a162-a4db1fac3d0d): There are no data parts 2025.09.18 00:39:41.237597 [ 275 ] {272c43d9-0d4a-4587-b63c-96ab65423d74} TCPHandler: Processed in 0.007368486 sec. 2025.09.18 00:39:41.237750 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:39:41.237975 [ 275 ] {dd174707-315a-4a4a-b1d1-e46eeaf76278} executeQuery: (from [fd00:1122:3344:101::d]:43917) 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.09.18 00:39:41.238165 [ 275 ] {dd174707-315a-4a4a-b1d1-e46eeaf76278} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2025.09.18 00:39:41.241880 [ 275 ] {dd174707-315a-4a4a-b1d1-e46eeaf76278} oximeter.measurements_histogramu8 (5479de3a-1828-4616-b86f-17624a528b0c): Loading data parts 2025.09.18 00:39:41.242034 [ 275 ] {dd174707-315a-4a4a-b1d1-e46eeaf76278} oximeter.measurements_histogramu8 (5479de3a-1828-4616-b86f-17624a528b0c): There are no data parts 2025.09.18 00:39:41.245361 [ 275 ] {dd174707-315a-4a4a-b1d1-e46eeaf76278} TCPHandler: Processed in 0.007660461 sec. 2025.09.18 00:39:41.245612 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:39:41.245966 [ 275 ] {e706675f-5927-4ba5-a6bc-96a1e7fb2284} executeQuery: (from [fd00:1122:3344:101::d]:43917) 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.09.18 00:39:41.246130 [ 275 ] {e706675f-5927-4ba5-a6bc-96a1e7fb2284} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2025.09.18 00:39:41.251161 [ 275 ] {e706675f-5927-4ba5-a6bc-96a1e7fb2284} oximeter.measurements_histogrami16 (91416c65-ea6f-4206-b675-13ecd8512558): Loading data parts 2025.09.18 00:39:41.251419 [ 275 ] {e706675f-5927-4ba5-a6bc-96a1e7fb2284} oximeter.measurements_histogrami16 (91416c65-ea6f-4206-b675-13ecd8512558): There are no data parts 2025.09.18 00:39:41.252998 [ 275 ] {e706675f-5927-4ba5-a6bc-96a1e7fb2284} TCPHandler: Processed in 0.007449287 sec. 2025.09.18 00:39:41.253141 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:39:41.253362 [ 275 ] {c8354188-af7f-4e1f-83da-db83fde0c05e} executeQuery: (from [fd00:1122:3344:101::d]:43917) 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.09.18 00:39:41.253499 [ 275 ] {c8354188-af7f-4e1f-83da-db83fde0c05e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2025.09.18 00:39:41.256019 [ 275 ] {c8354188-af7f-4e1f-83da-db83fde0c05e} oximeter.measurements_histogramu16 (c2f16057-0cb9-4fd9-92b8-1bb5c2a30fca): Loading data parts 2025.09.18 00:39:41.256139 [ 275 ] {c8354188-af7f-4e1f-83da-db83fde0c05e} oximeter.measurements_histogramu16 (c2f16057-0cb9-4fd9-92b8-1bb5c2a30fca): There are no data parts 2025.09.18 00:39:41.259337 [ 275 ] {c8354188-af7f-4e1f-83da-db83fde0c05e} TCPHandler: Processed in 0.006244118 sec. 2025.09.18 00:39:41.259523 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:39:41.259783 [ 275 ] {ac51d7de-a338-49b6-b396-25c8c2469dea} executeQuery: (from [fd00:1122:3344:101::d]:43917) 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.09.18 00:39:41.259920 [ 275 ] {ac51d7de-a338-49b6-b396-25c8c2469dea} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2025.09.18 00:39:41.265609 [ 275 ] {ac51d7de-a338-49b6-b396-25c8c2469dea} oximeter.measurements_histogrami32 (4a0235a0-fd0e-46b2-a59d-c93660df2d31): Loading data parts 2025.09.18 00:39:41.265766 [ 275 ] {ac51d7de-a338-49b6-b396-25c8c2469dea} oximeter.measurements_histogrami32 (4a0235a0-fd0e-46b2-a59d-c93660df2d31): There are no data parts 2025.09.18 00:39:41.269370 [ 275 ] {ac51d7de-a338-49b6-b396-25c8c2469dea} TCPHandler: Processed in 0.009893875 sec. 2025.09.18 00:39:41.269551 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:39:41.269801 [ 275 ] {abeb6374-904b-4967-9e55-1aec7df75af3} executeQuery: (from [fd00:1122:3344:101::d]:43917) 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.09.18 00:39:41.269964 [ 275 ] {abeb6374-904b-4967-9e55-1aec7df75af3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2025.09.18 00:39:41.274420 [ 275 ] {abeb6374-904b-4967-9e55-1aec7df75af3} oximeter.measurements_histogramu32 (dcc3d0c5-a3e6-478b-9cbb-1156c7cfebc3): Loading data parts 2025.09.18 00:39:41.274549 [ 275 ] {abeb6374-904b-4967-9e55-1aec7df75af3} oximeter.measurements_histogramu32 (dcc3d0c5-a3e6-478b-9cbb-1156c7cfebc3): There are no data parts 2025.09.18 00:39:41.279798 [ 275 ] {abeb6374-904b-4967-9e55-1aec7df75af3} TCPHandler: Processed in 0.010313602 sec. 2025.09.18 00:39:41.280020 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:39:41.280321 [ 275 ] {c1b0bbbd-ae4e-4a19-afc9-b9b9e97fd2d7} executeQuery: (from [fd00:1122:3344:101::d]:43917) 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.09.18 00:39:41.280470 [ 275 ] {c1b0bbbd-ae4e-4a19-afc9-b9b9e97fd2d7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2025.09.18 00:39:41.282765 [ 275 ] {c1b0bbbd-ae4e-4a19-afc9-b9b9e97fd2d7} oximeter.measurements_histogrami64 (f636c697-2ef9-4ba0-a533-77b84433ed6a): Loading data parts 2025.09.18 00:39:41.282883 [ 275 ] {c1b0bbbd-ae4e-4a19-afc9-b9b9e97fd2d7} oximeter.measurements_histogrami64 (f636c697-2ef9-4ba0-a533-77b84433ed6a): There are no data parts 2025.09.18 00:39:41.285721 [ 275 ] {c1b0bbbd-ae4e-4a19-afc9-b9b9e97fd2d7} TCPHandler: Processed in 0.005759241 sec. 2025.09.18 00:39:41.285864 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:39:41.286071 [ 275 ] {9d9b7907-ba02-4fae-b3f4-16903b2385be} executeQuery: (from [fd00:1122:3344:101::d]:43917) 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.09.18 00:39:41.286211 [ 275 ] {9d9b7907-ba02-4fae-b3f4-16903b2385be} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2025.09.18 00:39:41.290234 [ 275 ] {9d9b7907-ba02-4fae-b3f4-16903b2385be} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Loading data parts 2025.09.18 00:39:41.290368 [ 275 ] {9d9b7907-ba02-4fae-b3f4-16903b2385be} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): There are no data parts 2025.09.18 00:39:41.291691 [ 275 ] {9d9b7907-ba02-4fae-b3f4-16903b2385be} TCPHandler: Processed in 0.005874042 sec. 2025.09.18 00:39:41.291845 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:39:41.292132 [ 275 ] {cbaeea11-e699-4800-91f5-47b2a1628fd0} executeQuery: (from [fd00:1122:3344:101::d]:43917) 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.09.18 00:39:41.292260 [ 275 ] {cbaeea11-e699-4800-91f5-47b2a1628fd0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2025.09.18 00:39:41.296119 [ 275 ] {cbaeea11-e699-4800-91f5-47b2a1628fd0} oximeter.measurements_histogramf32 (f775e7c8-c439-4cd1-a984-fde7ac16042a): Loading data parts 2025.09.18 00:39:41.296255 [ 275 ] {cbaeea11-e699-4800-91f5-47b2a1628fd0} oximeter.measurements_histogramf32 (f775e7c8-c439-4cd1-a984-fde7ac16042a): There are no data parts 2025.09.18 00:39:41.301472 [ 275 ] {cbaeea11-e699-4800-91f5-47b2a1628fd0} TCPHandler: Processed in 0.009673862 sec. 2025.09.18 00:39:41.301627 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:39:41.301853 [ 275 ] {94892dff-e59b-4ce2-acdd-7f457ba4c064} executeQuery: (from [fd00:1122:3344:101::d]:43917) 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.09.18 00:39:41.301990 [ 275 ] {94892dff-e59b-4ce2-acdd-7f457ba4c064} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2025.09.18 00:39:41.304237 [ 275 ] {94892dff-e59b-4ce2-acdd-7f457ba4c064} oximeter.measurements_histogramf64 (9cbe1ac3-d46e-4620-96df-0e1cbf53e934): Loading data parts 2025.09.18 00:39:41.304357 [ 275 ] {94892dff-e59b-4ce2-acdd-7f457ba4c064} oximeter.measurements_histogramf64 (9cbe1ac3-d46e-4620-96df-0e1cbf53e934): There are no data parts 2025.09.18 00:39:41.307531 [ 275 ] {94892dff-e59b-4ce2-acdd-7f457ba4c064} TCPHandler: Processed in 0.005960483 sec. 2025.09.18 00:39:41.307738 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:39:41.307959 [ 275 ] {6ba41b33-9a2b-489a-8a1d-f21fdc250014} executeQuery: (from [fd00:1122:3344:101::d]:43917) /* 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.09.18 00:39:41.308096 [ 275 ] {6ba41b33-9a2b-489a-8a1d-f21fdc250014} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2025.09.18 00:39:41.312506 [ 275 ] {6ba41b33-9a2b-489a-8a1d-f21fdc250014} oximeter.fields_bool (a74cf848-196f-4112-848c-dc29bda50484): Loading data parts 2025.09.18 00:39:41.312639 [ 275 ] {6ba41b33-9a2b-489a-8a1d-f21fdc250014} oximeter.fields_bool (a74cf848-196f-4112-848c-dc29bda50484): There are no data parts 2025.09.18 00:39:41.314179 [ 275 ] {6ba41b33-9a2b-489a-8a1d-f21fdc250014} TCPHandler: Processed in 0.006498712 sec. 2025.09.18 00:39:41.314325 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:39:41.314476 [ 275 ] {1339c6ba-05dc-4628-9ca7-40e2ddc0da0b} executeQuery: (from [fd00:1122:3344:101::d]:43917) 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.09.18 00:39:41.314620 [ 275 ] {1339c6ba-05dc-4628-9ca7-40e2ddc0da0b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2025.09.18 00:39:41.318265 [ 275 ] {1339c6ba-05dc-4628-9ca7-40e2ddc0da0b} oximeter.fields_i8 (43b50ab6-bff4-48be-978a-a55eb43f4a16): Loading data parts 2025.09.18 00:39:41.318486 [ 275 ] {1339c6ba-05dc-4628-9ca7-40e2ddc0da0b} oximeter.fields_i8 (43b50ab6-bff4-48be-978a-a55eb43f4a16): There are no data parts 2025.09.18 00:39:41.324928 [ 275 ] {1339c6ba-05dc-4628-9ca7-40e2ddc0da0b} TCPHandler: Processed in 0.010650897 sec. 2025.09.18 00:39:41.325089 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:39:41.325396 [ 275 ] {a97f8104-04cf-48fe-9124-928cfbfb779d} executeQuery: (from [fd00:1122:3344:101::d]:43917) 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.09.18 00:39:41.325526 [ 275 ] {a97f8104-04cf-48fe-9124-928cfbfb779d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2025.09.18 00:39:41.331274 [ 275 ] {a97f8104-04cf-48fe-9124-928cfbfb779d} oximeter.fields_u8 (8e0d46a4-6712-4cba-8404-3aa8cdd0fb1a): Loading data parts 2025.09.18 00:39:41.331424 [ 275 ] {a97f8104-04cf-48fe-9124-928cfbfb779d} oximeter.fields_u8 (8e0d46a4-6712-4cba-8404-3aa8cdd0fb1a): There are no data parts 2025.09.18 00:39:41.337954 [ 275 ] {a97f8104-04cf-48fe-9124-928cfbfb779d} TCPHandler: Processed in 0.012917532 sec. 2025.09.18 00:39:41.338099 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:39:41.338251 [ 275 ] {75d70d88-0c07-49c3-ac67-3ea17584f678} executeQuery: (from [fd00:1122:3344:101::d]:43917) 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.09.18 00:39:41.338373 [ 275 ] {75d70d88-0c07-49c3-ac67-3ea17584f678} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2025.09.18 00:39:41.340994 [ 275 ] {75d70d88-0c07-49c3-ac67-3ea17584f678} oximeter.fields_i16 (cf06a10e-1730-4cbf-a5a6-b367a2ab4906): Loading data parts 2025.09.18 00:39:41.341147 [ 275 ] {75d70d88-0c07-49c3-ac67-3ea17584f678} oximeter.fields_i16 (cf06a10e-1730-4cbf-a5a6-b367a2ab4906): There are no data parts 2025.09.18 00:39:41.344977 [ 275 ] {75d70d88-0c07-49c3-ac67-3ea17584f678} TCPHandler: Processed in 0.006925199 sec. 2025.09.18 00:39:41.345111 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:39:41.345342 [ 275 ] {ba7a6498-7d39-48a6-ab50-211df13dd8ca} executeQuery: (from [fd00:1122:3344:101::d]:43917) 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.09.18 00:39:41.345450 [ 275 ] {ba7a6498-7d39-48a6-ab50-211df13dd8ca} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2025.09.18 00:39:41.349735 [ 275 ] {ba7a6498-7d39-48a6-ab50-211df13dd8ca} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Loading data parts 2025.09.18 00:39:41.349870 [ 275 ] {ba7a6498-7d39-48a6-ab50-211df13dd8ca} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): There are no data parts 2025.09.18 00:39:41.356442 [ 275 ] {ba7a6498-7d39-48a6-ab50-211df13dd8ca} TCPHandler: Processed in 0.011377548 sec. 2025.09.18 00:39:41.356611 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:39:41.356794 [ 275 ] {9e123d30-db67-493d-8fe0-fb03e7e3c921} executeQuery: (from [fd00:1122:3344:101::d]:43917) 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.09.18 00:39:41.356969 [ 275 ] {9e123d30-db67-493d-8fe0-fb03e7e3c921} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2025.09.18 00:39:41.363279 [ 275 ] {9e123d30-db67-493d-8fe0-fb03e7e3c921} oximeter.fields_i32 (38d30946-ed31-4497-bc1b-7398848fb988): Loading data parts 2025.09.18 00:39:41.363510 [ 275 ] {9e123d30-db67-493d-8fe0-fb03e7e3c921} oximeter.fields_i32 (38d30946-ed31-4497-bc1b-7398848fb988): There are no data parts 2025.09.18 00:39:41.372542 [ 275 ] {9e123d30-db67-493d-8fe0-fb03e7e3c921} TCPHandler: Processed in 0.015990331 sec. 2025.09.18 00:39:41.372713 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:39:41.372943 [ 275 ] {a7d23402-2b0a-4de5-a39d-d33549e4e298} executeQuery: (from [fd00:1122:3344:101::d]:43917) 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.09.18 00:39:41.373051 [ 275 ] {a7d23402-2b0a-4de5-a39d-d33549e4e298} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2025.09.18 00:39:41.378155 [ 275 ] {a7d23402-2b0a-4de5-a39d-d33549e4e298} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f): Loading data parts 2025.09.18 00:39:41.378353 [ 275 ] {a7d23402-2b0a-4de5-a39d-d33549e4e298} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f): There are no data parts 2025.09.18 00:39:41.402458 [ 275 ] {a7d23402-2b0a-4de5-a39d-d33549e4e298} TCPHandler: Processed in 0.029802628 sec. 2025.09.18 00:39:41.402636 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:39:41.402812 [ 275 ] {70e3cd53-50c8-4cb6-a952-917f60075625} executeQuery: (from [fd00:1122:3344:101::d]:43917) 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.09.18 00:39:41.402941 [ 275 ] {70e3cd53-50c8-4cb6-a952-917f60075625} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2025.09.18 00:39:41.409455 [ 275 ] {70e3cd53-50c8-4cb6-a952-917f60075625} oximeter.fields_i64 (b7fc7f26-d5e7-4f11-9a7f-f48fe266c2f8): Loading data parts 2025.09.18 00:39:41.409684 [ 275 ] {70e3cd53-50c8-4cb6-a952-917f60075625} oximeter.fields_i64 (b7fc7f26-d5e7-4f11-9a7f-f48fe266c2f8): There are no data parts 2025.09.18 00:39:41.411231 [ 275 ] {70e3cd53-50c8-4cb6-a952-917f60075625} TCPHandler: Processed in 0.008655466 sec. 2025.09.18 00:39:41.411416 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:39:41.411615 [ 275 ] {e4f2ca0c-b597-47d7-a330-84befaa2f1ae} executeQuery: (from [fd00:1122:3344:101::d]:43917) 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.09.18 00:39:41.411761 [ 275 ] {e4f2ca0c-b597-47d7-a330-84befaa2f1ae} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2025.09.18 00:39:41.413559 [ 275 ] {e4f2ca0c-b597-47d7-a330-84befaa2f1ae} oximeter.fields_u64 (8cc29b34-5a98-4468-8fd5-1c9e27850e6d): Loading data parts 2025.09.18 00:39:41.413720 [ 275 ] {e4f2ca0c-b597-47d7-a330-84befaa2f1ae} oximeter.fields_u64 (8cc29b34-5a98-4468-8fd5-1c9e27850e6d): There are no data parts 2025.09.18 00:39:41.415044 [ 275 ] {e4f2ca0c-b597-47d7-a330-84befaa2f1ae} TCPHandler: Processed in 0.003676738 sec. 2025.09.18 00:39:41.415205 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:39:41.415364 [ 275 ] {f4c7e450-d44b-4397-9a0c-629e9d3fe75f} executeQuery: (from [fd00:1122:3344:101::d]:43917) 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.09.18 00:39:41.415564 [ 275 ] {f4c7e450-d44b-4397-9a0c-629e9d3fe75f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2025.09.18 00:39:41.417351 [ 275 ] {f4c7e450-d44b-4397-9a0c-629e9d3fe75f} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49): Loading data parts 2025.09.18 00:39:41.417530 [ 275 ] {f4c7e450-d44b-4397-9a0c-629e9d3fe75f} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49): There are no data parts 2025.09.18 00:39:41.418914 [ 275 ] {f4c7e450-d44b-4397-9a0c-629e9d3fe75f} TCPHandler: Processed in 0.003757049 sec. 2025.09.18 00:39:41.419192 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:39:41.419351 [ 275 ] {c68869bd-ca92-4bb0-ad94-2676d9094bd1} executeQuery: (from [fd00:1122:3344:101::d]:43917) 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.09.18 00:39:41.419511 [ 275 ] {c68869bd-ca92-4bb0-ad94-2676d9094bd1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2025.09.18 00:39:41.421566 [ 275 ] {c68869bd-ca92-4bb0-ad94-2676d9094bd1} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Loading data parts 2025.09.18 00:39:41.421777 [ 275 ] {c68869bd-ca92-4bb0-ad94-2676d9094bd1} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): There are no data parts 2025.09.18 00:39:41.422984 [ 275 ] {c68869bd-ca92-4bb0-ad94-2676d9094bd1} TCPHandler: Processed in 0.003841301 sec. 2025.09.18 00:39:41.423124 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:39:41.423366 [ 275 ] {bdc24a2c-7f94-4208-bf1c-510112da007a} executeQuery: (from [fd00:1122:3344:101::d]:43917) 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.09.18 00:39:41.423408 [ 275 ] {bdc24a2c-7f94-4208-bf1c-510112da007a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2025.09.18 00:39:41.425492 [ 275 ] {bdc24a2c-7f94-4208-bf1c-510112da007a} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Loading data parts 2025.09.18 00:39:41.425643 [ 275 ] {bdc24a2c-7f94-4208-bf1c-510112da007a} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): There are no data parts 2025.09.18 00:39:41.427382 [ 275 ] {bdc24a2c-7f94-4208-bf1c-510112da007a} TCPHandler: Processed in 0.004307058 sec. 2025.09.18 00:39:41.427633 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:39:41.427882 [ 275 ] {1a98d48c-1b6d-45e0-a738-eb26a29aedb8} executeQuery: (from [fd00:1122:3344:101::d]:43917) /* 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.09.18 00:39:41.428030 [ 275 ] {1a98d48c-1b6d-45e0-a738-eb26a29aedb8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2025.09.18 00:39:41.430027 [ 275 ] {1a98d48c-1b6d-45e0-a738-eb26a29aedb8} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52): Loading data parts 2025.09.18 00:39:41.430159 [ 275 ] {1a98d48c-1b6d-45e0-a738-eb26a29aedb8} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52): There are no data parts 2025.09.18 00:39:41.431826 [ 275 ] {1a98d48c-1b6d-45e0-a738-eb26a29aedb8} TCPHandler: Processed in 0.004241576 sec. 2025.09.18 00:39:41.432214 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:39:41.432582 [ 276 ] {5351ce35-c96a-4080-a339-811260b2b4bb} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2025.09.18 00:39:41.434039 [ 276 ] {5351ce35-c96a-4080-a339-811260b2b4bb} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2025.09.18 00:39:41.455282 [ 284 ] {5351ce35-c96a-4080-a339-811260b2b4bb} oximeter.version (53059a3a-d3d8-4ae6-a17a-1015bb2d496f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:39:41.455365 [ 284 ] {5351ce35-c96a-4080-a339-811260b2b4bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.09.18 00:39:41.460948 [ 284 ] {5351ce35-c96a-4080-a339-811260b2b4bb} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.18 00:39:41.461648 [ 284 ] {5351ce35-c96a-4080-a339-811260b2b4bb} oximeter.version (53059a3a-d3d8-4ae6-a17a-1015bb2d496f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:39:41.461945 [ 276 ] {5351ce35-c96a-4080-a339-811260b2b4bb} executeQuery: Read 1 rows, 16.00 B in 0.029496 sec., 33.90290208841877 rows/sec., 542.45 B/sec. 2025.09.18 00:39:41.462314 [ 276 ] {5351ce35-c96a-4080-a339-811260b2b4bb} TCPHandler: Processed in 0.030232165 sec. 2025.09.18 00:39:42.000289 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 130.23 MiB, peak 130.23 MiB, free memory in arenas 0.00 B, will set to 139.69 MiB (RSS), difference: 9.46 MiB 2025.09.18 00:39:44.169628 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2025.09.18 00:39:44.169682 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2025.09.18 00:39:44.169718 [ 244 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2025.09.18 00:39:44.169908 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2025.09.18 00:39:44.172987 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Loading data parts 2025.09.18 00:39:44.173217 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): There are no data parts 2025.09.18 00:39:44.177171 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:39:44.177217 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.09.18 00:39:44.181235 [ 245 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.18 00:39:44.181824 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:39:44.181966 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2025.09.18 00:39:44.184114 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Loading data parts 2025.09.18 00:39:44.184436 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): There are no data parts 2025.09.18 00:39:44.209775 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:39:44.209863 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. 2025.09.18 00:39:44.217136 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.18 00:39:44.218491 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:39:44.222235 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2025.09.18 00:39:45.000167 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 144.72 MiB, peak 148.72 MiB, free memory in arenas 0.00 B, will set to 153.76 MiB (RSS), difference: 9.05 MiB 2025.09.18 00:39:46.669625 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2025.09.18 00:39:46.669731 [ 243 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2025.09.18 00:39:46.674236 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Loading data parts 2025.09.18 00:39:46.674429 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): There are no data parts 2025.09.18 00:39:46.680273 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:39:46.680312 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.09.18 00:39:46.682043 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.18 00:39:46.682589 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:39:46.682849 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2025.09.18 00:39:47.000188 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 157.97 MiB, peak 157.97 MiB, free memory in arenas 0.00 B, will set to 154.79 MiB (RSS), difference: -3.18 MiB 2025.09.18 00:39:51.616743 [ 116 ] {} DNSResolver: Updating DNS cache 2025.09.18 00:39:51.616879 [ 116 ] {} DNSResolver: Updated DNS cache 2025.09.18 00:39:51.682049 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 2025.09.18 00:39:51.682941 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:39:51.682994 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.09.18 00:39:51.683863 [ 245 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.18 00:39:51.684352 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:39:51.684496 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2025.09.18 00:39:51.722318 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2025.09.18 00:39:51.740678 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:39:51.740731 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.09.18 00:39:51.747419 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.18 00:39:51.748644 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:39:51.751695 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2025.09.18 00:39:52.000163 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 155.55 MiB, peak 159.55 MiB, free memory in arenas 0.00 B, will set to 157.62 MiB (RSS), difference: 2.06 MiB 2025.09.18 00:39:57.000186 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 153.63 MiB, peak 159.55 MiB, free memory in arenas 0.00 B, will set to 157.65 MiB (RSS), difference: 4.02 MiB 2025.09.18 00:39:59.184742 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 2025.09.18 00:39:59.185239 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:39:59.185349 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.09.18 00:39:59.186050 [ 245 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.18 00:39:59.186545 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:39:59.186746 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 2025.09.18 00:39:59.251855 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2025.09.18 00:39:59.268741 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:39:59.268802 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.09.18 00:39:59.275169 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.18 00:39:59.276444 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:39:59.279681 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2025.09.18 00:40:01.471360 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:01.471551 [ 275 ] {ad65cd99-6b3f-4034-9948-4ada9fa3ad67} executeQuery: (from [fd00:1122:3344:101::d]:43917) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2025.09.18 00:40:01.471926 [ 275 ] {ad65cd99-6b3f-4034-9948-4ada9fa3ad67} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.18 00:40:01.476192 [ 275 ] {ad65cd99-6b3f-4034-9948-4ada9fa3ad67} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.18 00:40:01.476854 [ 275 ] {ad65cd99-6b3f-4034-9948-4ada9fa3ad67} TCPHandler: Processed in 0.005620488 sec. 2025.09.18 00:40:01.479810 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:01.479979 [ 275 ] {9e47d9b2-4a2f-476d-9cbe-ff71035c8ba1} executeQuery: (from [fd00:1122:3344:101::d]:43917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.09.18 00:40:01.482223 [ 275 ] {9e47d9b2-4a2f-476d-9cbe-ff71035c8ba1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.18 00:40:01.482276 [ 275 ] {9e47d9b2-4a2f-476d-9cbe-ff71035c8ba1} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.18 00:40:01.482698 [ 275 ] {9e47d9b2-4a2f-476d-9cbe-ff71035c8ba1} TCPHandler: Processed in 0.002950387 sec. 2025.09.18 00:40:01.482952 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:01.483084 [ 275 ] {b811b465-179c-49cb-adc1-a9884a17fabe} executeQuery: (from [fd00:1122:3344:101::d]:43917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2025.09.18 00:40:01.483386 [ 275 ] {b811b465-179c-49cb-adc1-a9884a17fabe} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.18 00:40:01.483430 [ 275 ] {b811b465-179c-49cb-adc1-a9884a17fabe} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.18 00:40:01.483755 [ 275 ] {b811b465-179c-49cb-adc1-a9884a17fabe} TCPHandler: Processed in 0.000856613 sec. 2025.09.18 00:40:01.483967 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:01.484086 [ 275 ] {56b75bf7-16a7-4bec-bfc6-4581882c50d4} executeQuery: (from [fd00:1122:3344:101::d]:43917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2025.09.18 00:40:01.484334 [ 275 ] {56b75bf7-16a7-4bec-bfc6-4581882c50d4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.18 00:40:01.484378 [ 275 ] {56b75bf7-16a7-4bec-bfc6-4581882c50d4} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.18 00:40:01.484749 [ 275 ] {56b75bf7-16a7-4bec-bfc6-4581882c50d4} TCPHandler: Processed in 0.000833553 sec. 2025.09.18 00:40:01.484979 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:01.485095 [ 275 ] {2e2cb733-40d3-448b-8751-4303481b9be7} executeQuery: (from [fd00:1122:3344:101::d]:43917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.18 00:40:01.485342 [ 275 ] {2e2cb733-40d3-448b-8751-4303481b9be7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.18 00:40:01.485385 [ 275 ] {2e2cb733-40d3-448b-8751-4303481b9be7} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.18 00:40:01.485712 [ 275 ] {2e2cb733-40d3-448b-8751-4303481b9be7} TCPHandler: Processed in 0.000782702 sec. 2025.09.18 00:40:01.485925 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:01.486043 [ 275 ] {87d0dab0-94f2-4e67-a9ae-7f45bbc3408f} executeQuery: (from [fd00:1122:3344:101::d]:43917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('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.09.18 00:40:01.486289 [ 275 ] {87d0dab0-94f2-4e67-a9ae-7f45bbc3408f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.18 00:40:01.486333 [ 275 ] {87d0dab0-94f2-4e67-a9ae-7f45bbc3408f} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.18 00:40:01.486653 [ 275 ] {87d0dab0-94f2-4e67-a9ae-7f45bbc3408f} TCPHandler: Processed in 0.000777742 sec. 2025.09.18 00:40:01.486862 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:01.486977 [ 275 ] {0e3edded-db44-4cf0-bb00-29695faabd9e} executeQuery: (from [fd00:1122:3344:101::d]:43917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', '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.09.18 00:40:01.487214 [ 275 ] {0e3edded-db44-4cf0-bb00-29695faabd9e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.18 00:40:01.487257 [ 275 ] {0e3edded-db44-4cf0-bb00-29695faabd9e} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.18 00:40:01.487573 [ 275 ] {0e3edded-db44-4cf0-bb00-29695faabd9e} TCPHandler: Processed in 0.000758672 sec. 2025.09.18 00:40:01.487781 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:01.487895 [ 275 ] {9a860fac-57f1-4042-b7ed-62b6c0a5cc0c} executeQuery: (from [fd00:1122:3344:101::d]:43917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.18 00:40:01.488123 [ 275 ] {9a860fac-57f1-4042-b7ed-62b6c0a5cc0c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.18 00:40:01.488162 [ 275 ] {9a860fac-57f1-4042-b7ed-62b6c0a5cc0c} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.18 00:40:01.488481 [ 275 ] {9a860fac-57f1-4042-b7ed-62b6c0a5cc0c} TCPHandler: Processed in 0.000784072 sec. 2025.09.18 00:40:01.488717 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:01.488864 [ 275 ] {63260ca4-255c-428a-b3c5-25a150cedef1} executeQuery: (from [fd00:1122:3344:101::d]:43917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.18 00:40:01.489273 [ 275 ] {63260ca4-255c-428a-b3c5-25a150cedef1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.18 00:40:01.489329 [ 275 ] {63260ca4-255c-428a-b3c5-25a150cedef1} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.18 00:40:01.489702 [ 275 ] {63260ca4-255c-428a-b3c5-25a150cedef1} TCPHandler: Processed in 0.000999266 sec. 2025.09.18 00:40:01.489948 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:01.490070 [ 275 ] {46026399-b92d-4bc8-aca1-f95090125cd8} executeQuery: (from [fd00:1122:3344:101::d]:43917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.18 00:40:01.490330 [ 275 ] {46026399-b92d-4bc8-aca1-f95090125cd8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.18 00:40:01.490373 [ 275 ] {46026399-b92d-4bc8-aca1-f95090125cd8} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.18 00:40:01.490700 [ 275 ] {46026399-b92d-4bc8-aca1-f95090125cd8} TCPHandler: Processed in 0.000807632 sec. 2025.09.18 00:40:01.490952 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:01.491074 [ 275 ] {60647f5a-3a34-4a9c-81c5-a755789718e6} executeQuery: (from [fd00:1122:3344:101::d]:43917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.18 00:40:01.491336 [ 275 ] {60647f5a-3a34-4a9c-81c5-a755789718e6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.18 00:40:01.491381 [ 275 ] {60647f5a-3a34-4a9c-81c5-a755789718e6} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.18 00:40:01.491707 [ 275 ] {60647f5a-3a34-4a9c-81c5-a755789718e6} TCPHandler: Processed in 0.000804372 sec. 2025.09.18 00:40:01.491956 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:01.492115 [ 275 ] {ae150f4a-ab92-40e3-8a62-6a27e779ad55} executeQuery: (from [fd00:1122:3344:101::d]:43917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.18 00:40:01.492386 [ 275 ] {ae150f4a-ab92-40e3-8a62-6a27e779ad55} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.18 00:40:01.492429 [ 275 ] {ae150f4a-ab92-40e3-8a62-6a27e779ad55} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.18 00:40:01.492794 [ 275 ] {ae150f4a-ab92-40e3-8a62-6a27e779ad55} TCPHandler: Processed in 0.000899114 sec. 2025.09.18 00:40:01.493014 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:01.493135 [ 275 ] {86f05e53-621b-4c1c-b396-21c576315187} executeQuery: (from [fd00:1122:3344:101::d]:43917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.18 00:40:01.493391 [ 275 ] {86f05e53-621b-4c1c-b396-21c576315187} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.18 00:40:01.493434 [ 275 ] {86f05e53-621b-4c1c-b396-21c576315187} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.18 00:40:01.493757 [ 275 ] {86f05e53-621b-4c1c-b396-21c576315187} TCPHandler: Processed in 0.000795662 sec. 2025.09.18 00:40:01.493953 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:01.494074 [ 275 ] {85196b79-89c0-4ab8-8308-9f1b1a296a79} executeQuery: (from [fd00:1122:3344:101::d]:43917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.18 00:40:01.494326 [ 275 ] {85196b79-89c0-4ab8-8308-9f1b1a296a79} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.18 00:40:01.494368 [ 275 ] {85196b79-89c0-4ab8-8308-9f1b1a296a79} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.18 00:40:01.494703 [ 275 ] {85196b79-89c0-4ab8-8308-9f1b1a296a79} TCPHandler: Processed in 0.000801752 sec. 2025.09.18 00:40:01.494912 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:01.495032 [ 275 ] {2155ac16-fe36-442b-b141-573e1e51768d} executeQuery: (from [fd00:1122:3344:101::d]:43917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.18 00:40:01.495285 [ 275 ] {2155ac16-fe36-442b-b141-573e1e51768d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.18 00:40:01.495327 [ 275 ] {2155ac16-fe36-442b-b141-573e1e51768d} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.18 00:40:01.495656 [ 275 ] {2155ac16-fe36-442b-b141-573e1e51768d} TCPHandler: Processed in 0.000791842 sec. 2025.09.18 00:40:01.495873 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:01.495995 [ 275 ] {79db7c6c-036a-4b1e-a319-1dad6f4f3ec7} executeQuery: (from [fd00:1122:3344:101::d]:43917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.18 00:40:01.496253 [ 275 ] {79db7c6c-036a-4b1e-a319-1dad6f4f3ec7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.18 00:40:01.496295 [ 275 ] {79db7c6c-036a-4b1e-a319-1dad6f4f3ec7} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.18 00:40:01.496625 [ 275 ] {79db7c6c-036a-4b1e-a319-1dad6f4f3ec7} TCPHandler: Processed in 0.000801952 sec. 2025.09.18 00:40:01.496839 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:01.496959 [ 275 ] {42a438ce-96f7-4dba-aac6-ff4e76fc6a66} executeQuery: (from [fd00:1122:3344:101::d]:43917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.18 00:40:01.497217 [ 275 ] {42a438ce-96f7-4dba-aac6-ff4e76fc6a66} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.18 00:40:01.497258 [ 275 ] {42a438ce-96f7-4dba-aac6-ff4e76fc6a66} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.18 00:40:01.497572 [ 275 ] {42a438ce-96f7-4dba-aac6-ff4e76fc6a66} TCPHandler: Processed in 0.000779682 sec. 2025.09.18 00:40:01.497792 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:01.497910 [ 275 ] {fec934e4-7465-4b23-8857-85ba513c3282} executeQuery: (from [fd00:1122:3344:101::d]:43917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.18 00:40:01.498177 [ 275 ] {fec934e4-7465-4b23-8857-85ba513c3282} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.18 00:40:01.498221 [ 275 ] {fec934e4-7465-4b23-8857-85ba513c3282} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.18 00:40:01.498556 [ 275 ] {fec934e4-7465-4b23-8857-85ba513c3282} TCPHandler: Processed in 0.000812513 sec. 2025.09.18 00:40:01.498759 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:01.498878 [ 275 ] {40dbe1cd-0ed1-47b0-8edb-1163e9a41537} executeQuery: (from [fd00:1122:3344:101::d]:43917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.18 00:40:01.499144 [ 275 ] {40dbe1cd-0ed1-47b0-8edb-1163e9a41537} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.18 00:40:01.499186 [ 275 ] {40dbe1cd-0ed1-47b0-8edb-1163e9a41537} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.18 00:40:01.499558 [ 275 ] {40dbe1cd-0ed1-47b0-8edb-1163e9a41537} TCPHandler: Processed in 0.000848063 sec. 2025.09.18 00:40:01.500517 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:01.500641 [ 275 ] {76996876-966a-4a71-9a4a-406dc33a1e99} executeQuery: (from [fd00:1122:3344:101::d]:43917) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.18 00:40:01.500904 [ 275 ] {76996876-966a-4a71-9a4a-406dc33a1e99} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.18 00:40:01.500947 [ 275 ] {76996876-966a-4a71-9a4a-406dc33a1e99} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.18 00:40:01.501261 [ 275 ] {76996876-966a-4a71-9a4a-406dc33a1e99} TCPHandler: Processed in 0.000797762 sec. 2025.09.18 00:40:01.502139 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:01.502259 [ 275 ] {e1ae6b7c-0784-49ed-a88c-9bac718c3b1b} executeQuery: (from [fd00:1122:3344:101::d]:43917) 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.09.18 00:40:01.502520 [ 275 ] {e1ae6b7c-0784-49ed-a88c-9bac718c3b1b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.18 00:40:01.502562 [ 275 ] {e1ae6b7c-0784-49ed-a88c-9bac718c3b1b} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.18 00:40:01.502869 [ 275 ] {e1ae6b7c-0784-49ed-a88c-9bac718c3b1b} TCPHandler: Processed in 0.000777662 sec. 2025.09.18 00:40:01.505726 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:01.505857 [ 275 ] {6b5486aa-a6bf-4e16-8bf9-4dc222edb5fc} executeQuery: (from [fd00:1122:3344:101::d]:43917) 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_port_control_data_link:errors_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.18 00:40:01.506146 [ 275 ] {6b5486aa-a6bf-4e16-8bf9-4dc222edb5fc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.18 00:40:01.506190 [ 275 ] {6b5486aa-a6bf-4e16-8bf9-4dc222edb5fc} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.18 00:40:01.506518 [ 275 ] {6b5486aa-a6bf-4e16-8bf9-4dc222edb5fc} TCPHandler: Processed in 0.000842603 sec. 2025.09.18 00:40:01.506767 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:01.506894 [ 275 ] {5a243cfe-9ab9-4b0d-a332-dec89d98e6fd} executeQuery: (from [fd00:1122:3344:101::d]:43917) 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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.18 00:40:01.507173 [ 275 ] {5a243cfe-9ab9-4b0d-a332-dec89d98e6fd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.18 00:40:01.507217 [ 275 ] {5a243cfe-9ab9-4b0d-a332-dec89d98e6fd} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.18 00:40:01.507527 [ 275 ] {5a243cfe-9ab9-4b0d-a332-dec89d98e6fd} TCPHandler: Processed in 0.000807042 sec. 2025.09.18 00:40:01.507784 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:01.507908 [ 275 ] {f5157c57-89c6-46db-860b-f07e2200ee4a} executeQuery: (from [fd00:1122:3344:101::d]:43917) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.18 00:40:01.508183 [ 275 ] {f5157c57-89c6-46db-860b-f07e2200ee4a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.18 00:40:01.508226 [ 275 ] {f5157c57-89c6-46db-860b-f07e2200ee4a} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.18 00:40:01.508571 [ 275 ] {f5157c57-89c6-46db-860b-f07e2200ee4a} TCPHandler: Processed in 0.000833253 sec. 2025.09.18 00:40:01.508833 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:01.508959 [ 275 ] {f1781edf-4a4c-4dd1-ac4e-fb3b5af07338} executeQuery: (from [fd00:1122:3344:101::d]:43917) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.18 00:40:01.509235 [ 275 ] {f1781edf-4a4c-4dd1-ac4e-fb3b5af07338} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.18 00:40:01.509278 [ 275 ] {f1781edf-4a4c-4dd1-ac4e-fb3b5af07338} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.18 00:40:01.509617 [ 275 ] {f1781edf-4a4c-4dd1-ac4e-fb3b5af07338} TCPHandler: Processed in 0.000830733 sec. 2025.09.18 00:40:01.509910 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:01.510039 [ 275 ] {28556adc-c524-446b-87b9-6da397317586} executeQuery: (from [fd00:1122:3344:101::d]:43917) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.18 00:40:01.510320 [ 275 ] {28556adc-c524-446b-87b9-6da397317586} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.18 00:40:01.510364 [ 275 ] {28556adc-c524-446b-87b9-6da397317586} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.18 00:40:01.510663 [ 275 ] {28556adc-c524-446b-87b9-6da397317586} TCPHandler: Processed in 0.000811562 sec. 2025.09.18 00:40:01.521848 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:01.521960 [ 275 ] {18f52074-1930-4d12-9135-ec98df1e97a6} executeQuery: (from [fd00:1122:3344:101::d]:43917) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.09.18 00:40:01.522003 [ 275 ] {18f52074-1930-4d12-9135-ec98df1e97a6} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.18 00:40:01.522600 [ 275 ] {18f52074-1930-4d12-9135-ec98df1e97a6} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:01.522647 [ 275 ] {18f52074-1930-4d12-9135-ec98df1e97a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.09.18 00:40:01.523294 [ 275 ] {18f52074-1930-4d12-9135-ec98df1e97a6} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.18 00:40:01.523789 [ 275 ] {18f52074-1930-4d12-9135-ec98df1e97a6} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:01.523946 [ 275 ] {18f52074-1930-4d12-9135-ec98df1e97a6} executeQuery: Read 26 rows, 5.74 KiB in 0.002017 sec., 12890.431333663857 rows/sec., 2.78 MiB/sec. 2025.09.18 00:40:01.523988 [ 275 ] {18f52074-1930-4d12-9135-ec98df1e97a6} TCPHandler: Processed in 0.002192345 sec. 2025.09.18 00:40:01.524117 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:01.524216 [ 275 ] {671340c6-2f89-498b-bb84-799b5f10ba30} executeQuery: (from [fd00:1122:3344:101::d]:43917) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.18 00:40:01.524257 [ 275 ] {671340c6-2f89-498b-bb84-799b5f10ba30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.18 00:40:01.525399 [ 275 ] {671340c6-2f89-498b-bb84-799b5f10ba30} oximeter.fields_i16 (cf06a10e-1730-4cbf-a5a6-b367a2ab4906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:01.525434 [ 275 ] {671340c6-2f89-498b-bb84-799b5f10ba30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.09.18 00:40:01.525986 [ 275 ] {671340c6-2f89-498b-bb84-799b5f10ba30} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.18 00:40:01.526501 [ 275 ] {671340c6-2f89-498b-bb84-799b5f10ba30} oximeter.fields_i16 (cf06a10e-1730-4cbf-a5a6-b367a2ab4906): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:01.526643 [ 275 ] {671340c6-2f89-498b-bb84-799b5f10ba30} executeQuery: Read 24 rows, 2.04 KiB in 0.002449 sec., 9799.918334013884 rows/sec., 832.61 KiB/sec. 2025.09.18 00:40:01.526679 [ 275 ] {671340c6-2f89-498b-bb84-799b5f10ba30} TCPHandler: Processed in 0.002611851 sec. 2025.09.18 00:40:01.526794 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:01.526891 [ 275 ] {4426e61a-96d9-4bb5-829a-ffa5d66f462f} executeQuery: (from [fd00:1122:3344:101::d]:43917) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.18 00:40:01.526931 [ 275 ] {4426e61a-96d9-4bb5-829a-ffa5d66f462f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.18 00:40:01.527329 [ 275 ] {4426e61a-96d9-4bb5-829a-ffa5d66f462f} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:01.527366 [ 275 ] {4426e61a-96d9-4bb5-829a-ffa5d66f462f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.09.18 00:40:01.527824 [ 275 ] {4426e61a-96d9-4bb5-829a-ffa5d66f462f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.18 00:40:01.528271 [ 275 ] {4426e61a-96d9-4bb5-829a-ffa5d66f462f} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:01.528402 [ 275 ] {4426e61a-96d9-4bb5-829a-ffa5d66f462f} executeQuery: Read 8 rows, 668.00 B in 0.001532 sec., 5221.9321148825065 rows/sec., 425.81 KiB/sec. 2025.09.18 00:40:01.528438 [ 275 ] {4426e61a-96d9-4bb5-829a-ffa5d66f462f} TCPHandler: Processed in 0.001693026 sec. 2025.09.18 00:40:01.528539 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:01.528635 [ 275 ] {9271cf47-be92-4893-9ccb-4046d38f3b0e} executeQuery: (from [fd00:1122:3344:101::d]:43917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:40:01.528674 [ 275 ] {9271cf47-be92-4893-9ccb-4046d38f3b0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:40:01.529170 [ 275 ] {9271cf47-be92-4893-9ccb-4046d38f3b0e} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:01.529206 [ 275 ] {9271cf47-be92-4893-9ccb-4046d38f3b0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.09.18 00:40:01.529677 [ 275 ] {9271cf47-be92-4893-9ccb-4046d38f3b0e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.18 00:40:01.530149 [ 275 ] {9271cf47-be92-4893-9ccb-4046d38f3b0e} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:01.530289 [ 275 ] {9271cf47-be92-4893-9ccb-4046d38f3b0e} executeQuery: Read 174 rows, 16.11 KiB in 0.001672 sec., 104066.985645933 rows/sec., 9.41 MiB/sec. 2025.09.18 00:40:01.530335 [ 275 ] {9271cf47-be92-4893-9ccb-4046d38f3b0e} TCPHandler: Processed in 0.001844889 sec. 2025.09.18 00:40:01.530440 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:01.530534 [ 275 ] {4d27149f-f60f-4b7a-a5cf-597e6ff1e684} executeQuery: (from [fd00:1122:3344:101::d]:43917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.18 00:40:01.530573 [ 275 ] {4d27149f-f60f-4b7a-a5cf-597e6ff1e684} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.18 00:40:01.530990 [ 275 ] {4d27149f-f60f-4b7a-a5cf-597e6ff1e684} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:01.531028 [ 275 ] {4d27149f-f60f-4b7a-a5cf-597e6ff1e684} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.09.18 00:40:01.531417 [ 275 ] {4d27149f-f60f-4b7a-a5cf-597e6ff1e684} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.18 00:40:01.531838 [ 275 ] {4d27149f-f60f-4b7a-a5cf-597e6ff1e684} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:01.531965 [ 275 ] {4d27149f-f60f-4b7a-a5cf-597e6ff1e684} executeQuery: Read 30 rows, 2.27 KiB in 0.00145 sec., 20689.655172413793 rows/sec., 1.53 MiB/sec. 2025.09.18 00:40:01.532002 [ 275 ] {4d27149f-f60f-4b7a-a5cf-597e6ff1e684} TCPHandler: Processed in 0.001611915 sec. 2025.09.18 00:40:01.532124 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:01.532220 [ 275 ] {e147dc3e-06ea-4ef8-901a-e8435b468d7e} executeQuery: (from [fd00:1122:3344:101::d]:43917) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.18 00:40:01.532259 [ 275 ] {e147dc3e-06ea-4ef8-901a-e8435b468d7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.18 00:40:01.532681 [ 275 ] {e147dc3e-06ea-4ef8-901a-e8435b468d7e} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:01.532715 [ 275 ] {e147dc3e-06ea-4ef8-901a-e8435b468d7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.09.18 00:40:01.533102 [ 275 ] {e147dc3e-06ea-4ef8-901a-e8435b468d7e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.18 00:40:01.533562 [ 275 ] {e147dc3e-06ea-4ef8-901a-e8435b468d7e} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:01.533689 [ 275 ] {e147dc3e-06ea-4ef8-901a-e8435b468d7e} executeQuery: Read 24 rows, 2.04 KiB in 0.001536 sec., 15625 rows/sec., 1.30 MiB/sec. 2025.09.18 00:40:01.533726 [ 275 ] {e147dc3e-06ea-4ef8-901a-e8435b468d7e} TCPHandler: Processed in 0.001714367 sec. 2025.09.18 00:40:01.533834 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:01.533993 [ 275 ] {f8aae6c3-e7a4-4d44-b8ae-381df3c18ad1} executeQuery: (from [fd00:1122:3344:101::d]:43917) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.18 00:40:01.534034 [ 275 ] {f8aae6c3-e7a4-4d44-b8ae-381df3c18ad1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.18 00:40:01.534450 [ 275 ] {f8aae6c3-e7a4-4d44-b8ae-381df3c18ad1} oximeter.fields_u8 (8e0d46a4-6712-4cba-8404-3aa8cdd0fb1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:01.534488 [ 275 ] {f8aae6c3-e7a4-4d44-b8ae-381df3c18ad1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.09.18 00:40:01.534920 [ 275 ] {f8aae6c3-e7a4-4d44-b8ae-381df3c18ad1} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.18 00:40:01.535403 [ 275 ] {f8aae6c3-e7a4-4d44-b8ae-381df3c18ad1} oximeter.fields_u8 (8e0d46a4-6712-4cba-8404-3aa8cdd0fb1a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:01.535535 [ 275 ] {f8aae6c3-e7a4-4d44-b8ae-381df3c18ad1} executeQuery: Read 12 rows, 960.00 B in 0.001563 sec., 7677.543186180423 rows/sec., 599.81 KiB/sec. 2025.09.18 00:40:01.535571 [ 275 ] {f8aae6c3-e7a4-4d44-b8ae-381df3c18ad1} TCPHandler: Processed in 0.001726777 sec. 2025.09.18 00:40:01.535683 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:01.535777 [ 275 ] {6aa3d995-a3ce-4aaa-93f0-73be25197d58} executeQuery: (from [fd00:1122:3344:101::d]:43917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:40:01.535816 [ 275 ] {6aa3d995-a3ce-4aaa-93f0-73be25197d58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:40:01.536233 [ 275 ] {6aa3d995-a3ce-4aaa-93f0-73be25197d58} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:01.536271 [ 275 ] {6aa3d995-a3ce-4aaa-93f0-73be25197d58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.09.18 00:40:01.536732 [ 275 ] {6aa3d995-a3ce-4aaa-93f0-73be25197d58} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.18 00:40:01.537166 [ 275 ] {6aa3d995-a3ce-4aaa-93f0-73be25197d58} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:01.537291 [ 275 ] {6aa3d995-a3ce-4aaa-93f0-73be25197d58} executeQuery: Read 90 rows, 7.59 KiB in 0.001533 sec., 58708.41487279843 rows/sec., 4.83 MiB/sec. 2025.09.18 00:40:01.537329 [ 275 ] {6aa3d995-a3ce-4aaa-93f0-73be25197d58} TCPHandler: Processed in 0.001694497 sec. 2025.09.18 00:40:01.537445 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:01.537540 [ 275 ] {d2ca759f-4b06-4b0e-91d4-8ad4abf3550d} executeQuery: (from [fd00:1122:3344:101::d]:43917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:40:01.537581 [ 275 ] {d2ca759f-4b06-4b0e-91d4-8ad4abf3550d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:40:01.538054 [ 275 ] {d2ca759f-4b06-4b0e-91d4-8ad4abf3550d} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:01.538087 [ 275 ] {d2ca759f-4b06-4b0e-91d4-8ad4abf3550d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.09.18 00:40:01.538613 [ 275 ] {d2ca759f-4b06-4b0e-91d4-8ad4abf3550d} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.18 00:40:01.539041 [ 275 ] {d2ca759f-4b06-4b0e-91d4-8ad4abf3550d} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:01.539169 [ 275 ] {d2ca759f-4b06-4b0e-91d4-8ad4abf3550d} executeQuery: Read 258 rows, 20.10 KiB in 0.001647 sec., 156648.45173041895 rows/sec., 11.92 MiB/sec. 2025.09.18 00:40:01.539206 [ 275 ] {d2ca759f-4b06-4b0e-91d4-8ad4abf3550d} TCPHandler: Processed in 0.001809889 sec. 2025.09.18 00:40:01.539321 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:01.539415 [ 275 ] {e1a9152f-04a2-4111-8387-f5e051b5ac68} executeQuery: (from [fd00:1122:3344:101::d]:43917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.18 00:40:01.539467 [ 275 ] {e1a9152f-04a2-4111-8387-f5e051b5ac68} 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.09.18 00:40:01.540222 [ 275 ] {e1a9152f-04a2-4111-8387-f5e051b5ac68} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:01.540259 [ 275 ] {e1a9152f-04a2-4111-8387-f5e051b5ac68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.09.18 00:40:01.541481 [ 275 ] {e1a9152f-04a2-4111-8387-f5e051b5ac68} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.18 00:40:01.541903 [ 275 ] {e1a9152f-04a2-4111-8387-f5e051b5ac68} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:01.542038 [ 275 ] {e1a9152f-04a2-4111-8387-f5e051b5ac68} executeQuery: Read 10 rows, 18.35 KiB in 0.002642 sec., 3785.011355034065 rows/sec., 6.78 MiB/sec. 2025.09.18 00:40:01.542088 [ 275 ] {e1a9152f-04a2-4111-8387-f5e051b5ac68} TCPHandler: Processed in 0.002816395 sec. 2025.09.18 00:40:01.542206 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:01.542301 [ 275 ] {0e9fa155-8a5b-49b6-a279-baffb5a2e822} executeQuery: (from [fd00:1122:3344:101::d]:43917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:40:01.542342 [ 275 ] {0e9fa155-8a5b-49b6-a279-baffb5a2e822} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:40:01.542689 [ 275 ] {0e9fa155-8a5b-49b6-a279-baffb5a2e822} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:01.542730 [ 275 ] {0e9fa155-8a5b-49b6-a279-baffb5a2e822} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.09.18 00:40:01.543187 [ 275 ] {0e9fa155-8a5b-49b6-a279-baffb5a2e822} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.18 00:40:01.543652 [ 275 ] {0e9fa155-8a5b-49b6-a279-baffb5a2e822} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:01.543805 [ 275 ] {0e9fa155-8a5b-49b6-a279-baffb5a2e822} executeQuery: Read 40 rows, 2.73 KiB in 0.001524 sec., 26246.71916010499 rows/sec., 1.75 MiB/sec. 2025.09.18 00:40:01.543842 [ 275 ] {0e9fa155-8a5b-49b6-a279-baffb5a2e822} TCPHandler: Processed in 0.001686346 sec. 2025.09.18 00:40:06.474724 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:06.474911 [ 275 ] {f7fb95b1-35eb-4f8e-9e44-0ec78f49acf6} executeQuery: (from [fd00:1122:3344:101::d]:43917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:40:06.474973 [ 275 ] {f7fb95b1-35eb-4f8e-9e44-0ec78f49acf6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:40:06.475575 [ 275 ] {f7fb95b1-35eb-4f8e-9e44-0ec78f49acf6} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:06.475614 [ 275 ] {f7fb95b1-35eb-4f8e-9e44-0ec78f49acf6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.09.18 00:40:06.476106 [ 275 ] {f7fb95b1-35eb-4f8e-9e44-0ec78f49acf6} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.18 00:40:06.476579 [ 275 ] {f7fb95b1-35eb-4f8e-9e44-0ec78f49acf6} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:06.476729 [ 275 ] {f7fb95b1-35eb-4f8e-9e44-0ec78f49acf6} executeQuery: Read 30 rows, 2.34 KiB in 0.001867 sec., 16068.559185859669 rows/sec., 1.23 MiB/sec. 2025.09.18 00:40:06.476769 [ 275 ] {f7fb95b1-35eb-4f8e-9e44-0ec78f49acf6} TCPHandler: Processed in 0.002166404 sec. 2025.09.18 00:40:06.476918 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:06.477020 [ 275 ] {1588ef6c-99c8-4a14-a5cc-d0675e23e8c1} executeQuery: (from [fd00:1122:3344:101::d]:43917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:40:06.477060 [ 275 ] {1588ef6c-99c8-4a14-a5cc-d0675e23e8c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:40:06.477457 [ 275 ] {1588ef6c-99c8-4a14-a5cc-d0675e23e8c1} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:06.477492 [ 275 ] {1588ef6c-99c8-4a14-a5cc-d0675e23e8c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.09.18 00:40:06.477893 [ 275 ] {1588ef6c-99c8-4a14-a5cc-d0675e23e8c1} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.18 00:40:06.478339 [ 275 ] {1588ef6c-99c8-4a14-a5cc-d0675e23e8c1} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:06.478465 [ 275 ] {1588ef6c-99c8-4a14-a5cc-d0675e23e8c1} executeQuery: Read 36 rows, 2.88 KiB in 0.001471 sec., 24473.147518694765 rows/sec., 1.91 MiB/sec. 2025.09.18 00:40:06.478499 [ 275 ] {1588ef6c-99c8-4a14-a5cc-d0675e23e8c1} TCPHandler: Processed in 0.001628965 sec. 2025.09.18 00:40:06.478606 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:06.478697 [ 275 ] {8142b28a-4b33-485f-9523-7ba323e50400} executeQuery: (from [fd00:1122:3344:101::d]:43917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:40:06.478739 [ 275 ] {8142b28a-4b33-485f-9523-7ba323e50400} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:40:06.479102 [ 275 ] {8142b28a-4b33-485f-9523-7ba323e50400} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:06.479134 [ 275 ] {8142b28a-4b33-485f-9523-7ba323e50400} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.09.18 00:40:06.479627 [ 275 ] {8142b28a-4b33-485f-9523-7ba323e50400} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.18 00:40:06.480064 [ 275 ] {8142b28a-4b33-485f-9523-7ba323e50400} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:06.480188 [ 275 ] {8142b28a-4b33-485f-9523-7ba323e50400} executeQuery: Read 110 rows, 7.86 KiB in 0.001509 sec., 72895.9575878065 rows/sec., 5.09 MiB/sec. 2025.09.18 00:40:06.480223 [ 275 ] {8142b28a-4b33-485f-9523-7ba323e50400} TCPHandler: Processed in 0.001664006 sec. 2025.09.18 00:40:06.480331 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:06.480422 [ 275 ] {d15e6b84-c7e5-490f-af3b-e50d1e78f0fe} executeQuery: (from [fd00:1122:3344:101::d]:43917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:40:06.480461 [ 275 ] {d15e6b84-c7e5-490f-af3b-e50d1e78f0fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:40:06.480767 [ 275 ] {d15e6b84-c7e5-490f-af3b-e50d1e78f0fe} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:06.480801 [ 275 ] {d15e6b84-c7e5-490f-af3b-e50d1e78f0fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.09.18 00:40:06.481218 [ 275 ] {d15e6b84-c7e5-490f-af3b-e50d1e78f0fe} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.18 00:40:06.481648 [ 275 ] {d15e6b84-c7e5-490f-af3b-e50d1e78f0fe} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:06.481773 [ 275 ] {d15e6b84-c7e5-490f-af3b-e50d1e78f0fe} executeQuery: Read 40 rows, 2.73 KiB in 0.001369 sec., 29218.407596785975 rows/sec., 1.95 MiB/sec. 2025.09.18 00:40:06.481806 [ 275 ] {d15e6b84-c7e5-490f-af3b-e50d1e78f0fe} TCPHandler: Processed in 0.001521844 sec. 2025.09.18 00:40:06.616924 [ 86 ] {} DNSResolver: Updating DNS cache 2025.09.18 00:40:06.616999 [ 86 ] {} DNSResolver: Updated DNS cache 2025.09.18 00:40:06.683318 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 82 entries to flush up to offset 170 2025.09.18 00:40:06.686891 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:06.686931 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 2025.09.18 00:40:06.686944 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.18 00:40:06.687488 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:06.687544 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.18 00:40:06.688297 [ 245 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.18 00:40:06.688396 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.18 00:40:06.688961 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:06.689062 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:06.689125 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 2025.09.18 00:40:06.689336 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 170 2025.09.18 00:40:06.779856 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2025.09.18 00:40:06.797782 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:06.797844 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.18 00:40:06.804091 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.18 00:40:06.805280 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:06.808508 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2025.09.18 00:40:11.474953 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:11.475134 [ 275 ] {f355eb34-24e5-40cd-9c8f-3f24ad763df9} executeQuery: (from [fd00:1122:3344:101::d]:43917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:40:11.475202 [ 275 ] {f355eb34-24e5-40cd-9c8f-3f24ad763df9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:40:11.475819 [ 275 ] {f355eb34-24e5-40cd-9c8f-3f24ad763df9} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:11.475868 [ 275 ] {f355eb34-24e5-40cd-9c8f-3f24ad763df9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.18 00:40:11.476397 [ 275 ] {f355eb34-24e5-40cd-9c8f-3f24ad763df9} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.18 00:40:11.476834 [ 275 ] {f355eb34-24e5-40cd-9c8f-3f24ad763df9} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:11.476993 [ 275 ] {f355eb34-24e5-40cd-9c8f-3f24ad763df9} executeQuery: Read 50 rows, 4.35 KiB in 0.001909 sec., 26191.72341540073 rows/sec., 2.23 MiB/sec. 2025.09.18 00:40:11.477042 [ 275 ] {f355eb34-24e5-40cd-9c8f-3f24ad763df9} TCPHandler: Processed in 0.002217275 sec. 2025.09.18 00:40:11.477165 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:11.477267 [ 275 ] {5651767a-16be-4c81-a1d2-accdbd82123a} executeQuery: (from [fd00:1122:3344:101::d]:43917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.18 00:40:11.477310 [ 275 ] {5651767a-16be-4c81-a1d2-accdbd82123a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.18 00:40:11.477714 [ 275 ] {5651767a-16be-4c81-a1d2-accdbd82123a} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:11.477753 [ 275 ] {5651767a-16be-4c81-a1d2-accdbd82123a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.18 00:40:11.478162 [ 275 ] {5651767a-16be-4c81-a1d2-accdbd82123a} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.18 00:40:11.478621 [ 275 ] {5651767a-16be-4c81-a1d2-accdbd82123a} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:11.478756 [ 275 ] {5651767a-16be-4c81-a1d2-accdbd82123a} executeQuery: Read 10 rows, 770.00 B in 0.001513 sec., 6609.385327164574 rows/sec., 496.99 KiB/sec. 2025.09.18 00:40:11.478795 [ 275 ] {5651767a-16be-4c81-a1d2-accdbd82123a} TCPHandler: Processed in 0.001680306 sec. 2025.09.18 00:40:11.478905 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:11.479001 [ 275 ] {df707e31-2d38-4ae6-bc11-134a43260603} executeQuery: (from [fd00:1122:3344:101::d]:43917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:40:11.479040 [ 275 ] {df707e31-2d38-4ae6-bc11-134a43260603} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:40:11.479461 [ 275 ] {df707e31-2d38-4ae6-bc11-134a43260603} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:11.479499 [ 275 ] {df707e31-2d38-4ae6-bc11-134a43260603} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.18 00:40:11.479899 [ 275 ] {df707e31-2d38-4ae6-bc11-134a43260603} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.18 00:40:11.480319 [ 275 ] {df707e31-2d38-4ae6-bc11-134a43260603} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:11.480449 [ 275 ] {df707e31-2d38-4ae6-bc11-134a43260603} executeQuery: Read 46 rows, 3.68 KiB in 0.001467 sec., 31356.509884117248 rows/sec., 2.45 MiB/sec. 2025.09.18 00:40:11.480488 [ 275 ] {df707e31-2d38-4ae6-bc11-134a43260603} TCPHandler: Processed in 0.001632056 sec. 2025.09.18 00:40:11.480596 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:11.480689 [ 275 ] {b79c7cad-5484-4053-a1b0-76f4a7e53f22} executeQuery: (from [fd00:1122:3344:101::d]:43917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:40:11.480732 [ 275 ] {b79c7cad-5484-4053-a1b0-76f4a7e53f22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:40:11.481111 [ 275 ] {b79c7cad-5484-4053-a1b0-76f4a7e53f22} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:11.481149 [ 275 ] {b79c7cad-5484-4053-a1b0-76f4a7e53f22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.18 00:40:11.481568 [ 275 ] {b79c7cad-5484-4053-a1b0-76f4a7e53f22} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.18 00:40:11.481983 [ 275 ] {b79c7cad-5484-4053-a1b0-76f4a7e53f22} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:11.482111 [ 275 ] {b79c7cad-5484-4053-a1b0-76f4a7e53f22} executeQuery: Read 110 rows, 7.86 KiB in 0.001441 sec., 76335.87786259541 rows/sec., 5.33 MiB/sec. 2025.09.18 00:40:11.482147 [ 275 ] {b79c7cad-5484-4053-a1b0-76f4a7e53f22} TCPHandler: Processed in 0.001601025 sec. 2025.09.18 00:40:11.482258 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:11.482353 [ 275 ] {b1bfb34b-dac4-4cef-9959-4ac3cc3040ef} executeQuery: (from [fd00:1122:3344:101::d]:43917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.18 00:40:11.482407 [ 275 ] {b1bfb34b-dac4-4cef-9959-4ac3cc3040ef} 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.09.18 00:40:11.483159 [ 275 ] {b1bfb34b-dac4-4cef-9959-4ac3cc3040ef} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:11.483196 [ 275 ] {b1bfb34b-dac4-4cef-9959-4ac3cc3040ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.18 00:40:11.483807 [ 275 ] {b1bfb34b-dac4-4cef-9959-4ac3cc3040ef} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.18 00:40:11.484313 [ 275 ] {b1bfb34b-dac4-4cef-9959-4ac3cc3040ef} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:11.484453 [ 275 ] {b1bfb34b-dac4-4cef-9959-4ac3cc3040ef} executeQuery: Read 10 rows, 18.35 KiB in 0.002118 sec., 4721.435316336166 rows/sec., 8.46 MiB/sec. 2025.09.18 00:40:11.484506 [ 275 ] {b1bfb34b-dac4-4cef-9959-4ac3cc3040ef} TCPHandler: Processed in 0.002295696 sec. 2025.09.18 00:40:11.484619 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:11.484714 [ 275 ] {30e3459e-3ffa-448e-8beb-ac816db4de18} executeQuery: (from [fd00:1122:3344:101::d]:43917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:40:11.484755 [ 275 ] {30e3459e-3ffa-448e-8beb-ac816db4de18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:40:11.485096 [ 275 ] {30e3459e-3ffa-448e-8beb-ac816db4de18} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:11.485131 [ 275 ] {30e3459e-3ffa-448e-8beb-ac816db4de18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.18 00:40:11.485520 [ 275 ] {30e3459e-3ffa-448e-8beb-ac816db4de18} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.18 00:40:11.485928 [ 275 ] {30e3459e-3ffa-448e-8beb-ac816db4de18} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:11.486053 [ 275 ] {30e3459e-3ffa-448e-8beb-ac816db4de18} executeQuery: Read 40 rows, 2.73 KiB in 0.001359 sec., 29433.406916850625 rows/sec., 1.96 MiB/sec. 2025.09.18 00:40:11.486088 [ 275 ] {30e3459e-3ffa-448e-8beb-ac816db4de18} TCPHandler: Processed in 0.001517964 sec. 2025.09.18 00:40:14.190164 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379 2025.09.18 00:40:14.190654 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:14.190688 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.18 00:40:14.191349 [ 245 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.18 00:40:14.191793 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:14.191939 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379 2025.09.18 00:40:14.309519 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2025.09.18 00:40:14.325936 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:14.325980 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.18 00:40:14.332276 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.18 00:40:14.333416 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:14.336367 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2025.09.18 00:40:15.001159 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 162.96 MiB, peak 166.96 MiB, free memory in arenas 0.00 B, will set to 164.01 MiB (RSS), difference: 1.05 MiB 2025.09.18 00:40:16.475448 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:16.475669 [ 275 ] {c5a51716-b796-4496-b7fd-f97ce76305bc} executeQuery: (from [fd00:1122:3344:101::d]:43917) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.18 00:40:16.475742 [ 275 ] {c5a51716-b796-4496-b7fd-f97ce76305bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.18 00:40:16.476501 [ 275 ] {c5a51716-b796-4496-b7fd-f97ce76305bc} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:16.476541 [ 275 ] {c5a51716-b796-4496-b7fd-f97ce76305bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.18 00:40:16.477043 [ 275 ] {c5a51716-b796-4496-b7fd-f97ce76305bc} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.18 00:40:16.477492 [ 275 ] {c5a51716-b796-4496-b7fd-f97ce76305bc} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:16.477665 [ 275 ] {c5a51716-b796-4496-b7fd-f97ce76305bc} executeQuery: Read 2 rows, 167.00 B in 0.002051 sec., 975.1340809361287 rows/sec., 79.52 KiB/sec. 2025.09.18 00:40:16.477721 [ 275 ] {c5a51716-b796-4496-b7fd-f97ce76305bc} TCPHandler: Processed in 0.002404748 sec. 2025.09.18 00:40:16.477851 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:16.477957 [ 275 ] {ca3592da-87d3-4ed1-96da-57403fcaf2f5} executeQuery: (from [fd00:1122:3344:101::d]:43917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:40:16.478002 [ 275 ] {ca3592da-87d3-4ed1-96da-57403fcaf2f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:40:16.478448 [ 275 ] {ca3592da-87d3-4ed1-96da-57403fcaf2f5} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:16.478485 [ 275 ] {ca3592da-87d3-4ed1-96da-57403fcaf2f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.18 00:40:16.478924 [ 275 ] {ca3592da-87d3-4ed1-96da-57403fcaf2f5} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.18 00:40:16.479401 [ 275 ] {ca3592da-87d3-4ed1-96da-57403fcaf2f5} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:16.479538 [ 275 ] {ca3592da-87d3-4ed1-96da-57403fcaf2f5} executeQuery: Read 57 rows, 4.48 KiB in 0.001605 sec., 35514.01869158878 rows/sec., 2.72 MiB/sec. 2025.09.18 00:40:16.479583 [ 275 ] {ca3592da-87d3-4ed1-96da-57403fcaf2f5} TCPHandler: Processed in 0.001783648 sec. 2025.09.18 00:40:16.479700 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:16.479798 [ 275 ] {8de13980-798e-45dc-9eee-c00a25fe27d7} executeQuery: (from [fd00:1122:3344:101::d]:43917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.18 00:40:16.479841 [ 275 ] {8de13980-798e-45dc-9eee-c00a25fe27d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.18 00:40:16.480285 [ 275 ] {8de13980-798e-45dc-9eee-c00a25fe27d7} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:16.480321 [ 275 ] {8de13980-798e-45dc-9eee-c00a25fe27d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.18 00:40:16.480784 [ 275 ] {8de13980-798e-45dc-9eee-c00a25fe27d7} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.18 00:40:16.481247 [ 275 ] {8de13980-798e-45dc-9eee-c00a25fe27d7} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:16.481382 [ 275 ] {8de13980-798e-45dc-9eee-c00a25fe27d7} executeQuery: Read 2 rows, 143.00 B in 0.001604 sec., 1246.8827930174564 rows/sec., 87.06 KiB/sec. 2025.09.18 00:40:16.481419 [ 275 ] {8de13980-798e-45dc-9eee-c00a25fe27d7} TCPHandler: Processed in 0.001767628 sec. 2025.09.18 00:40:16.481528 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:16.481628 [ 275 ] {c3fa7287-ecef-40cb-951e-385d61183b91} executeQuery: (from [fd00:1122:3344:101::d]:43917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:40:16.481669 [ 275 ] {c3fa7287-ecef-40cb-951e-385d61183b91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:40:16.482095 [ 275 ] {c3fa7287-ecef-40cb-951e-385d61183b91} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:16.482131 [ 275 ] {c3fa7287-ecef-40cb-951e-385d61183b91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.18 00:40:16.482563 [ 275 ] {c3fa7287-ecef-40cb-951e-385d61183b91} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.18 00:40:16.483057 [ 275 ] {c3fa7287-ecef-40cb-951e-385d61183b91} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:16.483202 [ 275 ] {c3fa7287-ecef-40cb-951e-385d61183b91} executeQuery: Read 66 rows, 5.28 KiB in 0.001589 sec., 41535.55695405916 rows/sec., 3.24 MiB/sec. 2025.09.18 00:40:16.483263 [ 275 ] {c3fa7287-ecef-40cb-951e-385d61183b91} TCPHandler: Processed in 0.001783438 sec. 2025.09.18 00:40:16.483385 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:16.483487 [ 275 ] {8ffb9cd7-8872-471e-b752-899d88bd30e9} executeQuery: (from [fd00:1122:3344:101::d]:43917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:40:16.483556 [ 275 ] {8ffb9cd7-8872-471e-b752-899d88bd30e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:40:16.484020 [ 275 ] {8ffb9cd7-8872-471e-b752-899d88bd30e9} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:16.484073 [ 275 ] {8ffb9cd7-8872-471e-b752-899d88bd30e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.18 00:40:16.484596 [ 275 ] {8ffb9cd7-8872-471e-b752-899d88bd30e9} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.18 00:40:16.485111 [ 275 ] {8ffb9cd7-8872-471e-b752-899d88bd30e9} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:16.485252 [ 275 ] {8ffb9cd7-8872-471e-b752-899d88bd30e9} executeQuery: Read 161 rows, 11.48 KiB in 0.001788 sec., 90044.74272930648 rows/sec., 6.27 MiB/sec. 2025.09.18 00:40:16.485307 [ 275 ] {8ffb9cd7-8872-471e-b752-899d88bd30e9} TCPHandler: Processed in 0.001971491 sec. 2025.09.18 00:40:16.485451 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:16.485579 [ 275 ] {e4973df0-b5aa-4914-b087-fad315a9baf3} executeQuery: (from [fd00:1122:3344:101::d]:43917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:40:16.485632 [ 275 ] {e4973df0-b5aa-4914-b087-fad315a9baf3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:40:16.486026 [ 275 ] {e4973df0-b5aa-4914-b087-fad315a9baf3} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:16.486079 [ 275 ] {e4973df0-b5aa-4914-b087-fad315a9baf3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.18 00:40:16.486600 [ 275 ] {e4973df0-b5aa-4914-b087-fad315a9baf3} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.18 00:40:16.487088 [ 275 ] {e4973df0-b5aa-4914-b087-fad315a9baf3} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:16.487214 [ 275 ] {e4973df0-b5aa-4914-b087-fad315a9baf3} executeQuery: Read 60 rows, 4.14 KiB in 0.001668 sec., 35971.22302158274 rows/sec., 2.42 MiB/sec. 2025.09.18 00:40:16.487249 [ 275 ] {e4973df0-b5aa-4914-b087-fad315a9baf3} TCPHandler: Processed in 0.00186701 sec. 2025.09.18 00:40:16.615207 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36709 2025.09.18 00:40:16.615332 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:40:16.615362 [ 286 ] {} TCP-Session: b8588e4c-08ad-4451-be8d-33f82068a8aa Authenticating user 'default' from [fd00:1122:3344:101::e]:36709 2025.09.18 00:40:16.615384 [ 286 ] {} TCP-Session: b8588e4c-08ad-4451-be8d-33f82068a8aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:16.615397 [ 286 ] {} TCP-Session: b8588e4c-08ad-4451-be8d-33f82068a8aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:16.615461 [ 286 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.09.18 00:40:16.615486 [ 286 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.09.18 00:40:16.615501 [ 286 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.09.18 00:40:16.617909 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36657 2025.09.18 00:40:16.618004 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50886 2025.09.18 00:40:16.618215 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60410 2025.09.18 00:40:16.618220 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55882 2025.09.18 00:40:16.618296 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52175 2025.09.18 00:40:16.618398 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56298 2025.09.18 00:40:16.618753 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52215 2025.09.18 00:40:16.618904 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54348 2025.09.18 00:40:16.619880 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:40:16.619902 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:40:16.619933 [ 287 ] {} TCP-Session: 6d7473bf-2242-4756-b912-6e5dbb4f64dc Authenticating user 'default' from [fd00:1122:3344:101::e]:36657 2025.09.18 00:40:16.619947 [ 293 ] {} TCP-Session: 26325c0e-1316-4f78-9845-6339bcdcf989 Authenticating user 'default' from [fd00:1122:3344:101::e]:52215 2025.09.18 00:40:16.619962 [ 287 ] {} TCP-Session: 6d7473bf-2242-4756-b912-6e5dbb4f64dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:16.619975 [ 293 ] {} TCP-Session: 26325c0e-1316-4f78-9845-6339bcdcf989 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:16.619982 [ 287 ] {} TCP-Session: 6d7473bf-2242-4756-b912-6e5dbb4f64dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:16.619997 [ 293 ] {} TCP-Session: 26325c0e-1316-4f78-9845-6339bcdcf989 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:16.621883 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:40:16.621883 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:40:16.621924 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:40:16.621964 [ 292 ] {} TCP-Session: fb3890f8-2fb2-49f0-a849-39bfcededc80 Authenticating user 'default' from [fd00:1122:3344:101::e]:56298 2025.09.18 00:40:16.621975 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:40:16.621990 [ 291 ] {} TCP-Session: 0aa40af8-ac1d-4b7d-924c-59292a1eb445 Authenticating user 'default' from [fd00:1122:3344:101::e]:52175 2025.09.18 00:40:16.622003 [ 292 ] {} TCP-Session: fb3890f8-2fb2-49f0-a849-39bfcededc80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:16.622022 [ 290 ] {} TCP-Session: e371d9e2-b119-4390-b07a-b89730ac7ec6 Authenticating user 'default' from [fd00:1122:3344:101::e]:60410 2025.09.18 00:40:16.622030 [ 291 ] {} TCP-Session: 0aa40af8-ac1d-4b7d-924c-59292a1eb445 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:16.622039 [ 292 ] {} TCP-Session: fb3890f8-2fb2-49f0-a849-39bfcededc80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:16.622062 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:40:16.622070 [ 291 ] {} TCP-Session: 0aa40af8-ac1d-4b7d-924c-59292a1eb445 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:16.622058 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:40:16.622121 [ 288 ] {} TCP-Session: b9a1b95f-daec-44c7-bbb7-b11b526a19e1 Authenticating user 'default' from [fd00:1122:3344:101::e]:50886 2025.09.18 00:40:16.622152 [ 289 ] {} TCP-Session: 4a946077-2179-49d9-a520-b4ef3d82d931 Authenticating user 'default' from [fd00:1122:3344:101::e]:55882 2025.09.18 00:40:16.622174 [ 288 ] {} TCP-Session: b9a1b95f-daec-44c7-bbb7-b11b526a19e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:16.622193 [ 289 ] {} TCP-Session: 4a946077-2179-49d9-a520-b4ef3d82d931 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:16.622207 [ 288 ] {} TCP-Session: b9a1b95f-daec-44c7-bbb7-b11b526a19e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:16.622223 [ 289 ] {} TCP-Session: 4a946077-2179-49d9-a520-b4ef3d82d931 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:16.622059 [ 290 ] {} TCP-Session: e371d9e2-b119-4390-b07a-b89730ac7ec6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:16.621931 [ 294 ] {} TCP-Session: e87f5e6c-d8ee-44cb-adaf-464ba71d955b Authenticating user 'default' from [fd00:1122:3344:101::e]:54348 2025.09.18 00:40:16.622267 [ 290 ] {} TCP-Session: e371d9e2-b119-4390-b07a-b89730ac7ec6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:16.622283 [ 294 ] {} TCP-Session: e87f5e6c-d8ee-44cb-adaf-464ba71d955b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:16.622298 [ 294 ] {} TCP-Session: e87f5e6c-d8ee-44cb-adaf-464ba71d955b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:16.624318 [ 286 ] {} TCP-Session: b8588e4c-08ad-4451-be8d-33f82068a8aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:16.624536 [ 286 ] {e032de07-a940-43ac-b4be-a23b6d7a81c7} executeQuery: (from [fd00:1122:3344:101::e]:36709) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.18 00:40:16.624898 [ 286 ] {e032de07-a940-43ac-b4be-a23b6d7a81c7} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.18 00:40:16.627225 [ 286 ] {e032de07-a940-43ac-b4be-a23b6d7a81c7} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.18 00:40:16.634440 [ 286 ] {e032de07-a940-43ac-b4be-a23b6d7a81c7} oximeter.version (53059a3a-d3d8-4ae6-a17a-1015bb2d496f) (SelectExecutor): Key condition: unknown 2025.09.18 00:40:16.651173 [ 296 ] {e032de07-a940-43ac-b4be-a23b6d7a81c7} AggregatingTransform: Aggregating 2025.09.18 00:40:16.651300 [ 296 ] {e032de07-a940-43ac-b4be-a23b6d7a81c7} Aggregator: Aggregation method: without_key 2025.09.18 00:40:16.651943 [ 296 ] {e032de07-a940-43ac-b4be-a23b6d7a81c7} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.003538206 sec. (282.629 rows/sec., 11.04 KiB/sec.) 2025.09.18 00:40:16.651967 [ 296 ] {e032de07-a940-43ac-b4be-a23b6d7a81c7} Aggregator: Merging aggregated data 2025.09.18 00:40:16.652000 [ 296 ] {e032de07-a940-43ac-b4be-a23b6d7a81c7} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2025.09.18 00:40:16.653152 [ 286 ] {e032de07-a940-43ac-b4be-a23b6d7a81c7} executeQuery: Read 1 rows, 40.00 B in 0.028693 sec., 34.85170599100826 rows/sec., 1.36 KiB/sec. 2025.09.18 00:40:16.653286 [ 286 ] {e032de07-a940-43ac-b4be-a23b6d7a81c7} TCPHandler: Processed in 0.029135037 sec. 2025.09.18 00:40:16.657706 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.18 00:40:16.657753 [ 286 ] {} TCP-Session: b8588e4c-08ad-4451-be8d-33f82068a8aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:16.657759 [ 294 ] {} TCPHandler: Done processing connection. 2025.09.18 00:40:16.657790 [ 294 ] {} TCP-Session: e87f5e6c-d8ee-44cb-adaf-464ba71d955b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:16.657802 [ 290 ] {} TCPHandler: Done processing connection. 2025.09.18 00:40:16.657844 [ 290 ] {} TCP-Session: e371d9e2-b119-4390-b07a-b89730ac7ec6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:16.657848 [ 287 ] {} TCPHandler: Done processing connection. 2025.09.18 00:40:16.657891 [ 293 ] {} TCPHandler: Done processing connection. 2025.09.18 00:40:16.657904 [ 287 ] {} TCP-Session: 6d7473bf-2242-4756-b912-6e5dbb4f64dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:16.657947 [ 293 ] {} TCP-Session: 26325c0e-1316-4f78-9845-6339bcdcf989 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:16.659567 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.18 00:40:16.659597 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.18 00:40:16.659616 [ 288 ] {} TCP-Session: b9a1b95f-daec-44c7-bbb7-b11b526a19e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:16.659627 [ 291 ] {} TCPHandler: Done processing connection. 2025.09.18 00:40:16.659634 [ 289 ] {} TCP-Session: 4a946077-2179-49d9-a520-b4ef3d82d931 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:16.659653 [ 292 ] {} TCPHandler: Done processing connection. 2025.09.18 00:40:16.659676 [ 291 ] {} TCP-Session: 0aa40af8-ac1d-4b7d-924c-59292a1eb445 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:16.659712 [ 292 ] {} TCP-Session: fb3890f8-2fb2-49f0-a849-39bfcededc80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:16.689564 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 196 2025.09.18 00:40:16.691394 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:16.691441 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.18 00:40:16.692887 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.18 00:40:16.693399 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:16.693653 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 196 2025.09.18 00:40:17.001084 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 164.71 MiB, peak 168.77 MiB, free memory in arenas 0.00 B, will set to 166.71 MiB (RSS), difference: 2.00 MiB 2025.09.18 00:40:21.476051 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:21.476290 [ 275 ] {752507fb-42e0-455a-b376-c2ff3d659d8a} executeQuery: (from [fd00:1122:3344:101::d]:43917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:40:21.476354 [ 275 ] {752507fb-42e0-455a-b376-c2ff3d659d8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:40:21.476960 [ 275 ] {752507fb-42e0-455a-b376-c2ff3d659d8a} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:21.476998 [ 275 ] {752507fb-42e0-455a-b376-c2ff3d659d8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.18 00:40:21.477516 [ 275 ] {752507fb-42e0-455a-b376-c2ff3d659d8a} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.18 00:40:21.477964 [ 275 ] {752507fb-42e0-455a-b376-c2ff3d659d8a} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:21.478140 [ 275 ] {752507fb-42e0-455a-b376-c2ff3d659d8a} executeQuery: Read 76 rows, 6.41 KiB in 0.001899 sec., 40021.06371774618 rows/sec., 3.30 MiB/sec. 2025.09.18 00:40:21.478184 [ 275 ] {752507fb-42e0-455a-b376-c2ff3d659d8a} TCPHandler: Processed in 0.002313167 sec. 2025.09.18 00:40:21.478299 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:21.478396 [ 275 ] {6feb293e-7efd-4812-a14f-68d609989b7c} executeQuery: (from [fd00:1122:3344:101::d]:43917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.18 00:40:21.478438 [ 275 ] {6feb293e-7efd-4812-a14f-68d609989b7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.18 00:40:21.478831 [ 275 ] {6feb293e-7efd-4812-a14f-68d609989b7c} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:21.478868 [ 275 ] {6feb293e-7efd-4812-a14f-68d609989b7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.18 00:40:21.479277 [ 275 ] {6feb293e-7efd-4812-a14f-68d609989b7c} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.18 00:40:21.479701 [ 275 ] {6feb293e-7efd-4812-a14f-68d609989b7c} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:21.479833 [ 275 ] {6feb293e-7efd-4812-a14f-68d609989b7c} executeQuery: Read 10 rows, 770.00 B in 0.001457 sec., 6863.417982155113 rows/sec., 516.10 KiB/sec. 2025.09.18 00:40:21.479871 [ 275 ] {6feb293e-7efd-4812-a14f-68d609989b7c} TCPHandler: Processed in 0.001620435 sec. 2025.09.18 00:40:21.479972 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:21.480065 [ 275 ] {4a1128cd-dd5e-4ed9-9111-1b4942a43e5a} executeQuery: (from [fd00:1122:3344:101::d]:43917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:40:21.480105 [ 275 ] {4a1128cd-dd5e-4ed9-9111-1b4942a43e5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:40:21.480511 [ 275 ] {4a1128cd-dd5e-4ed9-9111-1b4942a43e5a} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:21.480548 [ 275 ] {4a1128cd-dd5e-4ed9-9111-1b4942a43e5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.18 00:40:21.480959 [ 275 ] {4a1128cd-dd5e-4ed9-9111-1b4942a43e5a} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.18 00:40:21.481395 [ 275 ] {4a1128cd-dd5e-4ed9-9111-1b4942a43e5a} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:21.481549 [ 275 ] {4a1128cd-dd5e-4ed9-9111-1b4942a43e5a} executeQuery: Read 74 rows, 5.92 KiB in 0.001502 sec., 49267.64314247669 rows/sec., 3.85 MiB/sec. 2025.09.18 00:40:21.481588 [ 275 ] {4a1128cd-dd5e-4ed9-9111-1b4942a43e5a} TCPHandler: Processed in 0.001664906 sec. 2025.09.18 00:40:21.481697 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:21.481790 [ 275 ] {7f00b4f7-41b9-4edd-94c3-f31e62fe6ab3} executeQuery: (from [fd00:1122:3344:101::d]:43917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:40:21.481833 [ 275 ] {7f00b4f7-41b9-4edd-94c3-f31e62fe6ab3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:40:21.482245 [ 275 ] {7f00b4f7-41b9-4edd-94c3-f31e62fe6ab3} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:21.482283 [ 275 ] {7f00b4f7-41b9-4edd-94c3-f31e62fe6ab3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.18 00:40:21.482809 [ 275 ] {7f00b4f7-41b9-4edd-94c3-f31e62fe6ab3} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.18 00:40:21.483236 [ 275 ] {7f00b4f7-41b9-4edd-94c3-f31e62fe6ab3} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:21.483394 [ 275 ] {7f00b4f7-41b9-4edd-94c3-f31e62fe6ab3} executeQuery: Read 160 rows, 11.41 KiB in 0.001623 sec., 98582.87122612445 rows/sec., 6.87 MiB/sec. 2025.09.18 00:40:21.483435 [ 275 ] {7f00b4f7-41b9-4edd-94c3-f31e62fe6ab3} TCPHandler: Processed in 0.001786558 sec. 2025.09.18 00:40:21.483536 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:21.483630 [ 275 ] {3777e210-d38e-4909-8622-97dc71e2f442} executeQuery: (from [fd00:1122:3344:101::d]:43917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.18 00:40:21.483684 [ 275 ] {3777e210-d38e-4909-8622-97dc71e2f442} 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.09.18 00:40:21.484392 [ 275 ] {3777e210-d38e-4909-8622-97dc71e2f442} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:21.484429 [ 275 ] {3777e210-d38e-4909-8622-97dc71e2f442} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.18 00:40:21.485072 [ 275 ] {3777e210-d38e-4909-8622-97dc71e2f442} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.18 00:40:21.485480 [ 275 ] {3777e210-d38e-4909-8622-97dc71e2f442} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:21.485618 [ 275 ] {3777e210-d38e-4909-8622-97dc71e2f442} executeQuery: Read 10 rows, 18.35 KiB in 0.002007 sec., 4982.5610363726955 rows/sec., 8.93 MiB/sec. 2025.09.18 00:40:21.485668 [ 275 ] {3777e210-d38e-4909-8622-97dc71e2f442} TCPHandler: Processed in 0.002181824 sec. 2025.09.18 00:40:21.485777 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:21.485872 [ 275 ] {64c31483-b5d2-4d03-b98d-d279aad03e7b} executeQuery: (from [fd00:1122:3344:101::d]:43917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:40:21.485913 [ 275 ] {64c31483-b5d2-4d03-b98d-d279aad03e7b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:40:21.486229 [ 275 ] {64c31483-b5d2-4d03-b98d-d279aad03e7b} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:21.486265 [ 275 ] {64c31483-b5d2-4d03-b98d-d279aad03e7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.18 00:40:21.486651 [ 275 ] {64c31483-b5d2-4d03-b98d-d279aad03e7b} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.18 00:40:21.487056 [ 275 ] {64c31483-b5d2-4d03-b98d-d279aad03e7b} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:21.487205 [ 275 ] {64c31483-b5d2-4d03-b98d-d279aad03e7b} executeQuery: Read 60 rows, 4.14 KiB in 0.001351 sec., 44411.54700222058 rows/sec., 2.99 MiB/sec. 2025.09.18 00:40:21.487242 [ 275 ] {64c31483-b5d2-4d03-b98d-d279aad03e7b} TCPHandler: Processed in 0.001514384 sec. 2025.09.18 00:40:21.617064 [ 61 ] {} DNSResolver: Updating DNS cache 2025.09.18 00:40:21.617128 [ 61 ] {} DNSResolver: Updated DNS cache 2025.09.18 00:40:21.691994 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 442 entries to flush up to offset 2821 2025.09.18 00:40:21.692533 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:21.692587 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.18 00:40:21.693298 [ 245 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.09.18 00:40:21.693750 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:21.693875 [ 61 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.09.18 00:40:21.693895 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2821 2025.09.18 00:40:21.693920 [ 61 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:21.693940 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.18 00:40:21.696141 [ 202 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::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.09.18 00:40:21.696326 [ 202 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:40:21.696438 [ 202 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::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.09.18 00:40:21.700733 [ 202 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::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.09.18 00:40:21.700805 [ 202 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::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.09.18 00:40:21.700861 [ 202 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::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.09.18 00:40:21.700918 [ 202 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::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.09.18 00:40:21.700971 [ 202 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 442 rows starting from the beginning of the part 2025.09.18 00:40:21.728798 [ 188 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2821 rows, containing 4 columns (4 merged, 0 gathered) in 0.034752785 sec., 81173.35056744373 rows/sec., 1.16 MiB/sec. 2025.09.18 00:40:21.729952 [ 189 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.09.18 00:40:21.730609 [ 189 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_6_1} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:21.730684 [ 189 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_6_1} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.09.18 00:40:21.730797 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2025.09.18 00:40:21.836425 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2025.09.18 00:40:21.856532 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:21.856626 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.18 00:40:21.864272 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.09.18 00:40:21.865741 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:21.866080 [ 61 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.09.18 00:40:21.866143 [ 61 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:21.866164 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.18 00:40:21.866278 [ 189 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::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.09.18 00:40:21.870660 [ 189 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:40:21.872391 [ 189 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::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.09.18 00:40:21.873015 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2025.09.18 00:40:21.877461 [ 189 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::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.09.18 00:40:21.881965 [ 189 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::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.09.18 00:40:21.886505 [ 189 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::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.09.18 00:40:21.893744 [ 189 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::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.09.18 00:40:21.898356 [ 189 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::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.09.18 00:40:21.967266 [ 188 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.101037395 sec., 455.2769793797633 rows/sec., 2.35 MiB/sec. 2025.09.18 00:40:21.969787 [ 199 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.09.18 00:40:21.972844 [ 199 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::all_1_6_1} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:21.972962 [ 199 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::all_1_6_1} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.09.18 00:40:21.974765 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2025.09.18 00:40:22.000184 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 168.37 MiB, peak 177.90 MiB, free memory in arenas 0.00 B, will set to 179.58 MiB (RSS), difference: 11.21 MiB 2025.09.18 00:40:22.561302 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50924 2025.09.18 00:40:22.561413 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:40:22.561441 [ 286 ] {} TCP-Session: 6eb84829-e1b8-4337-a60d-d3be04737bfc Authenticating user 'default' from [fd00:1122:3344:101::e]:50924 2025.09.18 00:40:22.561463 [ 286 ] {} TCP-Session: 6eb84829-e1b8-4337-a60d-d3be04737bfc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:22.561476 [ 286 ] {} TCP-Session: 6eb84829-e1b8-4337-a60d-d3be04737bfc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:22.561721 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58289 2025.09.18 00:40:22.561738 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35797 2025.09.18 00:40:22.561787 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51999 2025.09.18 00:40:22.561810 [ 286 ] {} TCP-Session: 6eb84829-e1b8-4337-a60d-d3be04737bfc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:22.561831 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42598 2025.09.18 00:40:22.561781 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53623 2025.09.18 00:40:22.561881 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:40:22.561761 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59618 2025.09.18 00:40:22.561928 [ 287 ] {} TCP-Session: 3276f8b7-5401-4f3b-826f-748b3f825c91 Authenticating user 'default' from [fd00:1122:3344:101::e]:58289 2025.09.18 00:40:22.561746 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39702 2025.09.18 00:40:22.561961 [ 287 ] {} TCP-Session: 3276f8b7-5401-4f3b-826f-748b3f825c91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:22.561736 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54678 2025.09.18 00:40:22.561989 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:40:22.561988 [ 286 ] {94e4e352-23ab-4a53-a14a-6de470643b61} executeQuery: (from [fd00:1122:3344:101::e]:50924) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.18 00:40:22.562038 [ 289 ] {} TCP-Session: 28ccc76f-fc55-4620-9090-6ee6fef39709 Authenticating user 'default' from [fd00:1122:3344:101::e]:35797 2025.09.18 00:40:22.561985 [ 287 ] {} TCP-Session: 3276f8b7-5401-4f3b-826f-748b3f825c91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:22.562076 [ 289 ] {} TCP-Session: 28ccc76f-fc55-4620-9090-6ee6fef39709 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:22.562077 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:40:22.562095 [ 289 ] {} TCP-Session: 28ccc76f-fc55-4620-9090-6ee6fef39709 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:22.562112 [ 293 ] {} TCP-Session: fdc45618-e460-42f6-baba-62cefeafac1f Authenticating user 'default' from [fd00:1122:3344:101::e]:51999 2025.09.18 00:40:22.562130 [ 293 ] {} TCP-Session: fdc45618-e460-42f6-baba-62cefeafac1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:22.562142 [ 293 ] {} TCP-Session: fdc45618-e460-42f6-baba-62cefeafac1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:22.562275 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:40:22.562296 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:40:22.562311 [ 286 ] {94e4e352-23ab-4a53-a14a-6de470643b61} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.18 00:40:22.562324 [ 288 ] {} TCP-Session: 06a2acf6-6a76-4b50-8429-e6af07a8bf6b Authenticating user 'default' from [fd00:1122:3344:101::e]:54678 2025.09.18 00:40:22.562313 [ 292 ] {} TCP-Session: e36dd672-ccda-4964-a9ab-ecde480d98b0 Authenticating user 'default' from [fd00:1122:3344:101::e]:53623 2025.09.18 00:40:22.562363 [ 288 ] {} TCP-Session: 06a2acf6-6a76-4b50-8429-e6af07a8bf6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:22.562369 [ 292 ] {} TCP-Session: e36dd672-ccda-4964-a9ab-ecde480d98b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:22.562377 [ 288 ] {} TCP-Session: 06a2acf6-6a76-4b50-8429-e6af07a8bf6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:22.562385 [ 292 ] {} TCP-Session: e36dd672-ccda-4964-a9ab-ecde480d98b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:22.562372 [ 286 ] {94e4e352-23ab-4a53-a14a-6de470643b61} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.18 00:40:22.562531 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:40:22.562543 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:40:22.562562 [ 290 ] {} TCP-Session: b0649255-2def-48d5-8c1a-c3a9c6307cdf Authenticating user 'default' from [fd00:1122:3344:101::e]:39702 2025.09.18 00:40:22.562531 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:40:22.562579 [ 294 ] {} TCP-Session: c05de6c8-3b46-4d8e-95fb-e3114069db34 Authenticating user 'default' from [fd00:1122:3344:101::e]:42598 2025.09.18 00:40:22.562586 [ 290 ] {} TCP-Session: b0649255-2def-48d5-8c1a-c3a9c6307cdf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:22.562612 [ 291 ] {} TCP-Session: 4c1b1e11-12e6-465d-b22c-30923b41a002 Authenticating user 'default' from [fd00:1122:3344:101::e]:59618 2025.09.18 00:40:22.562621 [ 290 ] {} TCP-Session: b0649255-2def-48d5-8c1a-c3a9c6307cdf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:22.562617 [ 294 ] {} TCP-Session: c05de6c8-3b46-4d8e-95fb-e3114069db34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:22.562640 [ 291 ] {} TCP-Session: 4c1b1e11-12e6-465d-b22c-30923b41a002 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:22.562732 [ 294 ] {} TCP-Session: c05de6c8-3b46-4d8e-95fb-e3114069db34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:22.562752 [ 291 ] {} TCP-Session: 4c1b1e11-12e6-465d-b22c-30923b41a002 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:22.562678 [ 286 ] {94e4e352-23ab-4a53-a14a-6de470643b61} oximeter.version (53059a3a-d3d8-4ae6-a17a-1015bb2d496f) (SelectExecutor): Key condition: unknown 2025.09.18 00:40:22.563869 [ 300 ] {94e4e352-23ab-4a53-a14a-6de470643b61} AggregatingTransform: Aggregating 2025.09.18 00:40:22.563917 [ 300 ] {94e4e352-23ab-4a53-a14a-6de470643b61} Aggregator: Aggregation method: without_key 2025.09.18 00:40:22.563954 [ 300 ] {94e4e352-23ab-4a53-a14a-6de470643b61} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001071986 sec. (932.848 rows/sec., 36.44 KiB/sec.) 2025.09.18 00:40:22.563970 [ 300 ] {94e4e352-23ab-4a53-a14a-6de470643b61} Aggregator: Merging aggregated data 2025.09.18 00:40:22.565390 [ 286 ] {94e4e352-23ab-4a53-a14a-6de470643b61} executeQuery: Read 1 rows, 40.00 B in 0.003458 sec., 289.1844997108155 rows/sec., 11.30 KiB/sec. 2025.09.18 00:40:22.565625 [ 286 ] {94e4e352-23ab-4a53-a14a-6de470643b61} TCPHandler: Processed in 0.003934522 sec. 2025.09.18 00:40:22.565746 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.18 00:40:22.565773 [ 286 ] {} TCP-Session: 6eb84829-e1b8-4337-a60d-d3be04737bfc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:22.565777 [ 293 ] {} TCPHandler: Done processing connection. 2025.09.18 00:40:22.565799 [ 287 ] {} TCPHandler: Done processing connection. 2025.09.18 00:40:22.565817 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.18 00:40:22.565853 [ 292 ] {} TCPHandler: Done processing connection. 2025.09.18 00:40:22.565851 [ 287 ] {} TCP-Session: 3276f8b7-5401-4f3b-826f-748b3f825c91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:22.565880 [ 288 ] {} TCP-Session: 06a2acf6-6a76-4b50-8429-e6af07a8bf6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:22.565890 [ 292 ] {} TCP-Session: e36dd672-ccda-4964-a9ab-ecde480d98b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:22.565887 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.18 00:40:22.565913 [ 291 ] {} TCPHandler: Done processing connection. 2025.09.18 00:40:22.565946 [ 289 ] {} TCP-Session: 28ccc76f-fc55-4620-9090-6ee6fef39709 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:22.565833 [ 290 ] {} TCPHandler: Done processing connection. 2025.09.18 00:40:22.565967 [ 291 ] {} TCP-Session: 4c1b1e11-12e6-465d-b22c-30923b41a002 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:22.566004 [ 290 ] {} TCP-Session: b0649255-2def-48d5-8c1a-c3a9c6307cdf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:22.565826 [ 293 ] {} TCP-Session: fdc45618-e460-42f6-baba-62cefeafac1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:22.565895 [ 294 ] {} TCPHandler: Done processing connection. 2025.09.18 00:40:22.566085 [ 294 ] {} TCP-Session: c05de6c8-3b46-4d8e-95fb-e3114069db34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:22.572855 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46295 2025.09.18 00:40:22.572922 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:40:22.572945 [ 286 ] {} TCP-Session: 9c020ac3-2cb6-418c-b2d8-777e7e5ad122 Authenticating user 'default' from [fd00:1122:3344:101::e]:46295 2025.09.18 00:40:22.572963 [ 286 ] {} TCP-Session: 9c020ac3-2cb6-418c-b2d8-777e7e5ad122 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:22.572978 [ 286 ] {} TCP-Session: 9c020ac3-2cb6-418c-b2d8-777e7e5ad122 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:22.573188 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46819 2025.09.18 00:40:22.573204 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62024 2025.09.18 00:40:22.573215 [ 286 ] {} TCP-Session: 9c020ac3-2cb6-418c-b2d8-777e7e5ad122 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:22.573234 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35691 2025.09.18 00:40:22.573261 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42755 2025.09.18 00:40:22.573283 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:40:22.573266 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58864 2025.09.18 00:40:22.573316 [ 289 ] {} TCP-Session: f97b915e-948d-4b1d-a606-19dd148fba3d Authenticating user 'default' from [fd00:1122:3344:101::e]:62024 2025.09.18 00:40:22.573324 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:40:22.573334 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:40:22.573350 [ 289 ] {} TCP-Session: f97b915e-948d-4b1d-a606-19dd148fba3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:22.573363 [ 286 ] {fa2de0e5-740e-4710-982e-0614fe22ee54} executeQuery: (from [fd00:1122:3344:101::e]:46295) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.18 00:40:22.573369 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:40:22.573377 [ 293 ] {} TCP-Session: 30e7eeb0-1f2b-4552-afac-18ef3df18abe Authenticating user 'default' from [fd00:1122:3344:101::e]:42755 2025.09.18 00:40:22.573411 [ 294 ] {} TCP-Session: 4e25a356-2c68-4967-8783-9d8b5feddc7d Authenticating user 'default' from [fd00:1122:3344:101::e]:58864 2025.09.18 00:40:22.573425 [ 293 ] {} TCP-Session: 30e7eeb0-1f2b-4552-afac-18ef3df18abe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:22.573441 [ 294 ] {} TCP-Session: 4e25a356-2c68-4967-8783-9d8b5feddc7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:22.573451 [ 293 ] {} TCP-Session: 30e7eeb0-1f2b-4552-afac-18ef3df18abe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:22.573467 [ 294 ] {} TCP-Session: 4e25a356-2c68-4967-8783-9d8b5feddc7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:22.573365 [ 292 ] {} TCP-Session: 4a7037b3-83ff-4b45-b0af-83b4ce0da9e8 Authenticating user 'default' from [fd00:1122:3344:101::e]:35691 2025.09.18 00:40:22.573259 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:40:22.573540 [ 286 ] {fa2de0e5-740e-4710-982e-0614fe22ee54} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.18 00:40:22.573564 [ 287 ] {} TCP-Session: 9801d544-94a1-41bf-8b01-648b821a552f Authenticating user 'default' from [fd00:1122:3344:101::e]:46819 2025.09.18 00:40:22.573538 [ 292 ] {} TCP-Session: 4a7037b3-83ff-4b45-b0af-83b4ce0da9e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:22.573593 [ 287 ] {} TCP-Session: 9801d544-94a1-41bf-8b01-648b821a552f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:22.573598 [ 286 ] {fa2de0e5-740e-4710-982e-0614fe22ee54} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.18 00:40:22.573607 [ 292 ] {} TCP-Session: 4a7037b3-83ff-4b45-b0af-83b4ce0da9e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:22.573619 [ 287 ] {} TCP-Session: 9801d544-94a1-41bf-8b01-648b821a552f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:22.573227 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35822 2025.09.18 00:40:22.573217 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36691 2025.09.18 00:40:22.573196 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43460 2025.09.18 00:40:22.573732 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:40:22.573756 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:40:22.573379 [ 289 ] {} TCP-Session: f97b915e-948d-4b1d-a606-19dd148fba3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:22.573791 [ 290 ] {} TCP-Session: 12c760c9-91df-4e4f-be34-f80102eff344 Authenticating user 'default' from [fd00:1122:3344:101::e]:36691 2025.09.18 00:40:22.573791 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:40:22.573818 [ 290 ] {} TCP-Session: 12c760c9-91df-4e4f-be34-f80102eff344 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:22.573836 [ 288 ] {} TCP-Session: 203cdcd2-367b-493a-96a2-08b6bacafef4 Authenticating user 'default' from [fd00:1122:3344:101::e]:43460 2025.09.18 00:40:22.573844 [ 290 ] {} TCP-Session: 12c760c9-91df-4e4f-be34-f80102eff344 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:22.573845 [ 286 ] {fa2de0e5-740e-4710-982e-0614fe22ee54} oximeter.version (53059a3a-d3d8-4ae6-a17a-1015bb2d496f) (SelectExecutor): Key condition: unknown 2025.09.18 00:40:22.573863 [ 288 ] {} TCP-Session: 203cdcd2-367b-493a-96a2-08b6bacafef4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:22.573781 [ 291 ] {} TCP-Session: 2df540f2-343a-4741-9113-f4753f1a3aca Authenticating user 'default' from [fd00:1122:3344:101::e]:35822 2025.09.18 00:40:22.573900 [ 288 ] {} TCP-Session: 203cdcd2-367b-493a-96a2-08b6bacafef4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:22.573920 [ 291 ] {} TCP-Session: 2df540f2-343a-4741-9113-f4753f1a3aca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:22.573938 [ 291 ] {} TCP-Session: 2df540f2-343a-4741-9113-f4753f1a3aca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:22.574662 [ 346 ] {fa2de0e5-740e-4710-982e-0614fe22ee54} AggregatingTransform: Aggregating 2025.09.18 00:40:22.574709 [ 346 ] {fa2de0e5-740e-4710-982e-0614fe22ee54} Aggregator: Aggregation method: without_key 2025.09.18 00:40:22.574738 [ 346 ] {fa2de0e5-740e-4710-982e-0614fe22ee54} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000796292 sec. (1255.821 rows/sec., 49.06 KiB/sec.) 2025.09.18 00:40:22.574757 [ 346 ] {fa2de0e5-740e-4710-982e-0614fe22ee54} Aggregator: Merging aggregated data 2025.09.18 00:40:22.576261 [ 286 ] {fa2de0e5-740e-4710-982e-0614fe22ee54} executeQuery: Read 1 rows, 40.00 B in 0.002933 sec., 340.94783498124787 rows/sec., 13.32 KiB/sec. 2025.09.18 00:40:22.576382 [ 286 ] {fa2de0e5-740e-4710-982e-0614fe22ee54} TCPHandler: Processed in 0.00322136 sec. 2025.09.18 00:40:22.576464 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.18 00:40:22.576489 [ 294 ] {} TCPHandler: Done processing connection. 2025.09.18 00:40:22.576492 [ 286 ] {} TCP-Session: 9c020ac3-2cb6-418c-b2d8-777e7e5ad122 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:22.576508 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.18 00:40:22.576522 [ 293 ] {} TCPHandler: Done processing connection. 2025.09.18 00:40:22.576521 [ 294 ] {} TCP-Session: 4e25a356-2c68-4967-8783-9d8b5feddc7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:22.576548 [ 289 ] {} TCP-Session: f97b915e-948d-4b1d-a606-19dd148fba3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:22.576561 [ 293 ] {} TCP-Session: 30e7eeb0-1f2b-4552-afac-18ef3df18abe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:22.576554 [ 287 ] {} TCPHandler: Done processing connection. 2025.09.18 00:40:22.576572 [ 291 ] {} TCPHandler: Done processing connection. 2025.09.18 00:40:22.576606 [ 292 ] {} TCPHandler: Done processing connection. 2025.09.18 00:40:22.576630 [ 291 ] {} TCP-Session: 2df540f2-343a-4741-9113-f4753f1a3aca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:22.576614 [ 287 ] {} TCP-Session: 9801d544-94a1-41bf-8b01-648b821a552f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:22.576667 [ 292 ] {} TCP-Session: 4a7037b3-83ff-4b45-b0af-83b4ce0da9e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:22.576537 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.18 00:40:22.576588 [ 290 ] {} TCPHandler: Done processing connection. 2025.09.18 00:40:22.576724 [ 288 ] {} TCP-Session: 203cdcd2-367b-493a-96a2-08b6bacafef4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:22.576749 [ 290 ] {} TCP-Session: 12c760c9-91df-4e4f-be34-f80102eff344 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:26.475466 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:26.475688 [ 275 ] {45e1671e-379e-4903-84e2-713726585634} executeQuery: (from [fd00:1122:3344:101::d]:43917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:40:26.475764 [ 275 ] {45e1671e-379e-4903-84e2-713726585634} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:40:26.476498 [ 275 ] {45e1671e-379e-4903-84e2-713726585634} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:26.476551 [ 275 ] {45e1671e-379e-4903-84e2-713726585634} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.18 00:40:26.477097 [ 275 ] {45e1671e-379e-4903-84e2-713726585634} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.09.18 00:40:26.477547 [ 275 ] {45e1671e-379e-4903-84e2-713726585634} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:26.477683 [ 63 ] {} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.09.18 00:40:26.477716 [ 275 ] {45e1671e-379e-4903-84e2-713726585634} executeQuery: Read 56 rows, 4.41 KiB in 0.002085 sec., 26858.51318944844 rows/sec., 2.06 MiB/sec. 2025.09.18 00:40:26.477750 [ 63 ] {} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:26.477774 [ 275 ] {45e1671e-379e-4903-84e2-713726585634} TCPHandler: Processed in 0.002443268 sec. 2025.09.18 00:40:26.477777 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.18 00:40:26.477901 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:26.477909 [ 198 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::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.09.18 00:40:26.478011 [ 275 ] {b67e6bc6-8675-41cb-b04f-205ba49ae876} executeQuery: (from [fd00:1122:3344:101::d]:43917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:40:26.478035 [ 198 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:40:26.478057 [ 275 ] {b67e6bc6-8675-41cb-b04f-205ba49ae876} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:40:26.478071 [ 198 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 174 rows starting from the beginning of the part 2025.09.18 00:40:26.478155 [ 198 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part 2025.09.18 00:40:26.478204 [ 198 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::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.09.18 00:40:26.478261 [ 198 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 57 rows starting from the beginning of the part 2025.09.18 00:40:26.478309 [ 198 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::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.09.18 00:40:26.478360 [ 198 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part 2025.09.18 00:40:26.478509 [ 275 ] {b67e6bc6-8675-41cb-b04f-205ba49ae876} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:26.478548 [ 275 ] {b67e6bc6-8675-41cb-b04f-205ba49ae876} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.18 00:40:26.479014 [ 275 ] {b67e6bc6-8675-41cb-b04f-205ba49ae876} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.09.18 00:40:26.479374 [ 188 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 443 rows, containing 5 columns (5 merged, 0 gathered) in 0.001509583 sec., 293458.52463892347 rows/sec., 25.77 MiB/sec. 2025.09.18 00:40:26.479465 [ 275 ] {b67e6bc6-8675-41cb-b04f-205ba49ae876} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:26.479588 [ 63 ] {} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.09.18 00:40:26.479616 [ 275 ] {b67e6bc6-8675-41cb-b04f-205ba49ae876} executeQuery: Read 64 rows, 5.12 KiB in 0.001629 sec., 39287.90669122161 rows/sec., 3.07 MiB/sec. 2025.09.18 00:40:26.479631 [ 63 ] {} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:26.479668 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.18 00:40:26.479672 [ 275 ] {b67e6bc6-8675-41cb-b04f-205ba49ae876} TCPHandler: Processed in 0.001822339 sec. 2025.09.18 00:40:26.479719 [ 193 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.09.18 00:40:26.479769 [ 198 ] {ed3758e3-769d-40dc-8194-b54c707413cf::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.09.18 00:40:26.479811 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:26.479863 [ 198 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:40:26.479888 [ 198 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 90 rows starting from the beginning of the part 2025.09.18 00:40:26.479908 [ 275 ] {fe3403fd-717a-4e17-a58d-15c211f9b118} executeQuery: (from [fd00:1122:3344:101::d]:43917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:40:26.479934 [ 198 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 36 rows starting from the beginning of the part 2025.09.18 00:40:26.479956 [ 275 ] {fe3403fd-717a-4e17-a58d-15c211f9b118} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:40:26.479973 [ 198 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 46 rows starting from the beginning of the part 2025.09.18 00:40:26.480009 [ 198 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 66 rows starting from the beginning of the part 2025.09.18 00:40:26.480044 [ 198 ] {ed3758e3-769d-40dc-8194-b54c707413cf::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.09.18 00:40:26.480081 [ 198 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part 2025.09.18 00:40:26.480332 [ 193 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_6_1} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:26.480371 [ 275 ] {fe3403fd-717a-4e17-a58d-15c211f9b118} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:26.480416 [ 275 ] {fe3403fd-717a-4e17-a58d-15c211f9b118} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.18 00:40:26.480435 [ 193 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_6_1} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.09.18 00:40:26.480540 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.09.18 00:40:26.480916 [ 193 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 376 rows, containing 5 columns (5 merged, 0 gathered) in 0.001178749 sec., 318982.2430390185 rows/sec., 26.45 MiB/sec. 2025.09.18 00:40:26.480919 [ 275 ] {fe3403fd-717a-4e17-a58d-15c211f9b118} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.09.18 00:40:26.481245 [ 195 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.09.18 00:40:26.481441 [ 275 ] {fe3403fd-717a-4e17-a58d-15c211f9b118} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:26.481586 [ 63 ] {} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.09.18 00:40:26.481623 [ 63 ] {} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:26.481634 [ 275 ] {fe3403fd-717a-4e17-a58d-15c211f9b118} executeQuery: Read 160 rows, 11.41 KiB in 0.001746 sec., 91638.02978235968 rows/sec., 6.38 MiB/sec. 2025.09.18 00:40:26.481641 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.18 00:40:26.481687 [ 275 ] {fe3403fd-717a-4e17-a58d-15c211f9b118} TCPHandler: Processed in 0.001925111 sec. 2025.09.18 00:40:26.481739 [ 198 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::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.09.18 00:40:26.481812 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:26.481825 [ 198 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:40:26.481854 [ 198 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 258 rows starting from the beginning of the part 2025.09.18 00:40:26.481901 [ 198 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 110 rows starting from the beginning of the part 2025.09.18 00:40:26.481907 [ 275 ] {bbe62d63-d64a-4d89-8bf3-522812173445} executeQuery: (from [fd00:1122:3344:101::d]:43917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:40:26.481940 [ 198 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 110 rows starting from the beginning of the part 2025.09.18 00:40:26.481947 [ 195 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_6_1} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:26.481953 [ 275 ] {bbe62d63-d64a-4d89-8bf3-522812173445} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:40:26.481976 [ 198 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 161 rows starting from the beginning of the part 2025.09.18 00:40:26.482016 [ 198 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::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.09.18 00:40:26.482042 [ 195 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_6_1} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.09.18 00:40:26.482070 [ 198 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::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.09.18 00:40:26.482140 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.09.18 00:40:26.482324 [ 275 ] {bbe62d63-d64a-4d89-8bf3-522812173445} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:26.482366 [ 275 ] {bbe62d63-d64a-4d89-8bf3-522812173445} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.18 00:40:26.482866 [ 275 ] {bbe62d63-d64a-4d89-8bf3-522812173445} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.09.18 00:40:26.483074 [ 195 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 959 rows, containing 5 columns (5 merged, 0 gathered) in 0.001358011 sec., 706179.8468495469 rows/sec., 50.43 MiB/sec. 2025.09.18 00:40:26.483315 [ 275 ] {bbe62d63-d64a-4d89-8bf3-522812173445} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:26.483395 [ 193 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.09.18 00:40:26.483444 [ 63 ] {} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.09.18 00:40:26.483465 [ 275 ] {bbe62d63-d64a-4d89-8bf3-522812173445} executeQuery: Read 60 rows, 4.14 KiB in 0.001577 sec., 38046.92454026633 rows/sec., 2.56 MiB/sec. 2025.09.18 00:40:26.483498 [ 63 ] {} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:26.483515 [ 275 ] {bbe62d63-d64a-4d89-8bf3-522812173445} TCPHandler: Processed in 0.001751157 sec. 2025.09.18 00:40:26.483555 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.18 00:40:26.483661 [ 186 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:40:26.483760 [ 186 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:40:26.483789 [ 186 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 40 rows starting from the beginning of the part 2025.09.18 00:40:26.483861 [ 186 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 40 rows starting from the beginning of the part 2025.09.18 00:40:26.483895 [ 193 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_6_1} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:26.483907 [ 186 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 40 rows starting from the beginning of the part 2025.09.18 00:40:26.483959 [ 186 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:40:26.483976 [ 193 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_6_1} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.09.18 00:40:26.484017 [ 186 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:40:26.484061 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2025.09.18 00:40:26.484069 [ 186 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:40:26.484911 [ 195 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 300 rows, containing 4 columns (4 merged, 0 gathered) in 0.00129505 sec., 231651.28759507355 rows/sec., 15.55 MiB/sec. 2025.09.18 00:40:26.485150 [ 193 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.09.18 00:40:26.485638 [ 193 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_6_1} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:26.485708 [ 193 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_6_1} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.09.18 00:40:26.485778 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.09.18 00:40:26.694567 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 220 2025.09.18 00:40:26.696638 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:26.696689 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.09.18 00:40:26.697998 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.18 00:40:26.698489 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:26.698816 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 220 2025.09.18 00:40:29.194020 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3333 2025.09.18 00:40:29.194544 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:29.194583 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.18 00:40:29.195058 [ 245 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.09.18 00:40:29.195294 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:29.195421 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3333 2025.09.18 00:40:29.373154 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2025.09.18 00:40:29.391046 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:29.391104 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.18 00:40:29.396648 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.09.18 00:40:29.397340 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:29.400406 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2025.09.18 00:40:31.473533 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:31.473841 [ 275 ] {c191072b-ab6a-4e4b-aaaf-5bcfefdb36ce} executeQuery: (from [fd00:1122:3344:101::d]:43917) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.18 00:40:31.474279 [ 275 ] {c191072b-ab6a-4e4b-aaaf-5bcfefdb36ce} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.18 00:40:31.478729 [ 275 ] {c191072b-ab6a-4e4b-aaaf-5bcfefdb36ce} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.18 00:40:31.479022 [ 275 ] {c191072b-ab6a-4e4b-aaaf-5bcfefdb36ce} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.18 00:40:31.479102 [ 275 ] {c191072b-ab6a-4e4b-aaaf-5bcfefdb36ce} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.18 00:40:31.479312 [ 275 ] {c191072b-ab6a-4e4b-aaaf-5bcfefdb36ce} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2025.09.18 00:40:31.479891 [ 275 ] {c191072b-ab6a-4e4b-aaaf-5bcfefdb36ce} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.18 00:40:31.481925 [ 275 ] {c191072b-ab6a-4e4b-aaaf-5bcfefdb36ce} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (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.09.18 00:40:31.481950 [ 275 ] {c191072b-ab6a-4e4b-aaaf-5bcfefdb36ce} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.18 00:40:31.482039 [ 275 ] {c191072b-ab6a-4e4b-aaaf-5bcfefdb36ce} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.09.18 00:40:31.482066 [ 275 ] {c191072b-ab6a-4e4b-aaaf-5bcfefdb36ce} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2025.09.18 00:40:31.494005 [ 275 ] {c191072b-ab6a-4e4b-aaaf-5bcfefdb36ce} executeQuery: Read 26 rows, 1.13 KiB in 0.020289 sec., 1281.482576765735 rows/sec., 55.45 KiB/sec. 2025.09.18 00:40:31.494105 [ 275 ] {c191072b-ab6a-4e4b-aaaf-5bcfefdb36ce} TCPHandler: Processed in 0.020723505 sec. 2025.09.18 00:40:31.494446 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:31.494581 [ 275 ] {ffc11015-73c4-42bd-aab7-be4b6eb4d315} executeQuery: (from [fd00:1122:3344:101::d]:43917) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.18 00:40:31.494792 [ 275 ] {ffc11015-73c4-42bd-aab7-be4b6eb4d315} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.18 00:40:31.494826 [ 275 ] {ffc11015-73c4-42bd-aab7-be4b6eb4d315} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.18 00:40:31.495014 [ 275 ] {ffc11015-73c4-42bd-aab7-be4b6eb4d315} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.18 00:40:31.495065 [ 275 ] {ffc11015-73c4-42bd-aab7-be4b6eb4d315} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.18 00:40:31.495167 [ 275 ] {ffc11015-73c4-42bd-aab7-be4b6eb4d315} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2025.09.18 00:40:31.495194 [ 275 ] {ffc11015-73c4-42bd-aab7-be4b6eb4d315} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.18 00:40:31.495215 [ 275 ] {ffc11015-73c4-42bd-aab7-be4b6eb4d315} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (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.09.18 00:40:31.495230 [ 275 ] {ffc11015-73c4-42bd-aab7-be4b6eb4d315} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.18 00:40:31.495263 [ 275 ] {ffc11015-73c4-42bd-aab7-be4b6eb4d315} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.09.18 00:40:31.495281 [ 275 ] {ffc11015-73c4-42bd-aab7-be4b6eb4d315} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2025.09.18 00:40:31.495757 [ 275 ] {ffc11015-73c4-42bd-aab7-be4b6eb4d315} executeQuery: Read 26 rows, 1.13 KiB in 0.00123 sec., 21138.211382113823 rows/sec., 914.63 KiB/sec. 2025.09.18 00:40:31.495842 [ 275 ] {ffc11015-73c4-42bd-aab7-be4b6eb4d315} TCPHandler: Processed in 0.001446343 sec. 2025.09.18 00:40:31.496099 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:31.496234 [ 275 ] {dda2ef7d-f8e5-4fab-80e1-e429de22795e} executeQuery: (from [fd00:1122:3344:101::d]:43917) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.18 00:40:31.496439 [ 275 ] {dda2ef7d-f8e5-4fab-80e1-e429de22795e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.18 00:40:31.496473 [ 275 ] {dda2ef7d-f8e5-4fab-80e1-e429de22795e} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.18 00:40:31.496658 [ 275 ] {dda2ef7d-f8e5-4fab-80e1-e429de22795e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.18 00:40:31.496709 [ 275 ] {dda2ef7d-f8e5-4fab-80e1-e429de22795e} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.18 00:40:31.496807 [ 275 ] {dda2ef7d-f8e5-4fab-80e1-e429de22795e} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2025.09.18 00:40:31.496835 [ 275 ] {dda2ef7d-f8e5-4fab-80e1-e429de22795e} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.18 00:40:31.496853 [ 275 ] {dda2ef7d-f8e5-4fab-80e1-e429de22795e} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (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.09.18 00:40:31.496867 [ 275 ] {dda2ef7d-f8e5-4fab-80e1-e429de22795e} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.18 00:40:31.496900 [ 275 ] {dda2ef7d-f8e5-4fab-80e1-e429de22795e} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.09.18 00:40:31.496918 [ 275 ] {dda2ef7d-f8e5-4fab-80e1-e429de22795e} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2025.09.18 00:40:31.497367 [ 275 ] {dda2ef7d-f8e5-4fab-80e1-e429de22795e} executeQuery: Read 26 rows, 1.13 KiB in 0.001189 sec., 21867.115222876368 rows/sec., 946.17 KiB/sec. 2025.09.18 00:40:31.497450 [ 275 ] {dda2ef7d-f8e5-4fab-80e1-e429de22795e} TCPHandler: Processed in 0.001399491 sec. 2025.09.18 00:40:31.504132 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:31.504335 [ 275 ] {aa1188e6-dbf0-45e3-8cbd-f72e3291833c} executeQuery: (from [fd00:1122:3344:101::d]:43917) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.09.18 00:40:31.504416 [ 275 ] {aa1188e6-dbf0-45e3-8cbd-f72e3291833c} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.18 00:40:31.505002 [ 275 ] {aa1188e6-dbf0-45e3-8cbd-f72e3291833c} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:31.505049 [ 275 ] {aa1188e6-dbf0-45e3-8cbd-f72e3291833c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.18 00:40:31.505469 [ 275 ] {aa1188e6-dbf0-45e3-8cbd-f72e3291833c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.18 00:40:31.505665 [ 275 ] {aa1188e6-dbf0-45e3-8cbd-f72e3291833c} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:31.505812 [ 275 ] {aa1188e6-dbf0-45e3-8cbd-f72e3291833c} executeQuery: Read 3 rows, 280.00 B in 0.001535 sec., 1954.3973941368079 rows/sec., 178.14 KiB/sec. 2025.09.18 00:40:31.505850 [ 275 ] {aa1188e6-dbf0-45e3-8cbd-f72e3291833c} TCPHandler: Processed in 0.001816778 sec. 2025.09.18 00:40:31.505966 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:31.506061 [ 275 ] {c83d4806-716e-417e-a15a-e0f5970ace63} executeQuery: (from [fd00:1122:3344:101::d]:43917) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.18 00:40:31.506101 [ 275 ] {c83d4806-716e-417e-a15a-e0f5970ace63} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.18 00:40:31.506536 [ 275 ] {c83d4806-716e-417e-a15a-e0f5970ace63} oximeter.fields_i16 (cf06a10e-1730-4cbf-a5a6-b367a2ab4906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:31.506571 [ 275 ] {c83d4806-716e-417e-a15a-e0f5970ace63} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.18 00:40:31.506861 [ 275 ] {c83d4806-716e-417e-a15a-e0f5970ace63} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.18 00:40:31.507076 [ 275 ] {c83d4806-716e-417e-a15a-e0f5970ace63} oximeter.fields_i16 (cf06a10e-1730-4cbf-a5a6-b367a2ab4906): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:31.507203 [ 275 ] {c83d4806-716e-417e-a15a-e0f5970ace63} executeQuery: Read 24 rows, 2.04 KiB in 0.001161 sec., 20671.834625322997 rows/sec., 1.72 MiB/sec. 2025.09.18 00:40:31.507241 [ 275 ] {c83d4806-716e-417e-a15a-e0f5970ace63} TCPHandler: Processed in 0.001323901 sec. 2025.09.18 00:40:31.507359 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:31.507453 [ 275 ] {132dd247-17a4-4fa9-b492-a6b6fc5dfad0} executeQuery: (from [fd00:1122:3344:101::d]:43917) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.18 00:40:31.507493 [ 275 ] {132dd247-17a4-4fa9-b492-a6b6fc5dfad0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.18 00:40:31.507876 [ 275 ] {132dd247-17a4-4fa9-b492-a6b6fc5dfad0} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:31.507912 [ 275 ] {132dd247-17a4-4fa9-b492-a6b6fc5dfad0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.18 00:40:31.508188 [ 275 ] {132dd247-17a4-4fa9-b492-a6b6fc5dfad0} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.18 00:40:31.508390 [ 275 ] {132dd247-17a4-4fa9-b492-a6b6fc5dfad0} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:31.508517 [ 275 ] {132dd247-17a4-4fa9-b492-a6b6fc5dfad0} executeQuery: Read 2 rows, 167.00 B in 0.001082 sec., 1848.4288354898335 rows/sec., 150.73 KiB/sec. 2025.09.18 00:40:31.508559 [ 275 ] {132dd247-17a4-4fa9-b492-a6b6fc5dfad0} TCPHandler: Processed in 0.00125083 sec. 2025.09.18 00:40:31.508687 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:31.508782 [ 275 ] {fff7e637-dda1-4944-8277-73798d5029b1} executeQuery: (from [fd00:1122:3344:101::d]:43917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:40:31.508821 [ 275 ] {fff7e637-dda1-4944-8277-73798d5029b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:40:31.509286 [ 275 ] {fff7e637-dda1-4944-8277-73798d5029b1} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:31.509322 [ 275 ] {fff7e637-dda1-4944-8277-73798d5029b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.18 00:40:31.509641 [ 275 ] {fff7e637-dda1-4944-8277-73798d5029b1} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.09.18 00:40:31.509837 [ 275 ] {fff7e637-dda1-4944-8277-73798d5029b1} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:31.509964 [ 275 ] {fff7e637-dda1-4944-8277-73798d5029b1} executeQuery: Read 247 rows, 22.62 KiB in 0.001199 sec., 206005.0041701418 rows/sec., 18.42 MiB/sec. 2025.09.18 00:40:31.510000 [ 275 ] {fff7e637-dda1-4944-8277-73798d5029b1} TCPHandler: Processed in 0.001371841 sec. 2025.09.18 00:40:31.510113 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:31.510206 [ 275 ] {5411fb15-d03f-4437-8260-22ccecfc182e} executeQuery: (from [fd00:1122:3344:101::d]:43917) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.18 00:40:31.510251 [ 275 ] {5411fb15-d03f-4437-8260-22ccecfc182e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.18 00:40:31.510654 [ 275 ] {5411fb15-d03f-4437-8260-22ccecfc182e} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:31.510688 [ 275 ] {5411fb15-d03f-4437-8260-22ccecfc182e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.18 00:40:31.510972 [ 275 ] {5411fb15-d03f-4437-8260-22ccecfc182e} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.18 00:40:31.511173 [ 275 ] {5411fb15-d03f-4437-8260-22ccecfc182e} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:31.511302 [ 275 ] {5411fb15-d03f-4437-8260-22ccecfc182e} executeQuery: Read 49 rows, 3.73 KiB in 0.001114 sec., 43985.63734290844 rows/sec., 3.27 MiB/sec. 2025.09.18 00:40:31.511340 [ 275 ] {5411fb15-d03f-4437-8260-22ccecfc182e} TCPHandler: Processed in 0.001275261 sec. 2025.09.18 00:40:31.511449 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:31.511543 [ 275 ] {303c83c9-dbbe-4708-8024-7fdb87629e6b} executeQuery: (from [fd00:1122:3344:101::d]:43917) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.18 00:40:31.511581 [ 275 ] {303c83c9-dbbe-4708-8024-7fdb87629e6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.18 00:40:31.511970 [ 275 ] {303c83c9-dbbe-4708-8024-7fdb87629e6b} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:31.512005 [ 275 ] {303c83c9-dbbe-4708-8024-7fdb87629e6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.18 00:40:31.512290 [ 275 ] {303c83c9-dbbe-4708-8024-7fdb87629e6b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.18 00:40:31.512497 [ 275 ] {303c83c9-dbbe-4708-8024-7fdb87629e6b} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:31.512621 [ 275 ] {303c83c9-dbbe-4708-8024-7fdb87629e6b} executeQuery: Read 24 rows, 2.04 KiB in 0.001096 sec., 21897.810218978102 rows/sec., 1.82 MiB/sec. 2025.09.18 00:40:31.512660 [ 275 ] {303c83c9-dbbe-4708-8024-7fdb87629e6b} TCPHandler: Processed in 0.00125962 sec. 2025.09.18 00:40:31.512769 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:31.512863 [ 275 ] {e9145766-c1c9-4e39-bb6d-896188614a69} executeQuery: (from [fd00:1122:3344:101::d]:43917) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.18 00:40:31.512901 [ 275 ] {e9145766-c1c9-4e39-bb6d-896188614a69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.18 00:40:31.513283 [ 275 ] {e9145766-c1c9-4e39-bb6d-896188614a69} oximeter.fields_u8 (8e0d46a4-6712-4cba-8404-3aa8cdd0fb1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:31.513320 [ 275 ] {e9145766-c1c9-4e39-bb6d-896188614a69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.18 00:40:31.513603 [ 275 ] {e9145766-c1c9-4e39-bb6d-896188614a69} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.18 00:40:31.513801 [ 275 ] {e9145766-c1c9-4e39-bb6d-896188614a69} oximeter.fields_u8 (8e0d46a4-6712-4cba-8404-3aa8cdd0fb1a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:31.513927 [ 275 ] {e9145766-c1c9-4e39-bb6d-896188614a69} executeQuery: Read 12 rows, 960.00 B in 0.001081 sec., 11100.832562442183 rows/sec., 867.25 KiB/sec. 2025.09.18 00:40:31.513964 [ 275 ] {e9145766-c1c9-4e39-bb6d-896188614a69} TCPHandler: Processed in 0.00124487 sec. 2025.09.18 00:40:31.514075 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:31.514169 [ 275 ] {9094bf46-1b90-4173-9df4-184166cb06af} executeQuery: (from [fd00:1122:3344:101::d]:43917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:40:31.514207 [ 275 ] {9094bf46-1b90-4173-9df4-184166cb06af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:40:31.514652 [ 275 ] {9094bf46-1b90-4173-9df4-184166cb06af} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:31.514686 [ 275 ] {9094bf46-1b90-4173-9df4-184166cb06af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.18 00:40:31.514980 [ 275 ] {9094bf46-1b90-4173-9df4-184166cb06af} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.09.18 00:40:31.515180 [ 275 ] {9094bf46-1b90-4173-9df4-184166cb06af} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:31.515309 [ 275 ] {9094bf46-1b90-4173-9df4-184166cb06af} executeQuery: Read 147 rows, 12.15 KiB in 0.001157 sec., 127052.72255834054 rows/sec., 10.26 MiB/sec. 2025.09.18 00:40:31.515346 [ 275 ] {9094bf46-1b90-4173-9df4-184166cb06af} TCPHandler: Processed in 0.00131998 sec. 2025.09.18 00:40:31.515460 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:31.515554 [ 275 ] {d04028ef-e8d5-49b6-a36a-780ec67d2dfd} executeQuery: (from [fd00:1122:3344:101::d]:43917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:40:31.515596 [ 275 ] {d04028ef-e8d5-49b6-a36a-780ec67d2dfd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:40:31.515983 [ 275 ] {d04028ef-e8d5-49b6-a36a-780ec67d2dfd} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:31.516019 [ 275 ] {d04028ef-e8d5-49b6-a36a-780ec67d2dfd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.18 00:40:31.516350 [ 275 ] {d04028ef-e8d5-49b6-a36a-780ec67d2dfd} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.09.18 00:40:31.516551 [ 275 ] {d04028ef-e8d5-49b6-a36a-780ec67d2dfd} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:31.516680 [ 275 ] {d04028ef-e8d5-49b6-a36a-780ec67d2dfd} executeQuery: Read 197 rows, 14.47 KiB in 0.001144 sec., 172202.7972027972 rows/sec., 12.35 MiB/sec. 2025.09.18 00:40:31.516716 [ 275 ] {d04028ef-e8d5-49b6-a36a-780ec67d2dfd} TCPHandler: Processed in 0.001305631 sec. 2025.09.18 00:40:31.516827 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:31.516920 [ 275 ] {94f7be23-aa1e-4716-8138-7ffe528d670b} executeQuery: (from [fd00:1122:3344:101::d]:43917) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.18 00:40:31.516971 [ 275 ] {94f7be23-aa1e-4716-8138-7ffe528d670b} 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.09.18 00:40:31.517816 [ 275 ] {94f7be23-aa1e-4716-8138-7ffe528d670b} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:31.517850 [ 275 ] {94f7be23-aa1e-4716-8138-7ffe528d670b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.18 00:40:31.518382 [ 275 ] {94f7be23-aa1e-4716-8138-7ffe528d670b} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.18 00:40:31.518593 [ 275 ] {94f7be23-aa1e-4716-8138-7ffe528d670b} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:31.518726 [ 275 ] {94f7be23-aa1e-4716-8138-7ffe528d670b} executeQuery: Read 35 rows, 64.22 KiB in 0.001823 sec., 19199.122325836535 rows/sec., 34.40 MiB/sec. 2025.09.18 00:40:31.518775 [ 275 ] {94f7be23-aa1e-4716-8138-7ffe528d670b} TCPHandler: Processed in 0.001996171 sec. 2025.09.18 00:40:31.518890 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:31.518984 [ 275 ] {5298c0f4-487f-499f-8760-8136fc2fb888} executeQuery: (from [fd00:1122:3344:101::d]:43917) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.09.18 00:40:31.519025 [ 275 ] {5298c0f4-487f-499f-8760-8136fc2fb888} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.09.18 00:40:31.519381 [ 275 ] {5298c0f4-487f-499f-8760-8136fc2fb888} oximeter.measurements_i64 (5a311685-0ba1-4b97-96bd-897a1d786690): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:31.519426 [ 275 ] {5298c0f4-487f-499f-8760-8136fc2fb888} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.18 00:40:31.519800 [ 275 ] {5298c0f4-487f-499f-8760-8136fc2fb888} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.18 00:40:31.520009 [ 275 ] {5298c0f4-487f-499f-8760-8136fc2fb888} oximeter.measurements_i64 (5a311685-0ba1-4b97-96bd-897a1d786690): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:31.520131 [ 275 ] {5298c0f4-487f-499f-8760-8136fc2fb888} executeQuery: Read 18 rows, 1.36 KiB in 0.001165 sec., 15450.643776824034 rows/sec., 1.14 MiB/sec. 2025.09.18 00:40:31.520166 [ 275 ] {5298c0f4-487f-499f-8760-8136fc2fb888} TCPHandler: Processed in 0.001326231 sec. 2025.09.18 00:40:31.520276 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:31.520368 [ 275 ] {cd3f49c4-8c8f-4217-a3cb-fa476a1ec97f} executeQuery: (from [fd00:1122:3344:101::d]:43917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:40:31.520408 [ 275 ] {cd3f49c4-8c8f-4217-a3cb-fa476a1ec97f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:40:31.520742 [ 275 ] {cd3f49c4-8c8f-4217-a3cb-fa476a1ec97f} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:31.520777 [ 275 ] {cd3f49c4-8c8f-4217-a3cb-fa476a1ec97f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.18 00:40:31.521063 [ 275 ] {cd3f49c4-8c8f-4217-a3cb-fa476a1ec97f} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.09.18 00:40:31.521263 [ 275 ] {cd3f49c4-8c8f-4217-a3cb-fa476a1ec97f} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:31.521387 [ 275 ] {cd3f49c4-8c8f-4217-a3cb-fa476a1ec97f} executeQuery: Read 60 rows, 4.14 KiB in 0.001038 sec., 57803.46820809248 rows/sec., 3.90 MiB/sec. 2025.09.18 00:40:31.521422 [ 275 ] {cd3f49c4-8c8f-4217-a3cb-fa476a1ec97f} TCPHandler: Processed in 0.001192459 sec. 2025.09.18 00:40:36.475622 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:36.475891 [ 275 ] {9902ae76-0528-4d00-944e-628ebbc9180a} executeQuery: (from [fd00:1122:3344:101::d]:43917) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:40:36.475991 [ 275 ] {9902ae76-0528-4d00-944e-628ebbc9180a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:40:36.476843 [ 275 ] {9902ae76-0528-4d00-944e-628ebbc9180a} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:36.476887 [ 275 ] {9902ae76-0528-4d00-944e-628ebbc9180a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.18 00:40:36.477264 [ 275 ] {9902ae76-0528-4d00-944e-628ebbc9180a} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.09.18 00:40:36.477495 [ 275 ] {9902ae76-0528-4d00-944e-628ebbc9180a} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:36.477647 [ 275 ] {9902ae76-0528-4d00-944e-628ebbc9180a} executeQuery: Read 56 rows, 4.41 KiB in 0.001832 sec., 30567.68558951965 rows/sec., 2.35 MiB/sec. 2025.09.18 00:40:36.477686 [ 275 ] {9902ae76-0528-4d00-944e-628ebbc9180a} TCPHandler: Processed in 0.002183044 sec. 2025.09.18 00:40:36.477788 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:36.477880 [ 275 ] {12b476ef-ed48-4d8a-82c2-dc8c7e75aad3} executeQuery: (from [fd00:1122:3344:101::d]:43917) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:40:36.477918 [ 275 ] {12b476ef-ed48-4d8a-82c2-dc8c7e75aad3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:40:36.478410 [ 275 ] {12b476ef-ed48-4d8a-82c2-dc8c7e75aad3} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:36.478446 [ 275 ] {12b476ef-ed48-4d8a-82c2-dc8c7e75aad3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.18 00:40:36.478732 [ 275 ] {12b476ef-ed48-4d8a-82c2-dc8c7e75aad3} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.09.18 00:40:36.478931 [ 275 ] {12b476ef-ed48-4d8a-82c2-dc8c7e75aad3} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:36.479054 [ 275 ] {12b476ef-ed48-4d8a-82c2-dc8c7e75aad3} executeQuery: Read 64 rows, 5.12 KiB in 0.001192 sec., 53691.275167785236 rows/sec., 4.19 MiB/sec. 2025.09.18 00:40:36.479089 [ 275 ] {12b476ef-ed48-4d8a-82c2-dc8c7e75aad3} TCPHandler: Processed in 0.001347621 sec. 2025.09.18 00:40:36.479202 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:36.479295 [ 275 ] {034e2dfa-eaab-4197-9b2b-429cda987c01} executeQuery: (from [fd00:1122:3344:101::d]:43917) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:40:36.479336 [ 275 ] {034e2dfa-eaab-4197-9b2b-429cda987c01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:40:36.479736 [ 275 ] {034e2dfa-eaab-4197-9b2b-429cda987c01} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:36.479770 [ 275 ] {034e2dfa-eaab-4197-9b2b-429cda987c01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.18 00:40:36.480079 [ 275 ] {034e2dfa-eaab-4197-9b2b-429cda987c01} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.09.18 00:40:36.480278 [ 275 ] {034e2dfa-eaab-4197-9b2b-429cda987c01} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:36.480404 [ 275 ] {034e2dfa-eaab-4197-9b2b-429cda987c01} executeQuery: Read 160 rows, 11.41 KiB in 0.001128 sec., 141843.97163120567 rows/sec., 9.88 MiB/sec. 2025.09.18 00:40:36.480438 [ 275 ] {034e2dfa-eaab-4197-9b2b-429cda987c01} TCPHandler: Processed in 0.00129165 sec. 2025.09.18 00:40:36.480556 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:36.480680 [ 275 ] {ad2ccdc5-199d-4da3-9d95-a94243437219} executeQuery: (from [fd00:1122:3344:101::d]:43917) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:40:36.480731 [ 275 ] {ad2ccdc5-199d-4da3-9d95-a94243437219} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:40:36.481118 [ 275 ] {ad2ccdc5-199d-4da3-9d95-a94243437219} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:36.481163 [ 275 ] {ad2ccdc5-199d-4da3-9d95-a94243437219} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.18 00:40:36.481531 [ 275 ] {ad2ccdc5-199d-4da3-9d95-a94243437219} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.09.18 00:40:36.481765 [ 275 ] {ad2ccdc5-199d-4da3-9d95-a94243437219} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:36.481894 [ 275 ] {ad2ccdc5-199d-4da3-9d95-a94243437219} executeQuery: Read 60 rows, 4.14 KiB in 0.00124 sec., 48387.096774193546 rows/sec., 3.26 MiB/sec. 2025.09.18 00:40:36.481930 [ 275 ] {ad2ccdc5-199d-4da3-9d95-a94243437219} TCPHandler: Processed in 0.001434723 sec. 2025.09.18 00:40:36.617176 [ 32 ] {} DNSResolver: Updating DNS cache 2025.09.18 00:40:36.617252 [ 32 ] {} DNSResolver: Updated DNS cache 2025.09.18 00:40:36.695593 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3781 2025.09.18 00:40:36.696074 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:36.696119 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.18 00:40:36.696593 [ 245 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.09.18 00:40:36.696833 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:36.696966 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3781 2025.09.18 00:40:36.699035 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 258 2025.09.18 00:40:36.701310 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:36.701359 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.18 00:40:36.702516 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.18 00:40:36.702774 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:36.703015 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 258 2025.09.18 00:40:36.900565 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2025.09.18 00:40:36.918650 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:36.918714 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. 2025.09.18 00:40:36.924541 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.09.18 00:40:36.925243 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:36.928516 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2025.09.18 00:40:40.940380 [ 275 ] {} TCPHandler: Done processing connection. 2025.09.18 00:40:40.940500 [ 275 ] {} TCP-Session: 11d520e2-bf7d-4c06-be07-8ff5ec7c9a52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:41.000199 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 180.62 MiB, peak 190.13 MiB, free memory in arenas 0.00 B, will set to 182.66 MiB (RSS), difference: 2.04 MiB 2025.09.18 00:40:41.477322 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:41.477616 [ 276 ] {79bfcfa7-496a-4146-b60d-095cffb94f47} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:40:41.477717 [ 276 ] {79bfcfa7-496a-4146-b60d-095cffb94f47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:40:41.478531 [ 276 ] {79bfcfa7-496a-4146-b60d-095cffb94f47} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:41.478570 [ 276 ] {79bfcfa7-496a-4146-b60d-095cffb94f47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.18 00:40:41.478980 [ 276 ] {79bfcfa7-496a-4146-b60d-095cffb94f47} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.09.18 00:40:41.479203 [ 276 ] {79bfcfa7-496a-4146-b60d-095cffb94f47} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:41.479358 [ 276 ] {79bfcfa7-496a-4146-b60d-095cffb94f47} executeQuery: Read 130 rows, 11.47 KiB in 0.001815 sec., 71625.34435261707 rows/sec., 6.17 MiB/sec. 2025.09.18 00:40:41.479397 [ 276 ] {79bfcfa7-496a-4146-b60d-095cffb94f47} TCPHandler: Processed in 0.002261686 sec. 2025.09.18 00:40:41.479530 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:41.479630 [ 276 ] {a3529e01-b638-4f68-8ebc-1dcdfa49dd9e} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.18 00:40:41.479670 [ 276 ] {a3529e01-b638-4f68-8ebc-1dcdfa49dd9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.18 00:40:41.480108 [ 276 ] {a3529e01-b638-4f68-8ebc-1dcdfa49dd9e} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:41.480144 [ 276 ] {a3529e01-b638-4f68-8ebc-1dcdfa49dd9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.18 00:40:41.480428 [ 276 ] {a3529e01-b638-4f68-8ebc-1dcdfa49dd9e} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.09.18 00:40:41.480626 [ 276 ] {a3529e01-b638-4f68-8ebc-1dcdfa49dd9e} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:41.480727 [ 48 ] {} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.09.18 00:40:41.480753 [ 276 ] {a3529e01-b638-4f68-8ebc-1dcdfa49dd9e} executeQuery: Read 37 rows, 2.78 KiB in 0.001141 sec., 32427.69500438212 rows/sec., 2.38 MiB/sec. 2025.09.18 00:40:41.480797 [ 48 ] {} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:41.480804 [ 276 ] {a3529e01-b638-4f68-8ebc-1dcdfa49dd9e} TCPHandler: Processed in 0.001328561 sec. 2025.09.18 00:40:41.480828 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.18 00:40:41.480928 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:41.480985 [ 186 ] {760959a3-fef0-4463-b66b-9e8797170cee::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.09.18 00:40:41.481038 [ 276 ] {dd0b32f7-29c2-45b9-b37b-e33c232bfa50} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:40:41.481081 [ 276 ] {dd0b32f7-29c2-45b9-b37b-e33c232bfa50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:40:41.481123 [ 186 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:40:41.481166 [ 186 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part 2025.09.18 00:40:41.481228 [ 186 ] {760959a3-fef0-4463-b66b-9e8797170cee::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.09.18 00:40:41.481272 [ 186 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part 2025.09.18 00:40:41.481312 [ 186 ] {760959a3-fef0-4463-b66b-9e8797170cee::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.09.18 00:40:41.481352 [ 186 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 49 rows starting from the beginning of the part 2025.09.18 00:40:41.481400 [ 186 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 37 rows starting from the beginning of the part 2025.09.18 00:40:41.481506 [ 276 ] {dd0b32f7-29c2-45b9-b37b-e33c232bfa50} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:41.481548 [ 276 ] {dd0b32f7-29c2-45b9-b37b-e33c232bfa50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.18 00:40:41.481888 [ 276 ] {dd0b32f7-29c2-45b9-b37b-e33c232bfa50} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.09.18 00:40:41.482124 [ 276 ] {dd0b32f7-29c2-45b9-b37b-e33c232bfa50} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:41.482258 [ 276 ] {dd0b32f7-29c2-45b9-b37b-e33c232bfa50} executeQuery: Read 101 rows, 8.08 KiB in 0.001237 sec., 81649.15117219079 rows/sec., 6.38 MiB/sec. 2025.09.18 00:40:41.482294 [ 276 ] {dd0b32f7-29c2-45b9-b37b-e33c232bfa50} TCPHandler: Processed in 0.001412702 sec. 2025.09.18 00:40:41.482294 [ 195 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 138 rows, containing 5 columns (5 merged, 0 gathered) in 0.001370091 sec., 100723.23663172738 rows/sec., 7.82 MiB/sec. 2025.09.18 00:40:41.482406 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:41.482502 [ 276 ] {8596f505-b704-499f-b23f-760bbc7aeec8} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:40:41.482537 [ 187 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.09.18 00:40:41.482544 [ 276 ] {8596f505-b704-499f-b23f-760bbc7aeec8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:40:41.482835 [ 187 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_6_1} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:41.482913 [ 187 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_6_1} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.09.18 00:40:41.483000 [ 276 ] {8596f505-b704-499f-b23f-760bbc7aeec8} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:41.483011 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.09.18 00:40:41.483045 [ 276 ] {8596f505-b704-499f-b23f-760bbc7aeec8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.18 00:40:41.483406 [ 276 ] {8596f505-b704-499f-b23f-760bbc7aeec8} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.09.18 00:40:41.483599 [ 276 ] {8596f505-b704-499f-b23f-760bbc7aeec8} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:41.483738 [ 276 ] {8596f505-b704-499f-b23f-760bbc7aeec8} executeQuery: Read 160 rows, 11.41 KiB in 0.00128 sec., 124999.99999999999 rows/sec., 8.71 MiB/sec. 2025.09.18 00:40:41.483778 [ 276 ] {8596f505-b704-499f-b23f-760bbc7aeec8} TCPHandler: Processed in 0.001447212 sec. 2025.09.18 00:40:41.483905 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:41.483988 [ 276 ] {aa558da4-dc67-400b-806e-8b75bd051930} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.18 00:40:41.484037 [ 276 ] {aa558da4-dc67-400b-806e-8b75bd051930} 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.09.18 00:40:41.485028 [ 276 ] {aa558da4-dc67-400b-806e-8b75bd051930} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:41.485067 [ 276 ] {aa558da4-dc67-400b-806e-8b75bd051930} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.18 00:40:41.485683 [ 276 ] {aa558da4-dc67-400b-806e-8b75bd051930} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.18 00:40:41.485899 [ 276 ] {aa558da4-dc67-400b-806e-8b75bd051930} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:41.486049 [ 276 ] {aa558da4-dc67-400b-806e-8b75bd051930} executeQuery: Read 37 rows, 67.89 KiB in 0.002026 sec., 18262.58637709773 rows/sec., 32.73 MiB/sec. 2025.09.18 00:40:41.486109 [ 276 ] {aa558da4-dc67-400b-806e-8b75bd051930} TCPHandler: Processed in 0.002210864 sec. 2025.09.18 00:40:41.486229 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:41.486324 [ 276 ] {fbc56a42-0d0b-4527-b631-413a67954e5b} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:40:41.486365 [ 276 ] {fbc56a42-0d0b-4527-b631-413a67954e5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:40:41.486680 [ 276 ] {fbc56a42-0d0b-4527-b631-413a67954e5b} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:41.486716 [ 276 ] {fbc56a42-0d0b-4527-b631-413a67954e5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.18 00:40:41.487013 [ 276 ] {fbc56a42-0d0b-4527-b631-413a67954e5b} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.09.18 00:40:41.487214 [ 276 ] {fbc56a42-0d0b-4527-b631-413a67954e5b} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:41.487334 [ 276 ] {fbc56a42-0d0b-4527-b631-413a67954e5b} executeQuery: Read 60 rows, 4.14 KiB in 0.001027 sec., 58422.59006815969 rows/sec., 3.94 MiB/sec. 2025.09.18 00:40:41.487369 [ 276 ] {fbc56a42-0d0b-4527-b631-413a67954e5b} TCPHandler: Processed in 0.001185929 sec. 2025.09.18 00:40:42.271887 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:42.272180 [ 276 ] {5c8ec98d-48b8-487f-9861-03de3ba297f6} executeQuery: (from [fd00:1122:3344:101::d]:63232) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.18 00:40:42.272676 [ 276 ] {5c8ec98d-48b8-487f-9861-03de3ba297f6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.18 00:40:42.272725 [ 276 ] {5c8ec98d-48b8-487f-9861-03de3ba297f6} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.18 00:40:42.273089 [ 276 ] {5c8ec98d-48b8-487f-9861-03de3ba297f6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.18 00:40:42.273175 [ 276 ] {5c8ec98d-48b8-487f-9861-03de3ba297f6} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.18 00:40:42.273371 [ 276 ] {5c8ec98d-48b8-487f-9861-03de3ba297f6} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2025.09.18 00:40:42.273558 [ 284 ] {5c8ec98d-48b8-487f-9861-03de3ba297f6} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.18 00:40:42.273565 [ 285 ] {5c8ec98d-48b8-487f-9861-03de3ba297f6} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.09.18 00:40:42.273739 [ 276 ] {5c8ec98d-48b8-487f-9861-03de3ba297f6} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (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.09.18 00:40:42.273778 [ 276 ] {5c8ec98d-48b8-487f-9861-03de3ba297f6} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.18 00:40:42.276053 [ 276 ] {5c8ec98d-48b8-487f-9861-03de3ba297f6} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.09.18 00:40:42.276089 [ 276 ] {5c8ec98d-48b8-487f-9861-03de3ba297f6} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (SelectExecutor): Reading approx. 29 rows with 2 streams 2025.09.18 00:40:42.276170 [ 276 ] {5c8ec98d-48b8-487f-9861-03de3ba297f6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.09.18 00:40:42.276234 [ 276 ] {5c8ec98d-48b8-487f-9861-03de3ba297f6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.09.18 00:40:42.277424 [ 276 ] {5c8ec98d-48b8-487f-9861-03de3ba297f6} executeQuery: Read 29 rows, 1.26 KiB in 0.005366 sec., 5404.398061871039 rows/sec., 235.50 KiB/sec. 2025.09.18 00:40:42.277546 [ 276 ] {5c8ec98d-48b8-487f-9861-03de3ba297f6} TCPHandler: Processed in 0.005855852 sec. 2025.09.18 00:40:42.277941 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:42.278116 [ 276 ] {0bad92eb-016f-4d3e-88cd-7ced7f27ba70} executeQuery: (from [fd00:1122:3344:101::d]:63232) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.18 00:40:42.278419 [ 276 ] {0bad92eb-016f-4d3e-88cd-7ced7f27ba70} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.18 00:40:42.278463 [ 276 ] {0bad92eb-016f-4d3e-88cd-7ced7f27ba70} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.18 00:40:42.278742 [ 276 ] {0bad92eb-016f-4d3e-88cd-7ced7f27ba70} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.18 00:40:42.278811 [ 276 ] {0bad92eb-016f-4d3e-88cd-7ced7f27ba70} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.18 00:40:42.278959 [ 276 ] {0bad92eb-016f-4d3e-88cd-7ced7f27ba70} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (SelectExecutor): Key condition: (column 0 notIn 30-element set) 2025.09.18 00:40:42.279055 [ 285 ] {0bad92eb-016f-4d3e-88cd-7ced7f27ba70} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.18 00:40:42.279066 [ 284 ] {0bad92eb-016f-4d3e-88cd-7ced7f27ba70} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.09.18 00:40:42.279200 [ 276 ] {0bad92eb-016f-4d3e-88cd-7ced7f27ba70} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (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.09.18 00:40:42.279234 [ 276 ] {0bad92eb-016f-4d3e-88cd-7ced7f27ba70} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.18 00:40:42.279305 [ 276 ] {0bad92eb-016f-4d3e-88cd-7ced7f27ba70} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.09.18 00:40:42.279328 [ 276 ] {0bad92eb-016f-4d3e-88cd-7ced7f27ba70} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (SelectExecutor): Reading approx. 29 rows with 2 streams 2025.09.18 00:40:42.279368 [ 276 ] {0bad92eb-016f-4d3e-88cd-7ced7f27ba70} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.09.18 00:40:42.279410 [ 276 ] {0bad92eb-016f-4d3e-88cd-7ced7f27ba70} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.09.18 00:40:42.280311 [ 276 ] {0bad92eb-016f-4d3e-88cd-7ced7f27ba70} executeQuery: Read 29 rows, 1.26 KiB in 0.00227 sec., 12775.330396475772 rows/sec., 556.68 KiB/sec. 2025.09.18 00:40:42.280445 [ 276 ] {0bad92eb-016f-4d3e-88cd-7ced7f27ba70} TCPHandler: Processed in 0.002571021 sec. 2025.09.18 00:40:42.280755 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:42.280927 [ 276 ] {919616f4-e5f7-4f37-b6c9-d47ca9e3b477} executeQuery: (from [fd00:1122:3344:101::d]:63232) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.18 00:40:42.281211 [ 276 ] {919616f4-e5f7-4f37-b6c9-d47ca9e3b477} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.18 00:40:42.281255 [ 276 ] {919616f4-e5f7-4f37-b6c9-d47ca9e3b477} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.18 00:40:42.281515 [ 276 ] {919616f4-e5f7-4f37-b6c9-d47ca9e3b477} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.18 00:40:42.281578 [ 276 ] {919616f4-e5f7-4f37-b6c9-d47ca9e3b477} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.18 00:40:42.281721 [ 276 ] {919616f4-e5f7-4f37-b6c9-d47ca9e3b477} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (SelectExecutor): Key condition: (column 0 notIn 31-element set) 2025.09.18 00:40:42.281798 [ 322 ] {919616f4-e5f7-4f37-b6c9-d47ca9e3b477} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.18 00:40:42.281809 [ 341 ] {919616f4-e5f7-4f37-b6c9-d47ca9e3b477} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.09.18 00:40:42.281941 [ 276 ] {919616f4-e5f7-4f37-b6c9-d47ca9e3b477} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (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.09.18 00:40:42.281973 [ 276 ] {919616f4-e5f7-4f37-b6c9-d47ca9e3b477} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.18 00:40:42.282053 [ 276 ] {919616f4-e5f7-4f37-b6c9-d47ca9e3b477} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.09.18 00:40:42.282079 [ 276 ] {919616f4-e5f7-4f37-b6c9-d47ca9e3b477} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (SelectExecutor): Reading approx. 29 rows with 2 streams 2025.09.18 00:40:42.282119 [ 276 ] {919616f4-e5f7-4f37-b6c9-d47ca9e3b477} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.09.18 00:40:42.282160 [ 276 ] {919616f4-e5f7-4f37-b6c9-d47ca9e3b477} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.09.18 00:40:42.283038 [ 276 ] {919616f4-e5f7-4f37-b6c9-d47ca9e3b477} executeQuery: Read 29 rows, 1.26 KiB in 0.002184 sec., 13278.388278388278 rows/sec., 578.60 KiB/sec. 2025.09.18 00:40:42.283167 [ 276 ] {919616f4-e5f7-4f37-b6c9-d47ca9e3b477} TCPHandler: Processed in 0.002473819 sec. 2025.09.18 00:40:42.283428 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:42.283580 [ 276 ] {83d8d1af-1c63-4727-95da-ebee4aa91c5c} executeQuery: (from [fd00:1122:3344:101::d]:63232) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.18 00:40:42.283896 [ 276 ] {83d8d1af-1c63-4727-95da-ebee4aa91c5c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.18 00:40:42.283942 [ 276 ] {83d8d1af-1c63-4727-95da-ebee4aa91c5c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.18 00:40:42.284201 [ 276 ] {83d8d1af-1c63-4727-95da-ebee4aa91c5c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.18 00:40:42.284263 [ 276 ] {83d8d1af-1c63-4727-95da-ebee4aa91c5c} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.18 00:40:42.284386 [ 276 ] {83d8d1af-1c63-4727-95da-ebee4aa91c5c} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2025.09.18 00:40:42.284469 [ 322 ] {83d8d1af-1c63-4727-95da-ebee4aa91c5c} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.18 00:40:42.284480 [ 284 ] {83d8d1af-1c63-4727-95da-ebee4aa91c5c} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.09.18 00:40:42.284624 [ 276 ] {83d8d1af-1c63-4727-95da-ebee4aa91c5c} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (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.09.18 00:40:42.284656 [ 276 ] {83d8d1af-1c63-4727-95da-ebee4aa91c5c} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.18 00:40:42.284725 [ 276 ] {83d8d1af-1c63-4727-95da-ebee4aa91c5c} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.09.18 00:40:42.284747 [ 276 ] {83d8d1af-1c63-4727-95da-ebee4aa91c5c} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (SelectExecutor): Reading approx. 29 rows with 2 streams 2025.09.18 00:40:42.284785 [ 276 ] {83d8d1af-1c63-4727-95da-ebee4aa91c5c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.09.18 00:40:42.284873 [ 276 ] {83d8d1af-1c63-4727-95da-ebee4aa91c5c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.09.18 00:40:42.285659 [ 276 ] {83d8d1af-1c63-4727-95da-ebee4aa91c5c} executeQuery: Read 29 rows, 1.26 KiB in 0.002146 sec., 13513.513513513513 rows/sec., 588.85 KiB/sec. 2025.09.18 00:40:42.285771 [ 276 ] {83d8d1af-1c63-4727-95da-ebee4aa91c5c} TCPHandler: Processed in 0.002399897 sec. 2025.09.18 00:40:42.286031 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:42.286203 [ 276 ] {0ca8301e-a611-4200-ad71-0be6c56d3447} executeQuery: (from [fd00:1122:3344:101::d]:63232) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.18 00:40:42.286507 [ 276 ] {0ca8301e-a611-4200-ad71-0be6c56d3447} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.18 00:40:42.286556 [ 276 ] {0ca8301e-a611-4200-ad71-0be6c56d3447} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.18 00:40:42.286849 [ 276 ] {0ca8301e-a611-4200-ad71-0be6c56d3447} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.18 00:40:42.286926 [ 276 ] {0ca8301e-a611-4200-ad71-0be6c56d3447} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.18 00:40:42.287059 [ 276 ] {0ca8301e-a611-4200-ad71-0be6c56d3447} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2025.09.18 00:40:42.287150 [ 284 ] {0ca8301e-a611-4200-ad71-0be6c56d3447} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.18 00:40:42.287151 [ 322 ] {0ca8301e-a611-4200-ad71-0be6c56d3447} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.09.18 00:40:42.287287 [ 276 ] {0ca8301e-a611-4200-ad71-0be6c56d3447} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (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.09.18 00:40:42.287322 [ 276 ] {0ca8301e-a611-4200-ad71-0be6c56d3447} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.18 00:40:42.287399 [ 276 ] {0ca8301e-a611-4200-ad71-0be6c56d3447} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.09.18 00:40:42.287424 [ 276 ] {0ca8301e-a611-4200-ad71-0be6c56d3447} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (SelectExecutor): Reading approx. 29 rows with 2 streams 2025.09.18 00:40:42.287466 [ 276 ] {0ca8301e-a611-4200-ad71-0be6c56d3447} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.09.18 00:40:42.287513 [ 276 ] {0ca8301e-a611-4200-ad71-0be6c56d3447} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.09.18 00:40:42.288359 [ 276 ] {0ca8301e-a611-4200-ad71-0be6c56d3447} executeQuery: Read 29 rows, 1.26 KiB in 0.002232 sec., 12992.831541218638 rows/sec., 566.16 KiB/sec. 2025.09.18 00:40:42.288480 [ 276 ] {0ca8301e-a611-4200-ad71-0be6c56d3447} TCPHandler: Processed in 0.00251016 sec. 2025.09.18 00:40:42.288737 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:42.288914 [ 276 ] {6b6744d2-0a99-4db5-ac26-08d931d822a1} executeQuery: (from [fd00:1122:3344:101::d]:63232) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.18 00:40:42.289226 [ 276 ] {6b6744d2-0a99-4db5-ac26-08d931d822a1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.18 00:40:42.289280 [ 276 ] {6b6744d2-0a99-4db5-ac26-08d931d822a1} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.18 00:40:42.289624 [ 276 ] {6b6744d2-0a99-4db5-ac26-08d931d822a1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.18 00:40:42.289697 [ 276 ] {6b6744d2-0a99-4db5-ac26-08d931d822a1} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.18 00:40:42.289849 [ 276 ] {6b6744d2-0a99-4db5-ac26-08d931d822a1} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2025.09.18 00:40:42.289943 [ 345 ] {6b6744d2-0a99-4db5-ac26-08d931d822a1} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.18 00:40:42.289949 [ 336 ] {6b6744d2-0a99-4db5-ac26-08d931d822a1} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.09.18 00:40:42.290069 [ 276 ] {6b6744d2-0a99-4db5-ac26-08d931d822a1} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (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.09.18 00:40:42.290105 [ 276 ] {6b6744d2-0a99-4db5-ac26-08d931d822a1} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.18 00:40:42.290185 [ 276 ] {6b6744d2-0a99-4db5-ac26-08d931d822a1} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.09.18 00:40:42.290211 [ 276 ] {6b6744d2-0a99-4db5-ac26-08d931d822a1} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (SelectExecutor): Reading approx. 29 rows with 2 streams 2025.09.18 00:40:42.290255 [ 276 ] {6b6744d2-0a99-4db5-ac26-08d931d822a1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.09.18 00:40:42.290319 [ 276 ] {6b6744d2-0a99-4db5-ac26-08d931d822a1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.09.18 00:40:42.291047 [ 276 ] {6b6744d2-0a99-4db5-ac26-08d931d822a1} executeQuery: Read 29 rows, 1.26 KiB in 0.002213 sec., 13104.383190239494 rows/sec., 571.02 KiB/sec. 2025.09.18 00:40:42.291164 [ 276 ] {6b6744d2-0a99-4db5-ac26-08d931d822a1} TCPHandler: Processed in 0.002488429 sec. 2025.09.18 00:40:42.396911 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:42.397097 [ 276 ] {bf441d0d-1eb8-4342-b1e7-69b9b2251004} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.09.18 00:40:42.397173 [ 276 ] {bf441d0d-1eb8-4342-b1e7-69b9b2251004} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.18 00:40:42.397914 [ 276 ] {bf441d0d-1eb8-4342-b1e7-69b9b2251004} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:42.397964 [ 276 ] {bf441d0d-1eb8-4342-b1e7-69b9b2251004} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.18 00:40:42.398433 [ 276 ] {bf441d0d-1eb8-4342-b1e7-69b9b2251004} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.18 00:40:42.398639 [ 276 ] {bf441d0d-1eb8-4342-b1e7-69b9b2251004} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:42.398797 [ 276 ] {bf441d0d-1eb8-4342-b1e7-69b9b2251004} executeQuery: Read 6 rows, 1.34 KiB in 0.001751 sec., 3426.613363792119 rows/sec., 762.96 KiB/sec. 2025.09.18 00:40:42.398843 [ 276 ] {bf441d0d-1eb8-4342-b1e7-69b9b2251004} TCPHandler: Processed in 0.002076583 sec. 2025.09.18 00:40:42.398967 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:42.399068 [ 276 ] {50d046a6-479b-4c6a-bdf3-e482bcaa08aa} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.18 00:40:42.399113 [ 276 ] {50d046a6-479b-4c6a-bdf3-e482bcaa08aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.18 00:40:42.399567 [ 276 ] {50d046a6-479b-4c6a-bdf3-e482bcaa08aa} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:42.399611 [ 276 ] {50d046a6-479b-4c6a-bdf3-e482bcaa08aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.18 00:40:42.399977 [ 276 ] {50d046a6-479b-4c6a-bdf3-e482bcaa08aa} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.18 00:40:42.400246 [ 276 ] {50d046a6-479b-4c6a-bdf3-e482bcaa08aa} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:42.400409 [ 276 ] {50d046a6-479b-4c6a-bdf3-e482bcaa08aa} executeQuery: Read 2 rows, 167.00 B in 0.001362 sec., 1468.4287812041116 rows/sec., 119.74 KiB/sec. 2025.09.18 00:40:42.400447 [ 276 ] {50d046a6-479b-4c6a-bdf3-e482bcaa08aa} TCPHandler: Processed in 0.001531044 sec. 2025.09.18 00:40:42.400555 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:42.400650 [ 276 ] {7ac1058c-856e-4f20-bee0-55c39203dd69} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:40:42.400690 [ 276 ] {7ac1058c-856e-4f20-bee0-55c39203dd69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:40:42.401786 [ 276 ] {7ac1058c-856e-4f20-bee0-55c39203dd69} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:42.401824 [ 276 ] {7ac1058c-856e-4f20-bee0-55c39203dd69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.18 00:40:42.402273 [ 276 ] {7ac1058c-856e-4f20-bee0-55c39203dd69} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.09.18 00:40:42.402499 [ 276 ] {7ac1058c-856e-4f20-bee0-55c39203dd69} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:42.402633 [ 276 ] {7ac1058c-856e-4f20-bee0-55c39203dd69} executeQuery: Read 1197 rows, 101.04 KiB in 0.002001 sec., 598200.8995502249 rows/sec., 49.31 MiB/sec. 2025.09.18 00:40:42.402670 [ 276 ] {7ac1058c-856e-4f20-bee0-55c39203dd69} TCPHandler: Processed in 0.002163734 sec. 2025.09.18 00:40:42.402805 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:42.402918 [ 276 ] {e07e1b97-863f-4880-8fa6-82919d34f72f} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.18 00:40:42.402964 [ 276 ] {e07e1b97-863f-4880-8fa6-82919d34f72f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.18 00:40:42.403444 [ 276 ] {e07e1b97-863f-4880-8fa6-82919d34f72f} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:42.403480 [ 276 ] {e07e1b97-863f-4880-8fa6-82919d34f72f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.18 00:40:42.403819 [ 276 ] {e07e1b97-863f-4880-8fa6-82919d34f72f} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.09.18 00:40:42.404099 [ 276 ] {e07e1b97-863f-4880-8fa6-82919d34f72f} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:42.404282 [ 276 ] {e07e1b97-863f-4880-8fa6-82919d34f72f} executeQuery: Read 2 rows, 143.00 B in 0.001385 sec., 1444.043321299639 rows/sec., 100.83 KiB/sec. 2025.09.18 00:40:42.404328 [ 276 ] {e07e1b97-863f-4880-8fa6-82919d34f72f} TCPHandler: Processed in 0.001583035 sec. 2025.09.18 00:40:42.404454 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:42.404549 [ 276 ] {e78c7d31-123e-49a9-bdf5-75cad9ff35e2} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.18 00:40:42.404588 [ 276 ] {e78c7d31-123e-49a9-bdf5-75cad9ff35e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.18 00:40:42.405066 [ 276 ] {e78c7d31-123e-49a9-bdf5-75cad9ff35e2} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:42.405102 [ 276 ] {e78c7d31-123e-49a9-bdf5-75cad9ff35e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.18 00:40:42.405468 [ 276 ] {e78c7d31-123e-49a9-bdf5-75cad9ff35e2} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.18 00:40:42.405767 [ 276 ] {e78c7d31-123e-49a9-bdf5-75cad9ff35e2} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:42.405935 [ 276 ] {e78c7d31-123e-49a9-bdf5-75cad9ff35e2} executeQuery: Read 228 rows, 15.81 KiB in 0.001403 sec., 162508.90947968638 rows/sec., 11.00 MiB/sec. 2025.09.18 00:40:42.405982 [ 276 ] {e78c7d31-123e-49a9-bdf5-75cad9ff35e2} TCPHandler: Processed in 0.001577735 sec. 2025.09.18 00:40:42.406125 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:42.406234 [ 276 ] {8a831edc-f60a-4ec5-bd0c-f067b3dd08a1} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:40:42.406282 [ 276 ] {8a831edc-f60a-4ec5-bd0c-f067b3dd08a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:40:42.407010 [ 276 ] {8a831edc-f60a-4ec5-bd0c-f067b3dd08a1} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:42.407053 [ 276 ] {8a831edc-f60a-4ec5-bd0c-f067b3dd08a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.18 00:40:42.407486 [ 276 ] {8a831edc-f60a-4ec5-bd0c-f067b3dd08a1} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.09.18 00:40:42.407769 [ 276 ] {8a831edc-f60a-4ec5-bd0c-f067b3dd08a1} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:42.407937 [ 276 ] {8a831edc-f60a-4ec5-bd0c-f067b3dd08a1} executeQuery: Read 522 rows, 39.57 KiB in 0.001724 sec., 302784.222737819 rows/sec., 22.41 MiB/sec. 2025.09.18 00:40:42.408003 [ 276 ] {8a831edc-f60a-4ec5-bd0c-f067b3dd08a1} TCPHandler: Processed in 0.00193681 sec. 2025.09.18 00:40:42.408162 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:42.408273 [ 276 ] {edb1c09b-350c-4a1c-8c67-601956d87c32} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:40:42.408325 [ 276 ] {edb1c09b-350c-4a1c-8c67-601956d87c32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:40:42.409589 [ 276 ] {edb1c09b-350c-4a1c-8c67-601956d87c32} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:42.409628 [ 276 ] {edb1c09b-350c-4a1c-8c67-601956d87c32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.18 00:40:42.410208 [ 276 ] {edb1c09b-350c-4a1c-8c67-601956d87c32} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.09.18 00:40:42.410447 [ 276 ] {edb1c09b-350c-4a1c-8c67-601956d87c32} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:42.410593 [ 276 ] {edb1c09b-350c-4a1c-8c67-601956d87c32} executeQuery: Read 2163 rows, 147.96 KiB in 0.002343 sec., 923175.4161331626 rows/sec., 61.67 MiB/sec. 2025.09.18 00:40:42.410631 [ 276 ] {edb1c09b-350c-4a1c-8c67-601956d87c32} TCPHandler: Processed in 0.0025308 sec. 2025.09.18 00:40:42.410745 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:42.410841 [ 276 ] {0caa8145-3a0a-4766-a9f0-94c2fc85c035} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:40:42.410883 [ 276 ] {0caa8145-3a0a-4766-a9f0-94c2fc85c035} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:40:42.411210 [ 276 ] {0caa8145-3a0a-4766-a9f0-94c2fc85c035} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:42.411247 [ 276 ] {0caa8145-3a0a-4766-a9f0-94c2fc85c035} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.18 00:40:42.411576 [ 276 ] {0caa8145-3a0a-4766-a9f0-94c2fc85c035} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.09.18 00:40:42.411782 [ 276 ] {0caa8145-3a0a-4766-a9f0-94c2fc85c035} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:42.411920 [ 276 ] {0caa8145-3a0a-4766-a9f0-94c2fc85c035} executeQuery: Read 12 rows, 848.00 B in 0.001099 sec., 10919.01728844404 rows/sec., 753.53 KiB/sec. 2025.09.18 00:40:42.411957 [ 276 ] {0caa8145-3a0a-4766-a9f0-94c2fc85c035} TCPHandler: Processed in 0.001260359 sec. 2025.09.18 00:40:42.771202 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44193 2025.09.18 00:40:42.771324 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:40:42.771364 [ 275 ] {} TCP-Session: b1d4dbeb-9025-4c7a-b7ec-d4c21587aecb Authenticating user 'default' from [fd00:1122:3344:101::e]:44193 2025.09.18 00:40:42.771398 [ 275 ] {} TCP-Session: b1d4dbeb-9025-4c7a-b7ec-d4c21587aecb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:42.771416 [ 275 ] {} TCP-Session: b1d4dbeb-9025-4c7a-b7ec-d4c21587aecb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:42.771685 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51612 2025.09.18 00:40:42.771720 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38471 2025.09.18 00:40:42.771742 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52264 2025.09.18 00:40:42.771776 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39787 2025.09.18 00:40:42.771797 [ 275 ] {} TCP-Session: b1d4dbeb-9025-4c7a-b7ec-d4c21587aecb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:42.771822 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:40:42.771783 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37735 2025.09.18 00:40:42.771873 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:40:42.771875 [ 286 ] {} TCP-Session: e602d860-ea40-4cb5-b2e9-d57d157ecdc5 Authenticating user 'default' from [fd00:1122:3344:101::e]:51612 2025.09.18 00:40:42.771889 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:40:42.771908 [ 289 ] {} TCP-Session: 51adb16a-aa9b-43a8-a2d3-39e0e12b550b Authenticating user 'default' from [fd00:1122:3344:101::e]:52264 2025.09.18 00:40:42.771928 [ 286 ] {} TCP-Session: e602d860-ea40-4cb5-b2e9-d57d157ecdc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:42.771947 [ 292 ] {} TCP-Session: 64e65e17-dc2a-49f5-9cb0-9e0f74d9c66c Authenticating user 'default' from [fd00:1122:3344:101::e]:39787 2025.09.18 00:40:42.771958 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:40:42.771969 [ 286 ] {} TCP-Session: e602d860-ea40-4cb5-b2e9-d57d157ecdc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:42.771991 [ 292 ] {} TCP-Session: 64e65e17-dc2a-49f5-9cb0-9e0f74d9c66c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:42.772021 [ 275 ] {4b80e9c0-edb8-4b78-9b4f-93bf109b7fab} executeQuery: (from [fd00:1122:3344:101::e]:44193) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.18 00:40:42.772037 [ 292 ] {} TCP-Session: 64e65e17-dc2a-49f5-9cb0-9e0f74d9c66c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:42.772015 [ 293 ] {} TCP-Session: b63f96c1-a6e5-4616-a310-33d307a5086b Authenticating user 'default' from [fd00:1122:3344:101::e]:37735 2025.09.18 00:40:42.771964 [ 289 ] {} TCP-Session: 51adb16a-aa9b-43a8-a2d3-39e0e12b550b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:42.772102 [ 293 ] {} TCP-Session: b63f96c1-a6e5-4616-a310-33d307a5086b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:42.772113 [ 289 ] {} TCP-Session: 51adb16a-aa9b-43a8-a2d3-39e0e12b550b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:42.772122 [ 293 ] {} TCP-Session: b63f96c1-a6e5-4616-a310-33d307a5086b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:42.771858 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:40:42.771759 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46762 2025.09.18 00:40:42.772191 [ 287 ] {} TCP-Session: 8cb798c1-0479-453e-a90d-d708691301a6 Authenticating user 'default' from [fd00:1122:3344:101::e]:38471 2025.09.18 00:40:42.771745 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36860 2025.09.18 00:40:42.772231 [ 287 ] {} TCP-Session: 8cb798c1-0479-453e-a90d-d708691301a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:42.771724 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58787 2025.09.18 00:40:42.772269 [ 287 ] {} TCP-Session: 8cb798c1-0479-453e-a90d-d708691301a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:42.772353 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:40:42.772378 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:40:42.772395 [ 291 ] {} TCP-Session: 3fc811fd-2fee-4463-bdc1-b2c43361c58e Authenticating user 'default' from [fd00:1122:3344:101::e]:46762 2025.09.18 00:40:42.772418 [ 290 ] {} TCP-Session: 83a36cae-cd28-432d-8801-3d18a7eb8eaf Authenticating user 'default' from [fd00:1122:3344:101::e]:36860 2025.09.18 00:40:42.772438 [ 291 ] {} TCP-Session: 3fc811fd-2fee-4463-bdc1-b2c43361c58e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:42.772458 [ 290 ] {} TCP-Session: 83a36cae-cd28-432d-8801-3d18a7eb8eaf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:42.772475 [ 291 ] {} TCP-Session: 3fc811fd-2fee-4463-bdc1-b2c43361c58e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:42.772491 [ 290 ] {} TCP-Session: 83a36cae-cd28-432d-8801-3d18a7eb8eaf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:42.772475 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:40:42.772447 [ 275 ] {4b80e9c0-edb8-4b78-9b4f-93bf109b7fab} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.18 00:40:42.772551 [ 288 ] {} TCP-Session: 7804269c-3e05-40ff-a19e-6a352628cb93 Authenticating user 'default' from [fd00:1122:3344:101::e]:58787 2025.09.18 00:40:42.772571 [ 288 ] {} TCP-Session: 7804269c-3e05-40ff-a19e-6a352628cb93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:42.772585 [ 288 ] {} TCP-Session: 7804269c-3e05-40ff-a19e-6a352628cb93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:42.772598 [ 275 ] {4b80e9c0-edb8-4b78-9b4f-93bf109b7fab} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.18 00:40:42.772966 [ 275 ] {4b80e9c0-edb8-4b78-9b4f-93bf109b7fab} oximeter.version (53059a3a-d3d8-4ae6-a17a-1015bb2d496f) (SelectExecutor): Key condition: unknown 2025.09.18 00:40:42.773094 [ 275 ] {4b80e9c0-edb8-4b78-9b4f-93bf109b7fab} Aggregator: Compile expression max()(UInt64) 0 2025.09.18 00:40:43.000211 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 184.01 MiB, peak 190.13 MiB, free memory in arenas 0.00 B, will set to 196.00 MiB (RSS), difference: 11.99 MiB 2025.09.18 00:40:43.121872 [ 345 ] {4b80e9c0-edb8-4b78-9b4f-93bf109b7fab} AggregatingTransform: Aggregating 2025.09.18 00:40:43.121936 [ 345 ] {4b80e9c0-edb8-4b78-9b4f-93bf109b7fab} Aggregator: Aggregation method: without_key 2025.09.18 00:40:43.121974 [ 345 ] {4b80e9c0-edb8-4b78-9b4f-93bf109b7fab} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001173778 sec. (851.950 rows/sec., 33.28 KiB/sec.) 2025.09.18 00:40:43.121993 [ 345 ] {4b80e9c0-edb8-4b78-9b4f-93bf109b7fab} Aggregator: Merging aggregated data 2025.09.18 00:40:43.123140 [ 275 ] {4b80e9c0-edb8-4b78-9b4f-93bf109b7fab} executeQuery: Read 1 rows, 40.00 B in 0.351184 sec., 2.847510137136088 rows/sec., 113.90 B/sec. 2025.09.18 00:40:43.123335 [ 275 ] {4b80e9c0-edb8-4b78-9b4f-93bf109b7fab} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2025.09.18 00:40:43.123354 [ 275 ] {4b80e9c0-edb8-4b78-9b4f-93bf109b7fab} TCPHandler: Processed in 0.351682768 sec. 2025.09.18 00:40:43.123493 [ 275 ] {} TCPHandler: Done processing connection. 2025.09.18 00:40:43.123523 [ 275 ] {} TCP-Session: b1d4dbeb-9025-4c7a-b7ec-d4c21587aecb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:43.123538 [ 293 ] {} TCPHandler: Done processing connection. 2025.09.18 00:40:43.123562 [ 290 ] {} TCPHandler: Done processing connection. 2025.09.18 00:40:43.123593 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.18 00:40:43.123602 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.18 00:40:43.123634 [ 290 ] {} TCP-Session: 83a36cae-cd28-432d-8801-3d18a7eb8eaf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:43.123639 [ 286 ] {} TCP-Session: e602d860-ea40-4cb5-b2e9-d57d157ecdc5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:43.123632 [ 287 ] {} TCPHandler: Done processing connection. 2025.09.18 00:40:43.123669 [ 291 ] {} TCPHandler: Done processing connection. 2025.09.18 00:40:43.123682 [ 292 ] {} TCPHandler: Done processing connection. 2025.09.18 00:40:43.123722 [ 287 ] {} TCP-Session: 8cb798c1-0479-453e-a90d-d708691301a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:43.123738 [ 291 ] {} TCP-Session: 3fc811fd-2fee-4463-bdc1-b2c43361c58e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:43.123664 [ 289 ] {} TCP-Session: 51adb16a-aa9b-43a8-a2d3-39e0e12b550b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:43.123753 [ 292 ] {} TCP-Session: 64e65e17-dc2a-49f5-9cb0-9e0f74d9c66c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:43.123645 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.18 00:40:43.123586 [ 293 ] {} TCP-Session: b63f96c1-a6e5-4616-a310-33d307a5086b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:43.123841 [ 288 ] {} TCP-Session: 7804269c-3e05-40ff-a19e-6a352628cb93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:40:44.000217 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 197.37 MiB, peak 205.47 MiB, free memory in arenas 0.00 B, will set to 204.18 MiB (RSS), difference: 6.81 MiB 2025.09.18 00:40:44.197131 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4293 2025.09.18 00:40:44.197637 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:44.197682 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.18 00:40:44.198170 [ 245 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.09.18 00:40:44.198397 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:44.198529 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4293 2025.09.18 00:40:44.428680 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2025.09.18 00:40:44.444966 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:44.445013 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.18 00:40:44.450773 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.09.18 00:40:44.451451 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:44.454290 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2025.09.18 00:40:46.473521 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:46.473715 [ 276 ] {1b67afb6-5dad-462a-bf14-119a7818b0d7} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:40:46.473784 [ 276 ] {1b67afb6-5dad-462a-bf14-119a7818b0d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:40:46.474416 [ 276 ] {1b67afb6-5dad-462a-bf14-119a7818b0d7} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:46.474458 [ 276 ] {1b67afb6-5dad-462a-bf14-119a7818b0d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.18 00:40:46.474824 [ 276 ] {1b67afb6-5dad-462a-bf14-119a7818b0d7} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.09.18 00:40:46.475051 [ 276 ] {1b67afb6-5dad-462a-bf14-119a7818b0d7} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:46.475186 [ 42 ] {} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.09.18 00:40:46.475210 [ 276 ] {1b67afb6-5dad-462a-bf14-119a7818b0d7} executeQuery: Read 56 rows, 4.41 KiB in 0.001546 sec., 36222.50970245795 rows/sec., 2.78 MiB/sec. 2025.09.18 00:40:46.475257 [ 42 ] {} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:46.475267 [ 276 ] {1b67afb6-5dad-462a-bf14-119a7818b0d7} TCPHandler: Processed in 0.0018828 sec. 2025.09.18 00:40:46.475286 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.18 00:40:46.475388 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:46.475400 [ 186 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::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.09.18 00:40:46.475487 [ 276 ] {d3427ac2-cd0d-488c-8d3b-5f29b085de33} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:40:46.475531 [ 276 ] {d3427ac2-cd0d-488c-8d3b-5f29b085de33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:40:46.475559 [ 186 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:40:46.475602 [ 186 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 201 rows starting from the beginning of the part 2025.09.18 00:40:46.475676 [ 186 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 247 rows starting from the beginning of the part 2025.09.18 00:40:46.475726 [ 186 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::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.09.18 00:40:46.475774 [ 186 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 130 rows starting from the beginning of the part 2025.09.18 00:40:46.475817 [ 186 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1197 rows starting from the beginning of the part 2025.09.18 00:40:46.475866 [ 186 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part 2025.09.18 00:40:46.475943 [ 276 ] {d3427ac2-cd0d-488c-8d3b-5f29b085de33} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:46.475984 [ 276 ] {d3427ac2-cd0d-488c-8d3b-5f29b085de33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.18 00:40:46.476309 [ 276 ] {d3427ac2-cd0d-488c-8d3b-5f29b085de33} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.09.18 00:40:46.476528 [ 276 ] {d3427ac2-cd0d-488c-8d3b-5f29b085de33} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:46.476644 [ 42 ] {} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.09.18 00:40:46.476671 [ 276 ] {d3427ac2-cd0d-488c-8d3b-5f29b085de33} executeQuery: Read 64 rows, 5.12 KiB in 0.001203 sec., 53200.332502078134 rows/sec., 4.15 MiB/sec. 2025.09.18 00:40:46.476676 [ 42 ] {} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:46.476712 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.18 00:40:46.476717 [ 276 ] {d3427ac2-cd0d-488c-8d3b-5f29b085de33} TCPHandler: Processed in 0.001377052 sec. 2025.09.18 00:40:46.476827 [ 187 ] {ed3758e3-769d-40dc-8194-b54c707413cf::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.09.18 00:40:46.476832 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:46.476970 [ 276 ] {9b5b67a0-6e4f-4e46-9bb5-186c27268c52} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:40:46.476980 [ 187 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:40:46.477015 [ 276 ] {9b5b67a0-6e4f-4e46-9bb5-186c27268c52} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:40:46.477020 [ 187 ] {ed3758e3-769d-40dc-8194-b54c707413cf::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.09.18 00:40:46.477121 [ 187 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 147 rows starting from the beginning of the part 2025.09.18 00:40:46.477174 [ 187 ] {ed3758e3-769d-40dc-8194-b54c707413cf::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.09.18 00:40:46.477251 [ 187 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 101 rows starting from the beginning of the part 2025.09.18 00:40:46.477296 [ 187 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 522 rows starting from the beginning of the part 2025.09.18 00:40:46.477340 [ 187 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part 2025.09.18 00:40:46.477384 [ 196 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1887 rows, containing 5 columns (5 merged, 0 gathered) in 0.002027842 sec., 930545.8709307726 rows/sec., 81.65 MiB/sec. 2025.09.18 00:40:46.477427 [ 276 ] {9b5b67a0-6e4f-4e46-9bb5-186c27268c52} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:46.477470 [ 276 ] {9b5b67a0-6e4f-4e46-9bb5-186c27268c52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.18 00:40:46.477694 [ 191 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.09.18 00:40:46.477824 [ 276 ] {9b5b67a0-6e4f-4e46-9bb5-186c27268c52} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.09.18 00:40:46.478063 [ 191 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_11_2} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:46.478112 [ 276 ] {9b5b67a0-6e4f-4e46-9bb5-186c27268c52} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:46.478155 [ 191 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_11_2} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.09.18 00:40:46.478228 [ 42 ] {} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.09.18 00:40:46.478249 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. 2025.09.18 00:40:46.478264 [ 276 ] {9b5b67a0-6e4f-4e46-9bb5-186c27268c52} executeQuery: Read 128 rows, 9.13 KiB in 0.001313 sec., 97486.67174409749 rows/sec., 6.79 MiB/sec. 2025.09.18 00:40:46.478265 [ 42 ] {} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:46.478309 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.18 00:40:46.478310 [ 276 ] {9b5b67a0-6e4f-4e46-9bb5-186c27268c52} TCPHandler: Processed in 0.001524764 sec. 2025.09.18 00:40:46.478398 [ 186 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::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.09.18 00:40:46.478429 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:46.478430 [ 196 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1018 rows, containing 5 columns (5 merged, 0 gathered) in 0.001654795 sec., 615181.9409654973 rows/sec., 49.57 MiB/sec. 2025.09.18 00:40:46.478502 [ 186 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:40:46.478530 [ 276 ] {515d78ec-3fe0-412a-a335-87562051a6a2} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:40:46.478534 [ 186 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 959 rows starting from the beginning of the part 2025.09.18 00:40:46.478578 [ 276 ] {515d78ec-3fe0-412a-a335-87562051a6a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:40:46.478604 [ 186 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 197 rows starting from the beginning of the part 2025.09.18 00:40:46.478609 [ 191 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.09.18 00:40:46.478652 [ 186 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part 2025.09.18 00:40:46.478695 [ 186 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::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.09.18 00:40:46.478734 [ 186 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2163 rows starting from the beginning of the part 2025.09.18 00:40:46.478784 [ 186 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 128 rows starting from the beginning of the part 2025.09.18 00:40:46.478887 [ 191 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_11_2} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:46.478902 [ 276 ] {515d78ec-3fe0-412a-a335-87562051a6a2} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:46.478946 [ 276 ] {515d78ec-3fe0-412a-a335-87562051a6a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.18 00:40:46.478974 [ 191 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_11_2} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.09.18 00:40:46.479038 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.09.18 00:40:46.479268 [ 276 ] {515d78ec-3fe0-412a-a335-87562051a6a2} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.09.18 00:40:46.479499 [ 276 ] {515d78ec-3fe0-412a-a335-87562051a6a2} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:46.479597 [ 42 ] {} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.09.18 00:40:46.479625 [ 42 ] {} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:46.479639 [ 276 ] {515d78ec-3fe0-412a-a335-87562051a6a2} executeQuery: Read 48 rows, 3.31 KiB in 0.001126 sec., 42628.77442273535 rows/sec., 2.87 MiB/sec. 2025.09.18 00:40:46.479641 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.18 00:40:46.479682 [ 276 ] {515d78ec-3fe0-412a-a335-87562051a6a2} TCPHandler: Processed in 0.00129927 sec. 2025.09.18 00:40:46.479736 [ 187 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:40:46.479831 [ 187 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:40:46.479856 [ 187 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:40:46.479900 [ 187 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part 2025.09.18 00:40:46.479937 [ 187 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part 2025.09.18 00:40:46.479971 [ 187 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:40:46.480004 [ 187 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part 2025.09.18 00:40:46.480038 [ 187 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 48 rows starting from the beginning of the part 2025.09.18 00:40:46.480321 [ 186 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 3767 rows, containing 5 columns (5 merged, 0 gathered) in 0.001956751 sec., 1925129.9731033738 rows/sec., 132.01 MiB/sec. 2025.09.18 00:40:46.480675 [ 186 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.09.18 00:40:46.480784 [ 200 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 4 columns (4 merged, 0 gathered) in 0.001072676 sec., 503413.8919860237 rows/sec., 33.86 MiB/sec. 2025.09.18 00:40:46.480948 [ 186 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_11_2} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:46.481032 [ 186 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_11_2} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.09.18 00:40:46.481042 [ 200 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.09.18 00:40:46.481104 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.88 MiB. 2025.09.18 00:40:46.481362 [ 200 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_11_2} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:46.481446 [ 200 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_11_2} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.09.18 00:40:46.481534 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.09.18 00:40:46.703299 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 308 2025.09.18 00:40:46.705737 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:46.705779 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.18 00:40:46.706912 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.09.18 00:40:46.707160 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:46.707295 [ 42 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.09.18 00:40:46.707341 [ 42 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:46.707363 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.18 00:40:46.707387 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 308 2025.09.18 00:40:46.707459 [ 191 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::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.09.18 00:40:46.708045 [ 191 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:40:46.708213 [ 191 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::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.09.18 00:40:46.708625 [ 191 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 82 rows starting from the beginning of the part 2025.09.18 00:40:46.708990 [ 191 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 26 rows starting from the beginning of the part 2025.09.18 00:40:46.709359 [ 191 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part 2025.09.18 00:40:46.709723 [ 191 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 38 rows starting from the beginning of the part 2025.09.18 00:40:46.710081 [ 191 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 50 rows starting from the beginning of the part 2025.09.18 00:40:46.716088 [ 186 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 308 rows, containing 72 columns (72 merged, 0 gathered) in 0.008671765 sec., 35517.56764626348 rows/sec., 35.25 MiB/sec. 2025.09.18 00:40:46.716719 [ 187 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.09.18 00:40:46.717244 [ 187 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_6_1} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:46.717308 [ 187 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_6_1} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.09.18 00:40:46.717418 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.71 MiB. 2025.09.18 00:40:51.477372 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:51.477686 [ 276 ] {02ebd9d4-c8da-4885-a74c-f97bf3ac0389} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:40:51.477789 [ 276 ] {02ebd9d4-c8da-4885-a74c-f97bf3ac0389} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:40:51.478655 [ 276 ] {02ebd9d4-c8da-4885-a74c-f97bf3ac0389} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:51.478696 [ 276 ] {02ebd9d4-c8da-4885-a74c-f97bf3ac0389} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.18 00:40:51.479101 [ 276 ] {02ebd9d4-c8da-4885-a74c-f97bf3ac0389} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.09.18 00:40:51.479318 [ 276 ] {02ebd9d4-c8da-4885-a74c-f97bf3ac0389} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:51.479473 [ 276 ] {02ebd9d4-c8da-4885-a74c-f97bf3ac0389} executeQuery: Read 130 rows, 11.47 KiB in 0.001863 sec., 69779.92485238862 rows/sec., 6.01 MiB/sec. 2025.09.18 00:40:51.479519 [ 276 ] {02ebd9d4-c8da-4885-a74c-f97bf3ac0389} TCPHandler: Processed in 0.002301796 sec. 2025.09.18 00:40:51.479629 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:51.479729 [ 276 ] {e5ab310c-0f33-40a6-9695-3a6e09397bef} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.18 00:40:51.479773 [ 276 ] {e5ab310c-0f33-40a6-9695-3a6e09397bef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.18 00:40:51.480163 [ 276 ] {e5ab310c-0f33-40a6-9695-3a6e09397bef} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:51.480197 [ 276 ] {e5ab310c-0f33-40a6-9695-3a6e09397bef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.18 00:40:51.480494 [ 276 ] {e5ab310c-0f33-40a6-9695-3a6e09397bef} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.09.18 00:40:51.480700 [ 276 ] {e5ab310c-0f33-40a6-9695-3a6e09397bef} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:51.480827 [ 276 ] {e5ab310c-0f33-40a6-9695-3a6e09397bef} executeQuery: Read 37 rows, 2.78 KiB in 0.00112 sec., 33035.71428571429 rows/sec., 2.43 MiB/sec. 2025.09.18 00:40:51.480864 [ 276 ] {e5ab310c-0f33-40a6-9695-3a6e09397bef} TCPHandler: Processed in 0.00128386 sec. 2025.09.18 00:40:51.480960 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:51.481055 [ 276 ] {e5516db9-a12e-483d-9907-02e91708362e} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:40:51.481095 [ 276 ] {e5516db9-a12e-483d-9907-02e91708362e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:40:51.481491 [ 276 ] {e5516db9-a12e-483d-9907-02e91708362e} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:51.481528 [ 276 ] {e5516db9-a12e-483d-9907-02e91708362e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.18 00:40:51.481830 [ 276 ] {e5516db9-a12e-483d-9907-02e91708362e} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.09.18 00:40:51.482029 [ 276 ] {e5516db9-a12e-483d-9907-02e91708362e} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:51.482153 [ 276 ] {e5516db9-a12e-483d-9907-02e91708362e} executeQuery: Read 101 rows, 8.08 KiB in 0.001116 sec., 90501.79211469534 rows/sec., 7.07 MiB/sec. 2025.09.18 00:40:51.482189 [ 276 ] {e5516db9-a12e-483d-9907-02e91708362e} TCPHandler: Processed in 0.00127593 sec. 2025.09.18 00:40:51.482285 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:51.482378 [ 276 ] {318da04a-4ae0-44b7-8ee0-03e6f00ef032} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:40:51.482421 [ 276 ] {318da04a-4ae0-44b7-8ee0-03e6f00ef032} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:40:51.482790 [ 276 ] {318da04a-4ae0-44b7-8ee0-03e6f00ef032} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:51.482826 [ 276 ] {318da04a-4ae0-44b7-8ee0-03e6f00ef032} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.18 00:40:51.483151 [ 276 ] {318da04a-4ae0-44b7-8ee0-03e6f00ef032} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.09.18 00:40:51.483357 [ 276 ] {318da04a-4ae0-44b7-8ee0-03e6f00ef032} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:51.483482 [ 276 ] {318da04a-4ae0-44b7-8ee0-03e6f00ef032} executeQuery: Read 160 rows, 11.41 KiB in 0.001123 sec., 142475.5120213713 rows/sec., 9.92 MiB/sec. 2025.09.18 00:40:51.483518 [ 276 ] {318da04a-4ae0-44b7-8ee0-03e6f00ef032} TCPHandler: Processed in 0.001279821 sec. 2025.09.18 00:40:51.483614 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:51.483706 [ 276 ] {f359ca27-0326-4446-8e7d-84be2975f0d1} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.18 00:40:51.483759 [ 276 ] {f359ca27-0326-4446-8e7d-84be2975f0d1} 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.09.18 00:40:51.484547 [ 276 ] {f359ca27-0326-4446-8e7d-84be2975f0d1} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:51.484583 [ 276 ] {f359ca27-0326-4446-8e7d-84be2975f0d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.18 00:40:51.485116 [ 276 ] {f359ca27-0326-4446-8e7d-84be2975f0d1} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.09.18 00:40:51.485324 [ 276 ] {f359ca27-0326-4446-8e7d-84be2975f0d1} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:51.485431 [ 36 ] {} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.09.18 00:40:51.485453 [ 276 ] {f359ca27-0326-4446-8e7d-84be2975f0d1} executeQuery: Read 37 rows, 67.89 KiB in 0.001766 sec., 20951.302378255947 rows/sec., 37.54 MiB/sec. 2025.09.18 00:40:51.485511 [ 36 ] {} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:51.485529 [ 276 ] {f359ca27-0326-4446-8e7d-84be2975f0d1} TCPHandler: Processed in 0.001961901 sec. 2025.09.18 00:40:51.485540 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.18 00:40:51.485640 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:51.485693 [ 191 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::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.09.18 00:40:51.485738 [ 276 ] {b8ea6435-1e60-4ce2-b38a-1c9334861aa4} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:40:51.485787 [ 276 ] {b8ea6435-1e60-4ce2-b38a-1c9334861aa4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:40:51.486008 [ 191 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:40:51.486085 [ 191 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::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.09.18 00:40:51.486103 [ 276 ] {b8ea6435-1e60-4ce2-b38a-1c9334861aa4} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:51.486143 [ 276 ] {b8ea6435-1e60-4ce2-b38a-1c9334861aa4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.18 00:40:51.486246 [ 191 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::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.09.18 00:40:51.486381 [ 191 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part 2025.09.18 00:40:51.486455 [ 276 ] {b8ea6435-1e60-4ce2-b38a-1c9334861aa4} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.09.18 00:40:51.486475 [ 191 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 35 rows starting from the beginning of the part 2025.09.18 00:40:51.486567 [ 191 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 37 rows starting from the beginning of the part 2025.09.18 00:40:51.486656 [ 191 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 37 rows starting from the beginning of the part 2025.09.18 00:40:51.486682 [ 276 ] {b8ea6435-1e60-4ce2-b38a-1c9334861aa4} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:51.486815 [ 276 ] {b8ea6435-1e60-4ce2-b38a-1c9334861aa4} executeQuery: Read 60 rows, 4.14 KiB in 0.001096 sec., 54744.52554744526 rows/sec., 3.69 MiB/sec. 2025.09.18 00:40:51.486851 [ 276 ] {b8ea6435-1e60-4ce2-b38a-1c9334861aa4} TCPHandler: Processed in 0.00125874 sec. 2025.09.18 00:40:51.488500 [ 186 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 139 rows, containing 19 columns (19 merged, 0 gathered) in 0.002868525 sec., 48456.95958724432 rows/sec., 86.83 MiB/sec. 2025.09.18 00:40:51.489029 [ 196 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.09.18 00:40:51.489484 [ 196 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::all_1_6_1} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:51.489567 [ 196 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::all_1_6_1} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.09.18 00:40:51.489708 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. 2025.09.18 00:40:51.617322 [ 36 ] {} DNSResolver: Updating DNS cache 2025.09.18 00:40:51.617361 [ 36 ] {} DNSResolver: Updated DNS cache 2025.09.18 00:40:51.698731 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4741 2025.09.18 00:40:51.699184 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:51.699228 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.18 00:40:51.699707 [ 245 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.09.18 00:40:51.699970 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:51.700117 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4741 2025.09.18 00:40:51.954479 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2025.09.18 00:40:51.974056 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:51.974119 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.18 00:40:51.980507 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.09.18 00:40:51.981231 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:51.984741 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2025.09.18 00:40:52.000203 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 207.07 MiB, peak 212.21 MiB, free memory in arenas 0.00 B, will set to 209.87 MiB (RSS), difference: 2.80 MiB 2025.09.18 00:40:56.476041 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:56.476235 [ 276 ] {c492d603-2720-412d-8717-3e4b937b062c} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:40:56.476301 [ 276 ] {c492d603-2720-412d-8717-3e4b937b062c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:40:56.476885 [ 276 ] {c492d603-2720-412d-8717-3e4b937b062c} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:56.476934 [ 276 ] {c492d603-2720-412d-8717-3e4b937b062c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.18 00:40:56.477327 [ 276 ] {c492d603-2720-412d-8717-3e4b937b062c} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.09.18 00:40:56.477576 [ 276 ] {c492d603-2720-412d-8717-3e4b937b062c} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:56.477728 [ 276 ] {c492d603-2720-412d-8717-3e4b937b062c} executeQuery: Read 56 rows, 4.41 KiB in 0.001543 sec., 36292.93583927414 rows/sec., 2.79 MiB/sec. 2025.09.18 00:40:56.477769 [ 276 ] {c492d603-2720-412d-8717-3e4b937b062c} TCPHandler: Processed in 0.001861699 sec. 2025.09.18 00:40:56.477880 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:56.477975 [ 276 ] {03351971-c40d-49da-9f38-9a04ce676e6e} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:40:56.478016 [ 276 ] {03351971-c40d-49da-9f38-9a04ce676e6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:40:56.478418 [ 276 ] {03351971-c40d-49da-9f38-9a04ce676e6e} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:56.478455 [ 276 ] {03351971-c40d-49da-9f38-9a04ce676e6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.18 00:40:56.478758 [ 276 ] {03351971-c40d-49da-9f38-9a04ce676e6e} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.09.18 00:40:56.478965 [ 276 ] {03351971-c40d-49da-9f38-9a04ce676e6e} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:56.479090 [ 276 ] {03351971-c40d-49da-9f38-9a04ce676e6e} executeQuery: Read 64 rows, 5.12 KiB in 0.001133 sec., 56487.202118270085 rows/sec., 4.41 MiB/sec. 2025.09.18 00:40:56.479126 [ 276 ] {03351971-c40d-49da-9f38-9a04ce676e6e} TCPHandler: Processed in 0.001297641 sec. 2025.09.18 00:40:56.479230 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:56.479325 [ 276 ] {2a6ca6a8-0ec8-474f-afcb-74af96892081} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:40:56.479369 [ 276 ] {2a6ca6a8-0ec8-474f-afcb-74af96892081} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:40:56.479733 [ 276 ] {2a6ca6a8-0ec8-474f-afcb-74af96892081} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:56.479769 [ 276 ] {2a6ca6a8-0ec8-474f-afcb-74af96892081} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.18 00:40:56.480097 [ 276 ] {2a6ca6a8-0ec8-474f-afcb-74af96892081} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.09.18 00:40:56.480304 [ 276 ] {2a6ca6a8-0ec8-474f-afcb-74af96892081} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:56.480432 [ 276 ] {2a6ca6a8-0ec8-474f-afcb-74af96892081} executeQuery: Read 160 rows, 11.41 KiB in 0.001126 sec., 142095.91474245116 rows/sec., 9.90 MiB/sec. 2025.09.18 00:40:56.480468 [ 276 ] {2a6ca6a8-0ec8-474f-afcb-74af96892081} TCPHandler: Processed in 0.00128812 sec. 2025.09.18 00:40:56.480570 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:40:56.480665 [ 276 ] {6e462df9-6eda-4ce9-a9ce-eccd8b4518ab} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:40:56.480707 [ 276 ] {6e462df9-6eda-4ce9-a9ce-eccd8b4518ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:40:56.481004 [ 276 ] {6e462df9-6eda-4ce9-a9ce-eccd8b4518ab} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:56.481040 [ 276 ] {6e462df9-6eda-4ce9-a9ce-eccd8b4518ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.18 00:40:56.481334 [ 276 ] {6e462df9-6eda-4ce9-a9ce-eccd8b4518ab} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.09.18 00:40:56.481556 [ 276 ] {6e462df9-6eda-4ce9-a9ce-eccd8b4518ab} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:56.481682 [ 276 ] {6e462df9-6eda-4ce9-a9ce-eccd8b4518ab} executeQuery: Read 60 rows, 4.14 KiB in 0.001036 sec., 57915.057915057914 rows/sec., 3.90 MiB/sec. 2025.09.18 00:40:56.481716 [ 276 ] {6e462df9-6eda-4ce9-a9ce-eccd8b4518ab} TCPHandler: Processed in 0.001195789 sec. 2025.09.18 00:40:56.707702 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 328 2025.09.18 00:40:56.709604 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:56.709647 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. 2025.09.18 00:40:56.710746 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.09.18 00:40:56.710999 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:56.711229 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 328 2025.09.18 00:40:59.200248 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5253 2025.09.18 00:40:59.200812 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:59.200861 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.18 00:40:59.201367 [ 245 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.09.18 00:40:59.201602 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:59.201744 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5253 2025.09.18 00:40:59.201749 [ 24 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.09.18 00:40:59.201816 [ 24 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:59.201837 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.18 00:40:59.201959 [ 191 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::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.09.18 00:40:59.202103 [ 191 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:40:59.202145 [ 191 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2821 rows starting from the beginning of the part 2025.09.18 00:40:59.202214 [ 191 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 512 rows starting from the beginning of the part 2025.09.18 00:40:59.202264 [ 191 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 448 rows starting from the beginning of the part 2025.09.18 00:40:59.202310 [ 191 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 512 rows starting from the beginning of the part 2025.09.18 00:40:59.202360 [ 191 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 448 rows starting from the beginning of the part 2025.09.18 00:40:59.202402 [ 191 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 512 rows starting from the beginning of the part 2025.09.18 00:40:59.203780 [ 186 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5253 rows, containing 4 columns (4 merged, 0 gathered) in 0.001874369 sec., 2802543.1491878065 rows/sec., 40.09 MiB/sec. 2025.09.18 00:40:59.204341 [ 194 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.09.18 00:40:59.204688 [ 194 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_11_2} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:59.204769 [ 194 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_11_2} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.09.18 00:40:59.204869 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2025.09.18 00:40:59.484857 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2025.09.18 00:40:59.502590 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:59.502643 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.18 00:40:59.508714 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.09.18 00:40:59.509431 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:59.509704 [ 24 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.09.18 00:40:59.509738 [ 24 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:40:59.509757 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.18 00:40:59.509894 [ 191 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::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.09.18 00:40:59.512754 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2025.09.18 00:40:59.514039 [ 191 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:40:59.515471 [ 191 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::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.09.18 00:40:59.520018 [ 191 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::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.09.18 00:40:59.524307 [ 191 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::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.09.18 00:40:59.528748 [ 191 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::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.09.18 00:40:59.533151 [ 191 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::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.09.18 00:40:59.537633 [ 191 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::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.09.18 00:40:59.591362 [ 186 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.08153535 sec., 1017.9633741683821 rows/sec., 5.26 MiB/sec. 2025.09.18 00:40:59.593715 [ 192 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.09.18 00:40:59.595792 [ 192 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::all_1_11_2} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:40:59.595874 [ 192 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::all_1_11_2} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.09.18 00:40:59.597687 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2025.09.18 00:41:00.000210 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 211.03 MiB, peak 220.91 MiB, free memory in arenas 0.00 B, will set to 219.29 MiB (RSS), difference: 8.26 MiB 2025.09.18 00:41:01.479476 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:01.479673 [ 276 ] {c516fdaa-61a4-4d97-8ce6-50583efd4dc7} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.18 00:41:01.479739 [ 276 ] {c516fdaa-61a4-4d97-8ce6-50583efd4dc7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.18 00:41:01.480317 [ 276 ] {c516fdaa-61a4-4d97-8ce6-50583efd4dc7} oximeter.fields_i16 (cf06a10e-1730-4cbf-a5a6-b367a2ab4906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:01.480361 [ 276 ] {c516fdaa-61a4-4d97-8ce6-50583efd4dc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.18 00:41:01.480739 [ 276 ] {c516fdaa-61a4-4d97-8ce6-50583efd4dc7} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.18 00:41:01.480963 [ 276 ] {c516fdaa-61a4-4d97-8ce6-50583efd4dc7} oximeter.fields_i16 (cf06a10e-1730-4cbf-a5a6-b367a2ab4906): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:01.481113 [ 276 ] {c516fdaa-61a4-4d97-8ce6-50583efd4dc7} executeQuery: Read 24 rows, 2.04 KiB in 0.001493 sec., 16075.016744809109 rows/sec., 1.33 MiB/sec. 2025.09.18 00:41:01.481164 [ 276 ] {c516fdaa-61a4-4d97-8ce6-50583efd4dc7} TCPHandler: Processed in 0.001821548 sec. 2025.09.18 00:41:01.481279 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:01.481380 [ 276 ] {f3d5ca79-1129-4384-bd7f-39ec0c70c636} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.18 00:41:01.481423 [ 276 ] {f3d5ca79-1129-4384-bd7f-39ec0c70c636} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.18 00:41:01.481806 [ 276 ] {f3d5ca79-1129-4384-bd7f-39ec0c70c636} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:01.481844 [ 276 ] {f3d5ca79-1129-4384-bd7f-39ec0c70c636} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.18 00:41:01.482131 [ 276 ] {f3d5ca79-1129-4384-bd7f-39ec0c70c636} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.18 00:41:01.482338 [ 276 ] {f3d5ca79-1129-4384-bd7f-39ec0c70c636} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:01.482466 [ 276 ] {f3d5ca79-1129-4384-bd7f-39ec0c70c636} executeQuery: Read 12 rows, 1002.00 B in 0.001109 sec., 10820.559062218215 rows/sec., 882.34 KiB/sec. 2025.09.18 00:41:01.482503 [ 276 ] {f3d5ca79-1129-4384-bd7f-39ec0c70c636} TCPHandler: Processed in 0.00127552 sec. 2025.09.18 00:41:01.482607 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:01.482704 [ 276 ] {97fa0260-abf9-43bb-ae1a-37028207f734} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:41:01.482742 [ 276 ] {97fa0260-abf9-43bb-ae1a-37028207f734} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:41:01.483242 [ 276 ] {97fa0260-abf9-43bb-ae1a-37028207f734} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:01.483276 [ 276 ] {97fa0260-abf9-43bb-ae1a-37028207f734} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.18 00:41:01.483587 [ 276 ] {97fa0260-abf9-43bb-ae1a-37028207f734} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.09.18 00:41:01.483804 [ 276 ] {97fa0260-abf9-43bb-ae1a-37028207f734} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:01.483929 [ 276 ] {97fa0260-abf9-43bb-ae1a-37028207f734} executeQuery: Read 264 rows, 24.15 KiB in 0.001246 sec., 211878.00963081862 rows/sec., 18.93 MiB/sec. 2025.09.18 00:41:01.483965 [ 276 ] {97fa0260-abf9-43bb-ae1a-37028207f734} TCPHandler: Processed in 0.001406472 sec. 2025.09.18 00:41:01.484070 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:01.484160 [ 276 ] {2aa0368d-beeb-45a6-8344-a40cb2e87385} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.18 00:41:01.484199 [ 276 ] {2aa0368d-beeb-45a6-8344-a40cb2e87385} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.18 00:41:01.484596 [ 276 ] {2aa0368d-beeb-45a6-8344-a40cb2e87385} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:01.484632 [ 276 ] {2aa0368d-beeb-45a6-8344-a40cb2e87385} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.18 00:41:01.484921 [ 276 ] {2aa0368d-beeb-45a6-8344-a40cb2e87385} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.09.18 00:41:01.485119 [ 276 ] {2aa0368d-beeb-45a6-8344-a40cb2e87385} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:01.485239 [ 276 ] {2aa0368d-beeb-45a6-8344-a40cb2e87385} executeQuery: Read 65 rows, 4.88 KiB in 0.001097 sec., 59252.506836827706 rows/sec., 4.35 MiB/sec. 2025.09.18 00:41:01.485275 [ 276 ] {2aa0368d-beeb-45a6-8344-a40cb2e87385} TCPHandler: Processed in 0.00125302 sec. 2025.09.18 00:41:01.485374 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:01.485465 [ 276 ] {f279bb52-0388-496d-b022-3e6fd9071121} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.18 00:41:01.485503 [ 276 ] {f279bb52-0388-496d-b022-3e6fd9071121} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.18 00:41:01.485859 [ 276 ] {f279bb52-0388-496d-b022-3e6fd9071121} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:01.485896 [ 276 ] {f279bb52-0388-496d-b022-3e6fd9071121} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.18 00:41:01.486176 [ 276 ] {f279bb52-0388-496d-b022-3e6fd9071121} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.18 00:41:01.486373 [ 276 ] {f279bb52-0388-496d-b022-3e6fd9071121} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:01.486492 [ 276 ] {f279bb52-0388-496d-b022-3e6fd9071121} executeQuery: Read 24 rows, 2.04 KiB in 0.001044 sec., 22988.505747126437 rows/sec., 1.91 MiB/sec. 2025.09.18 00:41:01.486527 [ 276 ] {f279bb52-0388-496d-b022-3e6fd9071121} TCPHandler: Processed in 0.001199398 sec. 2025.09.18 00:41:01.486627 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:01.486717 [ 276 ] {91c22989-de7a-48aa-98a2-079237440c12} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.18 00:41:01.486755 [ 276 ] {91c22989-de7a-48aa-98a2-079237440c12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.18 00:41:01.487116 [ 276 ] {91c22989-de7a-48aa-98a2-079237440c12} oximeter.fields_u8 (8e0d46a4-6712-4cba-8404-3aa8cdd0fb1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:01.487150 [ 276 ] {91c22989-de7a-48aa-98a2-079237440c12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.18 00:41:01.487425 [ 276 ] {91c22989-de7a-48aa-98a2-079237440c12} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.09.18 00:41:01.487626 [ 276 ] {91c22989-de7a-48aa-98a2-079237440c12} oximeter.fields_u8 (8e0d46a4-6712-4cba-8404-3aa8cdd0fb1a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:01.487744 [ 276 ] {91c22989-de7a-48aa-98a2-079237440c12} executeQuery: Read 12 rows, 960.00 B in 0.001045 sec., 11483.253588516747 rows/sec., 897.13 KiB/sec. 2025.09.18 00:41:01.487781 [ 276 ] {91c22989-de7a-48aa-98a2-079237440c12} TCPHandler: Processed in 0.001201499 sec. 2025.09.18 00:41:01.487881 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:01.487972 [ 276 ] {be7831aa-459b-43af-a71e-1134645ae8f0} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:41:01.488010 [ 276 ] {be7831aa-459b-43af-a71e-1134645ae8f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:41:01.488450 [ 276 ] {be7831aa-459b-43af-a71e-1134645ae8f0} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:01.488486 [ 276 ] {be7831aa-459b-43af-a71e-1134645ae8f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.18 00:41:01.488790 [ 276 ] {be7831aa-459b-43af-a71e-1134645ae8f0} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.09.18 00:41:01.488988 [ 276 ] {be7831aa-459b-43af-a71e-1134645ae8f0} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:01.489110 [ 276 ] {be7831aa-459b-43af-a71e-1134645ae8f0} executeQuery: Read 162 rows, 13.36 KiB in 0.001156 sec., 140138.40830449827 rows/sec., 11.28 MiB/sec. 2025.09.18 00:41:01.489145 [ 276 ] {be7831aa-459b-43af-a71e-1134645ae8f0} TCPHandler: Processed in 0.001311541 sec. 2025.09.18 00:41:01.489246 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:01.489338 [ 276 ] {f2a9927c-2c7f-440a-8f97-3bde95d01b15} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:41:01.489379 [ 276 ] {f2a9927c-2c7f-440a-8f97-3bde95d01b15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:41:01.489751 [ 276 ] {f2a9927c-2c7f-440a-8f97-3bde95d01b15} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:01.489786 [ 276 ] {f2a9927c-2c7f-440a-8f97-3bde95d01b15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.18 00:41:01.490101 [ 276 ] {f2a9927c-2c7f-440a-8f97-3bde95d01b15} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.09.18 00:41:01.490297 [ 276 ] {f2a9927c-2c7f-440a-8f97-3bde95d01b15} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:01.490420 [ 276 ] {f2a9927c-2c7f-440a-8f97-3bde95d01b15} executeQuery: Read 202 rows, 14.82 KiB in 0.0011 sec., 183636.36363636362 rows/sec., 13.16 MiB/sec. 2025.09.18 00:41:01.490454 [ 276 ] {f2a9927c-2c7f-440a-8f97-3bde95d01b15} TCPHandler: Processed in 0.00125549 sec. 2025.09.18 00:41:01.490553 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:01.490644 [ 276 ] {cb01e88c-0bb4-40c8-8e63-7fdf9b5f8dcd} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.18 00:41:01.490696 [ 276 ] {cb01e88c-0bb4-40c8-8e63-7fdf9b5f8dcd} 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.09.18 00:41:01.491410 [ 276 ] {cb01e88c-0bb4-40c8-8e63-7fdf9b5f8dcd} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:01.491446 [ 276 ] {cb01e88c-0bb4-40c8-8e63-7fdf9b5f8dcd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.18 00:41:01.491973 [ 276 ] {cb01e88c-0bb4-40c8-8e63-7fdf9b5f8dcd} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.09.18 00:41:01.492185 [ 276 ] {cb01e88c-0bb4-40c8-8e63-7fdf9b5f8dcd} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:01.492315 [ 276 ] {cb01e88c-0bb4-40c8-8e63-7fdf9b5f8dcd} executeQuery: Read 41 rows, 75.23 KiB in 0.001688 sec., 24289.09952606635 rows/sec., 43.52 MiB/sec. 2025.09.18 00:41:01.492364 [ 276 ] {cb01e88c-0bb4-40c8-8e63-7fdf9b5f8dcd} TCPHandler: Processed in 0.001858589 sec. 2025.09.18 00:41:01.492469 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:01.492560 [ 276 ] {3f115c2f-8e83-49fa-9c72-0159bdab0bfa} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.09.18 00:41:01.492600 [ 276 ] {3f115c2f-8e83-49fa-9c72-0159bdab0bfa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.09.18 00:41:01.492885 [ 276 ] {3f115c2f-8e83-49fa-9c72-0159bdab0bfa} oximeter.measurements_i64 (5a311685-0ba1-4b97-96bd-897a1d786690): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:01.492921 [ 276 ] {3f115c2f-8e83-49fa-9c72-0159bdab0bfa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.18 00:41:01.493213 [ 276 ] {3f115c2f-8e83-49fa-9c72-0159bdab0bfa} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.09.18 00:41:01.493410 [ 276 ] {3f115c2f-8e83-49fa-9c72-0159bdab0bfa} oximeter.measurements_i64 (5a311685-0ba1-4b97-96bd-897a1d786690): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:01.493529 [ 276 ] {3f115c2f-8e83-49fa-9c72-0159bdab0bfa} executeQuery: Read 9 rows, 651.00 B in 0.000987 sec., 9118.54103343465 rows/sec., 644.12 KiB/sec. 2025.09.18 00:41:01.493564 [ 276 ] {3f115c2f-8e83-49fa-9c72-0159bdab0bfa} TCPHandler: Processed in 0.001142248 sec. 2025.09.18 00:41:01.493663 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:01.493754 [ 276 ] {80d02e39-af39-41c0-914e-ce91e0028286} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:41:01.493793 [ 276 ] {80d02e39-af39-41c0-914e-ce91e0028286} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:41:01.494084 [ 276 ] {80d02e39-af39-41c0-914e-ce91e0028286} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:01.494120 [ 276 ] {80d02e39-af39-41c0-914e-ce91e0028286} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.18 00:41:01.494411 [ 276 ] {80d02e39-af39-41c0-914e-ce91e0028286} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.09.18 00:41:01.494608 [ 276 ] {80d02e39-af39-41c0-914e-ce91e0028286} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:01.494734 [ 276 ] {80d02e39-af39-41c0-914e-ce91e0028286} executeQuery: Read 60 rows, 4.14 KiB in 0.000997 sec., 60180.54162487462 rows/sec., 4.06 MiB/sec. 2025.09.18 00:41:01.494768 [ 276 ] {80d02e39-af39-41c0-914e-ce91e0028286} TCPHandler: Processed in 0.001151268 sec. 2025.09.18 00:41:06.475063 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:06.475266 [ 276 ] {8225a9da-b278-4563-8ca5-41114a1cc5f3} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:41:06.475335 [ 276 ] {8225a9da-b278-4563-8ca5-41114a1cc5f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:41:06.476102 [ 276 ] {8225a9da-b278-4563-8ca5-41114a1cc5f3} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:06.476138 [ 276 ] {8225a9da-b278-4563-8ca5-41114a1cc5f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.18 00:41:06.476510 [ 276 ] {8225a9da-b278-4563-8ca5-41114a1cc5f3} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.09.18 00:41:06.476753 [ 276 ] {8225a9da-b278-4563-8ca5-41114a1cc5f3} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:06.476898 [ 276 ] {8225a9da-b278-4563-8ca5-41114a1cc5f3} executeQuery: Read 56 rows, 4.41 KiB in 0.001683 sec., 33273.915626856804 rows/sec., 2.56 MiB/sec. 2025.09.18 00:41:06.476938 [ 276 ] {8225a9da-b278-4563-8ca5-41114a1cc5f3} TCPHandler: Processed in 0.002006841 sec. 2025.09.18 00:41:06.477062 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:06.477155 [ 276 ] {31a7f340-e160-44ba-81d0-49ce8987f557} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:41:06.477195 [ 276 ] {31a7f340-e160-44ba-81d0-49ce8987f557} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:41:06.477608 [ 276 ] {31a7f340-e160-44ba-81d0-49ce8987f557} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:06.477642 [ 276 ] {31a7f340-e160-44ba-81d0-49ce8987f557} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.18 00:41:06.477937 [ 276 ] {31a7f340-e160-44ba-81d0-49ce8987f557} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.09.18 00:41:06.478142 [ 276 ] {31a7f340-e160-44ba-81d0-49ce8987f557} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:06.478265 [ 276 ] {31a7f340-e160-44ba-81d0-49ce8987f557} executeQuery: Read 64 rows, 5.12 KiB in 0.001129 sec., 56687.333923826394 rows/sec., 4.42 MiB/sec. 2025.09.18 00:41:06.478300 [ 276 ] {31a7f340-e160-44ba-81d0-49ce8987f557} TCPHandler: Processed in 0.00128501 sec. 2025.09.18 00:41:06.478407 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:06.478498 [ 276 ] {ffd48fc2-141e-4585-b36e-33f694e05bca} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:41:06.478541 [ 276 ] {ffd48fc2-141e-4585-b36e-33f694e05bca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:41:06.478946 [ 276 ] {ffd48fc2-141e-4585-b36e-33f694e05bca} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:06.478979 [ 276 ] {ffd48fc2-141e-4585-b36e-33f694e05bca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.18 00:41:06.479294 [ 276 ] {ffd48fc2-141e-4585-b36e-33f694e05bca} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.09.18 00:41:06.479493 [ 276 ] {ffd48fc2-141e-4585-b36e-33f694e05bca} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:06.479615 [ 276 ] {ffd48fc2-141e-4585-b36e-33f694e05bca} executeQuery: Read 160 rows, 11.41 KiB in 0.001135 sec., 140969.16299559473 rows/sec., 9.82 MiB/sec. 2025.09.18 00:41:06.479649 [ 276 ] {ffd48fc2-141e-4585-b36e-33f694e05bca} TCPHandler: Processed in 0.00128872 sec. 2025.09.18 00:41:06.479753 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:06.479844 [ 276 ] {398fb66c-f092-4d01-8976-e682a2487408} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:41:06.479883 [ 276 ] {398fb66c-f092-4d01-8976-e682a2487408} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:41:06.480199 [ 276 ] {398fb66c-f092-4d01-8976-e682a2487408} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:06.480232 [ 276 ] {398fb66c-f092-4d01-8976-e682a2487408} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.18 00:41:06.480525 [ 276 ] {398fb66c-f092-4d01-8976-e682a2487408} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.09.18 00:41:06.480728 [ 276 ] {398fb66c-f092-4d01-8976-e682a2487408} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:06.480847 [ 276 ] {398fb66c-f092-4d01-8976-e682a2487408} executeQuery: Read 60 rows, 4.14 KiB in 0.00102 sec., 58823.5294117647 rows/sec., 3.96 MiB/sec. 2025.09.18 00:41:06.480880 [ 276 ] {398fb66c-f092-4d01-8976-e682a2487408} TCPHandler: Processed in 0.001172728 sec. 2025.09.18 00:41:06.617408 [ 145 ] {} DNSResolver: Updating DNS cache 2025.09.18 00:41:06.617461 [ 145 ] {} DNSResolver: Updated DNS cache 2025.09.18 00:41:06.701871 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5701 2025.09.18 00:41:06.702276 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:06.702314 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.18 00:41:06.702840 [ 245 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.09.18 00:41:06.703056 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:06.703168 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5701 2025.09.18 00:41:06.711413 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 358 2025.09.18 00:41:06.713659 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:06.713722 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.18 00:41:06.714915 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.09.18 00:41:06.715176 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:06.715474 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 358 2025.09.18 00:41:07.012882 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2025.09.18 00:41:07.030918 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:07.031011 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.18 00:41:07.036612 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.09.18 00:41:07.037365 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:07.040388 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2025.09.18 00:41:11.478187 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:11.478397 [ 276 ] {10c12977-bbba-4633-96bc-bd1dc31ab002} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:41:11.478468 [ 276 ] {10c12977-bbba-4633-96bc-bd1dc31ab002} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:41:11.479196 [ 276 ] {10c12977-bbba-4633-96bc-bd1dc31ab002} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:11.479233 [ 276 ] {10c12977-bbba-4633-96bc-bd1dc31ab002} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.18 00:41:11.479712 [ 276 ] {10c12977-bbba-4633-96bc-bd1dc31ab002} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.09.18 00:41:11.479936 [ 276 ] {10c12977-bbba-4633-96bc-bd1dc31ab002} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:11.480067 [ 149 ] {} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.09.18 00:41:11.480089 [ 276 ] {10c12977-bbba-4633-96bc-bd1dc31ab002} executeQuery: Read 138 rows, 12.25 KiB in 0.001745 sec., 79083.09455587392 rows/sec., 6.85 MiB/sec. 2025.09.18 00:41:11.480109 [ 149 ] {} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:11.480132 [ 276 ] {10c12977-bbba-4633-96bc-bd1dc31ab002} TCPHandler: Processed in 0.002084522 sec. 2025.09.18 00:41:11.480133 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.18 00:41:11.480254 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:11.480322 [ 202 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::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.09.18 00:41:11.480354 [ 276 ] {f10e5a38-374c-4385-b8b2-f2047259e1bf} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.18 00:41:11.480435 [ 276 ] {f10e5a38-374c-4385-b8b2-f2047259e1bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.18 00:41:11.480550 [ 202 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:41:11.480611 [ 202 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1397 rows starting from the beginning of the part 2025.09.18 00:41:11.480716 [ 202 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 130 rows starting from the beginning of the part 2025.09.18 00:41:11.480796 [ 202 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 56 rows starting from the beginning of the part 2025.09.18 00:41:11.480832 [ 276 ] {f10e5a38-374c-4385-b8b2-f2047259e1bf} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:11.480867 [ 202 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 264 rows starting from the beginning of the part 2025.09.18 00:41:11.480875 [ 276 ] {f10e5a38-374c-4385-b8b2-f2047259e1bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.18 00:41:11.480945 [ 202 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part 2025.09.18 00:41:11.481019 [ 202 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 138 rows starting from the beginning of the part 2025.09.18 00:41:11.481229 [ 276 ] {f10e5a38-374c-4385-b8b2-f2047259e1bf} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.09.18 00:41:11.481590 [ 276 ] {f10e5a38-374c-4385-b8b2-f2047259e1bf} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:11.481730 [ 276 ] {f10e5a38-374c-4385-b8b2-f2047259e1bf} executeQuery: Read 41 rows, 3.08 KiB in 0.001396 sec., 29369.62750716332 rows/sec., 2.16 MiB/sec. 2025.09.18 00:41:11.481769 [ 276 ] {f10e5a38-374c-4385-b8b2-f2047259e1bf} TCPHandler: Processed in 0.001567544 sec. 2025.09.18 00:41:11.481872 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:11.481968 [ 276 ] {69a4a196-a0d5-4132-bf80-a9efaef21773} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:41:11.482008 [ 276 ] {69a4a196-a0d5-4132-bf80-a9efaef21773} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:41:11.482435 [ 276 ] {69a4a196-a0d5-4132-bf80-a9efaef21773} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:11.482471 [ 276 ] {69a4a196-a0d5-4132-bf80-a9efaef21773} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.18 00:41:11.482539 [ 192 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2041 rows, containing 5 columns (5 merged, 0 gathered) in 0.002313396 sec., 882252.7574180987 rows/sec., 77.95 MiB/sec. 2025.09.18 00:41:11.482791 [ 276 ] {69a4a196-a0d5-4132-bf80-a9efaef21773} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.09.18 00:41:11.482878 [ 186 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.09.18 00:41:11.483090 [ 276 ] {69a4a196-a0d5-4132-bf80-a9efaef21773} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:11.483202 [ 149 ] {} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.09.18 00:41:11.483225 [ 186 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_16_3} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:11.483232 [ 149 ] {} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:11.483237 [ 276 ] {69a4a196-a0d5-4132-bf80-a9efaef21773} executeQuery: Read 105 rows, 8.40 KiB in 0.001288 sec., 81521.73913043478 rows/sec., 6.37 MiB/sec. 2025.09.18 00:41:11.483269 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.18 00:41:11.483292 [ 276 ] {69a4a196-a0d5-4132-bf80-a9efaef21773} TCPHandler: Processed in 0.001469543 sec. 2025.09.18 00:41:11.483312 [ 186 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_16_3} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.09.18 00:41:11.483376 [ 199 ] {ed3758e3-769d-40dc-8194-b54c707413cf::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.09.18 00:41:11.483396 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:11.483400 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. 2025.09.18 00:41:11.483515 [ 276 ] {16490ef3-6467-4181-8503-04a73a06318d} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:41:11.483517 [ 199 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:41:11.483570 [ 276 ] {16490ef3-6467-4181-8503-04a73a06318d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:41:11.483571 [ 199 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 617 rows starting from the beginning of the part 2025.09.18 00:41:11.483675 [ 199 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 101 rows starting from the beginning of the part 2025.09.18 00:41:11.483725 [ 199 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 64 rows starting from the beginning of the part 2025.09.18 00:41:11.483769 [ 199 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 162 rows starting from the beginning of the part 2025.09.18 00:41:11.483810 [ 199 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 64 rows starting from the beginning of the part 2025.09.18 00:41:11.483849 [ 199 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 105 rows starting from the beginning of the part 2025.09.18 00:41:11.483998 [ 276 ] {16490ef3-6467-4181-8503-04a73a06318d} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:11.484040 [ 276 ] {16490ef3-6467-4181-8503-04a73a06318d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.18 00:41:11.484407 [ 276 ] {16490ef3-6467-4181-8503-04a73a06318d} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.09.18 00:41:11.484634 [ 276 ] {16490ef3-6467-4181-8503-04a73a06318d} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:11.484726 [ 149 ] {} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.09.18 00:41:11.484749 [ 149 ] {} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:11.484766 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.18 00:41:11.484772 [ 276 ] {16490ef3-6467-4181-8503-04a73a06318d} executeQuery: Read 160 rows, 11.41 KiB in 0.001274 sec., 125588.69701726845 rows/sec., 8.75 MiB/sec. 2025.09.18 00:41:11.484811 [ 276 ] {16490ef3-6467-4181-8503-04a73a06318d} TCPHandler: Processed in 0.001465243 sec. 2025.09.18 00:41:11.484853 [ 192 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::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.09.18 00:41:11.484900 [ 189 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1113 rows, containing 5 columns (5 merged, 0 gathered) in 0.001578595 sec., 705057.3452975589 rows/sec., 56.91 MiB/sec. 2025.09.18 00:41:11.484935 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:11.484986 [ 192 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:41:11.485026 [ 192 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3767 rows starting from the beginning of the part 2025.09.18 00:41:11.485030 [ 276 ] {29d39204-7855-49c9-bef3-4406b282bd78} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.18 00:41:11.485083 [ 186 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.09.18 00:41:11.485097 [ 276 ] {29d39204-7855-49c9-bef3-4406b282bd78} 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.09.18 00:41:11.485122 [ 192 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::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.09.18 00:41:11.485178 [ 192 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::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.09.18 00:41:11.485229 [ 192 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 202 rows starting from the beginning of the part 2025.09.18 00:41:11.485278 [ 192 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::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.09.18 00:41:11.485330 [ 192 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::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.09.18 00:41:11.485413 [ 186 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_16_3} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:11.485505 [ 186 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_16_3} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.09.18 00:41:11.485590 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2025.09.18 00:41:11.485952 [ 276 ] {29d39204-7855-49c9-bef3-4406b282bd78} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:11.485994 [ 276 ] {29d39204-7855-49c9-bef3-4406b282bd78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.18 00:41:11.486648 [ 276 ] {29d39204-7855-49c9-bef3-4406b282bd78} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.09.18 00:41:11.486874 [ 276 ] {29d39204-7855-49c9-bef3-4406b282bd78} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:11.487015 [ 276 ] {29d39204-7855-49c9-bef3-4406b282bd78} executeQuery: Read 41 rows, 75.23 KiB in 0.002002 sec., 20479.52047952048 rows/sec., 36.70 MiB/sec. 2025.09.18 00:41:11.487077 [ 276 ] {29d39204-7855-49c9-bef3-4406b282bd78} TCPHandler: Processed in 0.002202064 sec. 2025.09.18 00:41:11.487183 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:11.487275 [ 276 ] {701c9caf-77d2-43ab-9601-1427d78b3b31} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:41:11.487316 [ 276 ] {701c9caf-77d2-43ab-9601-1427d78b3b31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:41:11.487383 [ 186 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 4609 rows, containing 5 columns (5 merged, 0 gathered) in 0.00256653 sec., 1795809.906761269 rows/sec., 123.65 MiB/sec. 2025.09.18 00:41:11.487644 [ 276 ] {701c9caf-77d2-43ab-9601-1427d78b3b31} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:11.487684 [ 276 ] {701c9caf-77d2-43ab-9601-1427d78b3b31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.18 00:41:11.487987 [ 276 ] {701c9caf-77d2-43ab-9601-1427d78b3b31} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.09.18 00:41:11.488081 [ 186 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.09.18 00:41:11.488233 [ 276 ] {701c9caf-77d2-43ab-9601-1427d78b3b31} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:11.488338 [ 149 ] {} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.09.18 00:41:11.488365 [ 149 ] {} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:11.488375 [ 276 ] {701c9caf-77d2-43ab-9601-1427d78b3b31} executeQuery: Read 60 rows, 4.14 KiB in 0.001117 sec., 53715.308863025966 rows/sec., 3.62 MiB/sec. 2025.09.18 00:41:11.488384 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.18 00:41:11.488392 [ 186 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_16_3} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:11.488412 [ 276 ] {701c9caf-77d2-43ab-9601-1427d78b3b31} TCPHandler: Processed in 0.00127617 sec. 2025.09.18 00:41:11.488476 [ 188 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:41:11.488481 [ 186 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_16_3} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.09.18 00:41:11.488583 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. 2025.09.18 00:41:11.488594 [ 188 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:41:11.488637 [ 188 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 540 rows starting from the beginning of the part 2025.09.18 00:41:11.488720 [ 188 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:41:11.488785 [ 188 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:41:11.488831 [ 188 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:41:11.488868 [ 188 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:41:11.488909 [ 188 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:41:11.489790 [ 189 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 840 rows, containing 4 columns (4 merged, 0 gathered) in 0.001358861 sec., 618164.7718199285 rows/sec., 41.60 MiB/sec. 2025.09.18 00:41:11.489960 [ 188 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.09.18 00:41:11.490221 [ 188 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_16_3} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:11.490289 [ 188 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_16_3} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.09.18 00:41:11.490359 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2025.09.18 00:41:12.513743 [ 79 ] {} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.09.18 00:41:12.513828 [ 79 ] {} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:12.513854 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.18 00:41:12.513996 [ 192 ] {93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49::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.09.18 00:41:12.514154 [ 192 ] {93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:41:12.514193 [ 192 ] {93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2025.09.18 00:41:12.514268 [ 192 ] {93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part 2025.09.18 00:41:12.514323 [ 192 ] {93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49::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.09.18 00:41:12.514374 [ 192 ] {93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part 2025.09.18 00:41:12.514424 [ 192 ] {93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part 2025.09.18 00:41:12.515372 [ 198 ] {93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 5 columns (5 merged, 0 gathered) in 0.001437023 sec., 18092.960237936346 rows/sec., 1.51 MiB/sec. 2025.09.18 00:41:12.515579 [ 189 ] {93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.09.18 00:41:12.515906 [ 189 ] {93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49::all_1_5_1} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:12.515987 [ 189 ] {93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49::all_1_5_1} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.09.18 00:41:12.516097 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.09.18 00:41:14.203315 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 6213 2025.09.18 00:41:14.203883 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:14.203933 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.18 00:41:14.204423 [ 245 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.09.18 00:41:14.204652 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:14.204783 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6213 2025.09.18 00:41:14.540517 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2025.09.18 00:41:14.557092 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:14.557156 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.18 00:41:14.564964 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.09.18 00:41:14.565727 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:14.569431 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2025.09.18 00:41:16.503148 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:16.503322 [ 276 ] {56fbcfac-03a9-485e-8038-ce2bbbcc348f} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.18 00:41:16.503390 [ 276 ] {56fbcfac-03a9-485e-8038-ce2bbbcc348f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.18 00:41:16.503993 [ 276 ] {56fbcfac-03a9-485e-8038-ce2bbbcc348f} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:16.504043 [ 276 ] {56fbcfac-03a9-485e-8038-ce2bbbcc348f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.18 00:41:16.504438 [ 276 ] {56fbcfac-03a9-485e-8038-ce2bbbcc348f} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.09.18 00:41:16.504661 [ 276 ] {56fbcfac-03a9-485e-8038-ce2bbbcc348f} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:16.504826 [ 276 ] {56fbcfac-03a9-485e-8038-ce2bbbcc348f} executeQuery: Read 2 rows, 167.00 B in 0.001549 sec., 1291.1555842479017 rows/sec., 105.28 KiB/sec. 2025.09.18 00:41:16.504875 [ 276 ] {56fbcfac-03a9-485e-8038-ce2bbbcc348f} TCPHandler: Processed in 0.001858089 sec. 2025.09.18 00:41:16.504993 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:16.505102 [ 276 ] {d5becf2e-692b-4fa9-9650-5aaf4122bfd1} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:41:16.505145 [ 276 ] {d5becf2e-692b-4fa9-9650-5aaf4122bfd1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:41:16.506179 [ 276 ] {d5becf2e-692b-4fa9-9650-5aaf4122bfd1} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:16.506214 [ 276 ] {d5becf2e-692b-4fa9-9650-5aaf4122bfd1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.18 00:41:16.506600 [ 276 ] {d5becf2e-692b-4fa9-9650-5aaf4122bfd1} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.09.18 00:41:16.506807 [ 276 ] {d5becf2e-692b-4fa9-9650-5aaf4122bfd1} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:16.506942 [ 276 ] {d5becf2e-692b-4fa9-9650-5aaf4122bfd1} executeQuery: Read 1197 rows, 101.04 KiB in 0.001862 sec., 642857.1428571428 rows/sec., 52.99 MiB/sec. 2025.09.18 00:41:16.506980 [ 276 ] {d5becf2e-692b-4fa9-9650-5aaf4122bfd1} TCPHandler: Processed in 0.002037872 sec. 2025.09.18 00:41:16.507089 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:16.507186 [ 276 ] {4a787847-3c50-4341-8b9b-1cbb3b86d4d3} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.18 00:41:16.507228 [ 276 ] {4a787847-3c50-4341-8b9b-1cbb3b86d4d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.18 00:41:16.507602 [ 276 ] {4a787847-3c50-4341-8b9b-1cbb3b86d4d3} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:16.507638 [ 276 ] {4a787847-3c50-4341-8b9b-1cbb3b86d4d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.18 00:41:16.507927 [ 276 ] {4a787847-3c50-4341-8b9b-1cbb3b86d4d3} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.09.18 00:41:16.508134 [ 276 ] {4a787847-3c50-4341-8b9b-1cbb3b86d4d3} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:16.508249 [ 147 ] {} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.09.18 00:41:16.508264 [ 276 ] {4a787847-3c50-4341-8b9b-1cbb3b86d4d3} executeQuery: Read 2 rows, 143.00 B in 0.001097 sec., 1823.1540565177756 rows/sec., 127.30 KiB/sec. 2025.09.18 00:41:16.508328 [ 147 ] {} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:16.508341 [ 276 ] {4a787847-3c50-4341-8b9b-1cbb3b86d4d3} TCPHandler: Processed in 0.00130174 sec. 2025.09.18 00:41:16.508358 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.18 00:41:16.508448 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:16.508496 [ 192 ] {760959a3-fef0-4463-b66b-9e8797170cee::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.09.18 00:41:16.508549 [ 276 ] {5e99ac53-d242-49c9-8e9d-2bdf3baefd13} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.18 00:41:16.508592 [ 276 ] {5e99ac53-d242-49c9-8e9d-2bdf3baefd13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.18 00:41:16.508647 [ 192 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:41:16.508687 [ 192 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 61 rows starting from the beginning of the part 2025.09.18 00:41:16.508757 [ 192 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part 2025.09.18 00:41:16.508806 [ 192 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 37 rows starting from the beginning of the part 2025.09.18 00:41:16.508851 [ 192 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 65 rows starting from the beginning of the part 2025.09.18 00:41:16.508889 [ 192 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 41 rows starting from the beginning of the part 2025.09.18 00:41:16.508929 [ 192 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part 2025.09.18 00:41:16.509074 [ 276 ] {5e99ac53-d242-49c9-8e9d-2bdf3baefd13} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:16.509116 [ 276 ] {5e99ac53-d242-49c9-8e9d-2bdf3baefd13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.18 00:41:16.509538 [ 276 ] {5e99ac53-d242-49c9-8e9d-2bdf3baefd13} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.18 00:41:16.509768 [ 276 ] {5e99ac53-d242-49c9-8e9d-2bdf3baefd13} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:16.509850 [ 198 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 208 rows, containing 5 columns (5 merged, 0 gathered) in 0.001411762 sec., 147333.61572276347 rows/sec., 11.36 MiB/sec. 2025.09.18 00:41:16.509914 [ 276 ] {5e99ac53-d242-49c9-8e9d-2bdf3baefd13} executeQuery: Read 228 rows, 15.81 KiB in 0.001382 sec., 164978.29232995657 rows/sec., 11.17 MiB/sec. 2025.09.18 00:41:16.509956 [ 276 ] {5e99ac53-d242-49c9-8e9d-2bdf3baefd13} TCPHandler: Processed in 0.001556235 sec. 2025.09.18 00:41:16.510037 [ 193 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.09.18 00:41:16.510072 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:16.510165 [ 276 ] {77e0bb28-4008-4c8f-9b30-f1dd9528550d} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:41:16.510205 [ 276 ] {77e0bb28-4008-4c8f-9b30-f1dd9528550d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:41:16.510293 [ 193 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_11_2} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:16.510360 [ 193 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_11_2} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.09.18 00:41:16.510441 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.09.18 00:41:16.510794 [ 276 ] {77e0bb28-4008-4c8f-9b30-f1dd9528550d} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:16.510828 [ 276 ] {77e0bb28-4008-4c8f-9b30-f1dd9528550d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.18 00:41:16.511151 [ 276 ] {77e0bb28-4008-4c8f-9b30-f1dd9528550d} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.09.18 00:41:16.511355 [ 276 ] {77e0bb28-4008-4c8f-9b30-f1dd9528550d} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:16.511491 [ 276 ] {77e0bb28-4008-4c8f-9b30-f1dd9528550d} executeQuery: Read 522 rows, 39.57 KiB in 0.001343 sec., 388682.05510052125 rows/sec., 28.77 MiB/sec. 2025.09.18 00:41:16.511530 [ 276 ] {77e0bb28-4008-4c8f-9b30-f1dd9528550d} TCPHandler: Processed in 0.001506973 sec. 2025.09.18 00:41:16.511634 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:16.511726 [ 276 ] {20788e57-c49e-46a7-8eab-9c8a5df2ac33} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:41:16.511770 [ 276 ] {20788e57-c49e-46a7-8eab-9c8a5df2ac33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:41:16.512310 [ 276 ] {20788e57-c49e-46a7-8eab-9c8a5df2ac33} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:16.512347 [ 276 ] {20788e57-c49e-46a7-8eab-9c8a5df2ac33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.18 00:41:16.512709 [ 276 ] {20788e57-c49e-46a7-8eab-9c8a5df2ac33} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.09.18 00:41:16.512917 [ 276 ] {20788e57-c49e-46a7-8eab-9c8a5df2ac33} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:16.513054 [ 276 ] {20788e57-c49e-46a7-8eab-9c8a5df2ac33} executeQuery: Read 845 rows, 58.24 KiB in 0.001345 sec., 628252.7881040892 rows/sec., 42.29 MiB/sec. 2025.09.18 00:41:16.513092 [ 276 ] {20788e57-c49e-46a7-8eab-9c8a5df2ac33} TCPHandler: Processed in 0.001506724 sec. 2025.09.18 00:41:16.513195 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:16.513288 [ 276 ] {7c5196bf-8e9f-4a1d-bc09-7b7f32de667c} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:41:16.513330 [ 276 ] {7c5196bf-8e9f-4a1d-bc09-7b7f32de667c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:41:16.513641 [ 276 ] {7c5196bf-8e9f-4a1d-bc09-7b7f32de667c} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:16.513676 [ 276 ] {7c5196bf-8e9f-4a1d-bc09-7b7f32de667c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.18 00:41:16.513983 [ 276 ] {7c5196bf-8e9f-4a1d-bc09-7b7f32de667c} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.09.18 00:41:16.514195 [ 276 ] {7c5196bf-8e9f-4a1d-bc09-7b7f32de667c} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:16.514332 [ 276 ] {7c5196bf-8e9f-4a1d-bc09-7b7f32de667c} executeQuery: Read 60 rows, 4.14 KiB in 0.00106 sec., 56603.77358490566 rows/sec., 3.81 MiB/sec. 2025.09.18 00:41:16.514368 [ 276 ] {7c5196bf-8e9f-4a1d-bc09-7b7f32de667c} TCPHandler: Processed in 0.001220869 sec. 2025.09.18 00:41:16.715685 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 384 2025.09.18 00:41:16.717901 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:16.717953 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.18 00:41:16.719158 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.09.18 00:41:16.719445 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:16.719812 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 384 2025.09.18 00:41:21.477862 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:21.478076 [ 276 ] {afb06e04-b567-4b0a-afc8-414c8eb4e20d} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:41:21.478147 [ 276 ] {afb06e04-b567-4b0a-afc8-414c8eb4e20d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:41:21.478868 [ 276 ] {afb06e04-b567-4b0a-afc8-414c8eb4e20d} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:21.478913 [ 276 ] {afb06e04-b567-4b0a-afc8-414c8eb4e20d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.18 00:41:21.479300 [ 276 ] {afb06e04-b567-4b0a-afc8-414c8eb4e20d} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.09.18 00:41:21.479523 [ 276 ] {afb06e04-b567-4b0a-afc8-414c8eb4e20d} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:21.479686 [ 276 ] {afb06e04-b567-4b0a-afc8-414c8eb4e20d} executeQuery: Read 138 rows, 12.25 KiB in 0.00166 sec., 83132.53012048193 rows/sec., 7.21 MiB/sec. 2025.09.18 00:41:21.479730 [ 276 ] {afb06e04-b567-4b0a-afc8-414c8eb4e20d} TCPHandler: Processed in 0.002002092 sec. 2025.09.18 00:41:21.479852 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:21.479947 [ 276 ] {f166d646-341b-40d9-9779-b8a822f5cd1d} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.18 00:41:21.479987 [ 276 ] {f166d646-341b-40d9-9779-b8a822f5cd1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.18 00:41:21.480398 [ 276 ] {f166d646-341b-40d9-9779-b8a822f5cd1d} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:21.480433 [ 276 ] {f166d646-341b-40d9-9779-b8a822f5cd1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.18 00:41:21.480724 [ 276 ] {f166d646-341b-40d9-9779-b8a822f5cd1d} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.09.18 00:41:21.480929 [ 276 ] {f166d646-341b-40d9-9779-b8a822f5cd1d} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:21.481056 [ 276 ] {f166d646-341b-40d9-9779-b8a822f5cd1d} executeQuery: Read 41 rows, 3.08 KiB in 0.001127 sec., 36379.76929902396 rows/sec., 2.67 MiB/sec. 2025.09.18 00:41:21.481096 [ 276 ] {f166d646-341b-40d9-9779-b8a822f5cd1d} TCPHandler: Processed in 0.00129139 sec. 2025.09.18 00:41:21.481206 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:21.481297 [ 276 ] {9cb76860-00bb-4fe8-b70d-21ad67138650} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:41:21.481335 [ 276 ] {9cb76860-00bb-4fe8-b70d-21ad67138650} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:41:21.481759 [ 276 ] {9cb76860-00bb-4fe8-b70d-21ad67138650} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:21.481794 [ 276 ] {9cb76860-00bb-4fe8-b70d-21ad67138650} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.18 00:41:21.482093 [ 276 ] {9cb76860-00bb-4fe8-b70d-21ad67138650} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.09.18 00:41:21.482305 [ 276 ] {9cb76860-00bb-4fe8-b70d-21ad67138650} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:21.482435 [ 276 ] {9cb76860-00bb-4fe8-b70d-21ad67138650} executeQuery: Read 105 rows, 8.40 KiB in 0.001154 sec., 90987.86828422877 rows/sec., 7.11 MiB/sec. 2025.09.18 00:41:21.482474 [ 276 ] {9cb76860-00bb-4fe8-b70d-21ad67138650} TCPHandler: Processed in 0.001315121 sec. 2025.09.18 00:41:21.482581 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:21.482672 [ 276 ] {ff75a682-ee76-4800-be54-03781436a7c6} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:41:21.482714 [ 276 ] {ff75a682-ee76-4800-be54-03781436a7c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:41:21.483113 [ 276 ] {ff75a682-ee76-4800-be54-03781436a7c6} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:21.483148 [ 276 ] {ff75a682-ee76-4800-be54-03781436a7c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.18 00:41:21.483460 [ 276 ] {ff75a682-ee76-4800-be54-03781436a7c6} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.09.18 00:41:21.483661 [ 276 ] {ff75a682-ee76-4800-be54-03781436a7c6} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:21.483794 [ 276 ] {ff75a682-ee76-4800-be54-03781436a7c6} executeQuery: Read 160 rows, 11.41 KiB in 0.001137 sec., 140721.1961301671 rows/sec., 9.80 MiB/sec. 2025.09.18 00:41:21.483832 [ 276 ] {ff75a682-ee76-4800-be54-03781436a7c6} TCPHandler: Processed in 0.00129683 sec. 2025.09.18 00:41:21.483940 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:21.484030 [ 276 ] {519db489-a297-47c4-99f2-b73d793ba681} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.18 00:41:21.484082 [ 276 ] {519db489-a297-47c4-99f2-b73d793ba681} 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.09.18 00:41:21.484916 [ 276 ] {519db489-a297-47c4-99f2-b73d793ba681} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:21.484952 [ 276 ] {519db489-a297-47c4-99f2-b73d793ba681} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.18 00:41:21.485498 [ 276 ] {519db489-a297-47c4-99f2-b73d793ba681} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.09.18 00:41:21.485707 [ 276 ] {519db489-a297-47c4-99f2-b73d793ba681} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:21.485840 [ 276 ] {519db489-a297-47c4-99f2-b73d793ba681} executeQuery: Read 41 rows, 75.23 KiB in 0.001825 sec., 22465.753424657534 rows/sec., 40.26 MiB/sec. 2025.09.18 00:41:21.485892 [ 276 ] {519db489-a297-47c4-99f2-b73d793ba681} TCPHandler: Processed in 0.001998541 sec. 2025.09.18 00:41:21.485998 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:21.486091 [ 276 ] {e111b5bb-9a14-46f4-a56b-f697e85e41ce} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:41:21.486131 [ 276 ] {e111b5bb-9a14-46f4-a56b-f697e85e41ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:41:21.486456 [ 276 ] {e111b5bb-9a14-46f4-a56b-f697e85e41ce} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:21.486491 [ 276 ] {e111b5bb-9a14-46f4-a56b-f697e85e41ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.18 00:41:21.486780 [ 276 ] {e111b5bb-9a14-46f4-a56b-f697e85e41ce} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.09.18 00:41:21.486977 [ 276 ] {e111b5bb-9a14-46f4-a56b-f697e85e41ce} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:21.487103 [ 276 ] {e111b5bb-9a14-46f4-a56b-f697e85e41ce} executeQuery: Read 60 rows, 4.14 KiB in 0.001029 sec., 58309.03790087464 rows/sec., 3.93 MiB/sec. 2025.09.18 00:41:21.487139 [ 276 ] {e111b5bb-9a14-46f4-a56b-f697e85e41ce} TCPHandler: Processed in 0.001187169 sec. 2025.09.18 00:41:21.617710 [ 144 ] {} DNSResolver: Updating DNS cache 2025.09.18 00:41:21.617768 [ 144 ] {} DNSResolver: Updated DNS cache 2025.09.18 00:41:21.705103 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 6661 2025.09.18 00:41:21.705611 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:21.705648 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.18 00:41:21.706135 [ 245 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.09.18 00:41:21.706368 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:21.706496 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6661 2025.09.18 00:41:22.069549 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2025.09.18 00:41:22.088449 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:22.088518 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. 2025.09.18 00:41:22.094869 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.09.18 00:41:22.095598 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:22.099113 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2025.09.18 00:41:23.000235 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 222.25 MiB, peak 226.32 MiB, free memory in arenas 0.00 B, will set to 223.35 MiB (RSS), difference: 1.10 MiB 2025.09.18 00:41:26.476132 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:26.476329 [ 276 ] {d2c43ea2-1a92-4bc1-828e-bd91ec8d1fb3} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:41:26.476398 [ 276 ] {d2c43ea2-1a92-4bc1-828e-bd91ec8d1fb3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:41:26.477100 [ 276 ] {d2c43ea2-1a92-4bc1-828e-bd91ec8d1fb3} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:26.477136 [ 276 ] {d2c43ea2-1a92-4bc1-828e-bd91ec8d1fb3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.18 00:41:26.477530 [ 276 ] {d2c43ea2-1a92-4bc1-828e-bd91ec8d1fb3} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.09.18 00:41:26.477749 [ 276 ] {d2c43ea2-1a92-4bc1-828e-bd91ec8d1fb3} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:26.477909 [ 276 ] {d2c43ea2-1a92-4bc1-828e-bd91ec8d1fb3} executeQuery: Read 56 rows, 4.41 KiB in 0.001636 sec., 34229.828850855745 rows/sec., 2.63 MiB/sec. 2025.09.18 00:41:26.477950 [ 276 ] {d2c43ea2-1a92-4bc1-828e-bd91ec8d1fb3} TCPHandler: Processed in 0.00194751 sec. 2025.09.18 00:41:26.478069 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:26.478173 [ 276 ] {8b2ab596-8e03-4cee-9fb5-ca894e288db5} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:41:26.478212 [ 276 ] {8b2ab596-8e03-4cee-9fb5-ca894e288db5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:41:26.478639 [ 276 ] {8b2ab596-8e03-4cee-9fb5-ca894e288db5} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:26.478674 [ 276 ] {8b2ab596-8e03-4cee-9fb5-ca894e288db5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.18 00:41:26.478966 [ 276 ] {8b2ab596-8e03-4cee-9fb5-ca894e288db5} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.09.18 00:41:26.479173 [ 276 ] {8b2ab596-8e03-4cee-9fb5-ca894e288db5} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:26.479305 [ 276 ] {8b2ab596-8e03-4cee-9fb5-ca894e288db5} executeQuery: Read 64 rows, 5.12 KiB in 0.00115 sec., 55652.17391304348 rows/sec., 4.34 MiB/sec. 2025.09.18 00:41:26.479352 [ 276 ] {8b2ab596-8e03-4cee-9fb5-ca894e288db5} TCPHandler: Processed in 0.001336431 sec. 2025.09.18 00:41:26.479462 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:26.479563 [ 276 ] {d4c2a9c6-bb9b-4f41-b46c-68a580b98ae8} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:41:26.479606 [ 276 ] {d4c2a9c6-bb9b-4f41-b46c-68a580b98ae8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:41:26.480012 [ 276 ] {d4c2a9c6-bb9b-4f41-b46c-68a580b98ae8} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:26.480046 [ 276 ] {d4c2a9c6-bb9b-4f41-b46c-68a580b98ae8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.18 00:41:26.480356 [ 276 ] {d4c2a9c6-bb9b-4f41-b46c-68a580b98ae8} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.09.18 00:41:26.480560 [ 276 ] {d4c2a9c6-bb9b-4f41-b46c-68a580b98ae8} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:26.480695 [ 276 ] {d4c2a9c6-bb9b-4f41-b46c-68a580b98ae8} executeQuery: Read 160 rows, 11.41 KiB in 0.001149 sec., 139251.5230635335 rows/sec., 9.70 MiB/sec. 2025.09.18 00:41:26.480731 [ 276 ] {d4c2a9c6-bb9b-4f41-b46c-68a580b98ae8} TCPHandler: Processed in 0.001315841 sec. 2025.09.18 00:41:26.480846 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:26.480942 [ 276 ] {8e9fdcfb-e7cd-412f-a50a-ad8f4c933808} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:41:26.480982 [ 276 ] {8e9fdcfb-e7cd-412f-a50a-ad8f4c933808} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:41:26.481290 [ 276 ] {8e9fdcfb-e7cd-412f-a50a-ad8f4c933808} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:26.481323 [ 276 ] {8e9fdcfb-e7cd-412f-a50a-ad8f4c933808} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.18 00:41:26.481625 [ 276 ] {8e9fdcfb-e7cd-412f-a50a-ad8f4c933808} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.09.18 00:41:26.481826 [ 276 ] {8e9fdcfb-e7cd-412f-a50a-ad8f4c933808} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:26.481955 [ 276 ] {8e9fdcfb-e7cd-412f-a50a-ad8f4c933808} executeQuery: Read 60 rows, 4.14 KiB in 0.001029 sec., 58309.03790087464 rows/sec., 3.93 MiB/sec. 2025.09.18 00:41:26.481991 [ 276 ] {8e9fdcfb-e7cd-412f-a50a-ad8f4c933808} TCPHandler: Processed in 0.001200449 sec. 2025.09.18 00:41:26.719991 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 404 2025.09.18 00:41:26.721931 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:26.721978 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.18 00:41:26.723116 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.09.18 00:41:26.723366 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:26.723604 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 404 2025.09.18 00:41:29.206626 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 7173 2025.09.18 00:41:29.207150 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:29.207198 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.18 00:41:29.207693 [ 245 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.09.18 00:41:29.207924 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:29.208071 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7173 2025.09.18 00:41:29.599236 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2025.09.18 00:41:29.616224 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:29.616290 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.18 00:41:29.622426 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.09.18 00:41:29.623232 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:29.626131 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2025.09.18 00:41:29.730978 [ 139 ] {} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.09.18 00:41:29.731045 [ 139 ] {} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:29.731084 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.18 00:41:29.731221 [ 192 ] {a9de64f0-be81-4b56-9524-f072e75ab99f::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.09.18 00:41:29.731345 [ 192 ] {a9de64f0-be81-4b56-9524-f072e75ab99f::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:41:29.731383 [ 192 ] {a9de64f0-be81-4b56-9524-f072e75ab99f::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part 2025.09.18 00:41:29.731479 [ 192 ] {a9de64f0-be81-4b56-9524-f072e75ab99f::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part 2025.09.18 00:41:29.731553 [ 192 ] {a9de64f0-be81-4b56-9524-f072e75ab99f::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.09.18 00:41:29.731625 [ 192 ] {a9de64f0-be81-4b56-9524-f072e75ab99f::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part 2025.09.18 00:41:29.731680 [ 192 ] {a9de64f0-be81-4b56-9524-f072e75ab99f::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.09.18 00:41:29.732600 [ 193 ] {a9de64f0-be81-4b56-9524-f072e75ab99f::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 528 rows, containing 5 columns (5 merged, 0 gathered) in 0.001438303 sec., 367099.28297444974 rows/sec., 27.02 MiB/sec. 2025.09.18 00:41:29.732803 [ 195 ] {a9de64f0-be81-4b56-9524-f072e75ab99f::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.09.18 00:41:29.733101 [ 195 ] {a9de64f0-be81-4b56-9524-f072e75ab99f::all_1_5_1} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:29.733178 [ 195 ] {a9de64f0-be81-4b56-9524-f072e75ab99f::all_1_5_1} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.09.18 00:41:29.733272 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.09.18 00:41:31.479666 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:31.479858 [ 276 ] {f3b01007-6071-46e5-83e5-e314515e630a} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.18 00:41:31.479927 [ 276 ] {f3b01007-6071-46e5-83e5-e314515e630a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.18 00:41:31.480578 [ 276 ] {f3b01007-6071-46e5-83e5-e314515e630a} oximeter.fields_i16 (cf06a10e-1730-4cbf-a5a6-b367a2ab4906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:31.480620 [ 276 ] {f3b01007-6071-46e5-83e5-e314515e630a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.18 00:41:31.480999 [ 276 ] {f3b01007-6071-46e5-83e5-e314515e630a} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.18 00:41:31.481217 [ 276 ] {f3b01007-6071-46e5-83e5-e314515e630a} oximeter.fields_i16 (cf06a10e-1730-4cbf-a5a6-b367a2ab4906): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:31.481374 [ 276 ] {f3b01007-6071-46e5-83e5-e314515e630a} executeQuery: Read 24 rows, 2.04 KiB in 0.001566 sec., 15325.670498084291 rows/sec., 1.27 MiB/sec. 2025.09.18 00:41:31.481415 [ 276 ] {f3b01007-6071-46e5-83e5-e314515e630a} TCPHandler: Processed in 0.0018823 sec. 2025.09.18 00:41:31.481523 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:31.481616 [ 276 ] {789b626f-a8a0-4593-b65d-09912e4f9f1b} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.18 00:41:31.481656 [ 276 ] {789b626f-a8a0-4593-b65d-09912e4f9f1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.18 00:41:31.482023 [ 276 ] {789b626f-a8a0-4593-b65d-09912e4f9f1b} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:31.482056 [ 276 ] {789b626f-a8a0-4593-b65d-09912e4f9f1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.18 00:41:31.482340 [ 276 ] {789b626f-a8a0-4593-b65d-09912e4f9f1b} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.09.18 00:41:31.482539 [ 276 ] {789b626f-a8a0-4593-b65d-09912e4f9f1b} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:31.482669 [ 276 ] {789b626f-a8a0-4593-b65d-09912e4f9f1b} executeQuery: Read 2 rows, 167.00 B in 0.001069 sec., 1870.9073900841906 rows/sec., 152.56 KiB/sec. 2025.09.18 00:41:31.482706 [ 276 ] {789b626f-a8a0-4593-b65d-09912e4f9f1b} TCPHandler: Processed in 0.001230779 sec. 2025.09.18 00:41:31.482807 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:31.482898 [ 276 ] {6af23f73-3288-410d-acc3-bd70e9bcda5f} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:41:31.482937 [ 276 ] {6af23f73-3288-410d-acc3-bd70e9bcda5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:41:31.483424 [ 276 ] {6af23f73-3288-410d-acc3-bd70e9bcda5f} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:31.483457 [ 276 ] {6af23f73-3288-410d-acc3-bd70e9bcda5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.18 00:41:31.483768 [ 276 ] {6af23f73-3288-410d-acc3-bd70e9bcda5f} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.09.18 00:41:31.483984 [ 276 ] {6af23f73-3288-410d-acc3-bd70e9bcda5f} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:31.484117 [ 276 ] {6af23f73-3288-410d-acc3-bd70e9bcda5f} executeQuery: Read 259 rows, 23.78 KiB in 0.001235 sec., 209716.5991902834 rows/sec., 18.81 MiB/sec. 2025.09.18 00:41:31.484154 [ 276 ] {6af23f73-3288-410d-acc3-bd70e9bcda5f} TCPHandler: Processed in 0.001393142 sec. 2025.09.18 00:41:31.484253 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:31.484345 [ 276 ] {3d5d25b0-be47-498e-a817-61b645a73486} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.18 00:41:31.484384 [ 276 ] {3d5d25b0-be47-498e-a817-61b645a73486} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.18 00:41:31.484763 [ 276 ] {3d5d25b0-be47-498e-a817-61b645a73486} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:31.484798 [ 276 ] {3d5d25b0-be47-498e-a817-61b645a73486} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.18 00:41:31.485086 [ 276 ] {3d5d25b0-be47-498e-a817-61b645a73486} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.09.18 00:41:31.485286 [ 276 ] {3d5d25b0-be47-498e-a817-61b645a73486} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:31.485415 [ 276 ] {3d5d25b0-be47-498e-a817-61b645a73486} executeQuery: Read 55 rows, 4.18 KiB in 0.001086 sec., 50644.56721915286 rows/sec., 3.76 MiB/sec. 2025.09.18 00:41:31.485452 [ 276 ] {3d5d25b0-be47-498e-a817-61b645a73486} TCPHandler: Processed in 0.00124502 sec. 2025.09.18 00:41:31.485546 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:31.485637 [ 276 ] {b9150bae-538e-4eca-bc12-d967600d0be3} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.18 00:41:31.485674 [ 276 ] {b9150bae-538e-4eca-bc12-d967600d0be3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.18 00:41:31.486038 [ 276 ] {b9150bae-538e-4eca-bc12-d967600d0be3} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:31.486071 [ 276 ] {b9150bae-538e-4eca-bc12-d967600d0be3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.18 00:41:31.486358 [ 276 ] {b9150bae-538e-4eca-bc12-d967600d0be3} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.09.18 00:41:31.486553 [ 276 ] {b9150bae-538e-4eca-bc12-d967600d0be3} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:31.486681 [ 276 ] {b9150bae-538e-4eca-bc12-d967600d0be3} executeQuery: Read 24 rows, 2.04 KiB in 0.00106 sec., 22641.509433962266 rows/sec., 1.88 MiB/sec. 2025.09.18 00:41:31.486718 [ 276 ] {b9150bae-538e-4eca-bc12-d967600d0be3} TCPHandler: Processed in 0.001218359 sec. 2025.09.18 00:41:31.486818 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:31.486909 [ 276 ] {42cf99dd-0183-4031-b43b-5b3c0c0a7921} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.18 00:41:31.486947 [ 276 ] {42cf99dd-0183-4031-b43b-5b3c0c0a7921} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.18 00:41:31.487307 [ 276 ] {42cf99dd-0183-4031-b43b-5b3c0c0a7921} oximeter.fields_u8 (8e0d46a4-6712-4cba-8404-3aa8cdd0fb1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:31.487340 [ 276 ] {42cf99dd-0183-4031-b43b-5b3c0c0a7921} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.18 00:41:31.487620 [ 276 ] {42cf99dd-0183-4031-b43b-5b3c0c0a7921} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.18 00:41:31.487820 [ 276 ] {42cf99dd-0183-4031-b43b-5b3c0c0a7921} oximeter.fields_u8 (8e0d46a4-6712-4cba-8404-3aa8cdd0fb1a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:31.487954 [ 276 ] {42cf99dd-0183-4031-b43b-5b3c0c0a7921} executeQuery: Read 12 rows, 960.00 B in 0.001061 sec., 11310.084825636191 rows/sec., 883.60 KiB/sec. 2025.09.18 00:41:31.487993 [ 276 ] {42cf99dd-0183-4031-b43b-5b3c0c0a7921} TCPHandler: Processed in 0.001220579 sec. 2025.09.18 00:41:31.488093 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:31.488184 [ 276 ] {538fa303-2bfc-4732-9ac6-5ebeecaba9fd} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:41:31.488221 [ 276 ] {538fa303-2bfc-4732-9ac6-5ebeecaba9fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:41:31.488655 [ 276 ] {538fa303-2bfc-4732-9ac6-5ebeecaba9fd} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:31.488689 [ 276 ] {538fa303-2bfc-4732-9ac6-5ebeecaba9fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.18 00:41:31.488987 [ 276 ] {538fa303-2bfc-4732-9ac6-5ebeecaba9fd} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.09.18 00:41:31.489180 [ 276 ] {538fa303-2bfc-4732-9ac6-5ebeecaba9fd} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:31.489310 [ 276 ] {538fa303-2bfc-4732-9ac6-5ebeecaba9fd} executeQuery: Read 143 rows, 11.82 KiB in 0.001141 sec., 125328.65907099035 rows/sec., 10.12 MiB/sec. 2025.09.18 00:41:31.489347 [ 276 ] {538fa303-2bfc-4732-9ac6-5ebeecaba9fd} TCPHandler: Processed in 0.00129978 sec. 2025.09.18 00:41:31.489441 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:31.489532 [ 276 ] {13fdcc22-aae4-4126-be16-f652d60823ad} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:41:31.489573 [ 276 ] {13fdcc22-aae4-4126-be16-f652d60823ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:41:31.489968 [ 276 ] {13fdcc22-aae4-4126-be16-f652d60823ad} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:31.490001 [ 276 ] {13fdcc22-aae4-4126-be16-f652d60823ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.18 00:41:31.490324 [ 276 ] {13fdcc22-aae4-4126-be16-f652d60823ad} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.09.18 00:41:31.490523 [ 276 ] {13fdcc22-aae4-4126-be16-f652d60823ad} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:31.490655 [ 276 ] {13fdcc22-aae4-4126-be16-f652d60823ad} executeQuery: Read 197 rows, 14.47 KiB in 0.001139 sec., 172958.7357330992 rows/sec., 12.41 MiB/sec. 2025.09.18 00:41:31.490693 [ 276 ] {13fdcc22-aae4-4126-be16-f652d60823ad} TCPHandler: Processed in 0.00129764 sec. 2025.09.18 00:41:31.490797 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:31.490890 [ 276 ] {63a5952c-06b9-44bb-8fbe-b44064bad510} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.18 00:41:31.490941 [ 276 ] {63a5952c-06b9-44bb-8fbe-b44064bad510} 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.09.18 00:41:31.491716 [ 276 ] {63a5952c-06b9-44bb-8fbe-b44064bad510} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:31.491752 [ 276 ] {63a5952c-06b9-44bb-8fbe-b44064bad510} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.18 00:41:31.492315 [ 276 ] {63a5952c-06b9-44bb-8fbe-b44064bad510} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.09.18 00:41:31.492530 [ 276 ] {63a5952c-06b9-44bb-8fbe-b44064bad510} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:31.492674 [ 276 ] {63a5952c-06b9-44bb-8fbe-b44064bad510} executeQuery: Read 41 rows, 75.23 KiB in 0.001801 sec., 22765.130483064964 rows/sec., 40.79 MiB/sec. 2025.09.18 00:41:31.492727 [ 276 ] {63a5952c-06b9-44bb-8fbe-b44064bad510} TCPHandler: Processed in 0.001976701 sec. 2025.09.18 00:41:31.492831 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:31.492924 [ 276 ] {8ce8400f-7de2-4eb2-9dd8-2cc4a44b0dc2} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:41:31.492964 [ 276 ] {8ce8400f-7de2-4eb2-9dd8-2cc4a44b0dc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:41:31.493271 [ 276 ] {8ce8400f-7de2-4eb2-9dd8-2cc4a44b0dc2} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:31.493305 [ 276 ] {8ce8400f-7de2-4eb2-9dd8-2cc4a44b0dc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.18 00:41:31.493594 [ 276 ] {8ce8400f-7de2-4eb2-9dd8-2cc4a44b0dc2} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.09.18 00:41:31.493799 [ 276 ] {8ce8400f-7de2-4eb2-9dd8-2cc4a44b0dc2} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:31.493925 [ 276 ] {8ce8400f-7de2-4eb2-9dd8-2cc4a44b0dc2} executeQuery: Read 60 rows, 4.14 KiB in 0.001018 sec., 58939.096267190565 rows/sec., 3.97 MiB/sec. 2025.09.18 00:41:31.493960 [ 276 ] {8ce8400f-7de2-4eb2-9dd8-2cc4a44b0dc2} TCPHandler: Processed in 0.001176378 sec. 2025.09.18 00:41:36.475504 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:36.475703 [ 276 ] {50d56eda-6ee6-4fe5-9aa5-6791524e1e12} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:41:36.475768 [ 276 ] {50d56eda-6ee6-4fe5-9aa5-6791524e1e12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:41:36.476450 [ 276 ] {50d56eda-6ee6-4fe5-9aa5-6791524e1e12} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:36.476495 [ 276 ] {50d56eda-6ee6-4fe5-9aa5-6791524e1e12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.18 00:41:36.476907 [ 276 ] {50d56eda-6ee6-4fe5-9aa5-6791524e1e12} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.09.18 00:41:36.477129 [ 276 ] {50d56eda-6ee6-4fe5-9aa5-6791524e1e12} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:36.477260 [ 132 ] {} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.09.18 00:41:36.477292 [ 276 ] {50d56eda-6ee6-4fe5-9aa5-6791524e1e12} executeQuery: Read 56 rows, 4.41 KiB in 0.001639 sec., 34167.17510677242 rows/sec., 2.62 MiB/sec. 2025.09.18 00:41:36.477337 [ 132 ] {} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:36.477348 [ 276 ] {50d56eda-6ee6-4fe5-9aa5-6791524e1e12} TCPHandler: Processed in 0.001983481 sec. 2025.09.18 00:41:36.477371 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.18 00:41:36.477491 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:36.477555 [ 195 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::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.09.18 00:41:36.477592 [ 276 ] {aa62e0f9-4d05-430f-aafe-a40ac0e7e4da} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:41:36.477661 [ 276 ] {aa62e0f9-4d05-430f-aafe-a40ac0e7e4da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:41:36.477787 [ 195 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:41:36.477848 [ 195 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1407 rows starting from the beginning of the part 2025.09.18 00:41:36.477994 [ 195 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1197 rows starting from the beginning of the part 2025.09.18 00:41:36.478046 [ 195 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 138 rows starting from the beginning of the part 2025.09.18 00:41:36.478077 [ 276 ] {aa62e0f9-4d05-430f-aafe-a40ac0e7e4da} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:36.478090 [ 195 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 56 rows starting from the beginning of the part 2025.09.18 00:41:36.478121 [ 276 ] {aa62e0f9-4d05-430f-aafe-a40ac0e7e4da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.18 00:41:36.478149 [ 195 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 259 rows starting from the beginning of the part 2025.09.18 00:41:36.478210 [ 195 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 56 rows starting from the beginning of the part 2025.09.18 00:41:36.478482 [ 276 ] {aa62e0f9-4d05-430f-aafe-a40ac0e7e4da} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.09.18 00:41:36.478722 [ 276 ] {aa62e0f9-4d05-430f-aafe-a40ac0e7e4da} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:36.478833 [ 132 ] {} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.09.18 00:41:36.478865 [ 276 ] {aa62e0f9-4d05-430f-aafe-a40ac0e7e4da} executeQuery: Read 64 rows, 5.12 KiB in 0.001293 sec., 49497.293116782675 rows/sec., 3.86 MiB/sec. 2025.09.18 00:41:36.478867 [ 132 ] {} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:36.478905 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.18 00:41:36.478910 [ 276 ] {aa62e0f9-4d05-430f-aafe-a40ac0e7e4da} TCPHandler: Processed in 0.001474703 sec. 2025.09.18 00:41:36.478994 [ 193 ] {ed3758e3-769d-40dc-8194-b54c707413cf::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.09.18 00:41:36.479032 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:36.479085 [ 193 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:41:36.479113 [ 193 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 633 rows starting from the beginning of the part 2025.09.18 00:41:36.479127 [ 276 ] {25ddcf14-815c-4bd5-acee-939a4d6bb4ca} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:41:36.479171 [ 276 ] {25ddcf14-815c-4bd5-acee-939a4d6bb4ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:41:36.479188 [ 193 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 522 rows starting from the beginning of the part 2025.09.18 00:41:36.479235 [ 193 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 105 rows starting from the beginning of the part 2025.09.18 00:41:36.479279 [ 193 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 64 rows starting from the beginning of the part 2025.09.18 00:41:36.479320 [ 193 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 143 rows starting from the beginning of the part 2025.09.18 00:41:36.479362 [ 193 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 64 rows starting from the beginning of the part 2025.09.18 00:41:36.479573 [ 276 ] {25ddcf14-815c-4bd5-acee-939a4d6bb4ca} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:36.479608 [ 276 ] {25ddcf14-815c-4bd5-acee-939a4d6bb4ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.18 00:41:36.479960 [ 197 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 3113 rows, containing 5 columns (5 merged, 0 gathered) in 0.002488479 sec., 1250964.9468611148 rows/sec., 109.48 MiB/sec. 2025.09.18 00:41:36.480068 [ 276 ] {25ddcf14-815c-4bd5-acee-939a4d6bb4ca} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.09.18 00:41:36.480277 [ 276 ] {25ddcf14-815c-4bd5-acee-939a4d6bb4ca} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:36.480352 [ 190 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.09.18 00:41:36.480378 [ 195 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1531 rows, containing 5 columns (5 merged, 0 gathered) in 0.001419352 sec., 1078661.2482315875 rows/sec., 85.91 MiB/sec. 2025.09.18 00:41:36.480385 [ 132 ] {} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.09.18 00:41:36.480414 [ 276 ] {25ddcf14-815c-4bd5-acee-939a4d6bb4ca} executeQuery: Read 160 rows, 11.41 KiB in 0.001306 sec., 122511.4854517611 rows/sec., 8.53 MiB/sec. 2025.09.18 00:41:36.480442 [ 132 ] {} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:36.480485 [ 276 ] {25ddcf14-815c-4bd5-acee-939a4d6bb4ca} TCPHandler: Processed in 0.001502064 sec. 2025.09.18 00:41:36.480494 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.18 00:41:36.480542 [ 193 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.09.18 00:41:36.480598 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:36.480644 [ 200 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::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.09.18 00:41:36.480695 [ 276 ] {8274940a-6625-47d1-8ad1-5c8b2b992b35} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:41:36.480743 [ 276 ] {8274940a-6625-47d1-8ad1-5c8b2b992b35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:41:36.480786 [ 200 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:41:36.480808 [ 190 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_21_4} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:36.480833 [ 200 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 4609 rows starting from the beginning of the part 2025.09.18 00:41:36.480844 [ 193 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_21_4} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:36.480914 [ 190 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_21_4} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.09.18 00:41:36.480923 [ 193 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_21_4} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.09.18 00:41:36.480946 [ 200 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 845 rows starting from the beginning of the part 2025.09.18 00:41:36.480997 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.09.18 00:41:36.481005 [ 200 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::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.09.18 00:41:36.481048 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2025.09.18 00:41:36.481078 [ 276 ] {8274940a-6625-47d1-8ad1-5c8b2b992b35} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:36.481093 [ 200 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::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.09.18 00:41:36.481120 [ 276 ] {8274940a-6625-47d1-8ad1-5c8b2b992b35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.18 00:41:36.481162 [ 200 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 197 rows starting from the beginning of the part 2025.09.18 00:41:36.481215 [ 200 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::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.09.18 00:41:36.481472 [ 276 ] {8274940a-6625-47d1-8ad1-5c8b2b992b35} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.09.18 00:41:36.481714 [ 276 ] {8274940a-6625-47d1-8ad1-5c8b2b992b35} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:36.481821 [ 132 ] {} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.09.18 00:41:36.481848 [ 276 ] {8274940a-6625-47d1-8ad1-5c8b2b992b35} executeQuery: Read 60 rows, 4.14 KiB in 0.001172 sec., 51194.53924914676 rows/sec., 3.45 MiB/sec. 2025.09.18 00:41:36.481854 [ 132 ] {} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:36.481888 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.18 00:41:36.481890 [ 276 ] {8274940a-6625-47d1-8ad1-5c8b2b992b35} TCPHandler: Processed in 0.001339401 sec. 2025.09.18 00:41:36.481964 [ 195 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:41:36.482060 [ 195 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:41:36.482087 [ 195 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 840 rows starting from the beginning of the part 2025.09.18 00:41:36.482135 [ 195 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:41:36.482172 [ 195 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:41:36.482206 [ 195 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:41:36.482239 [ 195 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:41:36.482276 [ 195 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:41:36.483139 [ 187 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1140 rows, containing 4 columns (4 merged, 0 gathered) in 0.001205648 sec., 945549.6131540881 rows/sec., 63.66 MiB/sec. 2025.09.18 00:41:36.483304 [ 195 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.09.18 00:41:36.483559 [ 195 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_21_4} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:36.483626 [ 195 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_21_4} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.09.18 00:41:36.483693 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.09.18 00:41:36.484045 [ 190 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 6131 rows, containing 5 columns (5 merged, 0 gathered) in 0.003451565 sec., 1776295.6803652835 rows/sec., 122.20 MiB/sec. 2025.09.18 00:41:36.484568 [ 195 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.09.18 00:41:36.484818 [ 195 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_21_4} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:36.484888 [ 195 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_21_4} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.09.18 00:41:36.484960 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.37 MiB. 2025.09.18 00:41:36.617821 [ 132 ] {} DNSResolver: Updating DNS cache 2025.09.18 00:41:36.617861 [ 132 ] {} DNSResolver: Updated DNS cache 2025.09.18 00:41:36.708279 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 7621 2025.09.18 00:41:36.708931 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:36.708997 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.18 00:41:36.709416 [ 245 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.09.18 00:41:36.709630 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:36.709742 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7621 2025.09.18 00:41:36.709859 [ 131 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.09.18 00:41:36.709902 [ 131 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:36.709921 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.18 00:41:36.710018 [ 195 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::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.09.18 00:41:36.710130 [ 195 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:41:36.710171 [ 195 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5253 rows starting from the beginning of the part 2025.09.18 00:41:36.710250 [ 195 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 448 rows starting from the beginning of the part 2025.09.18 00:41:36.710309 [ 195 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 512 rows starting from the beginning of the part 2025.09.18 00:41:36.710363 [ 195 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 448 rows starting from the beginning of the part 2025.09.18 00:41:36.710414 [ 195 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 512 rows starting from the beginning of the part 2025.09.18 00:41:36.710466 [ 195 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 448 rows starting from the beginning of the part 2025.09.18 00:41:36.711902 [ 190 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7621 rows, containing 4 columns (4 merged, 0 gathered) in 0.00192035 sec., 3968547.400213503 rows/sec., 56.77 MiB/sec. 2025.09.18 00:41:36.712534 [ 190 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.09.18 00:41:36.712800 [ 190 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_16_3} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:36.712874 [ 190 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_16_3} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.09.18 00:41:36.712957 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.43 MiB. 2025.09.18 00:41:36.723867 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 432 2025.09.18 00:41:36.726105 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:36.726141 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.18 00:41:36.727232 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.09.18 00:41:36.727477 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:36.727668 [ 130 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.09.18 00:41:36.727699 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 432 2025.09.18 00:41:36.727745 [ 130 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:36.727788 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.18 00:41:36.727901 [ 196 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::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.09.18 00:41:36.728550 [ 196 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:41:36.728735 [ 196 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 308 rows starting from the beginning of the part 2025.09.18 00:41:36.729171 [ 196 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 20 rows starting from the beginning of the part 2025.09.18 00:41:36.729543 [ 196 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 30 rows starting from the beginning of the part 2025.09.18 00:41:36.729904 [ 196 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::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.09.18 00:41:36.730265 [ 196 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 20 rows starting from the beginning of the part 2025.09.18 00:41:36.730615 [ 196 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::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.09.18 00:41:36.736428 [ 195 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 432 rows, containing 72 columns (72 merged, 0 gathered) in 0.008571655 sec., 50398.66863517022 rows/sec., 45.89 MiB/sec. 2025.09.18 00:41:36.737088 [ 196 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.09.18 00:41:36.737622 [ 196 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_11_2} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:36.737700 [ 196 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_11_2} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.09.18 00:41:36.737857 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.76 MiB. 2025.09.18 00:41:37.000247 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 225.57 MiB, peak 232.25 MiB, free memory in arenas 0.00 B, will set to 226.73 MiB (RSS), difference: 1.16 MiB 2025.09.18 00:41:37.001381 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000882113 sec. 2025.09.18 00:41:37.126433 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2025.09.18 00:41:37.143329 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:37.143376 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.18 00:41:37.149186 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.09.18 00:41:37.149860 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:37.150157 [ 130 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.09.18 00:41:37.150221 [ 130 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:37.150241 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.18 00:41:37.150377 [ 195 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::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.09.18 00:41:37.152913 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2025.09.18 00:41:37.154625 [ 195 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:41:37.155978 [ 195 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::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.09.18 00:41:37.160313 [ 195 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::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.09.18 00:41:37.164355 [ 195 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::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.09.18 00:41:37.168559 [ 195 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::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.09.18 00:41:37.173090 [ 195 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::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.09.18 00:41:37.177519 [ 195 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::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.09.18 00:41:37.230942 [ 196 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.080623155 sec., 1500.8095379050844 rows/sec., 7.76 MiB/sec. 2025.09.18 00:41:37.233563 [ 196 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.09.18 00:41:37.236161 [ 196 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::all_1_16_3} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:37.236266 [ 196 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::all_1_16_3} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.09.18 00:41:37.239200 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2025.09.18 00:41:38.000200 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 227.81 MiB, peak 237.77 MiB, free memory in arenas 0.00 B, will set to 237.44 MiB (RSS), difference: 9.63 MiB 2025.09.18 00:41:41.478214 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:41.478414 [ 276 ] {5995770d-4a91-4eee-a750-087192ddf0d5} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:41:41.478487 [ 276 ] {5995770d-4a91-4eee-a750-087192ddf0d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:41:41.479228 [ 276 ] {5995770d-4a91-4eee-a750-087192ddf0d5} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:41.479274 [ 276 ] {5995770d-4a91-4eee-a750-087192ddf0d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.18 00:41:41.479679 [ 276 ] {5995770d-4a91-4eee-a750-087192ddf0d5} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.09.18 00:41:41.479909 [ 276 ] {5995770d-4a91-4eee-a750-087192ddf0d5} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:41.480065 [ 276 ] {5995770d-4a91-4eee-a750-087192ddf0d5} executeQuery: Read 140 rows, 12.45 KiB in 0.001704 sec., 82159.62441314555 rows/sec., 7.13 MiB/sec. 2025.09.18 00:41:41.480107 [ 276 ] {5995770d-4a91-4eee-a750-087192ddf0d5} TCPHandler: Processed in 0.002081953 sec. 2025.09.18 00:41:41.480226 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:41.480323 [ 276 ] {60531cda-1bbb-49a7-965f-66d3542f2347} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.18 00:41:41.480364 [ 276 ] {60531cda-1bbb-49a7-965f-66d3542f2347} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.18 00:41:41.480749 [ 276 ] {60531cda-1bbb-49a7-965f-66d3542f2347} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:41.480786 [ 276 ] {60531cda-1bbb-49a7-965f-66d3542f2347} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.18 00:41:41.481083 [ 276 ] {60531cda-1bbb-49a7-965f-66d3542f2347} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.09.18 00:41:41.481305 [ 276 ] {60531cda-1bbb-49a7-965f-66d3542f2347} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:41.481430 [ 276 ] {60531cda-1bbb-49a7-965f-66d3542f2347} executeQuery: Read 42 rows, 3.16 KiB in 0.001127 sec., 37267.08074534161 rows/sec., 2.74 MiB/sec. 2025.09.18 00:41:41.481468 [ 276 ] {60531cda-1bbb-49a7-965f-66d3542f2347} TCPHandler: Processed in 0.00129225 sec. 2025.09.18 00:41:41.481568 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:41.481662 [ 276 ] {dd3a2d34-d6dc-4b91-8d9a-510ae526ac49} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:41:41.481701 [ 276 ] {dd3a2d34-d6dc-4b91-8d9a-510ae526ac49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:41:41.482117 [ 276 ] {dd3a2d34-d6dc-4b91-8d9a-510ae526ac49} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:41.482154 [ 276 ] {dd3a2d34-d6dc-4b91-8d9a-510ae526ac49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.18 00:41:41.482453 [ 276 ] {dd3a2d34-d6dc-4b91-8d9a-510ae526ac49} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.09.18 00:41:41.482661 [ 276 ] {dd3a2d34-d6dc-4b91-8d9a-510ae526ac49} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:41.482786 [ 276 ] {dd3a2d34-d6dc-4b91-8d9a-510ae526ac49} executeQuery: Read 106 rows, 8.48 KiB in 0.001142 sec., 92819.61471103327 rows/sec., 7.25 MiB/sec. 2025.09.18 00:41:41.482823 [ 276 ] {dd3a2d34-d6dc-4b91-8d9a-510ae526ac49} TCPHandler: Processed in 0.00130547 sec. 2025.09.18 00:41:41.482922 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:41.483018 [ 276 ] {cb17af0e-dda1-499f-aa0f-5f728fa5f605} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:41:41.483060 [ 276 ] {cb17af0e-dda1-499f-aa0f-5f728fa5f605} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:41:41.483437 [ 276 ] {cb17af0e-dda1-499f-aa0f-5f728fa5f605} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:41.483473 [ 276 ] {cb17af0e-dda1-499f-aa0f-5f728fa5f605} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.18 00:41:41.483791 [ 276 ] {cb17af0e-dda1-499f-aa0f-5f728fa5f605} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.09.18 00:41:41.483995 [ 276 ] {cb17af0e-dda1-499f-aa0f-5f728fa5f605} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:41.484120 [ 276 ] {cb17af0e-dda1-499f-aa0f-5f728fa5f605} executeQuery: Read 160 rows, 11.41 KiB in 0.001121 sec., 142729.70561998215 rows/sec., 9.94 MiB/sec. 2025.09.18 00:41:41.484157 [ 276 ] {cb17af0e-dda1-499f-aa0f-5f728fa5f605} TCPHandler: Processed in 0.001283731 sec. 2025.09.18 00:41:41.484255 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:41.484349 [ 276 ] {0bfe7d47-f931-4fec-a0eb-4c7156be674e} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.18 00:41:41.484404 [ 276 ] {0bfe7d47-f931-4fec-a0eb-4c7156be674e} 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.09.18 00:41:41.485441 [ 276 ] {0bfe7d47-f931-4fec-a0eb-4c7156be674e} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:41.485488 [ 276 ] {0bfe7d47-f931-4fec-a0eb-4c7156be674e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.18 00:41:41.486247 [ 276 ] {0bfe7d47-f931-4fec-a0eb-4c7156be674e} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.09.18 00:41:41.486469 [ 276 ] {0bfe7d47-f931-4fec-a0eb-4c7156be674e} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:41.486584 [ 123 ] {} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.09.18 00:41:41.486611 [ 276 ] {0bfe7d47-f931-4fec-a0eb-4c7156be674e} executeQuery: Read 42 rows, 77.07 KiB in 0.002279 sec., 18429.135585783235 rows/sec., 33.02 MiB/sec. 2025.09.18 00:41:41.486661 [ 123 ] {} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:41.486682 [ 276 ] {0bfe7d47-f931-4fec-a0eb-4c7156be674e} TCPHandler: Processed in 0.002476309 sec. 2025.09.18 00:41:41.486691 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.18 00:41:41.486816 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:41.486837 [ 194 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::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.09.18 00:41:41.486917 [ 276 ] {c18a0893-c1d9-4252-8d51-708a1fed1892} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:41:41.486968 [ 276 ] {c18a0893-c1d9-4252-8d51-708a1fed1892} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:41:41.487127 [ 194 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:41:41.487197 [ 194 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 139 rows starting from the beginning of the part 2025.09.18 00:41:41.487304 [ 276 ] {c18a0893-c1d9-4252-8d51-708a1fed1892} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:41.487346 [ 276 ] {c18a0893-c1d9-4252-8d51-708a1fed1892} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. 2025.09.18 00:41:41.487364 [ 194 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 41 rows starting from the beginning of the part 2025.09.18 00:41:41.487493 [ 194 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 41 rows starting from the beginning of the part 2025.09.18 00:41:41.487632 [ 194 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 41 rows starting from the beginning of the part 2025.09.18 00:41:41.487680 [ 276 ] {c18a0893-c1d9-4252-8d51-708a1fed1892} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.09.18 00:41:41.487736 [ 194 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 41 rows starting from the beginning of the part 2025.09.18 00:41:41.487837 [ 194 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 42 rows starting from the beginning of the part 2025.09.18 00:41:41.487913 [ 276 ] {c18a0893-c1d9-4252-8d51-708a1fed1892} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:41.488046 [ 276 ] {c18a0893-c1d9-4252-8d51-708a1fed1892} executeQuery: Read 60 rows, 4.14 KiB in 0.001148 sec., 52264.80836236934 rows/sec., 3.52 MiB/sec. 2025.09.18 00:41:41.488084 [ 276 ] {c18a0893-c1d9-4252-8d51-708a1fed1892} TCPHandler: Processed in 0.001317111 sec. 2025.09.18 00:41:41.491330 [ 196 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 345 rows, containing 19 columns (19 merged, 0 gathered) in 0.004546831 sec., 75877.02291991939 rows/sec., 135.97 MiB/sec. 2025.09.18 00:41:41.491990 [ 202 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.09.18 00:41:41.492343 [ 202 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::all_1_11_2} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:41.492414 [ 202 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::all_1_11_2} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.09.18 00:41:41.492496 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.79 MiB. 2025.09.18 00:41:42.000363 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 237.91 MiB, peak 242.67 MiB, free memory in arenas 0.00 B, will set to 239.03 MiB (RSS), difference: 1.12 MiB 2025.09.18 00:41:42.739291 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37710 2025.09.18 00:41:42.739424 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:41:42.739455 [ 288 ] {} TCP-Session: 3acedcfe-c93d-4c1e-b6ac-0e36a2774a8d Authenticating user 'default' from [fd00:1122:3344:101::e]:37710 2025.09.18 00:41:42.739478 [ 288 ] {} TCP-Session: 3acedcfe-c93d-4c1e-b6ac-0e36a2774a8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.739491 [ 288 ] {} TCP-Session: 3acedcfe-c93d-4c1e-b6ac-0e36a2774a8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.739712 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63632 2025.09.18 00:41:42.739779 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43924 2025.09.18 00:41:42.739810 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41362 2025.09.18 00:41:42.739834 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43056 2025.09.18 00:41:42.739824 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63683 2025.09.18 00:41:42.739911 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:41:42.739793 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33127 2025.09.18 00:41:42.739936 [ 288 ] {} TCP-Session: 3acedcfe-c93d-4c1e-b6ac-0e36a2774a8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:42.739957 [ 289 ] {} TCP-Session: ac07003a-c1f4-4d3e-b85b-705f288b1e3a Authenticating user 'default' from [fd00:1122:3344:101::e]:63632 2025.09.18 00:41:42.739784 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63663 2025.09.18 00:41:42.740009 [ 289 ] {} TCP-Session: ac07003a-c1f4-4d3e-b85b-705f288b1e3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.739779 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43984 2025.09.18 00:41:42.740038 [ 289 ] {} TCP-Session: ac07003a-c1f4-4d3e-b85b-705f288b1e3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.740182 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:41:42.740203 [ 288 ] {b254f550-c794-4df0-b22d-38f122f95819} executeQuery: (from [fd00:1122:3344:101::e]:37710) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.18 00:41:42.740235 [ 291 ] {} TCP-Session: 551cfaee-8747-4fe8-b75e-92b87fef0f7f Authenticating user 'default' from [fd00:1122:3344:101::e]:43924 2025.09.18 00:41:42.740243 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:41:42.740269 [ 291 ] {} TCP-Session: 551cfaee-8747-4fe8-b75e-92b87fef0f7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.740277 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:41:42.740291 [ 286 ] {} TCP-Session: 0a273886-67e6-47b6-9110-16b72b59c50e Authenticating user 'default' from [fd00:1122:3344:101::e]:43056 2025.09.18 00:41:42.740294 [ 291 ] {} TCP-Session: 551cfaee-8747-4fe8-b75e-92b87fef0f7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.740318 [ 290 ] {} TCP-Session: cad2d87d-f4ce-419c-b2a7-79bcf5debfbb Authenticating user 'default' from [fd00:1122:3344:101::e]:43984 2025.09.18 00:41:42.740327 [ 286 ] {} TCP-Session: 0a273886-67e6-47b6-9110-16b72b59c50e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.740348 [ 290 ] {} TCP-Session: cad2d87d-f4ce-419c-b2a7-79bcf5debfbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.740349 [ 286 ] {} TCP-Session: 0a273886-67e6-47b6-9110-16b72b59c50e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.740362 [ 290 ] {} TCP-Session: cad2d87d-f4ce-419c-b2a7-79bcf5debfbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.740503 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:41:42.740506 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:41:42.740551 [ 292 ] {} TCP-Session: 8df24861-c9af-45a5-866d-40fc730c1ee1 Authenticating user 'default' from [fd00:1122:3344:101::e]:63663 2025.09.18 00:41:42.740561 [ 293 ] {} TCP-Session: be5316a3-c274-4a61-ad55-bd2d83143a9e Authenticating user 'default' from [fd00:1122:3344:101::e]:33127 2025.09.18 00:41:42.740563 [ 288 ] {b254f550-c794-4df0-b22d-38f122f95819} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.18 00:41:42.740591 [ 293 ] {} TCP-Session: be5316a3-c274-4a61-ad55-bd2d83143a9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.740577 [ 292 ] {} TCP-Session: 8df24861-c9af-45a5-866d-40fc730c1ee1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.740623 [ 293 ] {} TCP-Session: be5316a3-c274-4a61-ad55-bd2d83143a9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.740643 [ 292 ] {} TCP-Session: 8df24861-c9af-45a5-866d-40fc730c1ee1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.740645 [ 288 ] {b254f550-c794-4df0-b22d-38f122f95819} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.18 00:41:42.740679 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:41:42.740681 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:41:42.740724 [ 294 ] {} TCP-Session: af7b0871-5feb-47ca-bbf6-603d1d7a7118 Authenticating user 'default' from [fd00:1122:3344:101::e]:41362 2025.09.18 00:41:42.740747 [ 275 ] {} TCP-Session: b93cd955-5db8-40b9-a041-000c51f98fde Authenticating user 'default' from [fd00:1122:3344:101::e]:63683 2025.09.18 00:41:42.740752 [ 294 ] {} TCP-Session: af7b0871-5feb-47ca-bbf6-603d1d7a7118 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.740776 [ 275 ] {} TCP-Session: b93cd955-5db8-40b9-a041-000c51f98fde Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.740793 [ 294 ] {} TCP-Session: af7b0871-5feb-47ca-bbf6-603d1d7a7118 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.740806 [ 275 ] {} TCP-Session: b93cd955-5db8-40b9-a041-000c51f98fde Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.740988 [ 288 ] {b254f550-c794-4df0-b22d-38f122f95819} oximeter.version (53059a3a-d3d8-4ae6-a17a-1015bb2d496f) (SelectExecutor): Key condition: unknown 2025.09.18 00:41:42.742116 [ 346 ] {b254f550-c794-4df0-b22d-38f122f95819} AggregatingTransform: Aggregating 2025.09.18 00:41:42.742159 [ 346 ] {b254f550-c794-4df0-b22d-38f122f95819} Aggregator: Aggregation method: without_key 2025.09.18 00:41:42.742196 [ 346 ] {b254f550-c794-4df0-b22d-38f122f95819} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001082187 sec. (924.055 rows/sec., 36.10 KiB/sec.) 2025.09.18 00:41:42.742216 [ 346 ] {b254f550-c794-4df0-b22d-38f122f95819} Aggregator: Merging aggregated data 2025.09.18 00:41:42.743451 [ 288 ] {b254f550-c794-4df0-b22d-38f122f95819} executeQuery: Read 1 rows, 40.00 B in 0.003338 sec., 299.58058717795086 rows/sec., 11.70 KiB/sec. 2025.09.18 00:41:42.743584 [ 288 ] {b254f550-c794-4df0-b22d-38f122f95819} TCPHandler: Processed in 0.003867391 sec. 2025.09.18 00:41:42.743677 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.18 00:41:42.743704 [ 288 ] {} TCP-Session: 3acedcfe-c93d-4c1e-b6ac-0e36a2774a8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.743710 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.18 00:41:42.743732 [ 290 ] {} TCPHandler: Done processing connection. 2025.09.18 00:41:42.743756 [ 286 ] {} TCP-Session: 0a273886-67e6-47b6-9110-16b72b59c50e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.743767 [ 290 ] {} TCP-Session: cad2d87d-f4ce-419c-b2a7-79bcf5debfbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.743772 [ 292 ] {} TCPHandler: Done processing connection. 2025.09.18 00:41:42.743790 [ 275 ] {} TCPHandler: Done processing connection. 2025.09.18 00:41:42.743814 [ 291 ] {} TCPHandler: Done processing connection. 2025.09.18 00:41:42.743818 [ 292 ] {} TCP-Session: 8df24861-c9af-45a5-866d-40fc730c1ee1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.743842 [ 275 ] {} TCP-Session: b93cd955-5db8-40b9-a041-000c51f98fde Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.743854 [ 293 ] {} TCPHandler: Done processing connection. 2025.09.18 00:41:42.743867 [ 291 ] {} TCP-Session: 551cfaee-8747-4fe8-b75e-92b87fef0f7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.743838 [ 294 ] {} TCPHandler: Done processing connection. 2025.09.18 00:41:42.743909 [ 293 ] {} TCP-Session: be5316a3-c274-4a61-ad55-bd2d83143a9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.743778 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.18 00:41:42.743947 [ 294 ] {} TCP-Session: af7b0871-5feb-47ca-bbf6-603d1d7a7118 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.743982 [ 289 ] {} TCP-Session: ac07003a-c1f4-4d3e-b85b-705f288b1e3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.802672 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34500 2025.09.18 00:41:42.802783 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:41:42.802816 [ 288 ] {} TCP-Session: 784a4e6a-7f38-4881-b9bf-9dc23db0cdde Authenticating user 'default' from [fd00:1122:3344:101::e]:34500 2025.09.18 00:41:42.802848 [ 288 ] {} TCP-Session: 784a4e6a-7f38-4881-b9bf-9dc23db0cdde Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.802863 [ 288 ] {} TCP-Session: 784a4e6a-7f38-4881-b9bf-9dc23db0cdde Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.803051 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40791 2025.09.18 00:41:42.803068 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39722 2025.09.18 00:41:42.803101 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34941 2025.09.18 00:41:42.803162 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:41:42.803172 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39773 2025.09.18 00:41:42.803193 [ 289 ] {} TCP-Session: 12064805-dfef-4ac5-9213-7e9e80e59faf Authenticating user 'default' from [fd00:1122:3344:101::e]:40791 2025.09.18 00:41:42.803184 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61333 2025.09.18 00:41:42.803221 [ 289 ] {} TCP-Session: 12064805-dfef-4ac5-9213-7e9e80e59faf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.803228 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:41:42.803249 [ 289 ] {} TCP-Session: 12064805-dfef-4ac5-9213-7e9e80e59faf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.803250 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:41:42.803274 [ 291 ] {} TCP-Session: faf2e308-261e-493f-be06-65112a4a5e81 Authenticating user 'default' from [fd00:1122:3344:101::e]:34941 2025.09.18 00:41:42.803278 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:41:42.803292 [ 293 ] {} TCP-Session: 5337ea66-700c-48eb-812a-e3433b357fbb Authenticating user 'default' from [fd00:1122:3344:101::e]:39773 2025.09.18 00:41:42.803313 [ 291 ] {} TCP-Session: faf2e308-261e-493f-be06-65112a4a5e81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.803327 [ 294 ] {} TCP-Session: f11148ec-351c-483e-a428-be5cc88b2104 Authenticating user 'default' from [fd00:1122:3344:101::e]:61333 2025.09.18 00:41:42.803333 [ 293 ] {} TCP-Session: 5337ea66-700c-48eb-812a-e3433b357fbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.803345 [ 291 ] {} TCP-Session: faf2e308-261e-493f-be06-65112a4a5e81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.803372 [ 293 ] {} TCP-Session: 5337ea66-700c-48eb-812a-e3433b357fbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.803367 [ 294 ] {} TCP-Session: f11148ec-351c-483e-a428-be5cc88b2104 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.803202 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60352 2025.09.18 00:41:42.803444 [ 294 ] {} TCP-Session: f11148ec-351c-483e-a428-be5cc88b2104 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.803196 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41207 2025.09.18 00:41:42.803497 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:41:42.803191 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:41:42.803545 [ 286 ] {} TCP-Session: 5efa26a2-54c0-42ed-b9b9-3de5a93397d5 Authenticating user 'default' from [fd00:1122:3344:101::e]:60352 2025.09.18 00:41:42.803161 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38691 2025.09.18 00:41:42.803565 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:41:42.803564 [ 290 ] {} TCP-Session: 59585812-3d9d-41ff-8cc9-9ae1a57ba610 Authenticating user 'default' from [fd00:1122:3344:101::e]:39722 2025.09.18 00:41:42.803608 [ 275 ] {} TCP-Session: fc0a3cf6-087c-40d9-a5f1-74fea7aef9d1 Authenticating user 'default' from [fd00:1122:3344:101::e]:41207 2025.09.18 00:41:42.803624 [ 290 ] {} TCP-Session: 59585812-3d9d-41ff-8cc9-9ae1a57ba610 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.803637 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:41:42.803640 [ 275 ] {} TCP-Session: fc0a3cf6-087c-40d9-a5f1-74fea7aef9d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.803650 [ 290 ] {} TCP-Session: 59585812-3d9d-41ff-8cc9-9ae1a57ba610 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.803669 [ 292 ] {} TCP-Session: 342c232c-0b6d-4a03-b8c2-507d92e8f743 Authenticating user 'default' from [fd00:1122:3344:101::e]:38691 2025.09.18 00:41:42.803671 [ 275 ] {} TCP-Session: fc0a3cf6-087c-40d9-a5f1-74fea7aef9d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.803706 [ 292 ] {} TCP-Session: 342c232c-0b6d-4a03-b8c2-507d92e8f743 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.803567 [ 286 ] {} TCP-Session: 5efa26a2-54c0-42ed-b9b9-3de5a93397d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.803724 [ 292 ] {} TCP-Session: 342c232c-0b6d-4a03-b8c2-507d92e8f743 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.803745 [ 286 ] {} TCP-Session: 5efa26a2-54c0-42ed-b9b9-3de5a93397d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.803203 [ 288 ] {} TCP-Session: 784a4e6a-7f38-4881-b9bf-9dc23db0cdde Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:42.803942 [ 288 ] {bcc50a66-e4bd-465f-89c5-183cab423757} executeQuery: (from [fd00:1122:3344:101::e]:34500) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.18 00:41:42.804188 [ 288 ] {bcc50a66-e4bd-465f-89c5-183cab423757} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.18 00:41:42.804256 [ 288 ] {bcc50a66-e4bd-465f-89c5-183cab423757} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.18 00:41:42.804569 [ 288 ] {bcc50a66-e4bd-465f-89c5-183cab423757} oximeter.version (53059a3a-d3d8-4ae6-a17a-1015bb2d496f) (SelectExecutor): Key condition: unknown 2025.09.18 00:41:42.805694 [ 321 ] {bcc50a66-e4bd-465f-89c5-183cab423757} AggregatingTransform: Aggregating 2025.09.18 00:41:42.805747 [ 321 ] {bcc50a66-e4bd-465f-89c5-183cab423757} Aggregator: Aggregation method: without_key 2025.09.18 00:41:42.805787 [ 321 ] {bcc50a66-e4bd-465f-89c5-183cab423757} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001102687 sec. (906.876 rows/sec., 35.42 KiB/sec.) 2025.09.18 00:41:42.805812 [ 321 ] {bcc50a66-e4bd-465f-89c5-183cab423757} Aggregator: Merging aggregated data 2025.09.18 00:41:42.807041 [ 288 ] {bcc50a66-e4bd-465f-89c5-183cab423757} executeQuery: Read 1 rows, 40.00 B in 0.003153 sec., 317.1582619727244 rows/sec., 12.39 KiB/sec. 2025.09.18 00:41:42.807206 [ 288 ] {bcc50a66-e4bd-465f-89c5-183cab423757} TCPHandler: Processed in 0.004124554 sec. 2025.09.18 00:41:42.807330 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.18 00:41:42.807374 [ 288 ] {} TCP-Session: 784a4e6a-7f38-4881-b9bf-9dc23db0cdde Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.807378 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.18 00:41:42.807387 [ 290 ] {} TCPHandler: Done processing connection. 2025.09.18 00:41:42.807418 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.18 00:41:42.807439 [ 291 ] {} TCPHandler: Done processing connection. 2025.09.18 00:41:42.807469 [ 290 ] {} TCP-Session: 59585812-3d9d-41ff-8cc9-9ae1a57ba610 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.807486 [ 293 ] {} TCPHandler: Done processing connection. 2025.09.18 00:41:42.807507 [ 291 ] {} TCP-Session: faf2e308-261e-493f-be06-65112a4a5e81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.807473 [ 294 ] {} TCPHandler: Done processing connection. 2025.09.18 00:41:42.807540 [ 293 ] {} TCP-Session: 5337ea66-700c-48eb-812a-e3433b357fbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.807473 [ 286 ] {} TCP-Session: 5efa26a2-54c0-42ed-b9b9-3de5a93397d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.807585 [ 294 ] {} TCP-Session: f11148ec-351c-483e-a428-be5cc88b2104 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.807460 [ 275 ] {} TCPHandler: Done processing connection. 2025.09.18 00:41:42.807430 [ 289 ] {} TCP-Session: 12064805-dfef-4ac5-9213-7e9e80e59faf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.807400 [ 292 ] {} TCPHandler: Done processing connection. 2025.09.18 00:41:42.807674 [ 275 ] {} TCP-Session: fc0a3cf6-087c-40d9-a5f1-74fea7aef9d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.807714 [ 292 ] {} TCP-Session: 342c232c-0b6d-4a03-b8c2-507d92e8f743 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.870378 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34885 2025.09.18 00:41:42.870488 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:41:42.870516 [ 288 ] {} TCP-Session: cfa0bb9e-afd2-402e-8192-c83b4bbc2134 Authenticating user 'default' from [fd00:1122:3344:101::e]:34885 2025.09.18 00:41:42.870544 [ 288 ] {} TCP-Session: cfa0bb9e-afd2-402e-8192-c83b4bbc2134 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.870557 [ 288 ] {} TCP-Session: cfa0bb9e-afd2-402e-8192-c83b4bbc2134 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.870810 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57116 2025.09.18 00:41:42.870835 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54828 2025.09.18 00:41:42.870867 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45881 2025.09.18 00:41:42.870888 [ 288 ] {} TCP-Session: cfa0bb9e-afd2-402e-8192-c83b4bbc2134 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:42.870909 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47136 2025.09.18 00:41:42.870940 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:41:42.870955 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:41:42.870953 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:41:42.870992 [ 293 ] {} TCP-Session: 4ea38ca9-0594-4b6d-9185-485778fa4f4d Authenticating user 'default' from [fd00:1122:3344:101::e]:45881 2025.09.18 00:41:42.871025 [ 290 ] {} TCP-Session: 4c47df9c-d81e-48a8-a2a8-d26cdfc10a37 Authenticating user 'default' from [fd00:1122:3344:101::e]:54828 2025.09.18 00:41:42.870995 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:41:42.871044 [ 293 ] {} TCP-Session: 4ea38ca9-0594-4b6d-9185-485778fa4f4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.871058 [ 290 ] {} TCP-Session: 4c47df9c-d81e-48a8-a2a8-d26cdfc10a37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.871076 [ 275 ] {} TCP-Session: 810e8d59-2205-4f2a-a149-1b14398e362a Authenticating user 'default' from [fd00:1122:3344:101::e]:47136 2025.09.18 00:41:42.871080 [ 288 ] {d8c90d77-ee4d-444d-81aa-8dd8a978ded9} executeQuery: (from [fd00:1122:3344:101::e]:34885) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.18 00:41:42.871113 [ 275 ] {} TCP-Session: 810e8d59-2205-4f2a-a149-1b14398e362a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.870986 [ 289 ] {} TCP-Session: d7cc3023-233f-4631-94c4-82b5108e4373 Authenticating user 'default' from [fd00:1122:3344:101::e]:57116 2025.09.18 00:41:42.871135 [ 275 ] {} TCP-Session: 810e8d59-2205-4f2a-a149-1b14398e362a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.871160 [ 289 ] {} TCP-Session: d7cc3023-233f-4631-94c4-82b5108e4373 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.870916 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40628 2025.09.18 00:41:42.871185 [ 289 ] {} TCP-Session: d7cc3023-233f-4631-94c4-82b5108e4373 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.870893 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48386 2025.09.18 00:41:42.870863 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57637 2025.09.18 00:41:42.871258 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:41:42.870852 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39475 2025.09.18 00:41:42.871325 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:41:42.871302 [ 286 ] {} TCP-Session: 0deca78e-067f-4dec-8b01-2219783d9f78 Authenticating user 'default' from [fd00:1122:3344:101::e]:40628 2025.09.18 00:41:42.871359 [ 288 ] {d8c90d77-ee4d-444d-81aa-8dd8a978ded9} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.18 00:41:42.871390 [ 286 ] {} TCP-Session: 0deca78e-067f-4dec-8b01-2219783d9f78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.871368 [ 292 ] {} TCP-Session: 6428b9dd-10a3-42bf-8d11-53cf2f587dad Authenticating user 'default' from [fd00:1122:3344:101::e]:57637 2025.09.18 00:41:42.871421 [ 286 ] {} TCP-Session: 0deca78e-067f-4dec-8b01-2219783d9f78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.871432 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:41:42.871445 [ 292 ] {} TCP-Session: 6428b9dd-10a3-42bf-8d11-53cf2f587dad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.871293 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:41:42.871491 [ 291 ] {} TCP-Session: 4ac789da-1445-4dbd-b232-dc952c41c103 Authenticating user 'default' from [fd00:1122:3344:101::e]:39475 2025.09.18 00:41:42.871516 [ 294 ] {} TCP-Session: c07d15ad-1ef2-4c69-863e-a9db39503c48 Authenticating user 'default' from [fd00:1122:3344:101::e]:48386 2025.09.18 00:41:42.871487 [ 292 ] {} TCP-Session: 6428b9dd-10a3-42bf-8d11-53cf2f587dad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.871547 [ 294 ] {} TCP-Session: c07d15ad-1ef2-4c69-863e-a9db39503c48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.871546 [ 291 ] {} TCP-Session: 4ac789da-1445-4dbd-b232-dc952c41c103 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.871574 [ 294 ] {} TCP-Session: c07d15ad-1ef2-4c69-863e-a9db39503c48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.871598 [ 291 ] {} TCP-Session: 4ac789da-1445-4dbd-b232-dc952c41c103 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.871096 [ 290 ] {} TCP-Session: 4c47df9c-d81e-48a8-a2a8-d26cdfc10a37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.871433 [ 288 ] {d8c90d77-ee4d-444d-81aa-8dd8a978ded9} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.18 00:41:42.871083 [ 293 ] {} TCP-Session: 4ea38ca9-0594-4b6d-9185-485778fa4f4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.871957 [ 288 ] {d8c90d77-ee4d-444d-81aa-8dd8a978ded9} oximeter.version (53059a3a-d3d8-4ae6-a17a-1015bb2d496f) (SelectExecutor): Key condition: unknown 2025.09.18 00:41:42.873019 [ 325 ] {d8c90d77-ee4d-444d-81aa-8dd8a978ded9} AggregatingTransform: Aggregating 2025.09.18 00:41:42.873071 [ 325 ] {d8c90d77-ee4d-444d-81aa-8dd8a978ded9} Aggregator: Aggregation method: without_key 2025.09.18 00:41:42.873111 [ 325 ] {d8c90d77-ee4d-444d-81aa-8dd8a978ded9} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001052876 sec. (949.779 rows/sec., 37.10 KiB/sec.) 2025.09.18 00:41:42.873133 [ 325 ] {d8c90d77-ee4d-444d-81aa-8dd8a978ded9} Aggregator: Merging aggregated data 2025.09.18 00:41:42.874427 [ 288 ] {d8c90d77-ee4d-444d-81aa-8dd8a978ded9} executeQuery: Read 1 rows, 40.00 B in 0.003398 sec., 294.2907592701589 rows/sec., 11.50 KiB/sec. 2025.09.18 00:41:42.874577 [ 288 ] {d8c90d77-ee4d-444d-81aa-8dd8a978ded9} TCPHandler: Processed in 0.003805179 sec. 2025.09.18 00:41:42.874708 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.18 00:41:42.874737 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.18 00:41:42.874749 [ 288 ] {} TCP-Session: cfa0bb9e-afd2-402e-8192-c83b4bbc2134 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.874769 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.18 00:41:42.874789 [ 290 ] {} TCPHandler: Done processing connection. 2025.09.18 00:41:42.874809 [ 294 ] {} TCPHandler: Done processing connection. 2025.09.18 00:41:42.874830 [ 289 ] {} TCP-Session: d7cc3023-233f-4631-94c4-82b5108e4373 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.874845 [ 290 ] {} TCP-Session: 4c47df9c-d81e-48a8-a2a8-d26cdfc10a37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.874860 [ 293 ] {} TCPHandler: Done processing connection. 2025.09.18 00:41:42.874868 [ 291 ] {} TCPHandler: Done processing connection. 2025.09.18 00:41:42.874917 [ 293 ] {} TCP-Session: 4ea38ca9-0594-4b6d-9185-485778fa4f4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.874883 [ 275 ] {} TCPHandler: Done processing connection. 2025.09.18 00:41:42.874946 [ 291 ] {} TCP-Session: 4ac789da-1445-4dbd-b232-dc952c41c103 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.874855 [ 294 ] {} TCP-Session: c07d15ad-1ef2-4c69-863e-a9db39503c48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.874984 [ 275 ] {} TCP-Session: 810e8d59-2205-4f2a-a149-1b14398e362a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.874825 [ 292 ] {} TCPHandler: Done processing connection. 2025.09.18 00:41:42.874782 [ 286 ] {} TCP-Session: 0deca78e-067f-4dec-8b01-2219783d9f78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:42.875069 [ 292 ] {} TCP-Session: 6428b9dd-10a3-42bf-8d11-53cf2f587dad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:41:44.209910 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 8133 2025.09.18 00:41:44.210423 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:44.210473 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:41:44.210973 [ 245 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.09.18 00:41:44.211214 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:44.211355 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8133 2025.09.18 00:41:44.653085 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 2025.09.18 00:41:44.667805 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:44.667861 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:41:44.673777 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.09.18 00:41:44.674456 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:44.677035 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 128 2025.09.18 00:41:46.501602 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:46.501781 [ 276 ] {5fd433c7-785f-4f85-892e-df85fd567653} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.18 00:41:46.501846 [ 276 ] {5fd433c7-785f-4f85-892e-df85fd567653} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.18 00:41:46.502450 [ 276 ] {5fd433c7-785f-4f85-892e-df85fd567653} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:46.502516 [ 276 ] {5fd433c7-785f-4f85-892e-df85fd567653} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:41:46.502888 [ 276 ] {5fd433c7-785f-4f85-892e-df85fd567653} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.09.18 00:41:46.503101 [ 276 ] {5fd433c7-785f-4f85-892e-df85fd567653} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:46.503275 [ 276 ] {5fd433c7-785f-4f85-892e-df85fd567653} executeQuery: Read 2 rows, 167.00 B in 0.00154 sec., 1298.7012987012988 rows/sec., 105.90 KiB/sec. 2025.09.18 00:41:46.503350 [ 276 ] {5fd433c7-785f-4f85-892e-df85fd567653} TCPHandler: Processed in 0.001878909 sec. 2025.09.18 00:41:46.503491 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:46.503603 [ 276 ] {3ebe3ac5-274c-4ff0-8079-4846c9dd0ac3} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:41:46.503643 [ 276 ] {3ebe3ac5-274c-4ff0-8079-4846c9dd0ac3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:41:46.504571 [ 276 ] {3ebe3ac5-274c-4ff0-8079-4846c9dd0ac3} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:46.504606 [ 276 ] {3ebe3ac5-274c-4ff0-8079-4846c9dd0ac3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:41:46.504979 [ 276 ] {3ebe3ac5-274c-4ff0-8079-4846c9dd0ac3} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.09.18 00:41:46.505202 [ 276 ] {3ebe3ac5-274c-4ff0-8079-4846c9dd0ac3} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:46.505341 [ 276 ] {3ebe3ac5-274c-4ff0-8079-4846c9dd0ac3} executeQuery: Read 1197 rows, 101.04 KiB in 0.001756 sec., 681662.8701594534 rows/sec., 56.19 MiB/sec. 2025.09.18 00:41:46.505382 [ 276 ] {3ebe3ac5-274c-4ff0-8079-4846c9dd0ac3} TCPHandler: Processed in 0.00193865 sec. 2025.09.18 00:41:46.505493 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:46.505582 [ 276 ] {809b5342-f068-4589-8be7-f0b59a3bb442} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.18 00:41:46.505620 [ 276 ] {809b5342-f068-4589-8be7-f0b59a3bb442} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.18 00:41:46.505976 [ 276 ] {809b5342-f068-4589-8be7-f0b59a3bb442} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:46.506012 [ 276 ] {809b5342-f068-4589-8be7-f0b59a3bb442} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:41:46.506311 [ 276 ] {809b5342-f068-4589-8be7-f0b59a3bb442} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.09.18 00:41:46.506518 [ 276 ] {809b5342-f068-4589-8be7-f0b59a3bb442} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:46.506644 [ 276 ] {809b5342-f068-4589-8be7-f0b59a3bb442} executeQuery: Read 2 rows, 143.00 B in 0.001079 sec., 1853.5681186283593 rows/sec., 129.42 KiB/sec. 2025.09.18 00:41:46.506680 [ 276 ] {809b5342-f068-4589-8be7-f0b59a3bb442} TCPHandler: Processed in 0.00123241 sec. 2025.09.18 00:41:46.506775 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:46.506865 [ 276 ] {85298b57-4ae3-456d-8c39-502dcc7ac5e9} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.18 00:41:46.506902 [ 276 ] {85298b57-4ae3-456d-8c39-502dcc7ac5e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.18 00:41:46.507327 [ 276 ] {85298b57-4ae3-456d-8c39-502dcc7ac5e9} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:46.507363 [ 276 ] {85298b57-4ae3-456d-8c39-502dcc7ac5e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:41:46.507665 [ 276 ] {85298b57-4ae3-456d-8c39-502dcc7ac5e9} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.09.18 00:41:46.507860 [ 276 ] {85298b57-4ae3-456d-8c39-502dcc7ac5e9} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:46.507981 [ 276 ] {85298b57-4ae3-456d-8c39-502dcc7ac5e9} executeQuery: Read 228 rows, 15.81 KiB in 0.001134 sec., 201058.20105820106 rows/sec., 13.61 MiB/sec. 2025.09.18 00:41:46.508018 [ 276 ] {85298b57-4ae3-456d-8c39-502dcc7ac5e9} TCPHandler: Processed in 0.001288741 sec. 2025.09.18 00:41:46.508116 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:46.508219 [ 276 ] {9bd0adb6-10ae-47eb-8c6e-a611afead807} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:41:46.508258 [ 276 ] {9bd0adb6-10ae-47eb-8c6e-a611afead807} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:41:46.508895 [ 276 ] {9bd0adb6-10ae-47eb-8c6e-a611afead807} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:46.508938 [ 276 ] {9bd0adb6-10ae-47eb-8c6e-a611afead807} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:41:46.509337 [ 276 ] {9bd0adb6-10ae-47eb-8c6e-a611afead807} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.09.18 00:41:46.509559 [ 276 ] {9bd0adb6-10ae-47eb-8c6e-a611afead807} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:46.509692 [ 276 ] {9bd0adb6-10ae-47eb-8c6e-a611afead807} executeQuery: Read 522 rows, 39.57 KiB in 0.001492 sec., 349865.9517426273 rows/sec., 25.90 MiB/sec. 2025.09.18 00:41:46.509729 [ 276 ] {9bd0adb6-10ae-47eb-8c6e-a611afead807} TCPHandler: Processed in 0.001661875 sec. 2025.09.18 00:41:46.509830 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:46.509923 [ 276 ] {eecabc03-dcfa-49e8-85ed-1d1c6e5a4875} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:41:46.509966 [ 276 ] {eecabc03-dcfa-49e8-85ed-1d1c6e5a4875} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:41:46.510495 [ 276 ] {eecabc03-dcfa-49e8-85ed-1d1c6e5a4875} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:46.510530 [ 276 ] {eecabc03-dcfa-49e8-85ed-1d1c6e5a4875} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:41:46.510899 [ 276 ] {eecabc03-dcfa-49e8-85ed-1d1c6e5a4875} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.09.18 00:41:46.511098 [ 276 ] {eecabc03-dcfa-49e8-85ed-1d1c6e5a4875} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:46.511230 [ 276 ] {eecabc03-dcfa-49e8-85ed-1d1c6e5a4875} executeQuery: Read 845 rows, 58.24 KiB in 0.001325 sec., 637735.8490566037 rows/sec., 42.92 MiB/sec. 2025.09.18 00:41:46.511266 [ 276 ] {eecabc03-dcfa-49e8-85ed-1d1c6e5a4875} TCPHandler: Processed in 0.001483504 sec. 2025.09.18 00:41:46.511365 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:46.511458 [ 276 ] {19ec52a4-451f-4dbc-bb4f-76f1e1eddbf5} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:41:46.511498 [ 276 ] {19ec52a4-451f-4dbc-bb4f-76f1e1eddbf5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:41:46.511808 [ 276 ] {19ec52a4-451f-4dbc-bb4f-76f1e1eddbf5} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:46.511844 [ 276 ] {19ec52a4-451f-4dbc-bb4f-76f1e1eddbf5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:41:46.512138 [ 276 ] {19ec52a4-451f-4dbc-bb4f-76f1e1eddbf5} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.09.18 00:41:46.512339 [ 276 ] {19ec52a4-451f-4dbc-bb4f-76f1e1eddbf5} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:46.512462 [ 276 ] {19ec52a4-451f-4dbc-bb4f-76f1e1eddbf5} executeQuery: Read 60 rows, 4.14 KiB in 0.001023 sec., 58651.026392961874 rows/sec., 3.95 MiB/sec. 2025.09.18 00:41:46.512497 [ 276 ] {19ec52a4-451f-4dbc-bb4f-76f1e1eddbf5} TCPHandler: Processed in 0.001179099 sec. 2025.09.18 00:41:46.727972 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 464 2025.09.18 00:41:46.730247 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:46.730305 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:41:46.731508 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.09.18 00:41:46.731786 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:46.732186 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 464 2025.09.18 00:41:51.478685 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:51.478882 [ 276 ] {64495bfe-d7f9-48e4-88c8-0c899d0b0656} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:41:51.478946 [ 276 ] {64495bfe-d7f9-48e4-88c8-0c899d0b0656} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:41:51.479709 [ 276 ] {64495bfe-d7f9-48e4-88c8-0c899d0b0656} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:51.479749 [ 276 ] {64495bfe-d7f9-48e4-88c8-0c899d0b0656} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:41:51.480151 [ 276 ] {64495bfe-d7f9-48e4-88c8-0c899d0b0656} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.09.18 00:41:51.480376 [ 276 ] {64495bfe-d7f9-48e4-88c8-0c899d0b0656} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:51.480536 [ 276 ] {64495bfe-d7f9-48e4-88c8-0c899d0b0656} executeQuery: Read 140 rows, 12.45 KiB in 0.001702 sec., 82256.16921269095 rows/sec., 7.14 MiB/sec. 2025.09.18 00:41:51.480583 [ 276 ] {64495bfe-d7f9-48e4-88c8-0c899d0b0656} TCPHandler: Processed in 0.002029152 sec. 2025.09.18 00:41:51.480714 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:51.480816 [ 276 ] {ac342b3e-e5d9-4028-b0b9-40ffbd022f15} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.18 00:41:51.480859 [ 276 ] {ac342b3e-e5d9-4028-b0b9-40ffbd022f15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.18 00:41:51.481263 [ 276 ] {ac342b3e-e5d9-4028-b0b9-40ffbd022f15} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:51.481298 [ 276 ] {ac342b3e-e5d9-4028-b0b9-40ffbd022f15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:41:51.481603 [ 276 ] {ac342b3e-e5d9-4028-b0b9-40ffbd022f15} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.09.18 00:41:51.481809 [ 276 ] {ac342b3e-e5d9-4028-b0b9-40ffbd022f15} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:51.481903 [ 113 ] {} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.09.18 00:41:51.481935 [ 276 ] {ac342b3e-e5d9-4028-b0b9-40ffbd022f15} executeQuery: Read 42 rows, 3.16 KiB in 0.001143 sec., 36745.40682414699 rows/sec., 2.70 MiB/sec. 2025.09.18 00:41:51.481944 [ 113 ] {} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:51.481966 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:41:51.481972 [ 276 ] {ac342b3e-e5d9-4028-b0b9-40ffbd022f15} TCPHandler: Processed in 0.00130843 sec. 2025.09.18 00:41:51.482082 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:51.482099 [ 194 ] {760959a3-fef0-4463-b66b-9e8797170cee::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.09.18 00:41:51.482176 [ 276 ] {9baa3b9f-12dd-4bd9-9f70-d01afdb4038f} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:41:51.482221 [ 276 ] {9baa3b9f-12dd-4bd9-9f70-d01afdb4038f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:41:51.482257 [ 194 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:41:51.482298 [ 194 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 71 rows starting from the beginning of the part 2025.09.18 00:41:51.482373 [ 194 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 41 rows starting from the beginning of the part 2025.09.18 00:41:51.482423 [ 194 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 55 rows starting from the beginning of the part 2025.09.18 00:41:51.482473 [ 194 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 42 rows starting from the beginning of the part 2025.09.18 00:41:51.482517 [ 194 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part 2025.09.18 00:41:51.482557 [ 194 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 42 rows starting from the beginning of the part 2025.09.18 00:41:51.482639 [ 276 ] {9baa3b9f-12dd-4bd9-9f70-d01afdb4038f} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:51.482679 [ 276 ] {9baa3b9f-12dd-4bd9-9f70-d01afdb4038f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:41:51.483020 [ 276 ] {9baa3b9f-12dd-4bd9-9f70-d01afdb4038f} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.09.18 00:41:51.483241 [ 276 ] {9baa3b9f-12dd-4bd9-9f70-d01afdb4038f} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:51.483370 [ 276 ] {9baa3b9f-12dd-4bd9-9f70-d01afdb4038f} executeQuery: Read 106 rows, 8.48 KiB in 0.001214 sec., 87314.6622734761 rows/sec., 6.82 MiB/sec. 2025.09.18 00:41:51.483397 [ 196 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 253 rows, containing 5 columns (5 merged, 0 gathered) in 0.001351531 sec., 187195.1142815074 rows/sec., 14.46 MiB/sec. 2025.09.18 00:41:51.483406 [ 276 ] {9baa3b9f-12dd-4bd9-9f70-d01afdb4038f} TCPHandler: Processed in 0.001373122 sec. 2025.09.18 00:41:51.483560 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:51.483655 [ 276 ] {5a1aefd8-aa02-48bf-8c12-cf4ce824d4ea} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:41:51.483702 [ 276 ] {5a1aefd8-aa02-48bf-8c12-cf4ce824d4ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:41:51.483738 [ 199 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.09.18 00:41:51.484083 [ 276 ] {5a1aefd8-aa02-48bf-8c12-cf4ce824d4ea} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:51.484129 [ 276 ] {5a1aefd8-aa02-48bf-8c12-cf4ce824d4ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:41:51.484296 [ 199 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_16_3} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:51.484449 [ 199 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_16_3} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.09.18 00:41:51.484489 [ 276 ] {5a1aefd8-aa02-48bf-8c12-cf4ce824d4ea} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.09.18 00:41:51.484609 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2025.09.18 00:41:51.484708 [ 276 ] {5a1aefd8-aa02-48bf-8c12-cf4ce824d4ea} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:51.484843 [ 276 ] {5a1aefd8-aa02-48bf-8c12-cf4ce824d4ea} executeQuery: Read 160 rows, 11.41 KiB in 0.001207 sec., 132560.06628003315 rows/sec., 9.23 MiB/sec. 2025.09.18 00:41:51.484878 [ 276 ] {5a1aefd8-aa02-48bf-8c12-cf4ce824d4ea} TCPHandler: Processed in 0.001365722 sec. 2025.09.18 00:41:51.484978 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:51.485070 [ 276 ] {8c5be8a1-56ab-4220-a296-fdc6c880051e} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.18 00:41:51.485124 [ 276 ] {8c5be8a1-56ab-4220-a296-fdc6c880051e} 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.09.18 00:41:51.485955 [ 276 ] {8c5be8a1-56ab-4220-a296-fdc6c880051e} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:51.485992 [ 276 ] {8c5be8a1-56ab-4220-a296-fdc6c880051e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:41:51.486552 [ 276 ] {8c5be8a1-56ab-4220-a296-fdc6c880051e} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.09.18 00:41:51.486765 [ 276 ] {8c5be8a1-56ab-4220-a296-fdc6c880051e} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:51.486896 [ 276 ] {8c5be8a1-56ab-4220-a296-fdc6c880051e} executeQuery: Read 42 rows, 77.07 KiB in 0.001844 sec., 22776.5726681128 rows/sec., 40.81 MiB/sec. 2025.09.18 00:41:51.486947 [ 276 ] {8c5be8a1-56ab-4220-a296-fdc6c880051e} TCPHandler: Processed in 0.002016161 sec. 2025.09.18 00:41:51.487052 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:51.487144 [ 276 ] {ca728e7c-84b4-4846-be61-d229a7e998af} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:41:51.487185 [ 276 ] {ca728e7c-84b4-4846-be61-d229a7e998af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:41:51.487497 [ 276 ] {ca728e7c-84b4-4846-be61-d229a7e998af} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:51.487532 [ 276 ] {ca728e7c-84b4-4846-be61-d229a7e998af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:41:51.487828 [ 276 ] {ca728e7c-84b4-4846-be61-d229a7e998af} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.09.18 00:41:51.488032 [ 276 ] {ca728e7c-84b4-4846-be61-d229a7e998af} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:51.488154 [ 276 ] {ca728e7c-84b4-4846-be61-d229a7e998af} executeQuery: Read 60 rows, 4.14 KiB in 0.001029 sec., 58309.03790087464 rows/sec., 3.93 MiB/sec. 2025.09.18 00:41:51.488188 [ 276 ] {ca728e7c-84b4-4846-be61-d229a7e998af} TCPHandler: Processed in 0.001183959 sec. 2025.09.18 00:41:51.618103 [ 112 ] {} DNSResolver: Updating DNS cache 2025.09.18 00:41:51.618143 [ 112 ] {} DNSResolver: Updated DNS cache 2025.09.18 00:41:51.711501 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 8581 2025.09.18 00:41:51.711901 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:51.711940 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:41:51.712410 [ 245 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.09.18 00:41:51.712637 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:51.712769 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8581 2025.09.18 00:41:52.177172 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 2025.09.18 00:41:52.193018 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:52.193077 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:41:52.199249 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.09.18 00:41:52.199965 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:52.203123 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2025.09.18 00:41:56.476255 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:56.476561 [ 276 ] {b8d6c11f-e728-497b-b577-6620b6b9f501} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:41:56.476666 [ 276 ] {b8d6c11f-e728-497b-b577-6620b6b9f501} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:41:56.477343 [ 276 ] {b8d6c11f-e728-497b-b577-6620b6b9f501} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:56.477387 [ 276 ] {b8d6c11f-e728-497b-b577-6620b6b9f501} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:41:56.477792 [ 276 ] {b8d6c11f-e728-497b-b577-6620b6b9f501} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.09.18 00:41:56.478019 [ 276 ] {b8d6c11f-e728-497b-b577-6620b6b9f501} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:56.478182 [ 276 ] {b8d6c11f-e728-497b-b577-6620b6b9f501} executeQuery: Read 56 rows, 4.41 KiB in 0.001697 sec., 32999.410724808484 rows/sec., 2.54 MiB/sec. 2025.09.18 00:41:56.478232 [ 276 ] {b8d6c11f-e728-497b-b577-6620b6b9f501} TCPHandler: Processed in 0.002165764 sec. 2025.09.18 00:41:56.478362 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:56.478474 [ 276 ] {4b4cd6c2-c048-40d4-b394-6ed0dec32ea4} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:41:56.478518 [ 276 ] {4b4cd6c2-c048-40d4-b394-6ed0dec32ea4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:41:56.478968 [ 276 ] {4b4cd6c2-c048-40d4-b394-6ed0dec32ea4} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:56.479004 [ 276 ] {4b4cd6c2-c048-40d4-b394-6ed0dec32ea4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:41:56.479310 [ 276 ] {4b4cd6c2-c048-40d4-b394-6ed0dec32ea4} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.09.18 00:41:56.479531 [ 276 ] {4b4cd6c2-c048-40d4-b394-6ed0dec32ea4} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:56.479659 [ 276 ] {4b4cd6c2-c048-40d4-b394-6ed0dec32ea4} executeQuery: Read 64 rows, 5.12 KiB in 0.001209 sec., 52936.31100082713 rows/sec., 4.13 MiB/sec. 2025.09.18 00:41:56.479697 [ 276 ] {4b4cd6c2-c048-40d4-b394-6ed0dec32ea4} TCPHandler: Processed in 0.001386862 sec. 2025.09.18 00:41:56.479818 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:56.479919 [ 276 ] {5ce0e5d7-505e-4570-9995-35c9e048a233} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:41:56.479963 [ 276 ] {5ce0e5d7-505e-4570-9995-35c9e048a233} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:41:56.480379 [ 276 ] {5ce0e5d7-505e-4570-9995-35c9e048a233} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:56.480414 [ 276 ] {5ce0e5d7-505e-4570-9995-35c9e048a233} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:41:56.480737 [ 276 ] {5ce0e5d7-505e-4570-9995-35c9e048a233} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.09.18 00:41:56.480939 [ 276 ] {5ce0e5d7-505e-4570-9995-35c9e048a233} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:56.481067 [ 276 ] {5ce0e5d7-505e-4570-9995-35c9e048a233} executeQuery: Read 160 rows, 11.41 KiB in 0.001168 sec., 136986.301369863 rows/sec., 9.54 MiB/sec. 2025.09.18 00:41:56.481103 [ 276 ] {5ce0e5d7-505e-4570-9995-35c9e048a233} TCPHandler: Processed in 0.001345151 sec. 2025.09.18 00:41:56.481213 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:41:56.481304 [ 276 ] {244f45d6-d27f-4d8c-ba45-82b739e484df} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:41:56.481342 [ 276 ] {244f45d6-d27f-4d8c-ba45-82b739e484df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:41:56.481633 [ 276 ] {244f45d6-d27f-4d8c-ba45-82b739e484df} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:56.481665 [ 276 ] {244f45d6-d27f-4d8c-ba45-82b739e484df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:41:56.481942 [ 276 ] {244f45d6-d27f-4d8c-ba45-82b739e484df} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.09.18 00:41:56.482124 [ 276 ] {244f45d6-d27f-4d8c-ba45-82b739e484df} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:56.482310 [ 276 ] {244f45d6-d27f-4d8c-ba45-82b739e484df} executeQuery: Read 60 rows, 4.14 KiB in 0.00102 sec., 58823.5294117647 rows/sec., 3.96 MiB/sec. 2025.09.18 00:41:56.482344 [ 276 ] {244f45d6-d27f-4d8c-ba45-82b739e484df} TCPHandler: Processed in 0.001180898 sec. 2025.09.18 00:41:56.732452 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 484 2025.09.18 00:41:56.734524 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:56.734572 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:41:56.735735 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.09.18 00:41:56.735987 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:56.736234 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 484 2025.09.18 00:41:59.212969 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 9093 2025.09.18 00:41:59.213802 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:59.213876 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:41:59.214354 [ 245 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.09.18 00:41:59.214580 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:59.214707 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9093 2025.09.18 00:41:59.703290 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2025.09.18 00:41:59.720373 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:41:59.720440 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:41:59.726670 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.09.18 00:41:59.727420 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:41:59.730577 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2025.09.18 00:42:01.479591 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:01.479770 [ 276 ] {476ecfc3-7bd5-40eb-b69a-ea3ad102d987} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.18 00:42:01.479834 [ 276 ] {476ecfc3-7bd5-40eb-b69a-ea3ad102d987} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.18 00:42:01.480497 [ 276 ] {476ecfc3-7bd5-40eb-b69a-ea3ad102d987} oximeter.fields_i16 (cf06a10e-1730-4cbf-a5a6-b367a2ab4906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:01.480540 [ 276 ] {476ecfc3-7bd5-40eb-b69a-ea3ad102d987} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:01.480931 [ 276 ] {476ecfc3-7bd5-40eb-b69a-ea3ad102d987} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.18 00:42:01.481189 [ 276 ] {476ecfc3-7bd5-40eb-b69a-ea3ad102d987} oximeter.fields_i16 (cf06a10e-1730-4cbf-a5a6-b367a2ab4906): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:01.481314 [ 104 ] {} oximeter.fields_i16 (cf06a10e-1730-4cbf-a5a6-b367a2ab4906) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.09.18 00:42:01.481348 [ 276 ] {476ecfc3-7bd5-40eb-b69a-ea3ad102d987} executeQuery: Read 24 rows, 2.04 KiB in 0.001624 sec., 14778.32512315271 rows/sec., 1.23 MiB/sec. 2025.09.18 00:42:01.481385 [ 104 ] {} oximeter.fields_i16 (cf06a10e-1730-4cbf-a5a6-b367a2ab4906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:01.481398 [ 276 ] {476ecfc3-7bd5-40eb-b69a-ea3ad102d987} TCPHandler: Processed in 0.00193663 sec. 2025.09.18 00:42:01.481418 [ 104 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:01.481523 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:01.481625 [ 276 ] {3fcd25ad-2c1d-4f77-a780-236b1f0c91c8} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.18 00:42:01.481631 [ 194 ] {cf06a10e-1730-4cbf-a5a6-b367a2ab4906::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.09.18 00:42:01.481667 [ 276 ] {3fcd25ad-2c1d-4f77-a780-236b1f0c91c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.18 00:42:01.481842 [ 194 ] {cf06a10e-1730-4cbf-a5a6-b367a2ab4906::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:42:01.481904 [ 194 ] {cf06a10e-1730-4cbf-a5a6-b367a2ab4906::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part 2025.09.18 00:42:01.481992 [ 194 ] {cf06a10e-1730-4cbf-a5a6-b367a2ab4906::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part 2025.09.18 00:42:01.482038 [ 194 ] {cf06a10e-1730-4cbf-a5a6-b367a2ab4906::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part 2025.09.18 00:42:01.482097 [ 194 ] {cf06a10e-1730-4cbf-a5a6-b367a2ab4906::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part 2025.09.18 00:42:01.482099 [ 276 ] {3fcd25ad-2c1d-4f77-a780-236b1f0c91c8} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:01.482142 [ 194 ] {cf06a10e-1730-4cbf-a5a6-b367a2ab4906::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part 2025.09.18 00:42:01.482149 [ 276 ] {3fcd25ad-2c1d-4f77-a780-236b1f0c91c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:01.482478 [ 276 ] {3fcd25ad-2c1d-4f77-a780-236b1f0c91c8} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.09.18 00:42:01.482703 [ 276 ] {3fcd25ad-2c1d-4f77-a780-236b1f0c91c8} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:01.482836 [ 276 ] {3fcd25ad-2c1d-4f77-a780-236b1f0c91c8} executeQuery: Read 12 rows, 1002.00 B in 0.00123 sec., 9756.09756097561 rows/sec., 795.54 KiB/sec. 2025.09.18 00:42:01.482874 [ 276 ] {3fcd25ad-2c1d-4f77-a780-236b1f0c91c8} TCPHandler: Processed in 0.001402592 sec. 2025.09.18 00:42:01.482976 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:01.482982 [ 194 ] {cf06a10e-1730-4cbf-a5a6-b367a2ab4906::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.001464593 sec., 81934.02535721529 rows/sec., 7.11 MiB/sec. 2025.09.18 00:42:01.483072 [ 276 ] {bfb95d49-49b8-4204-aff2-208083c2b19f} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:42:01.483116 [ 276 ] {bfb95d49-49b8-4204-aff2-208083c2b19f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:42:01.483192 [ 199 ] {cf06a10e-1730-4cbf-a5a6-b367a2ab4906::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.09.18 00:42:01.483562 [ 199 ] {cf06a10e-1730-4cbf-a5a6-b367a2ab4906::all_1_5_1} oximeter.fields_i16 (cf06a10e-1730-4cbf-a5a6-b367a2ab4906): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:01.483650 [ 199 ] {cf06a10e-1730-4cbf-a5a6-b367a2ab4906::all_1_5_1} oximeter.fields_i16 (cf06a10e-1730-4cbf-a5a6-b367a2ab4906) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.09.18 00:42:01.483660 [ 276 ] {bfb95d49-49b8-4204-aff2-208083c2b19f} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:01.483704 [ 276 ] {bfb95d49-49b8-4204-aff2-208083c2b19f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:01.483761 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.09.18 00:42:01.484048 [ 276 ] {bfb95d49-49b8-4204-aff2-208083c2b19f} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.09.18 00:42:01.484270 [ 276 ] {bfb95d49-49b8-4204-aff2-208083c2b19f} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:01.484397 [ 103 ] {} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.09.18 00:42:01.484402 [ 276 ] {bfb95d49-49b8-4204-aff2-208083c2b19f} executeQuery: Read 266 rows, 24.35 KiB in 0.001348 sec., 197329.3768545994 rows/sec., 17.64 MiB/sec. 2025.09.18 00:42:01.484445 [ 103 ] {} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:01.484464 [ 276 ] {bfb95d49-49b8-4204-aff2-208083c2b19f} TCPHandler: Processed in 0.001538394 sec. 2025.09.18 00:42:01.484469 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:01.484572 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:01.484581 [ 186 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::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.09.18 00:42:01.484678 [ 276 ] {3f8d6a01-bc12-482d-af4b-745a55173b0f} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.18 00:42:01.484701 [ 186 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:42:01.484722 [ 276 ] {3f8d6a01-bc12-482d-af4b-745a55173b0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.18 00:42:01.484734 [ 186 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1407 rows starting from the beginning of the part 2025.09.18 00:42:01.484797 [ 186 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 140 rows starting from the beginning of the part 2025.09.18 00:42:01.484856 [ 186 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1197 rows starting from the beginning of the part 2025.09.18 00:42:01.484901 [ 186 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 140 rows starting from the beginning of the part 2025.09.18 00:42:01.484949 [ 186 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 56 rows starting from the beginning of the part 2025.09.18 00:42:01.484990 [ 186 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 266 rows starting from the beginning of the part 2025.09.18 00:42:01.485173 [ 276 ] {3f8d6a01-bc12-482d-af4b-745a55173b0f} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:01.485215 [ 276 ] {3f8d6a01-bc12-482d-af4b-745a55173b0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:01.485550 [ 276 ] {3f8d6a01-bc12-482d-af4b-745a55173b0f} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.09.18 00:42:01.485788 [ 276 ] {3f8d6a01-bc12-482d-af4b-745a55173b0f} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:01.485920 [ 276 ] {3f8d6a01-bc12-482d-af4b-745a55173b0f} executeQuery: Read 66 rows, 4.96 KiB in 0.001259 sec., 52422.55758538523 rows/sec., 3.84 MiB/sec. 2025.09.18 00:42:01.485960 [ 276 ] {3f8d6a01-bc12-482d-af4b-745a55173b0f} TCPHandler: Processed in 0.001435963 sec. 2025.09.18 00:42:01.486071 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:01.486163 [ 276 ] {a86fbd8d-33c6-4545-906a-2a2c0fc69ecf} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.18 00:42:01.486202 [ 276 ] {a86fbd8d-33c6-4545-906a-2a2c0fc69ecf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.18 00:42:01.486393 [ 199 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 3206 rows, containing 5 columns (5 merged, 0 gathered) in 0.0018484 sec., 1734473.0577797014 rows/sec., 152.24 MiB/sec. 2025.09.18 00:42:01.486593 [ 276 ] {a86fbd8d-33c6-4545-906a-2a2c0fc69ecf} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:01.486631 [ 194 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.09.18 00:42:01.486635 [ 276 ] {a86fbd8d-33c6-4545-906a-2a2c0fc69ecf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:01.486965 [ 194 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_26_5} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:01.487014 [ 276 ] {a86fbd8d-33c6-4545-906a-2a2c0fc69ecf} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.09.18 00:42:01.487047 [ 194 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_26_5} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.09.18 00:42:01.487137 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. 2025.09.18 00:42:01.487243 [ 276 ] {a86fbd8d-33c6-4545-906a-2a2c0fc69ecf} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:01.487378 [ 276 ] {a86fbd8d-33c6-4545-906a-2a2c0fc69ecf} executeQuery: Read 24 rows, 2.04 KiB in 0.001231 sec., 19496.344435418356 rows/sec., 1.62 MiB/sec. 2025.09.18 00:42:01.487418 [ 276 ] {a86fbd8d-33c6-4545-906a-2a2c0fc69ecf} TCPHandler: Processed in 0.001394022 sec. 2025.09.18 00:42:01.487524 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:01.487616 [ 276 ] {f16edef4-a371-4e0f-b854-bd5c3f3fc2bf} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.18 00:42:01.487654 [ 276 ] {f16edef4-a371-4e0f-b854-bd5c3f3fc2bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.18 00:42:01.488039 [ 276 ] {f16edef4-a371-4e0f-b854-bd5c3f3fc2bf} oximeter.fields_u8 (8e0d46a4-6712-4cba-8404-3aa8cdd0fb1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:01.488075 [ 276 ] {f16edef4-a371-4e0f-b854-bd5c3f3fc2bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:01.488370 [ 276 ] {f16edef4-a371-4e0f-b854-bd5c3f3fc2bf} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.09.18 00:42:01.488570 [ 276 ] {f16edef4-a371-4e0f-b854-bd5c3f3fc2bf} oximeter.fields_u8 (8e0d46a4-6712-4cba-8404-3aa8cdd0fb1a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:01.488682 [ 103 ] {} oximeter.fields_u8 (8e0d46a4-6712-4cba-8404-3aa8cdd0fb1a) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.09.18 00:42:01.488693 [ 276 ] {f16edef4-a371-4e0f-b854-bd5c3f3fc2bf} executeQuery: Read 12 rows, 960.00 B in 0.001093 sec., 10978.956999085087 rows/sec., 857.73 KiB/sec. 2025.09.18 00:42:01.488722 [ 103 ] {} oximeter.fields_u8 (8e0d46a4-6712-4cba-8404-3aa8cdd0fb1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:01.488745 [ 276 ] {f16edef4-a371-4e0f-b854-bd5c3f3fc2bf} TCPHandler: Processed in 0.00126816 sec. 2025.09.18 00:42:01.488748 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:01.488856 [ 199 ] {8e0d46a4-6712-4cba-8404-3aa8cdd0fb1a::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.09.18 00:42:01.488858 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:01.488963 [ 199 ] {8e0d46a4-6712-4cba-8404-3aa8cdd0fb1a::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:42:01.488971 [ 276 ] {7f68abe6-25a9-4ddc-b489-dc9a79dedbea} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:42:01.489012 [ 199 ] {8e0d46a4-6712-4cba-8404-3aa8cdd0fb1a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part 2025.09.18 00:42:01.489023 [ 276 ] {7f68abe6-25a9-4ddc-b489-dc9a79dedbea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:42:01.489092 [ 199 ] {8e0d46a4-6712-4cba-8404-3aa8cdd0fb1a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 12 rows starting from the beginning of the part 2025.09.18 00:42:01.489151 [ 199 ] {8e0d46a4-6712-4cba-8404-3aa8cdd0fb1a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part 2025.09.18 00:42:01.489197 [ 199 ] {8e0d46a4-6712-4cba-8404-3aa8cdd0fb1a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part 2025.09.18 00:42:01.489244 [ 199 ] {8e0d46a4-6712-4cba-8404-3aa8cdd0fb1a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part 2025.09.18 00:42:01.489507 [ 276 ] {7f68abe6-25a9-4ddc-b489-dc9a79dedbea} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:01.489548 [ 276 ] {7f68abe6-25a9-4ddc-b489-dc9a79dedbea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:01.489872 [ 276 ] {7f68abe6-25a9-4ddc-b489-dc9a79dedbea} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.09.18 00:42:01.490028 [ 194 ] {8e0d46a4-6712-4cba-8404-3aa8cdd0fb1a::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.001202798 sec., 49883.68786778828 rows/sec., 4.00 MiB/sec. 2025.09.18 00:42:01.490080 [ 276 ] {7f68abe6-25a9-4ddc-b489-dc9a79dedbea} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:01.490196 [ 188 ] {8e0d46a4-6712-4cba-8404-3aa8cdd0fb1a::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.09.18 00:42:01.490210 [ 103 ] {} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.09.18 00:42:01.490215 [ 276 ] {7f68abe6-25a9-4ddc-b489-dc9a79dedbea} executeQuery: Read 154 rows, 12.71 KiB in 0.001259 sec., 122319.30103256553 rows/sec., 9.86 MiB/sec. 2025.09.18 00:42:01.490253 [ 103 ] {} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:01.490275 [ 276 ] {7f68abe6-25a9-4ddc-b489-dc9a79dedbea} TCPHandler: Processed in 0.001463494 sec. 2025.09.18 00:42:01.490280 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:01.490359 [ 199 ] {ed3758e3-769d-40dc-8194-b54c707413cf::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.09.18 00:42:01.490389 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:01.490449 [ 199 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:42:01.490478 [ 199 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 633 rows starting from the beginning of the part 2025.09.18 00:42:01.490487 [ 276 ] {6fdb7854-9f48-41c0-a4c9-bbb31862029d} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:42:01.490523 [ 188 ] {8e0d46a4-6712-4cba-8404-3aa8cdd0fb1a::all_1_5_1} oximeter.fields_u8 (8e0d46a4-6712-4cba-8404-3aa8cdd0fb1a): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:01.490537 [ 276 ] {6fdb7854-9f48-41c0-a4c9-bbb31862029d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:42:01.490531 [ 199 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 106 rows starting from the beginning of the part 2025.09.18 00:42:01.490595 [ 199 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 522 rows starting from the beginning of the part 2025.09.18 00:42:01.490607 [ 188 ] {8e0d46a4-6712-4cba-8404-3aa8cdd0fb1a::all_1_5_1} oximeter.fields_u8 (8e0d46a4-6712-4cba-8404-3aa8cdd0fb1a) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.09.18 00:42:01.490631 [ 199 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 106 rows starting from the beginning of the part 2025.09.18 00:42:01.490670 [ 199 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 64 rows starting from the beginning of the part 2025.09.18 00:42:01.490706 [ 199 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 154 rows starting from the beginning of the part 2025.09.18 00:42:01.490712 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.09.18 00:42:01.490970 [ 276 ] {6fdb7854-9f48-41c0-a4c9-bbb31862029d} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:01.491010 [ 276 ] {6fdb7854-9f48-41c0-a4c9-bbb31862029d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:01.491359 [ 276 ] {6fdb7854-9f48-41c0-a4c9-bbb31862029d} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.09.18 00:42:01.491566 [ 276 ] {6fdb7854-9f48-41c0-a4c9-bbb31862029d} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:01.491631 [ 189 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1585 rows, containing 5 columns (5 merged, 0 gathered) in 0.001296061 sec., 1222936.266117104 rows/sec., 97.51 MiB/sec. 2025.09.18 00:42:01.491672 [ 104 ] {} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.09.18 00:42:01.491693 [ 276 ] {6fdb7854-9f48-41c0-a4c9-bbb31862029d} executeQuery: Read 202 rows, 14.82 KiB in 0.001222 sec., 165302.7823240589 rows/sec., 11.84 MiB/sec. 2025.09.18 00:42:01.491707 [ 104 ] {} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:01.491735 [ 104 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:01.491739 [ 276 ] {6fdb7854-9f48-41c0-a4c9-bbb31862029d} TCPHandler: Processed in 0.001396942 sec. 2025.09.18 00:42:01.491793 [ 199 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.09.18 00:42:01.491811 [ 188 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::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.09.18 00:42:01.491856 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:01.491908 [ 188 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:42:01.491944 [ 188 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6131 rows starting from the beginning of the part 2025.09.18 00:42:01.491955 [ 276 ] {9ac3d6e1-b62a-4c84-9b92-7e7abf3a4944} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.18 00:42:01.492011 [ 188 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::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.09.18 00:42:01.492016 [ 276 ] {9ac3d6e1-b62a-4c84-9b92-7e7abf3a4944} 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.09.18 00:42:01.492033 [ 199 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_26_5} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:01.492066 [ 188 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 845 rows starting from the beginning of the part 2025.09.18 00:42:01.492106 [ 199 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_26_5} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.09.18 00:42:01.492111 [ 188 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::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.09.18 00:42:01.492169 [ 188 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::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.09.18 00:42:01.492174 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.09.18 00:42:01.492212 [ 188 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 202 rows starting from the beginning of the part 2025.09.18 00:42:01.492914 [ 276 ] {9ac3d6e1-b62a-4c84-9b92-7e7abf3a4944} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:01.492954 [ 276 ] {9ac3d6e1-b62a-4c84-9b92-7e7abf3a4944} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:01.493567 [ 276 ] {9ac3d6e1-b62a-4c84-9b92-7e7abf3a4944} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.09.18 00:42:01.493790 [ 276 ] {9ac3d6e1-b62a-4c84-9b92-7e7abf3a4944} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:01.493926 [ 276 ] {9ac3d6e1-b62a-4c84-9b92-7e7abf3a4944} executeQuery: Read 42 rows, 77.07 KiB in 0.001987 sec., 21137.393054856566 rows/sec., 37.88 MiB/sec. 2025.09.18 00:42:01.493981 [ 276 ] {9ac3d6e1-b62a-4c84-9b92-7e7abf3a4944} TCPHandler: Processed in 0.002171664 sec. 2025.09.18 00:42:01.494092 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:01.494184 [ 276 ] {f77a45b6-bd49-4b76-82ad-e5ed36253f3d} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:42:01.494224 [ 276 ] {f77a45b6-bd49-4b76-82ad-e5ed36253f3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:42:01.494550 [ 276 ] {f77a45b6-bd49-4b76-82ad-e5ed36253f3d} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:01.494586 [ 276 ] {f77a45b6-bd49-4b76-82ad-e5ed36253f3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:01.494892 [ 199 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 7658 rows, containing 5 columns (5 merged, 0 gathered) in 0.003110509 sec., 2461976.480376684 rows/sec., 169.29 MiB/sec. 2025.09.18 00:42:01.494893 [ 276 ] {f77a45b6-bd49-4b76-82ad-e5ed36253f3d} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.09.18 00:42:01.495130 [ 276 ] {f77a45b6-bd49-4b76-82ad-e5ed36253f3d} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:01.495228 [ 104 ] {} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.09.18 00:42:01.495256 [ 276 ] {f77a45b6-bd49-4b76-82ad-e5ed36253f3d} executeQuery: Read 60 rows, 4.14 KiB in 0.001089 sec., 55096.418732782375 rows/sec., 3.71 MiB/sec. 2025.09.18 00:42:01.495260 [ 104 ] {} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:01.495297 [ 104 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:01.495300 [ 276 ] {f77a45b6-bd49-4b76-82ad-e5ed36253f3d} TCPHandler: Processed in 0.001255019 sec. 2025.09.18 00:42:01.495416 [ 198 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:42:01.495499 [ 188 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.09.18 00:42:01.495580 [ 198 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:42:01.495634 [ 198 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1140 rows starting from the beginning of the part 2025.09.18 00:42:01.495729 [ 198 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:42:01.495769 [ 188 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_26_5} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:01.495799 [ 198 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:42:01.495843 [ 188 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_26_5} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.09.18 00:42:01.495889 [ 198 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:42:01.495907 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.49 MiB. 2025.09.18 00:42:01.495960 [ 198 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:42:01.496012 [ 198 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:42:01.496979 [ 188 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1440 rows, containing 4 columns (4 merged, 0 gathered) in 0.001629606 sec., 883649.1765494236 rows/sec., 59.50 MiB/sec. 2025.09.18 00:42:01.497151 [ 198 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.09.18 00:42:01.497395 [ 198 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_26_5} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:01.497459 [ 198 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_26_5} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.09.18 00:42:01.497524 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.09.18 00:42:06.476851 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:06.477059 [ 276 ] {cc835e31-0247-4ca0-969d-00ae617a3ea0} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:42:06.477129 [ 276 ] {cc835e31-0247-4ca0-969d-00ae617a3ea0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:42:06.477843 [ 276 ] {cc835e31-0247-4ca0-969d-00ae617a3ea0} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:06.477891 [ 276 ] {cc835e31-0247-4ca0-969d-00ae617a3ea0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:06.478279 [ 276 ] {cc835e31-0247-4ca0-969d-00ae617a3ea0} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.09.18 00:42:06.478492 [ 276 ] {cc835e31-0247-4ca0-969d-00ae617a3ea0} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:06.478637 [ 276 ] {cc835e31-0247-4ca0-969d-00ae617a3ea0} executeQuery: Read 56 rows, 4.41 KiB in 0.001631 sec., 34334.76394849785 rows/sec., 2.64 MiB/sec. 2025.09.18 00:42:06.478678 [ 276 ] {cc835e31-0247-4ca0-969d-00ae617a3ea0} TCPHandler: Processed in 0.001961641 sec. 2025.09.18 00:42:06.478788 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:06.478882 [ 276 ] {668ee7ea-3c86-473c-9ef7-b360ccb283e2} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:42:06.478921 [ 276 ] {668ee7ea-3c86-473c-9ef7-b360ccb283e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:42:06.479326 [ 276 ] {668ee7ea-3c86-473c-9ef7-b360ccb283e2} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:06.479363 [ 276 ] {668ee7ea-3c86-473c-9ef7-b360ccb283e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:06.479657 [ 276 ] {668ee7ea-3c86-473c-9ef7-b360ccb283e2} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.09.18 00:42:06.479867 [ 276 ] {668ee7ea-3c86-473c-9ef7-b360ccb283e2} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:06.479989 [ 276 ] {668ee7ea-3c86-473c-9ef7-b360ccb283e2} executeQuery: Read 64 rows, 5.12 KiB in 0.001127 sec., 56787.93256433008 rows/sec., 4.43 MiB/sec. 2025.09.18 00:42:06.480026 [ 276 ] {668ee7ea-3c86-473c-9ef7-b360ccb283e2} TCPHandler: Processed in 0.00128594 sec. 2025.09.18 00:42:06.480127 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:06.480219 [ 276 ] {b93091b3-5224-42a4-9c2d-cce9b15d4441} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:42:06.480261 [ 276 ] {b93091b3-5224-42a4-9c2d-cce9b15d4441} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:42:06.480671 [ 276 ] {b93091b3-5224-42a4-9c2d-cce9b15d4441} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:06.480708 [ 276 ] {b93091b3-5224-42a4-9c2d-cce9b15d4441} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:06.481031 [ 276 ] {b93091b3-5224-42a4-9c2d-cce9b15d4441} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.09.18 00:42:06.481234 [ 276 ] {b93091b3-5224-42a4-9c2d-cce9b15d4441} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:06.481359 [ 276 ] {b93091b3-5224-42a4-9c2d-cce9b15d4441} executeQuery: Read 160 rows, 11.41 KiB in 0.001158 sec., 138169.2573402418 rows/sec., 9.62 MiB/sec. 2025.09.18 00:42:06.481395 [ 276 ] {b93091b3-5224-42a4-9c2d-cce9b15d4441} TCPHandler: Processed in 0.001315831 sec. 2025.09.18 00:42:06.481495 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:06.481587 [ 276 ] {abaa7f42-eb91-42f3-ae57-6ed0b879c7ad} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:42:06.481629 [ 276 ] {abaa7f42-eb91-42f3-ae57-6ed0b879c7ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:42:06.481933 [ 276 ] {abaa7f42-eb91-42f3-ae57-6ed0b879c7ad} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:06.481969 [ 276 ] {abaa7f42-eb91-42f3-ae57-6ed0b879c7ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:06.482266 [ 276 ] {abaa7f42-eb91-42f3-ae57-6ed0b879c7ad} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.09.18 00:42:06.482465 [ 276 ] {abaa7f42-eb91-42f3-ae57-6ed0b879c7ad} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:06.482586 [ 276 ] {abaa7f42-eb91-42f3-ae57-6ed0b879c7ad} executeQuery: Read 60 rows, 4.14 KiB in 0.001018 sec., 58939.096267190565 rows/sec., 3.97 MiB/sec. 2025.09.18 00:42:06.482621 [ 276 ] {abaa7f42-eb91-42f3-ae57-6ed0b879c7ad} TCPHandler: Processed in 0.001174499 sec. 2025.09.18 00:42:06.618180 [ 98 ] {} DNSResolver: Updating DNS cache 2025.09.18 00:42:06.618239 [ 98 ] {} DNSResolver: Updated DNS cache 2025.09.18 00:42:06.714777 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 9541 2025.09.18 00:42:06.715508 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:06.715575 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:06.716217 [ 245 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.09.18 00:42:06.716447 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:06.716590 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9541 2025.09.18 00:42:06.736378 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 512 2025.09.18 00:42:06.738886 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:06.738929 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:06.740091 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.09.18 00:42:06.740356 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:06.740597 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 512 2025.09.18 00:42:07.231615 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2025.09.18 00:42:07.249113 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:07.249187 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:07.255995 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.09.18 00:42:07.256750 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:07.260565 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2025.09.18 00:42:11.474665 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:11.474840 [ 276 ] {e4cdd999-8fe7-4795-afa7-1de87b044d19} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:42:11.474905 [ 276 ] {e4cdd999-8fe7-4795-afa7-1de87b044d19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:42:11.475609 [ 276 ] {e4cdd999-8fe7-4795-afa7-1de87b044d19} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:11.475650 [ 276 ] {e4cdd999-8fe7-4795-afa7-1de87b044d19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:11.476032 [ 276 ] {e4cdd999-8fe7-4795-afa7-1de87b044d19} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.09.18 00:42:11.476252 [ 276 ] {e4cdd999-8fe7-4795-afa7-1de87b044d19} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:11.476395 [ 276 ] {e4cdd999-8fe7-4795-afa7-1de87b044d19} executeQuery: Read 140 rows, 12.45 KiB in 0.001602 sec., 87390.76154806493 rows/sec., 7.59 MiB/sec. 2025.09.18 00:42:11.476434 [ 276 ] {e4cdd999-8fe7-4795-afa7-1de87b044d19} TCPHandler: Processed in 0.00189504 sec. 2025.09.18 00:42:11.476555 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:11.476650 [ 276 ] {4bde778c-10de-493c-92ab-50935407ed5f} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.18 00:42:11.476690 [ 276 ] {4bde778c-10de-493c-92ab-50935407ed5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.18 00:42:11.477110 [ 276 ] {4bde778c-10de-493c-92ab-50935407ed5f} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:11.477145 [ 276 ] {4bde778c-10de-493c-92ab-50935407ed5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:11.477437 [ 276 ] {4bde778c-10de-493c-92ab-50935407ed5f} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.09.18 00:42:11.477643 [ 276 ] {4bde778c-10de-493c-92ab-50935407ed5f} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:11.477771 [ 276 ] {4bde778c-10de-493c-92ab-50935407ed5f} executeQuery: Read 42 rows, 3.16 KiB in 0.00114 sec., 36842.10526315789 rows/sec., 2.71 MiB/sec. 2025.09.18 00:42:11.477808 [ 276 ] {4bde778c-10de-493c-92ab-50935407ed5f} TCPHandler: Processed in 0.00130095 sec. 2025.09.18 00:42:11.477905 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:11.477997 [ 276 ] {59210162-7d5e-4704-b6f6-5972a74b1cc3} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:42:11.478035 [ 276 ] {59210162-7d5e-4704-b6f6-5972a74b1cc3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:42:11.478486 [ 276 ] {59210162-7d5e-4704-b6f6-5972a74b1cc3} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:11.478521 [ 276 ] {59210162-7d5e-4704-b6f6-5972a74b1cc3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:11.478844 [ 276 ] {59210162-7d5e-4704-b6f6-5972a74b1cc3} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.09.18 00:42:11.479051 [ 276 ] {59210162-7d5e-4704-b6f6-5972a74b1cc3} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:11.479175 [ 276 ] {59210162-7d5e-4704-b6f6-5972a74b1cc3} executeQuery: Read 106 rows, 8.48 KiB in 0.001196 sec., 88628.76254180602 rows/sec., 6.92 MiB/sec. 2025.09.18 00:42:11.479212 [ 276 ] {59210162-7d5e-4704-b6f6-5972a74b1cc3} TCPHandler: Processed in 0.001353002 sec. 2025.09.18 00:42:11.479318 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:11.479412 [ 276 ] {8bc413aa-7cfa-4da4-8a34-121744ad7a62} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:42:11.479455 [ 276 ] {8bc413aa-7cfa-4da4-8a34-121744ad7a62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:42:11.479864 [ 276 ] {8bc413aa-7cfa-4da4-8a34-121744ad7a62} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:11.479898 [ 276 ] {8bc413aa-7cfa-4da4-8a34-121744ad7a62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:11.480230 [ 276 ] {8bc413aa-7cfa-4da4-8a34-121744ad7a62} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.09.18 00:42:11.480434 [ 276 ] {8bc413aa-7cfa-4da4-8a34-121744ad7a62} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:11.480557 [ 276 ] {8bc413aa-7cfa-4da4-8a34-121744ad7a62} executeQuery: Read 160 rows, 11.41 KiB in 0.001164 sec., 137457.0446735395 rows/sec., 9.57 MiB/sec. 2025.09.18 00:42:11.480593 [ 276 ] {8bc413aa-7cfa-4da4-8a34-121744ad7a62} TCPHandler: Processed in 0.00132344 sec. 2025.09.18 00:42:11.480724 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:11.480826 [ 276 ] {c4f8669a-c4ae-461b-b687-11e0f5c51535} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.18 00:42:11.480899 [ 276 ] {c4f8669a-c4ae-461b-b687-11e0f5c51535} 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.09.18 00:42:11.481818 [ 276 ] {c4f8669a-c4ae-461b-b687-11e0f5c51535} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:11.481854 [ 276 ] {c4f8669a-c4ae-461b-b687-11e0f5c51535} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:11.482428 [ 276 ] {c4f8669a-c4ae-461b-b687-11e0f5c51535} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.09.18 00:42:11.482645 [ 276 ] {c4f8669a-c4ae-461b-b687-11e0f5c51535} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:11.482777 [ 276 ] {c4f8669a-c4ae-461b-b687-11e0f5c51535} executeQuery: Read 42 rows, 77.07 KiB in 0.00197 sec., 21319.796954314723 rows/sec., 38.20 MiB/sec. 2025.09.18 00:42:11.482837 [ 276 ] {c4f8669a-c4ae-461b-b687-11e0f5c51535} TCPHandler: Processed in 0.002181424 sec. 2025.09.18 00:42:11.482943 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:11.483036 [ 276 ] {d402b94d-4f1a-4f50-a3d0-0759b98d36bc} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:42:11.483100 [ 276 ] {d402b94d-4f1a-4f50-a3d0-0759b98d36bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:42:11.483422 [ 276 ] {d402b94d-4f1a-4f50-a3d0-0759b98d36bc} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:11.483456 [ 276 ] {d402b94d-4f1a-4f50-a3d0-0759b98d36bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:11.483770 [ 276 ] {d402b94d-4f1a-4f50-a3d0-0759b98d36bc} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.09.18 00:42:11.483969 [ 276 ] {d402b94d-4f1a-4f50-a3d0-0759b98d36bc} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:11.484092 [ 276 ] {d402b94d-4f1a-4f50-a3d0-0759b98d36bc} executeQuery: Read 60 rows, 4.14 KiB in 0.001075 sec., 55813.95348837209 rows/sec., 3.76 MiB/sec. 2025.09.18 00:42:11.484127 [ 276 ] {d402b94d-4f1a-4f50-a3d0-0759b98d36bc} TCPHandler: Processed in 0.001229899 sec. 2025.09.18 00:42:13.743988 [ 90 ] {} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.09.18 00:42:13.744069 [ 90 ] {} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:13.744091 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:13.744220 [ 188 ] {93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49::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.09.18 00:42:13.744381 [ 188 ] {93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:42:13.744422 [ 188 ] {93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 18 rows starting from the beginning of the part 2025.09.18 00:42:13.744500 [ 188 ] {93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part 2025.09.18 00:42:13.744553 [ 188 ] {93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49::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.09.18 00:42:13.744605 [ 188 ] {93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part 2025.09.18 00:42:13.744650 [ 188 ] {93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 12 rows starting from the beginning of the part 2025.09.18 00:42:13.745504 [ 198 ] {93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.001344931 sec., 26767.172442303734 rows/sec., 2.23 MiB/sec. 2025.09.18 00:42:13.745646 [ 192 ] {93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.09.18 00:42:13.745915 [ 192 ] {93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49::all_1_9_2} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:13.745989 [ 192 ] {93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49::all_1_9_2} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.09.18 00:42:13.746061 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.09.18 00:42:14.216646 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 10053 2025.09.18 00:42:14.217225 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:14.217276 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:14.217780 [ 245 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.09.18 00:42:14.218010 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:14.218149 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10053 2025.09.18 00:42:14.218149 [ 90 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.09.18 00:42:14.218221 [ 90 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:14.218240 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:14.218360 [ 188 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::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.09.18 00:42:14.218498 [ 188 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:42:14.218535 [ 188 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7621 rows starting from the beginning of the part 2025.09.18 00:42:14.218596 [ 188 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 512 rows starting from the beginning of the part 2025.09.18 00:42:14.218638 [ 188 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 448 rows starting from the beginning of the part 2025.09.18 00:42:14.218678 [ 188 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 512 rows starting from the beginning of the part 2025.09.18 00:42:14.218715 [ 188 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 448 rows starting from the beginning of the part 2025.09.18 00:42:14.218753 [ 188 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 512 rows starting from the beginning of the part 2025.09.18 00:42:14.221063 [ 198 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 10053 rows, containing 4 columns (4 merged, 0 gathered) in 0.002759503 sec., 3643047.3168537957 rows/sec., 52.11 MiB/sec. 2025.09.18 00:42:14.221449 [ 197 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.09.18 00:42:14.221733 [ 197 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_21_4} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:14.221799 [ 197 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_21_4} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.09.18 00:42:14.221887 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. 2025.09.18 00:42:14.760614 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2025.09.18 00:42:14.778598 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:14.778655 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:14.784861 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.09.18 00:42:14.785568 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:14.785854 [ 88 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.09.18 00:42:14.785891 [ 88 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:14.785909 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:14.786020 [ 197 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::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.09.18 00:42:14.788915 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2025.09.18 00:42:14.790412 [ 197 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:42:14.791968 [ 197 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::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.09.18 00:42:14.796561 [ 197 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::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.09.18 00:42:14.800954 [ 197 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::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.09.18 00:42:14.805102 [ 197 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::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.09.18 00:42:14.809852 [ 197 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::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.09.18 00:42:14.813961 [ 197 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::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.09.18 00:42:14.866484 [ 198 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.080509643 sec., 1974.9187063219244 rows/sec., 10.21 MiB/sec. 2025.09.18 00:42:14.868465 [ 193 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.09.18 00:42:14.870490 [ 193 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::all_1_21_4} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:14.870606 [ 193 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::all_1_21_4} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.09.18 00:42:14.872231 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. 2025.09.18 00:42:15.000178 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 245.29 MiB, peak 255.85 MiB, free memory in arenas 0.00 B, will set to 251.00 MiB (RSS), difference: 5.71 MiB 2025.09.18 00:42:16.499672 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:16.499845 [ 276 ] {7c333e75-9a33-499e-9eea-a7408739d685} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.18 00:42:16.499907 [ 276 ] {7c333e75-9a33-499e-9eea-a7408739d685} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.18 00:42:16.500569 [ 276 ] {7c333e75-9a33-499e-9eea-a7408739d685} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:16.500610 [ 276 ] {7c333e75-9a33-499e-9eea-a7408739d685} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:16.500978 [ 276 ] {7c333e75-9a33-499e-9eea-a7408739d685} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.09.18 00:42:16.501198 [ 276 ] {7c333e75-9a33-499e-9eea-a7408739d685} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:16.501350 [ 276 ] {7c333e75-9a33-499e-9eea-a7408739d685} executeQuery: Read 2 rows, 167.00 B in 0.001552 sec., 1288.659793814433 rows/sec., 105.08 KiB/sec. 2025.09.18 00:42:16.501391 [ 276 ] {7c333e75-9a33-499e-9eea-a7408739d685} TCPHandler: Processed in 0.001847849 sec. 2025.09.18 00:42:16.501507 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:16.501608 [ 276 ] {6147d6b9-ac5d-4b13-8d7c-3ad8f82f559c} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:42:16.501647 [ 276 ] {6147d6b9-ac5d-4b13-8d7c-3ad8f82f559c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:42:16.502520 [ 276 ] {6147d6b9-ac5d-4b13-8d7c-3ad8f82f559c} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:16.502555 [ 276 ] {6147d6b9-ac5d-4b13-8d7c-3ad8f82f559c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:16.502961 [ 276 ] {6147d6b9-ac5d-4b13-8d7c-3ad8f82f559c} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.09.18 00:42:16.503170 [ 276 ] {6147d6b9-ac5d-4b13-8d7c-3ad8f82f559c} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:16.503292 [ 276 ] {6147d6b9-ac5d-4b13-8d7c-3ad8f82f559c} executeQuery: Read 1197 rows, 101.04 KiB in 0.001701 sec., 703703.7037037037 rows/sec., 58.01 MiB/sec. 2025.09.18 00:42:16.503328 [ 276 ] {6147d6b9-ac5d-4b13-8d7c-3ad8f82f559c} TCPHandler: Processed in 0.0018677 sec. 2025.09.18 00:42:16.503429 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:16.503524 [ 276 ] {549ac60b-00dc-4187-b14f-98111849be9b} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.18 00:42:16.503564 [ 276 ] {549ac60b-00dc-4187-b14f-98111849be9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.18 00:42:16.503918 [ 276 ] {549ac60b-00dc-4187-b14f-98111849be9b} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:16.503953 [ 276 ] {549ac60b-00dc-4187-b14f-98111849be9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:16.504227 [ 276 ] {549ac60b-00dc-4187-b14f-98111849be9b} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.09.18 00:42:16.504447 [ 276 ] {549ac60b-00dc-4187-b14f-98111849be9b} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:16.504568 [ 276 ] {549ac60b-00dc-4187-b14f-98111849be9b} executeQuery: Read 2 rows, 143.00 B in 0.001065 sec., 1877.9342723004695 rows/sec., 131.13 KiB/sec. 2025.09.18 00:42:16.504603 [ 276 ] {549ac60b-00dc-4187-b14f-98111849be9b} TCPHandler: Processed in 0.001221469 sec. 2025.09.18 00:42:16.504696 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:16.504786 [ 276 ] {4a7f999d-19ce-4e8c-a023-bb7b217d5a98} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.18 00:42:16.504823 [ 276 ] {4a7f999d-19ce-4e8c-a023-bb7b217d5a98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.18 00:42:16.505273 [ 276 ] {4a7f999d-19ce-4e8c-a023-bb7b217d5a98} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:16.505308 [ 276 ] {4a7f999d-19ce-4e8c-a023-bb7b217d5a98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:16.505604 [ 276 ] {4a7f999d-19ce-4e8c-a023-bb7b217d5a98} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.09.18 00:42:16.505808 [ 276 ] {4a7f999d-19ce-4e8c-a023-bb7b217d5a98} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:16.505927 [ 276 ] {4a7f999d-19ce-4e8c-a023-bb7b217d5a98} executeQuery: Read 228 rows, 15.81 KiB in 0.001159 sec., 196721.31147540984 rows/sec., 13.32 MiB/sec. 2025.09.18 00:42:16.505963 [ 276 ] {4a7f999d-19ce-4e8c-a023-bb7b217d5a98} TCPHandler: Processed in 0.001312821 sec. 2025.09.18 00:42:16.506060 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:16.506151 [ 276 ] {da030f1b-dc64-4b71-8483-ae4ece6529c1} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:42:16.506188 [ 276 ] {da030f1b-dc64-4b71-8483-ae4ece6529c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:42:16.506699 [ 276 ] {da030f1b-dc64-4b71-8483-ae4ece6529c1} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:16.506734 [ 276 ] {da030f1b-dc64-4b71-8483-ae4ece6529c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:16.507048 [ 276 ] {da030f1b-dc64-4b71-8483-ae4ece6529c1} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.09.18 00:42:16.507248 [ 276 ] {da030f1b-dc64-4b71-8483-ae4ece6529c1} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:16.507369 [ 276 ] {da030f1b-dc64-4b71-8483-ae4ece6529c1} executeQuery: Read 522 rows, 39.57 KiB in 0.001235 sec., 422672.06477732793 rows/sec., 31.29 MiB/sec. 2025.09.18 00:42:16.507405 [ 276 ] {da030f1b-dc64-4b71-8483-ae4ece6529c1} TCPHandler: Processed in 0.001391322 sec. 2025.09.18 00:42:16.507503 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:16.507594 [ 276 ] {c54b9411-b553-42d5-a875-bf2a051a8b31} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:42:16.507636 [ 276 ] {c54b9411-b553-42d5-a875-bf2a051a8b31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:42:16.508131 [ 276 ] {c54b9411-b553-42d5-a875-bf2a051a8b31} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:16.508165 [ 276 ] {c54b9411-b553-42d5-a875-bf2a051a8b31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:16.508531 [ 276 ] {c54b9411-b553-42d5-a875-bf2a051a8b31} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.09.18 00:42:16.508745 [ 276 ] {c54b9411-b553-42d5-a875-bf2a051a8b31} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:16.508864 [ 276 ] {c54b9411-b553-42d5-a875-bf2a051a8b31} executeQuery: Read 845 rows, 58.24 KiB in 0.001288 sec., 656055.900621118 rows/sec., 44.16 MiB/sec. 2025.09.18 00:42:16.508899 [ 276 ] {c54b9411-b553-42d5-a875-bf2a051a8b31} TCPHandler: Processed in 0.001442942 sec. 2025.09.18 00:42:16.508997 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:16.509089 [ 276 ] {dfe306a5-2da1-4bf8-ace1-ae6c7839dc8c} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:42:16.509129 [ 276 ] {dfe306a5-2da1-4bf8-ace1-ae6c7839dc8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:42:16.509419 [ 276 ] {dfe306a5-2da1-4bf8-ace1-ae6c7839dc8c} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:16.509455 [ 276 ] {dfe306a5-2da1-4bf8-ace1-ae6c7839dc8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:16.509748 [ 276 ] {dfe306a5-2da1-4bf8-ace1-ae6c7839dc8c} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.09.18 00:42:16.509950 [ 276 ] {dfe306a5-2da1-4bf8-ace1-ae6c7839dc8c} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:16.510068 [ 276 ] {dfe306a5-2da1-4bf8-ace1-ae6c7839dc8c} executeQuery: Read 60 rows, 4.14 KiB in 0.000998 sec., 60120.240480961926 rows/sec., 4.05 MiB/sec. 2025.09.18 00:42:16.510103 [ 276 ] {dfe306a5-2da1-4bf8-ace1-ae6c7839dc8c} TCPHandler: Processed in 0.001152248 sec. 2025.09.18 00:42:16.740707 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 538 2025.09.18 00:42:16.743306 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:16.743372 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:16.744836 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.09.18 00:42:16.745147 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:16.745533 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 538 2025.09.18 00:42:21.474705 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:21.474927 [ 276 ] {8f52d28d-38dc-4e36-b328-1fd14a687e0a} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:42:21.474994 [ 276 ] {8f52d28d-38dc-4e36-b328-1fd14a687e0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:42:21.475769 [ 276 ] {8f52d28d-38dc-4e36-b328-1fd14a687e0a} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:21.475818 [ 276 ] {8f52d28d-38dc-4e36-b328-1fd14a687e0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:21.476265 [ 276 ] {8f52d28d-38dc-4e36-b328-1fd14a687e0a} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.09.18 00:42:21.476484 [ 276 ] {8f52d28d-38dc-4e36-b328-1fd14a687e0a} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:21.476649 [ 276 ] {8f52d28d-38dc-4e36-b328-1fd14a687e0a} executeQuery: Read 140 rows, 12.45 KiB in 0.00177 sec., 79096.04519774011 rows/sec., 6.87 MiB/sec. 2025.09.18 00:42:21.476692 [ 276 ] {8f52d28d-38dc-4e36-b328-1fd14a687e0a} TCPHandler: Processed in 0.002133983 sec. 2025.09.18 00:42:21.476829 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:21.476925 [ 276 ] {8467e66a-4f49-4a8a-8107-9a2fc1b51318} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.18 00:42:21.476966 [ 276 ] {8467e66a-4f49-4a8a-8107-9a2fc1b51318} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.18 00:42:21.477412 [ 276 ] {8467e66a-4f49-4a8a-8107-9a2fc1b51318} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:21.477448 [ 276 ] {8467e66a-4f49-4a8a-8107-9a2fc1b51318} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:21.477757 [ 276 ] {8467e66a-4f49-4a8a-8107-9a2fc1b51318} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.09.18 00:42:21.477976 [ 276 ] {8467e66a-4f49-4a8a-8107-9a2fc1b51318} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:21.478109 [ 276 ] {8467e66a-4f49-4a8a-8107-9a2fc1b51318} executeQuery: Read 42 rows, 3.16 KiB in 0.001203 sec., 34912.718204488774 rows/sec., 2.56 MiB/sec. 2025.09.18 00:42:21.478147 [ 276 ] {8467e66a-4f49-4a8a-8107-9a2fc1b51318} TCPHandler: Processed in 0.001376141 sec. 2025.09.18 00:42:21.478252 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:21.478344 [ 276 ] {bfd2bf92-e7e7-4594-bc3f-b71975dd937e} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:42:21.478384 [ 276 ] {bfd2bf92-e7e7-4594-bc3f-b71975dd937e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:42:21.478814 [ 276 ] {bfd2bf92-e7e7-4594-bc3f-b71975dd937e} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:21.478851 [ 276 ] {bfd2bf92-e7e7-4594-bc3f-b71975dd937e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:21.479152 [ 276 ] {bfd2bf92-e7e7-4594-bc3f-b71975dd937e} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.09.18 00:42:21.479359 [ 276 ] {bfd2bf92-e7e7-4594-bc3f-b71975dd937e} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:21.479490 [ 276 ] {bfd2bf92-e7e7-4594-bc3f-b71975dd937e} executeQuery: Read 106 rows, 8.48 KiB in 0.001163 sec., 91143.59415305246 rows/sec., 7.12 MiB/sec. 2025.09.18 00:42:21.479529 [ 276 ] {bfd2bf92-e7e7-4594-bc3f-b71975dd937e} TCPHandler: Processed in 0.001326341 sec. 2025.09.18 00:42:21.479641 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:21.479742 [ 276 ] {5938f939-b2e5-4a61-893d-7d3f87be668d} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:42:21.479784 [ 276 ] {5938f939-b2e5-4a61-893d-7d3f87be668d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:42:21.480182 [ 276 ] {5938f939-b2e5-4a61-893d-7d3f87be668d} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:21.480217 [ 276 ] {5938f939-b2e5-4a61-893d-7d3f87be668d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:21.480555 [ 276 ] {5938f939-b2e5-4a61-893d-7d3f87be668d} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.09.18 00:42:21.480764 [ 276 ] {5938f939-b2e5-4a61-893d-7d3f87be668d} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:21.480898 [ 276 ] {5938f939-b2e5-4a61-893d-7d3f87be668d} executeQuery: Read 160 rows, 11.41 KiB in 0.001174 sec., 136286.20102214653 rows/sec., 9.49 MiB/sec. 2025.09.18 00:42:21.480937 [ 276 ] {5938f939-b2e5-4a61-893d-7d3f87be668d} TCPHandler: Processed in 0.001345671 sec. 2025.09.18 00:42:21.481053 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:21.481155 [ 276 ] {ef2f5d91-52fe-438c-a235-6602936e485b} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.18 00:42:21.481209 [ 276 ] {ef2f5d91-52fe-438c-a235-6602936e485b} 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.09.18 00:42:21.482052 [ 276 ] {ef2f5d91-52fe-438c-a235-6602936e485b} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:21.482089 [ 276 ] {ef2f5d91-52fe-438c-a235-6602936e485b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:21.482683 [ 276 ] {ef2f5d91-52fe-438c-a235-6602936e485b} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.09.18 00:42:21.482902 [ 276 ] {ef2f5d91-52fe-438c-a235-6602936e485b} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:21.483049 [ 276 ] {ef2f5d91-52fe-438c-a235-6602936e485b} executeQuery: Read 42 rows, 77.07 KiB in 0.001911 sec., 21978.021978021978 rows/sec., 39.38 MiB/sec. 2025.09.18 00:42:21.483104 [ 276 ] {ef2f5d91-52fe-438c-a235-6602936e485b} TCPHandler: Processed in 0.002106973 sec. 2025.09.18 00:42:21.483218 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:21.483311 [ 276 ] {a25d5962-4c8d-44ec-98ef-ee2db41d3adc} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:42:21.483351 [ 276 ] {a25d5962-4c8d-44ec-98ef-ee2db41d3adc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:42:21.483683 [ 276 ] {a25d5962-4c8d-44ec-98ef-ee2db41d3adc} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:21.483719 [ 276 ] {a25d5962-4c8d-44ec-98ef-ee2db41d3adc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:21.484027 [ 276 ] {a25d5962-4c8d-44ec-98ef-ee2db41d3adc} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.09.18 00:42:21.484235 [ 276 ] {a25d5962-4c8d-44ec-98ef-ee2db41d3adc} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:21.484359 [ 276 ] {a25d5962-4c8d-44ec-98ef-ee2db41d3adc} executeQuery: Read 60 rows, 4.14 KiB in 0.001065 sec., 56338.028169014084 rows/sec., 3.80 MiB/sec. 2025.09.18 00:42:21.484396 [ 276 ] {a25d5962-4c8d-44ec-98ef-ee2db41d3adc} TCPHandler: Processed in 0.001224709 sec. 2025.09.18 00:42:21.618489 [ 82 ] {} DNSResolver: Updating DNS cache 2025.09.18 00:42:21.618539 [ 82 ] {} DNSResolver: Updated DNS cache 2025.09.18 00:42:21.718284 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 10501 2025.09.18 00:42:21.718763 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:21.718810 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:21.719356 [ 245 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.09.18 00:42:21.719615 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:21.719764 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10501 2025.09.18 00:42:22.289045 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2025.09.18 00:42:22.303753 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:22.303808 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:22.309680 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.09.18 00:42:22.310375 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:22.312910 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2025.09.18 00:42:26.473108 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:26.473301 [ 276 ] {e07d69f9-6206-4fb1-a82d-e9c2eb8ade68} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:42:26.473371 [ 276 ] {e07d69f9-6206-4fb1-a82d-e9c2eb8ade68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:42:26.474009 [ 276 ] {e07d69f9-6206-4fb1-a82d-e9c2eb8ade68} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:26.474045 [ 276 ] {e07d69f9-6206-4fb1-a82d-e9c2eb8ade68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:26.474408 [ 276 ] {e07d69f9-6206-4fb1-a82d-e9c2eb8ade68} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.09.18 00:42:26.474619 [ 276 ] {e07d69f9-6206-4fb1-a82d-e9c2eb8ade68} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:26.474737 [ 77 ] {} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.09.18 00:42:26.474772 [ 276 ] {e07d69f9-6206-4fb1-a82d-e9c2eb8ade68} executeQuery: Read 56 rows, 4.41 KiB in 0.001522 sec., 36793.69250985546 rows/sec., 2.83 MiB/sec. 2025.09.18 00:42:26.474775 [ 77 ] {} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:26.474805 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:26.474815 [ 276 ] {e07d69f9-6206-4fb1-a82d-e9c2eb8ade68} TCPHandler: Processed in 0.001839029 sec. 2025.09.18 00:42:26.474925 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:26.474965 [ 198 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::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.09.18 00:42:26.475019 [ 276 ] {b8b8ca0a-160c-4a4c-934e-8d78ce6f373e} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:42:26.475073 [ 276 ] {b8b8ca0a-160c-4a4c-934e-8d78ce6f373e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:42:26.475177 [ 198 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:42:26.475236 [ 198 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1409 rows starting from the beginning of the part 2025.09.18 00:42:26.475352 [ 198 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 56 rows starting from the beginning of the part 2025.09.18 00:42:26.475426 [ 198 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 140 rows starting from the beginning of the part 2025.09.18 00:42:26.475481 [ 276 ] {b8b8ca0a-160c-4a4c-934e-8d78ce6f373e} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:26.475500 [ 198 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1197 rows starting from the beginning of the part 2025.09.18 00:42:26.475529 [ 276 ] {b8b8ca0a-160c-4a4c-934e-8d78ce6f373e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:26.475668 [ 198 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 140 rows starting from the beginning of the part 2025.09.18 00:42:26.475760 [ 198 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 56 rows starting from the beginning of the part 2025.09.18 00:42:26.475903 [ 276 ] {b8b8ca0a-160c-4a4c-934e-8d78ce6f373e} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.09.18 00:42:26.476158 [ 276 ] {b8b8ca0a-160c-4a4c-934e-8d78ce6f373e} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:26.476256 [ 77 ] {} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.09.18 00:42:26.476282 [ 77 ] {} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:26.476294 [ 276 ] {b8b8ca0a-160c-4a4c-934e-8d78ce6f373e} executeQuery: Read 64 rows, 5.12 KiB in 0.001291 sec., 49573.97366382649 rows/sec., 3.87 MiB/sec. 2025.09.18 00:42:26.476299 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:26.476334 [ 276 ] {b8b8ca0a-160c-4a4c-934e-8d78ce6f373e} TCPHandler: Processed in 0.001457252 sec. 2025.09.18 00:42:26.476412 [ 200 ] {ed3758e3-769d-40dc-8194-b54c707413cf::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.09.18 00:42:26.476436 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:26.476546 [ 276 ] {c7cd58d1-17fc-40fc-add6-ea9f728a035a} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:42:26.476561 [ 200 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:42:26.476590 [ 276 ] {c7cd58d1-17fc-40fc-add6-ea9f728a035a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:42:26.476608 [ 200 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 634 rows starting from the beginning of the part 2025.09.18 00:42:26.476680 [ 200 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 64 rows starting from the beginning of the part 2025.09.18 00:42:26.476731 [ 200 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 106 rows starting from the beginning of the part 2025.09.18 00:42:26.476773 [ 200 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 522 rows starting from the beginning of the part 2025.09.18 00:42:26.476820 [ 200 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 106 rows starting from the beginning of the part 2025.09.18 00:42:26.476862 [ 200 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 64 rows starting from the beginning of the part 2025.09.18 00:42:26.476975 [ 276 ] {c7cd58d1-17fc-40fc-add6-ea9f728a035a} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:26.477016 [ 276 ] {c7cd58d1-17fc-40fc-add6-ea9f728a035a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:26.477328 [ 190 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 2998 rows, containing 5 columns (5 merged, 0 gathered) in 0.002448519 sec., 1224413.61492396 rows/sec., 106.73 MiB/sec. 2025.09.18 00:42:26.477485 [ 276 ] {c7cd58d1-17fc-40fc-add6-ea9f728a035a} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.09.18 00:42:26.477585 [ 190 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.09.18 00:42:26.477763 [ 276 ] {c7cd58d1-17fc-40fc-add6-ea9f728a035a} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:26.477870 [ 77 ] {} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.09.18 00:42:26.477896 [ 77 ] {} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:26.477904 [ 190 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_31_6} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:26.477913 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:26.477917 [ 276 ] {c7cd58d1-17fc-40fc-add6-ea9f728a035a} executeQuery: Read 160 rows, 11.41 KiB in 0.001388 sec., 115273.77521613834 rows/sec., 8.03 MiB/sec. 2025.09.18 00:42:26.477970 [ 276 ] {c7cd58d1-17fc-40fc-add6-ea9f728a035a} TCPHandler: Processed in 0.001580115 sec. 2025.09.18 00:42:26.477993 [ 190 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_31_6} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.09.18 00:42:26.478039 [ 187 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::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.09.18 00:42:26.478072 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2025.09.18 00:42:26.478096 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:26.478157 [ 191 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1496 rows, containing 5 columns (5 merged, 0 gathered) in 0.001790998 sec., 835288.4816175116 rows/sec., 66.27 MiB/sec. 2025.09.18 00:42:26.478190 [ 187 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:42:26.478224 [ 276 ] {158b8c17-adbb-4493-b78c-d2e88e540ee2} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:42:26.478239 [ 187 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 7658 rows starting from the beginning of the part 2025.09.18 00:42:26.478282 [ 276 ] {158b8c17-adbb-4493-b78c-d2e88e540ee2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:42:26.478312 [ 187 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::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.09.18 00:42:26.478364 [ 200 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.09.18 00:42:26.478369 [ 187 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::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.09.18 00:42:26.478428 [ 187 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 845 rows starting from the beginning of the part 2025.09.18 00:42:26.478473 [ 187 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::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.09.18 00:42:26.478519 [ 187 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::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.09.18 00:42:26.478683 [ 276 ] {158b8c17-adbb-4493-b78c-d2e88e540ee2} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:26.478684 [ 200 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_31_6} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:26.478741 [ 276 ] {158b8c17-adbb-4493-b78c-d2e88e540ee2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:26.478824 [ 200 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_31_6} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.09.18 00:42:26.478911 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2025.09.18 00:42:26.479125 [ 276 ] {158b8c17-adbb-4493-b78c-d2e88e540ee2} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.09.18 00:42:26.479345 [ 276 ] {158b8c17-adbb-4493-b78c-d2e88e540ee2} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:26.479435 [ 77 ] {} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.09.18 00:42:26.479459 [ 77 ] {} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:26.479474 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:26.479482 [ 276 ] {158b8c17-adbb-4493-b78c-d2e88e540ee2} executeQuery: Read 60 rows, 4.14 KiB in 0.001282 sec., 46801.872074882995 rows/sec., 3.15 MiB/sec. 2025.09.18 00:42:26.479520 [ 276 ] {158b8c17-adbb-4493-b78c-d2e88e540ee2} TCPHandler: Processed in 0.001485674 sec. 2025.09.18 00:42:26.479548 [ 198 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:42:26.479645 [ 198 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:42:26.479669 [ 198 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1440 rows starting from the beginning of the part 2025.09.18 00:42:26.479711 [ 198 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:42:26.479747 [ 198 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:42:26.479779 [ 198 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:42:26.479811 [ 198 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:42:26.479843 [ 198 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:42:26.480799 [ 198 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1740 rows, containing 4 columns (4 merged, 0 gathered) in 0.00127869 sec., 1360767.6606526992 rows/sec., 91.65 MiB/sec. 2025.09.18 00:42:26.481100 [ 195 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.09.18 00:42:26.481444 [ 195 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_31_6} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:26.481551 [ 195 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_31_6} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.09.18 00:42:26.481657 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2025.09.18 00:42:26.482049 [ 200 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 9143 rows, containing 5 columns (5 merged, 0 gathered) in 0.004061374 sec., 2251208.5811353493 rows/sec., 154.63 MiB/sec. 2025.09.18 00:42:26.482213 [ 195 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.09.18 00:42:26.482454 [ 195 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_31_6} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:26.482525 [ 195 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_31_6} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.09.18 00:42:26.482588 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB. 2025.09.18 00:42:26.745760 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 558 2025.09.18 00:42:26.747837 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:26.747881 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:26.749120 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.09.18 00:42:26.749391 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:26.749538 [ 77 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.09.18 00:42:26.749590 [ 77 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:26.749610 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:26.749671 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 558 2025.09.18 00:42:26.749724 [ 200 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::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.09.18 00:42:26.750323 [ 200 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:42:26.750502 [ 200 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 432 rows starting from the beginning of the part 2025.09.18 00:42:26.750928 [ 200 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 32 rows starting from the beginning of the part 2025.09.18 00:42:26.751341 [ 200 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 20 rows starting from the beginning of the part 2025.09.18 00:42:26.751727 [ 200 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::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.09.18 00:42:26.752097 [ 200 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::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.09.18 00:42:26.752428 [ 200 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 20 rows starting from the beginning of the part 2025.09.18 00:42:26.758742 [ 195 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 558 rows, containing 72 columns (72 merged, 0 gathered) in 0.009072363 sec., 61505.47547535301 rows/sec., 53.28 MiB/sec. 2025.09.18 00:42:26.759762 [ 195 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.09.18 00:42:26.760314 [ 195 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_16_3} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:26.760384 [ 195 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_16_3} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.09.18 00:42:26.760699 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.85 MiB. 2025.09.18 00:42:27.000197 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 252.18 MiB, peak 258.84 MiB, free memory in arenas 0.00 B, will set to 254.16 MiB (RSS), difference: 1.98 MiB 2025.09.18 00:42:28.358557 [ 77 ] {} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.09.18 00:42:28.358634 [ 77 ] {} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:28.358656 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:28.358776 [ 200 ] {a9de64f0-be81-4b56-9524-f072e75ab99f::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.09.18 00:42:28.358920 [ 200 ] {a9de64f0-be81-4b56-9524-f072e75ab99f::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:42:28.358952 [ 200 ] {a9de64f0-be81-4b56-9524-f072e75ab99f::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 252 rows starting from the beginning of the part 2025.09.18 00:42:28.359016 [ 200 ] {a9de64f0-be81-4b56-9524-f072e75ab99f::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part 2025.09.18 00:42:28.359060 [ 200 ] {a9de64f0-be81-4b56-9524-f072e75ab99f::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.09.18 00:42:28.359100 [ 200 ] {a9de64f0-be81-4b56-9524-f072e75ab99f::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part 2025.09.18 00:42:28.359135 [ 200 ] {a9de64f0-be81-4b56-9524-f072e75ab99f::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.09.18 00:42:28.359952 [ 195 ] {a9de64f0-be81-4b56-9524-f072e75ab99f::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 756 rows, containing 5 columns (5 merged, 0 gathered) in 0.00122951 sec., 614879.0981773227 rows/sec., 44.87 MiB/sec. 2025.09.18 00:42:28.360169 [ 202 ] {a9de64f0-be81-4b56-9524-f072e75ab99f::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.09.18 00:42:28.360490 [ 202 ] {a9de64f0-be81-4b56-9524-f072e75ab99f::all_1_9_2} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:28.360570 [ 202 ] {a9de64f0-be81-4b56-9524-f072e75ab99f::all_1_9_2} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.09.18 00:42:28.360682 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.09.18 00:42:29.219935 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 11013 2025.09.18 00:42:29.220516 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:29.220563 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:29.221054 [ 245 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.09.18 00:42:29.221261 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:29.221391 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11013 2025.09.18 00:42:29.813075 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2025.09.18 00:42:29.829848 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:29.829911 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:29.836774 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.09.18 00:42:29.838087 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:29.841794 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174 2025.09.18 00:42:31.477095 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:31.477327 [ 276 ] {66714bb4-124d-4df9-87d3-fcfb75c2613c} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.18 00:42:31.477410 [ 276 ] {66714bb4-124d-4df9-87d3-fcfb75c2613c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.18 00:42:31.478172 [ 276 ] {66714bb4-124d-4df9-87d3-fcfb75c2613c} oximeter.fields_i16 (cf06a10e-1730-4cbf-a5a6-b367a2ab4906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:31.478221 [ 276 ] {66714bb4-124d-4df9-87d3-fcfb75c2613c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:31.478599 [ 276 ] {66714bb4-124d-4df9-87d3-fcfb75c2613c} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.09.18 00:42:31.478823 [ 276 ] {66714bb4-124d-4df9-87d3-fcfb75c2613c} oximeter.fields_i16 (cf06a10e-1730-4cbf-a5a6-b367a2ab4906): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:31.478973 [ 276 ] {66714bb4-124d-4df9-87d3-fcfb75c2613c} executeQuery: Read 24 rows, 2.04 KiB in 0.001708 sec., 14051.522248243558 rows/sec., 1.17 MiB/sec. 2025.09.18 00:42:31.479014 [ 276 ] {66714bb4-124d-4df9-87d3-fcfb75c2613c} TCPHandler: Processed in 0.002069882 sec. 2025.09.18 00:42:31.479127 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:31.479221 [ 276 ] {c2209b3d-9770-4576-b823-10ec37b62d89} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.18 00:42:31.479263 [ 276 ] {c2209b3d-9770-4576-b823-10ec37b62d89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.18 00:42:31.479636 [ 276 ] {c2209b3d-9770-4576-b823-10ec37b62d89} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:31.479673 [ 276 ] {c2209b3d-9770-4576-b823-10ec37b62d89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:31.479972 [ 276 ] {c2209b3d-9770-4576-b823-10ec37b62d89} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.09.18 00:42:31.480175 [ 276 ] {c2209b3d-9770-4576-b823-10ec37b62d89} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:31.480306 [ 276 ] {c2209b3d-9770-4576-b823-10ec37b62d89} executeQuery: Read 2 rows, 167.00 B in 0.001103 sec., 1813.236627379873 rows/sec., 147.86 KiB/sec. 2025.09.18 00:42:31.480343 [ 276 ] {c2209b3d-9770-4576-b823-10ec37b62d89} TCPHandler: Processed in 0.00126513 sec. 2025.09.18 00:42:31.480472 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:31.480591 [ 276 ] {3e5f8d65-df1f-421d-b95b-7cf1055793e1} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:42:31.480638 [ 276 ] {3e5f8d65-df1f-421d-b95b-7cf1055793e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:42:31.481203 [ 276 ] {3e5f8d65-df1f-421d-b95b-7cf1055793e1} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:31.481239 [ 276 ] {3e5f8d65-df1f-421d-b95b-7cf1055793e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:31.481571 [ 276 ] {3e5f8d65-df1f-421d-b95b-7cf1055793e1} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.09.18 00:42:31.481774 [ 276 ] {3e5f8d65-df1f-421d-b95b-7cf1055793e1} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:31.481901 [ 276 ] {3e5f8d65-df1f-421d-b95b-7cf1055793e1} executeQuery: Read 261 rows, 23.98 KiB in 0.001334 sec., 195652.1739130435 rows/sec., 17.56 MiB/sec. 2025.09.18 00:42:31.481939 [ 276 ] {3e5f8d65-df1f-421d-b95b-7cf1055793e1} TCPHandler: Processed in 0.001525534 sec. 2025.09.18 00:42:31.482042 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:31.482161 [ 276 ] {45af6de7-34c1-4d26-93ca-8c30895f188a} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.18 00:42:31.482207 [ 276 ] {45af6de7-34c1-4d26-93ca-8c30895f188a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.18 00:42:31.482662 [ 276 ] {45af6de7-34c1-4d26-93ca-8c30895f188a} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:31.482706 [ 276 ] {45af6de7-34c1-4d26-93ca-8c30895f188a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:31.483071 [ 276 ] {45af6de7-34c1-4d26-93ca-8c30895f188a} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.09.18 00:42:31.483269 [ 276 ] {45af6de7-34c1-4d26-93ca-8c30895f188a} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:31.483367 [ 70 ] {} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.09.18 00:42:31.483391 [ 276 ] {45af6de7-34c1-4d26-93ca-8c30895f188a} executeQuery: Read 56 rows, 4.26 KiB in 0.001254 sec., 44657.09728867624 rows/sec., 3.32 MiB/sec. 2025.09.18 00:42:31.483437 [ 70 ] {} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:31.483447 [ 276 ] {45af6de7-34c1-4d26-93ca-8c30895f188a} TCPHandler: Processed in 0.001453853 sec. 2025.09.18 00:42:31.483467 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:31.483579 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:31.483603 [ 200 ] {760959a3-fef0-4463-b66b-9e8797170cee::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.09.18 00:42:31.483707 [ 276 ] {e1eab550-2e62-4474-bacd-77d4daad655f} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.18 00:42:31.483761 [ 276 ] {e1eab550-2e62-4474-bacd-77d4daad655f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.18 00:42:31.483778 [ 200 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:42:31.483822 [ 200 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 72 rows starting from the beginning of the part 2025.09.18 00:42:31.483897 [ 200 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 66 rows starting from the beginning of the part 2025.09.18 00:42:31.483948 [ 200 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 42 rows starting from the beginning of the part 2025.09.18 00:42:31.483994 [ 200 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part 2025.09.18 00:42:31.484037 [ 200 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 42 rows starting from the beginning of the part 2025.09.18 00:42:31.484075 [ 200 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 56 rows starting from the beginning of the part 2025.09.18 00:42:31.484211 [ 276 ] {e1eab550-2e62-4474-bacd-77d4daad655f} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:31.484254 [ 276 ] {e1eab550-2e62-4474-bacd-77d4daad655f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:31.484626 [ 276 ] {e1eab550-2e62-4474-bacd-77d4daad655f} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.09.18 00:42:31.484843 [ 276 ] {e1eab550-2e62-4474-bacd-77d4daad655f} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:31.484891 [ 195 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 280 rows, containing 5 columns (5 merged, 0 gathered) in 0.001349131 sec., 207541.00231927072 rows/sec., 16.03 MiB/sec. 2025.09.18 00:42:31.484973 [ 276 ] {e1eab550-2e62-4474-bacd-77d4daad655f} executeQuery: Read 24 rows, 2.04 KiB in 0.001292 sec., 18575.851393188856 rows/sec., 1.54 MiB/sec. 2025.09.18 00:42:31.485017 [ 276 ] {e1eab550-2e62-4474-bacd-77d4daad655f} TCPHandler: Processed in 0.001503073 sec. 2025.09.18 00:42:31.485074 [ 196 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.09.18 00:42:31.485125 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:31.485225 [ 276 ] {d623256c-dd09-4369-b6d6-904403264c1b} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.18 00:42:31.485269 [ 276 ] {d623256c-dd09-4369-b6d6-904403264c1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.18 00:42:31.485350 [ 196 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_21_4} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:31.485428 [ 196 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_21_4} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.09.18 00:42:31.485527 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2025.09.18 00:42:31.485645 [ 276 ] {d623256c-dd09-4369-b6d6-904403264c1b} oximeter.fields_u8 (8e0d46a4-6712-4cba-8404-3aa8cdd0fb1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:31.485688 [ 276 ] {d623256c-dd09-4369-b6d6-904403264c1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:31.486010 [ 276 ] {d623256c-dd09-4369-b6d6-904403264c1b} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.09.18 00:42:31.486214 [ 276 ] {d623256c-dd09-4369-b6d6-904403264c1b} oximeter.fields_u8 (8e0d46a4-6712-4cba-8404-3aa8cdd0fb1a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:31.486338 [ 276 ] {d623256c-dd09-4369-b6d6-904403264c1b} executeQuery: Read 12 rows, 960.00 B in 0.001132 sec., 10600.706713780919 rows/sec., 828.18 KiB/sec. 2025.09.18 00:42:31.486377 [ 276 ] {d623256c-dd09-4369-b6d6-904403264c1b} TCPHandler: Processed in 0.001301601 sec. 2025.09.18 00:42:31.486478 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:31.486579 [ 276 ] {826db1e2-3cea-4e50-9edf-3d2dc9eb81a3} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:42:31.486620 [ 276 ] {826db1e2-3cea-4e50-9edf-3d2dc9eb81a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:42:31.487146 [ 276 ] {826db1e2-3cea-4e50-9edf-3d2dc9eb81a3} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:31.487191 [ 276 ] {826db1e2-3cea-4e50-9edf-3d2dc9eb81a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:31.487569 [ 276 ] {826db1e2-3cea-4e50-9edf-3d2dc9eb81a3} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.09.18 00:42:31.487820 [ 276 ] {826db1e2-3cea-4e50-9edf-3d2dc9eb81a3} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:31.487968 [ 276 ] {826db1e2-3cea-4e50-9edf-3d2dc9eb81a3} executeQuery: Read 144 rows, 11.90 KiB in 0.001406 sec., 102418.20768136559 rows/sec., 8.26 MiB/sec. 2025.09.18 00:42:31.488011 [ 276 ] {826db1e2-3cea-4e50-9edf-3d2dc9eb81a3} TCPHandler: Processed in 0.001582535 sec. 2025.09.18 00:42:31.488120 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:31.488214 [ 276 ] {8b971608-7be4-4a37-b248-2fd23bb57f32} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:42:31.488257 [ 276 ] {8b971608-7be4-4a37-b248-2fd23bb57f32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:42:31.488649 [ 276 ] {8b971608-7be4-4a37-b248-2fd23bb57f32} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:31.488687 [ 276 ] {8b971608-7be4-4a37-b248-2fd23bb57f32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:31.489032 [ 276 ] {8b971608-7be4-4a37-b248-2fd23bb57f32} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.09.18 00:42:31.489238 [ 276 ] {8b971608-7be4-4a37-b248-2fd23bb57f32} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:31.489360 [ 276 ] {8b971608-7be4-4a37-b248-2fd23bb57f32} executeQuery: Read 197 rows, 14.47 KiB in 0.001165 sec., 169098.7124463519 rows/sec., 12.13 MiB/sec. 2025.09.18 00:42:31.489396 [ 276 ] {8b971608-7be4-4a37-b248-2fd23bb57f32} TCPHandler: Processed in 0.001323171 sec. 2025.09.18 00:42:31.489500 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:31.489591 [ 276 ] {629a0fbe-4e9d-4241-9883-cf2c0cc29f3b} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.18 00:42:31.489644 [ 276 ] {629a0fbe-4e9d-4241-9883-cf2c0cc29f3b} 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.09.18 00:42:31.490484 [ 276 ] {629a0fbe-4e9d-4241-9883-cf2c0cc29f3b} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:31.490525 [ 276 ] {629a0fbe-4e9d-4241-9883-cf2c0cc29f3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:31.491145 [ 276 ] {629a0fbe-4e9d-4241-9883-cf2c0cc29f3b} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.09.18 00:42:31.491367 [ 276 ] {629a0fbe-4e9d-4241-9883-cf2c0cc29f3b} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:31.491478 [ 70 ] {} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.09.18 00:42:31.491514 [ 276 ] {629a0fbe-4e9d-4241-9883-cf2c0cc29f3b} executeQuery: Read 42 rows, 77.07 KiB in 0.001927 sec., 21795.537104307215 rows/sec., 39.06 MiB/sec. 2025.09.18 00:42:31.491518 [ 70 ] {} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:31.491557 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:31.491579 [ 276 ] {629a0fbe-4e9d-4241-9883-cf2c0cc29f3b} TCPHandler: Processed in 0.002125133 sec. 2025.09.18 00:42:31.491645 [ 200 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::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.09.18 00:42:31.491699 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:31.491802 [ 276 ] {8ead685d-cc26-4886-ac35-373cfcc7b297} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:42:31.491843 [ 276 ] {8ead685d-cc26-4886-ac35-373cfcc7b297} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:42:31.491844 [ 200 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:42:31.491900 [ 200 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 345 rows starting from the beginning of the part 2025.09.18 00:42:31.491999 [ 200 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 42 rows starting from the beginning of the part 2025.09.18 00:42:31.492087 [ 200 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 42 rows starting from the beginning of the part 2025.09.18 00:42:31.492169 [ 200 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 42 rows starting from the beginning of the part 2025.09.18 00:42:31.492184 [ 276 ] {8ead685d-cc26-4886-ac35-373cfcc7b297} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:31.492225 [ 276 ] {8ead685d-cc26-4886-ac35-373cfcc7b297} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. 2025.09.18 00:42:31.492247 [ 200 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 42 rows starting from the beginning of the part 2025.09.18 00:42:31.492326 [ 200 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 42 rows starting from the beginning of the part 2025.09.18 00:42:31.492582 [ 276 ] {8ead685d-cc26-4886-ac35-373cfcc7b297} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.09.18 00:42:31.492817 [ 276 ] {8ead685d-cc26-4886-ac35-373cfcc7b297} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:31.492978 [ 276 ] {8ead685d-cc26-4886-ac35-373cfcc7b297} executeQuery: Read 60 rows, 4.14 KiB in 0.001194 sec., 50251.25628140703 rows/sec., 3.39 MiB/sec. 2025.09.18 00:42:31.493022 [ 276 ] {8ead685d-cc26-4886-ac35-373cfcc7b297} TCPHandler: Processed in 0.001372232 sec. 2025.09.18 00:42:31.496196 [ 196 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 555 rows, containing 19 columns (19 merged, 0 gathered) in 0.004580722 sec., 121159.93941566418 rows/sec., 217.11 MiB/sec. 2025.09.18 00:42:31.496961 [ 200 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.09.18 00:42:31.497263 [ 200 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::all_1_16_3} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:31.497323 [ 200 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::all_1_16_3} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.09.18 00:42:31.497394 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.55 MiB. 2025.09.18 00:42:32.000213 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 256.19 MiB, peak 261.70 MiB, free memory in arenas 0.00 B, will set to 257.76 MiB (RSS), difference: 1.57 MiB 2025.09.18 00:42:36.473763 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:36.474059 [ 276 ] {9f2ca9df-2d70-450f-ac03-d8b485b3e2a2} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:42:36.474159 [ 276 ] {9f2ca9df-2d70-450f-ac03-d8b485b3e2a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:42:36.474898 [ 276 ] {9f2ca9df-2d70-450f-ac03-d8b485b3e2a2} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:36.474941 [ 276 ] {9f2ca9df-2d70-450f-ac03-d8b485b3e2a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.18 00:42:36.475339 [ 276 ] {9f2ca9df-2d70-450f-ac03-d8b485b3e2a2} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.09.18 00:42:36.475557 [ 276 ] {9f2ca9df-2d70-450f-ac03-d8b485b3e2a2} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:36.475703 [ 276 ] {9f2ca9df-2d70-450f-ac03-d8b485b3e2a2} executeQuery: Read 56 rows, 4.41 KiB in 0.001718 sec., 32596.04190919674 rows/sec., 2.50 MiB/sec. 2025.09.18 00:42:36.475743 [ 276 ] {9f2ca9df-2d70-450f-ac03-d8b485b3e2a2} TCPHandler: Processed in 0.002163454 sec. 2025.09.18 00:42:36.475867 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:36.475959 [ 276 ] {e987f790-50cb-4da8-bc59-cb7c8dad2008} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:42:36.475999 [ 276 ] {e987f790-50cb-4da8-bc59-cb7c8dad2008} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:42:36.476411 [ 276 ] {e987f790-50cb-4da8-bc59-cb7c8dad2008} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:36.476447 [ 276 ] {e987f790-50cb-4da8-bc59-cb7c8dad2008} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.18 00:42:36.476746 [ 276 ] {e987f790-50cb-4da8-bc59-cb7c8dad2008} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.09.18 00:42:36.476946 [ 276 ] {e987f790-50cb-4da8-bc59-cb7c8dad2008} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:36.477068 [ 276 ] {e987f790-50cb-4da8-bc59-cb7c8dad2008} executeQuery: Read 64 rows, 5.12 KiB in 0.001127 sec., 56787.93256433008 rows/sec., 4.43 MiB/sec. 2025.09.18 00:42:36.477104 [ 276 ] {e987f790-50cb-4da8-bc59-cb7c8dad2008} TCPHandler: Processed in 0.00128944 sec. 2025.09.18 00:42:36.477209 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:36.477300 [ 276 ] {66c191f7-9f80-4864-844a-2406b426208e} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:42:36.477342 [ 276 ] {66c191f7-9f80-4864-844a-2406b426208e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:42:36.477756 [ 276 ] {66c191f7-9f80-4864-844a-2406b426208e} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:36.477793 [ 276 ] {66c191f7-9f80-4864-844a-2406b426208e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.18 00:42:36.478126 [ 276 ] {66c191f7-9f80-4864-844a-2406b426208e} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.09.18 00:42:36.478330 [ 276 ] {66c191f7-9f80-4864-844a-2406b426208e} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:36.478456 [ 276 ] {66c191f7-9f80-4864-844a-2406b426208e} executeQuery: Read 160 rows, 11.41 KiB in 0.001174 sec., 136286.20102214653 rows/sec., 9.49 MiB/sec. 2025.09.18 00:42:36.478493 [ 276 ] {66c191f7-9f80-4864-844a-2406b426208e} TCPHandler: Processed in 0.001331021 sec. 2025.09.18 00:42:36.478594 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:36.478687 [ 276 ] {2ef9879c-5e78-4be1-af58-aaf1fc5a0019} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:42:36.478729 [ 276 ] {2ef9879c-5e78-4be1-af58-aaf1fc5a0019} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:42:36.479036 [ 276 ] {2ef9879c-5e78-4be1-af58-aaf1fc5a0019} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:36.479071 [ 276 ] {2ef9879c-5e78-4be1-af58-aaf1fc5a0019} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.18 00:42:36.479382 [ 276 ] {2ef9879c-5e78-4be1-af58-aaf1fc5a0019} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.09.18 00:42:36.479575 [ 276 ] {2ef9879c-5e78-4be1-af58-aaf1fc5a0019} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:36.479695 [ 276 ] {2ef9879c-5e78-4be1-af58-aaf1fc5a0019} executeQuery: Read 60 rows, 4.14 KiB in 0.001027 sec., 58422.59006815969 rows/sec., 3.94 MiB/sec. 2025.09.18 00:42:36.479730 [ 276 ] {2ef9879c-5e78-4be1-af58-aaf1fc5a0019} TCPHandler: Processed in 0.001183339 sec. 2025.09.18 00:42:36.618788 [ 58 ] {} DNSResolver: Updating DNS cache 2025.09.18 00:42:36.618838 [ 58 ] {} DNSResolver: Updated DNS cache 2025.09.18 00:42:36.721645 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 11461 2025.09.18 00:42:36.722113 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:36.722156 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.18 00:42:36.722614 [ 245 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.09.18 00:42:36.722834 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:36.722959 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11461 2025.09.18 00:42:36.749957 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 586 2025.09.18 00:42:36.752218 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:36.752277 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.18 00:42:36.753539 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.09.18 00:42:36.753807 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:36.754157 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 586 2025.09.18 00:42:37.341987 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 2025.09.18 00:42:37.358254 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:37.358309 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.18 00:42:37.364750 [ 244 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.09.18 00:42:37.365466 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:37.368142 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 181 2025.09.18 00:42:41.475193 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:41.475388 [ 276 ] {5083acf9-b46b-4a0c-b685-6430effcafee} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:42:41.475460 [ 276 ] {5083acf9-b46b-4a0c-b685-6430effcafee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:42:41.476115 [ 276 ] {5083acf9-b46b-4a0c-b685-6430effcafee} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:41.476157 [ 276 ] {5083acf9-b46b-4a0c-b685-6430effcafee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.18 00:42:41.476559 [ 276 ] {5083acf9-b46b-4a0c-b685-6430effcafee} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.09.18 00:42:41.476787 [ 276 ] {5083acf9-b46b-4a0c-b685-6430effcafee} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:41.476939 [ 276 ] {5083acf9-b46b-4a0c-b685-6430effcafee} executeQuery: Read 140 rows, 12.45 KiB in 0.001604 sec., 87281.79551122195 rows/sec., 7.58 MiB/sec. 2025.09.18 00:42:41.476982 [ 276 ] {5083acf9-b46b-4a0c-b685-6430effcafee} TCPHandler: Processed in 0.001929891 sec. 2025.09.18 00:42:41.477096 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:41.477194 [ 276 ] {c2490089-819b-49ee-b876-f1d824849f13} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.18 00:42:41.477236 [ 276 ] {c2490089-819b-49ee-b876-f1d824849f13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.18 00:42:41.477635 [ 276 ] {c2490089-819b-49ee-b876-f1d824849f13} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:41.477671 [ 276 ] {c2490089-819b-49ee-b876-f1d824849f13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.18 00:42:41.477967 [ 276 ] {c2490089-819b-49ee-b876-f1d824849f13} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.09.18 00:42:41.478180 [ 276 ] {c2490089-819b-49ee-b876-f1d824849f13} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:41.478306 [ 276 ] {c2490089-819b-49ee-b876-f1d824849f13} executeQuery: Read 42 rows, 3.16 KiB in 0.001131 sec., 37135.278514588856 rows/sec., 2.73 MiB/sec. 2025.09.18 00:42:41.478343 [ 276 ] {c2490089-819b-49ee-b876-f1d824849f13} TCPHandler: Processed in 0.00129767 sec. 2025.09.18 00:42:41.478450 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:41.478552 [ 276 ] {532764e0-610e-4a77-b5fb-c6fa9b0b705b} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:42:41.478594 [ 276 ] {532764e0-610e-4a77-b5fb-c6fa9b0b705b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:42:41.479009 [ 276 ] {532764e0-610e-4a77-b5fb-c6fa9b0b705b} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:41.479045 [ 276 ] {532764e0-610e-4a77-b5fb-c6fa9b0b705b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.18 00:42:41.479350 [ 276 ] {532764e0-610e-4a77-b5fb-c6fa9b0b705b} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.09.18 00:42:41.479548 [ 276 ] {532764e0-610e-4a77-b5fb-c6fa9b0b705b} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:41.479672 [ 276 ] {532764e0-610e-4a77-b5fb-c6fa9b0b705b} executeQuery: Read 106 rows, 8.48 KiB in 0.001192 sec., 88926.17449664431 rows/sec., 6.95 MiB/sec. 2025.09.18 00:42:41.479709 [ 276 ] {532764e0-610e-4a77-b5fb-c6fa9b0b705b} TCPHandler: Processed in 0.001367111 sec. 2025.09.18 00:42:41.479874 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:41.479968 [ 276 ] {ff56ab47-c084-4a16-aa8f-df96cc9c97a8} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:42:41.480011 [ 276 ] {ff56ab47-c084-4a16-aa8f-df96cc9c97a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:42:41.480391 [ 276 ] {ff56ab47-c084-4a16-aa8f-df96cc9c97a8} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:41.480427 [ 276 ] {ff56ab47-c084-4a16-aa8f-df96cc9c97a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.18 00:42:41.480746 [ 276 ] {ff56ab47-c084-4a16-aa8f-df96cc9c97a8} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.09.18 00:42:41.480954 [ 276 ] {ff56ab47-c084-4a16-aa8f-df96cc9c97a8} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:41.481083 [ 276 ] {ff56ab47-c084-4a16-aa8f-df96cc9c97a8} executeQuery: Read 160 rows, 11.41 KiB in 0.001132 sec., 141342.75618374557 rows/sec., 9.84 MiB/sec. 2025.09.18 00:42:41.481121 [ 276 ] {ff56ab47-c084-4a16-aa8f-df96cc9c97a8} TCPHandler: Processed in 0.00129616 sec. 2025.09.18 00:42:41.481225 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:41.481320 [ 276 ] {5cb33521-1db4-4cce-85b5-02e5a2916147} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.18 00:42:41.481373 [ 276 ] {5cb33521-1db4-4cce-85b5-02e5a2916147} 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.09.18 00:42:41.482162 [ 276 ] {5cb33521-1db4-4cce-85b5-02e5a2916147} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:41.482198 [ 276 ] {5cb33521-1db4-4cce-85b5-02e5a2916147} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.18 00:42:41.482753 [ 276 ] {5cb33521-1db4-4cce-85b5-02e5a2916147} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.09.18 00:42:41.482973 [ 276 ] {5cb33521-1db4-4cce-85b5-02e5a2916147} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:41.483118 [ 276 ] {5cb33521-1db4-4cce-85b5-02e5a2916147} executeQuery: Read 42 rows, 77.07 KiB in 0.001804 sec., 23281.59645232816 rows/sec., 41.72 MiB/sec. 2025.09.18 00:42:41.483173 [ 276 ] {5cb33521-1db4-4cce-85b5-02e5a2916147} TCPHandler: Processed in 0.001996011 sec. 2025.09.18 00:42:41.483365 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:41.483485 [ 276 ] {e79644fc-d52d-4d12-ac17-4e5cec1a7f86} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:42:41.483535 [ 276 ] {e79644fc-d52d-4d12-ac17-4e5cec1a7f86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:42:41.483951 [ 276 ] {e79644fc-d52d-4d12-ac17-4e5cec1a7f86} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:41.483995 [ 276 ] {e79644fc-d52d-4d12-ac17-4e5cec1a7f86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.18 00:42:41.484461 [ 276 ] {e79644fc-d52d-4d12-ac17-4e5cec1a7f86} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.09.18 00:42:41.484667 [ 276 ] {e79644fc-d52d-4d12-ac17-4e5cec1a7f86} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:41.484793 [ 276 ] {e79644fc-d52d-4d12-ac17-4e5cec1a7f86} executeQuery: Read 60 rows, 4.14 KiB in 0.001333 sec., 45011.252813203304 rows/sec., 3.03 MiB/sec. 2025.09.18 00:42:41.484829 [ 276 ] {e79644fc-d52d-4d12-ac17-4e5cec1a7f86} TCPHandler: Processed in 0.001530484 sec. 2025.09.18 00:42:42.585202 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44892 2025.09.18 00:42:42.585319 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:42:42.585347 [ 286 ] {} TCP-Session: 6c37daba-69c3-48d3-8d83-c40137c18dbf Authenticating user 'default' from [fd00:1122:3344:101::e]:44892 2025.09.18 00:42:42.585369 [ 286 ] {} TCP-Session: 6c37daba-69c3-48d3-8d83-c40137c18dbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.585382 [ 286 ] {} TCP-Session: 6c37daba-69c3-48d3-8d83-c40137c18dbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.585567 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41256 2025.09.18 00:42:42.585580 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57691 2025.09.18 00:42:42.585635 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36899 2025.09.18 00:42:42.585607 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63806 2025.09.18 00:42:42.585680 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45582 2025.09.18 00:42:42.585710 [ 286 ] {} TCP-Session: 6c37daba-69c3-48d3-8d83-c40137c18dbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:42.585703 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:42:42.585769 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:42:42.585798 [ 287 ] {} TCP-Session: 1f0371fd-eaca-4d12-9758-514cee00a1ca Authenticating user 'default' from [fd00:1122:3344:101::e]:41256 2025.09.18 00:42:42.585671 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59232 2025.09.18 00:42:42.585834 [ 287 ] {} TCP-Session: 1f0371fd-eaca-4d12-9758-514cee00a1ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.585824 [ 288 ] {} TCP-Session: 129aefa4-a6cd-41dc-963c-52bc02ce7a92 Authenticating user 'default' from [fd00:1122:3344:101::e]:57691 2025.09.18 00:42:42.585884 [ 287 ] {} TCP-Session: 1f0371fd-eaca-4d12-9758-514cee00a1ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.585603 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37939 2025.09.18 00:42:42.585914 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:42:42.585913 [ 288 ] {} TCP-Session: 129aefa4-a6cd-41dc-963c-52bc02ce7a92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.585963 [ 294 ] {} TCP-Session: 994a40fe-4046-44a2-86b6-87bb41b886d3 Authenticating user 'default' from [fd00:1122:3344:101::e]:45582 2025.09.18 00:42:42.585984 [ 288 ] {} TCP-Session: 129aefa4-a6cd-41dc-963c-52bc02ce7a92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.586001 [ 294 ] {} TCP-Session: 994a40fe-4046-44a2-86b6-87bb41b886d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.585908 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:42:42.586037 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:42:42.586025 [ 294 ] {} TCP-Session: 994a40fe-4046-44a2-86b6-87bb41b886d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.586079 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:42:42.586083 [ 293 ] {} TCP-Session: 582d5925-a7ec-4bea-a9d8-7ffc027a49f8 Authenticating user 'default' from [fd00:1122:3344:101::e]:59232 2025.09.18 00:42:42.586107 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:42:42.586118 [ 290 ] {} TCP-Session: f74fbfeb-f880-456a-929e-5397adee2547 Authenticating user 'default' from [fd00:1122:3344:101::e]:63806 2025.09.18 00:42:42.586132 [ 293 ] {} TCP-Session: 582d5925-a7ec-4bea-a9d8-7ffc027a49f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.586144 [ 289 ] {} TCP-Session: 3ddf8895-ec52-44c2-815e-063d1f2e48b7 Authenticating user 'default' from [fd00:1122:3344:101::e]:37939 2025.09.18 00:42:42.586154 [ 290 ] {} TCP-Session: f74fbfeb-f880-456a-929e-5397adee2547 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.586172 [ 289 ] {} TCP-Session: 3ddf8895-ec52-44c2-815e-063d1f2e48b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.586185 [ 290 ] {} TCP-Session: f74fbfeb-f880-456a-929e-5397adee2547 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.586198 [ 289 ] {} TCP-Session: 3ddf8895-ec52-44c2-815e-063d1f2e48b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.586161 [ 293 ] {} TCP-Session: 582d5925-a7ec-4bea-a9d8-7ffc027a49f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.586069 [ 292 ] {} TCP-Session: 0de67898-0a69-4111-9a36-ddd31e01a281 Authenticating user 'default' from [fd00:1122:3344:101::e]:36899 2025.09.18 00:42:42.585615 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55153 2025.09.18 00:42:42.586272 [ 292 ] {} TCP-Session: 0de67898-0a69-4111-9a36-ddd31e01a281 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.585916 [ 286 ] {fd83b41f-b9f4-4cfc-986a-7abf0e069b0d} executeQuery: (from [fd00:1122:3344:101::e]:44892) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.18 00:42:42.586311 [ 292 ] {} TCP-Session: 0de67898-0a69-4111-9a36-ddd31e01a281 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.586398 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:42:42.586429 [ 291 ] {} TCP-Session: c1a98349-10b1-4c2a-837b-e2ab44ec4195 Authenticating user 'default' from [fd00:1122:3344:101::e]:55153 2025.09.18 00:42:42.586446 [ 291 ] {} TCP-Session: c1a98349-10b1-4c2a-837b-e2ab44ec4195 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.586460 [ 291 ] {} TCP-Session: c1a98349-10b1-4c2a-837b-e2ab44ec4195 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.586637 [ 286 ] {fd83b41f-b9f4-4cfc-986a-7abf0e069b0d} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.18 00:42:42.586707 [ 286 ] {fd83b41f-b9f4-4cfc-986a-7abf0e069b0d} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.18 00:42:42.587010 [ 286 ] {fd83b41f-b9f4-4cfc-986a-7abf0e069b0d} oximeter.version (53059a3a-d3d8-4ae6-a17a-1015bb2d496f) (SelectExecutor): Key condition: unknown 2025.09.18 00:42:42.588076 [ 341 ] {fd83b41f-b9f4-4cfc-986a-7abf0e069b0d} AggregatingTransform: Aggregating 2025.09.18 00:42:42.588109 [ 341 ] {fd83b41f-b9f4-4cfc-986a-7abf0e069b0d} Aggregator: Aggregation method: without_key 2025.09.18 00:42:42.588140 [ 341 ] {fd83b41f-b9f4-4cfc-986a-7abf0e069b0d} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001028067 sec. (972.699 rows/sec., 38.00 KiB/sec.) 2025.09.18 00:42:42.588153 [ 341 ] {fd83b41f-b9f4-4cfc-986a-7abf0e069b0d} Aggregator: Merging aggregated data 2025.09.18 00:42:42.589413 [ 286 ] {fd83b41f-b9f4-4cfc-986a-7abf0e069b0d} executeQuery: Read 1 rows, 40.00 B in 0.003562 sec., 280.7411566535654 rows/sec., 10.97 KiB/sec. 2025.09.18 00:42:42.589567 [ 286 ] {fd83b41f-b9f4-4cfc-986a-7abf0e069b0d} TCPHandler: Processed in 0.004009373 sec. 2025.09.18 00:42:42.589702 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.18 00:42:42.589734 [ 286 ] {} TCP-Session: 6c37daba-69c3-48d3-8d83-c40137c18dbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.589735 [ 287 ] {} TCPHandler: Done processing connection. 2025.09.18 00:42:42.589753 [ 290 ] {} TCPHandler: Done processing connection. 2025.09.18 00:42:42.589774 [ 294 ] {} TCPHandler: Done processing connection. 2025.09.18 00:42:42.589789 [ 287 ] {} TCP-Session: 1f0371fd-eaca-4d12-9758-514cee00a1ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.589798 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.18 00:42:42.589834 [ 293 ] {} TCPHandler: Done processing connection. 2025.09.18 00:42:42.589819 [ 294 ] {} TCP-Session: 994a40fe-4046-44a2-86b6-87bb41b886d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.589858 [ 289 ] {} TCP-Session: 3ddf8895-ec52-44c2-815e-063d1f2e48b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.589872 [ 293 ] {} TCP-Session: 582d5925-a7ec-4bea-a9d8-7ffc027a49f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.589877 [ 292 ] {} TCPHandler: Done processing connection. 2025.09.18 00:42:42.589860 [ 291 ] {} TCPHandler: Done processing connection. 2025.09.18 00:42:42.589942 [ 292 ] {} TCP-Session: 0de67898-0a69-4111-9a36-ddd31e01a281 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.589809 [ 290 ] {} TCP-Session: f74fbfeb-f880-456a-929e-5397adee2547 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.589969 [ 291 ] {} TCP-Session: c1a98349-10b1-4c2a-837b-e2ab44ec4195 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.589819 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.18 00:42:42.590043 [ 288 ] {} TCP-Session: 129aefa4-a6cd-41dc-963c-52bc02ce7a92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.648425 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36988 2025.09.18 00:42:42.648545 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:42:42.648573 [ 286 ] {} TCP-Session: 0410e0b7-0b89-4e43-abc6-38fab23c66fc Authenticating user 'default' from [fd00:1122:3344:101::e]:36988 2025.09.18 00:42:42.648598 [ 286 ] {} TCP-Session: 0410e0b7-0b89-4e43-abc6-38fab23c66fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.648613 [ 286 ] {} TCP-Session: 0410e0b7-0b89-4e43-abc6-38fab23c66fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.648874 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53551 2025.09.18 00:42:42.648906 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45069 2025.09.18 00:42:42.648933 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55329 2025.09.18 00:42:42.648975 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55089 2025.09.18 00:42:42.649014 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:42:42.649021 [ 286 ] {} TCP-Session: 0410e0b7-0b89-4e43-abc6-38fab23c66fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:42.649048 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:42:42.649060 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:42:42.649092 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:42:42.649099 [ 291 ] {} TCP-Session: 119f4e00-7639-4bc8-bfe2-3149411757d1 Authenticating user 'default' from [fd00:1122:3344:101::e]:55329 2025.09.18 00:42:42.649136 [ 288 ] {} TCP-Session: acd0adce-d36b-4e91-a9b0-3941089f6bb0 Authenticating user 'default' from [fd00:1122:3344:101::e]:45069 2025.09.18 00:42:42.649139 [ 294 ] {} TCP-Session: 70cd1389-4048-48ab-a25f-6241d67c16fd Authenticating user 'default' from [fd00:1122:3344:101::e]:55089 2025.09.18 00:42:42.649174 [ 291 ] {} TCP-Session: 119f4e00-7639-4bc8-bfe2-3149411757d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.649184 [ 288 ] {} TCP-Session: acd0adce-d36b-4e91-a9b0-3941089f6bb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.648959 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61153 2025.09.18 00:42:42.649220 [ 288 ] {} TCP-Session: acd0adce-d36b-4e91-a9b0-3941089f6bb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.649244 [ 286 ] {7c168e71-433f-482c-a3bd-3545eb7e8b98} executeQuery: (from [fd00:1122:3344:101::e]:36988) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.18 00:42:42.649211 [ 294 ] {} TCP-Session: 70cd1389-4048-48ab-a25f-6241d67c16fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.649212 [ 291 ] {} TCP-Session: 119f4e00-7639-4bc8-bfe2-3149411757d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.649299 [ 294 ] {} TCP-Session: 70cd1389-4048-48ab-a25f-6241d67c16fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.649313 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:42:42.648954 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56769 2025.09.18 00:42:42.649360 [ 293 ] {} TCP-Session: 0f7aea8d-6556-4f37-90c1-219a8d31ae37 Authenticating user 'default' from [fd00:1122:3344:101::e]:61153 2025.09.18 00:42:42.648921 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53497 2025.09.18 00:42:42.649399 [ 293 ] {} TCP-Session: 0f7aea8d-6556-4f37-90c1-219a8d31ae37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.649430 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:42:42.649448 [ 293 ] {} TCP-Session: 0f7aea8d-6556-4f37-90c1-219a8d31ae37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.649469 [ 292 ] {} TCP-Session: b028d69a-0069-4fb1-a8a5-2d63bfa40f20 Authenticating user 'default' from [fd00:1122:3344:101::e]:56769 2025.09.18 00:42:42.649474 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:42:42.649512 [ 292 ] {} TCP-Session: b028d69a-0069-4fb1-a8a5-2d63bfa40f20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.649526 [ 290 ] {} TCP-Session: c719d4ee-0fa1-4139-aa4e-09a33eb2116e Authenticating user 'default' from [fd00:1122:3344:101::e]:53497 2025.09.18 00:42:42.649539 [ 292 ] {} TCP-Session: b028d69a-0069-4fb1-a8a5-2d63bfa40f20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.649555 [ 290 ] {} TCP-Session: c719d4ee-0fa1-4139-aa4e-09a33eb2116e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.649563 [ 286 ] {7c168e71-433f-482c-a3bd-3545eb7e8b98} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.18 00:42:42.649576 [ 290 ] {} TCP-Session: c719d4ee-0fa1-4139-aa4e-09a33eb2116e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.648913 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50920 2025.09.18 00:42:42.649632 [ 286 ] {7c168e71-433f-482c-a3bd-3545eb7e8b98} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.18 00:42:42.649064 [ 287 ] {} TCP-Session: 5ecd93ab-ece7-4a17-a129-f7f7dff70a99 Authenticating user 'default' from [fd00:1122:3344:101::e]:53551 2025.09.18 00:42:42.649705 [ 287 ] {} TCP-Session: 5ecd93ab-ece7-4a17-a129-f7f7dff70a99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.649707 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:42:42.649720 [ 287 ] {} TCP-Session: 5ecd93ab-ece7-4a17-a129-f7f7dff70a99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.649743 [ 289 ] {} TCP-Session: e971dd45-5418-4bbf-81b1-a613e8e4c145 Authenticating user 'default' from [fd00:1122:3344:101::e]:50920 2025.09.18 00:42:42.649764 [ 289 ] {} TCP-Session: e971dd45-5418-4bbf-81b1-a613e8e4c145 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.649777 [ 289 ] {} TCP-Session: e971dd45-5418-4bbf-81b1-a613e8e4c145 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.649965 [ 286 ] {7c168e71-433f-482c-a3bd-3545eb7e8b98} oximeter.version (53059a3a-d3d8-4ae6-a17a-1015bb2d496f) (SelectExecutor): Key condition: unknown 2025.09.18 00:42:42.651160 [ 297 ] {7c168e71-433f-482c-a3bd-3545eb7e8b98} AggregatingTransform: Aggregating 2025.09.18 00:42:42.651243 [ 297 ] {7c168e71-433f-482c-a3bd-3545eb7e8b98} Aggregator: Aggregation method: without_key 2025.09.18 00:42:42.651284 [ 297 ] {7c168e71-433f-482c-a3bd-3545eb7e8b98} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00120775 sec. (827.986 rows/sec., 32.34 KiB/sec.) 2025.09.18 00:42:42.651304 [ 297 ] {7c168e71-433f-482c-a3bd-3545eb7e8b98} Aggregator: Merging aggregated data 2025.09.18 00:42:42.652729 [ 286 ] {7c168e71-433f-482c-a3bd-3545eb7e8b98} executeQuery: Read 1 rows, 40.00 B in 0.003555 sec., 281.29395218002816 rows/sec., 10.99 KiB/sec. 2025.09.18 00:42:42.652906 [ 286 ] {7c168e71-433f-482c-a3bd-3545eb7e8b98} TCPHandler: Processed in 0.004028503 sec. 2025.09.18 00:42:42.653031 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.18 00:42:42.653066 [ 286 ] {} TCP-Session: 0410e0b7-0b89-4e43-abc6-38fab23c66fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.653065 [ 290 ] {} TCPHandler: Done processing connection. 2025.09.18 00:42:42.653085 [ 287 ] {} TCPHandler: Done processing connection. 2025.09.18 00:42:42.653105 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.18 00:42:42.653152 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.18 00:42:42.653161 [ 287 ] {} TCP-Session: 5ecd93ab-ece7-4a17-a129-f7f7dff70a99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.653185 [ 288 ] {} TCP-Session: acd0adce-d36b-4e91-a9b0-3941089f6bb0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.653202 [ 289 ] {} TCP-Session: e971dd45-5418-4bbf-81b1-a613e8e4c145 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.653219 [ 293 ] {} TCPHandler: Done processing connection. 2025.09.18 00:42:42.653202 [ 291 ] {} TCPHandler: Done processing connection. 2025.09.18 00:42:42.653258 [ 293 ] {} TCP-Session: 0f7aea8d-6556-4f37-90c1-219a8d31ae37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.653172 [ 294 ] {} TCPHandler: Done processing connection. 2025.09.18 00:42:42.653301 [ 291 ] {} TCP-Session: 119f4e00-7639-4bc8-bfe2-3149411757d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.653128 [ 290 ] {} TCP-Session: c719d4ee-0fa1-4139-aa4e-09a33eb2116e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.653333 [ 294 ] {} TCP-Session: 70cd1389-4048-48ab-a25f-6241d67c16fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.653122 [ 292 ] {} TCPHandler: Done processing connection. 2025.09.18 00:42:42.653405 [ 292 ] {} TCP-Session: b028d69a-0069-4fb1-a8a5-2d63bfa40f20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.829558 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51533 2025.09.18 00:42:42.829655 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:42:42.829680 [ 286 ] {} TCP-Session: 112ec573-a8ac-4c18-b453-e9ac5ed5cd07 Authenticating user 'default' from [fd00:1122:3344:101::e]:51533 2025.09.18 00:42:42.829702 [ 286 ] {} TCP-Session: 112ec573-a8ac-4c18-b453-e9ac5ed5cd07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.829714 [ 286 ] {} TCP-Session: 112ec573-a8ac-4c18-b453-e9ac5ed5cd07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.829891 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43318 2025.09.18 00:42:42.829916 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33250 2025.09.18 00:42:42.829932 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62919 2025.09.18 00:42:42.829985 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63936 2025.09.18 00:42:42.830014 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43919 2025.09.18 00:42:42.830023 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65254 2025.09.18 00:42:42.830052 [ 286 ] {} TCP-Session: 112ec573-a8ac-4c18-b453-e9ac5ed5cd07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:42.830080 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:42:42.830084 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:42:42.830097 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:42:42.830118 [ 291 ] {} TCP-Session: b5166987-2905-4a3e-9bf1-606f0a19a45c Authenticating user 'default' from [fd00:1122:3344:101::e]:63936 2025.09.18 00:42:42.830129 [ 289 ] {} TCP-Session: 460ff6ec-4037-4a0e-92f3-c46126a43ee1 Authenticating user 'default' from [fd00:1122:3344:101::e]:62919 2025.09.18 00:42:42.830136 [ 293 ] {} TCP-Session: 0b19f074-a283-4bdb-b85d-637f2d4e2fef Authenticating user 'default' from [fd00:1122:3344:101::e]:43919 2025.09.18 00:42:42.830154 [ 291 ] {} TCP-Session: b5166987-2905-4a3e-9bf1-606f0a19a45c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.830165 [ 289 ] {} TCP-Session: 460ff6ec-4037-4a0e-92f3-c46126a43ee1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.830167 [ 293 ] {} TCP-Session: 0b19f074-a283-4bdb-b85d-637f2d4e2fef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.830179 [ 291 ] {} TCP-Session: b5166987-2905-4a3e-9bf1-606f0a19a45c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.830190 [ 289 ] {} TCP-Session: 460ff6ec-4037-4a0e-92f3-c46126a43ee1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.830215 [ 293 ] {} TCP-Session: 0b19f074-a283-4bdb-b85d-637f2d4e2fef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.830136 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:42:42.830239 [ 286 ] {e9d14d24-8dce-470f-b985-9427fe60658a} executeQuery: (from [fd00:1122:3344:101::e]:51533) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.18 00:42:42.830046 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:42:42.830283 [ 294 ] {} TCP-Session: eeafe6ac-0a21-42f0-a9a3-7d30889363bb Authenticating user 'default' from [fd00:1122:3344:101::e]:65254 2025.09.18 00:42:42.830315 [ 288 ] {} TCP-Session: 342af830-d7e2-4a13-a5c1-db77d11874ef Authenticating user 'default' from [fd00:1122:3344:101::e]:33250 2025.09.18 00:42:42.830006 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52190 2025.09.18 00:42:42.830350 [ 288 ] {} TCP-Session: 342af830-d7e2-4a13-a5c1-db77d11874ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.830335 [ 294 ] {} TCP-Session: eeafe6ac-0a21-42f0-a9a3-7d30889363bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.830372 [ 288 ] {} TCP-Session: 342af830-d7e2-4a13-a5c1-db77d11874ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.830404 [ 294 ] {} TCP-Session: eeafe6ac-0a21-42f0-a9a3-7d30889363bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.830406 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:42:42.829970 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34308 2025.09.18 00:42:42.830456 [ 292 ] {} TCP-Session: 827f8c86-bee9-460f-b012-568add6dd923 Authenticating user 'default' from [fd00:1122:3344:101::e]:52190 2025.09.18 00:42:42.830014 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:42:42.830494 [ 292 ] {} TCP-Session: 827f8c86-bee9-460f-b012-568add6dd923 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.830522 [ 292 ] {} TCP-Session: 827f8c86-bee9-460f-b012-568add6dd923 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.830527 [ 286 ] {e9d14d24-8dce-470f-b985-9427fe60658a} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.18 00:42:42.830536 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:42:42.830523 [ 287 ] {} TCP-Session: 70de4e64-5055-4f13-ba36-a811b2282f7c Authenticating user 'default' from [fd00:1122:3344:101::e]:43318 2025.09.18 00:42:42.830576 [ 290 ] {} TCP-Session: 021ecb6e-2c4a-434c-9b5c-94b6a2333026 Authenticating user 'default' from [fd00:1122:3344:101::e]:34308 2025.09.18 00:42:42.830588 [ 286 ] {e9d14d24-8dce-470f-b985-9427fe60658a} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.18 00:42:42.830597 [ 287 ] {} TCP-Session: 70de4e64-5055-4f13-ba36-a811b2282f7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.830606 [ 290 ] {} TCP-Session: 021ecb6e-2c4a-434c-9b5c-94b6a2333026 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.830627 [ 287 ] {} TCP-Session: 70de4e64-5055-4f13-ba36-a811b2282f7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.830646 [ 290 ] {} TCP-Session: 021ecb6e-2c4a-434c-9b5c-94b6a2333026 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.830890 [ 286 ] {e9d14d24-8dce-470f-b985-9427fe60658a} oximeter.version (53059a3a-d3d8-4ae6-a17a-1015bb2d496f) (SelectExecutor): Key condition: unknown 2025.09.18 00:42:42.831871 [ 335 ] {e9d14d24-8dce-470f-b985-9427fe60658a} AggregatingTransform: Aggregating 2025.09.18 00:42:42.831923 [ 335 ] {e9d14d24-8dce-470f-b985-9427fe60658a} Aggregator: Aggregation method: without_key 2025.09.18 00:42:42.831964 [ 335 ] {e9d14d24-8dce-470f-b985-9427fe60658a} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000963115 sec. (1038.298 rows/sec., 40.56 KiB/sec.) 2025.09.18 00:42:42.831985 [ 335 ] {e9d14d24-8dce-470f-b985-9427fe60658a} Aggregator: Merging aggregated data 2025.09.18 00:42:42.833410 [ 286 ] {e9d14d24-8dce-470f-b985-9427fe60658a} executeQuery: Read 1 rows, 40.00 B in 0.003229 sec., 309.6934035305048 rows/sec., 12.10 KiB/sec. 2025.09.18 00:42:42.833557 [ 286 ] {e9d14d24-8dce-470f-b985-9427fe60658a} TCPHandler: Processed in 0.003628347 sec. 2025.09.18 00:42:42.833667 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.18 00:42:42.833694 [ 286 ] {} TCP-Session: 112ec573-a8ac-4c18-b453-e9ac5ed5cd07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.833700 [ 287 ] {} TCPHandler: Done processing connection. 2025.09.18 00:42:42.833720 [ 294 ] {} TCPHandler: Done processing connection. 2025.09.18 00:42:42.833747 [ 287 ] {} TCP-Session: 70de4e64-5055-4f13-ba36-a811b2282f7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.833751 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.18 00:42:42.833763 [ 294 ] {} TCP-Session: eeafe6ac-0a21-42f0-a9a3-7d30889363bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.833788 [ 290 ] {} TCPHandler: Done processing connection. 2025.09.18 00:42:42.833807 [ 289 ] {} TCP-Session: 460ff6ec-4037-4a0e-92f3-c46126a43ee1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.833810 [ 292 ] {} TCPHandler: Done processing connection. 2025.09.18 00:42:42.833833 [ 290 ] {} TCP-Session: 021ecb6e-2c4a-434c-9b5c-94b6a2333026 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.833850 [ 293 ] {} TCPHandler: Done processing connection. 2025.09.18 00:42:42.833878 [ 292 ] {} TCP-Session: 827f8c86-bee9-460f-b012-568add6dd923 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.833772 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.18 00:42:42.833907 [ 293 ] {} TCP-Session: 0b19f074-a283-4bdb-b85d-637f2d4e2fef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.833832 [ 291 ] {} TCPHandler: Done processing connection. 2025.09.18 00:42:42.833937 [ 288 ] {} TCP-Session: 342af830-d7e2-4a13-a5c1-db77d11874ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:42.833979 [ 291 ] {} TCP-Session: b5166987-2905-4a3e-9bf1-606f0a19a45c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:42:44.223145 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 11973 2025.09.18 00:42:44.223821 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:44.223866 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.18 00:42:44.224364 [ 245 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.09.18 00:42:44.224593 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:44.224739 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11973 2025.09.18 00:42:44.868293 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 2025.09.18 00:42:44.885239 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:44.885287 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.18 00:42:44.890802 [ 244 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.09.18 00:42:44.891484 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:44.894271 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 189 2025.09.18 00:42:46.499983 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:46.500163 [ 276 ] {d82aa0c5-04cc-4460-b041-67c7982091b7} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.18 00:42:46.500228 [ 276 ] {d82aa0c5-04cc-4460-b041-67c7982091b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.18 00:42:46.500954 [ 276 ] {d82aa0c5-04cc-4460-b041-67c7982091b7} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:46.500998 [ 276 ] {d82aa0c5-04cc-4460-b041-67c7982091b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.18 00:42:46.501364 [ 276 ] {d82aa0c5-04cc-4460-b041-67c7982091b7} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.09.18 00:42:46.501583 [ 276 ] {d82aa0c5-04cc-4460-b041-67c7982091b7} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:46.501736 [ 276 ] {d82aa0c5-04cc-4460-b041-67c7982091b7} executeQuery: Read 2 rows, 167.00 B in 0.001621 sec., 1233.8062924120914 rows/sec., 100.61 KiB/sec. 2025.09.18 00:42:46.501776 [ 276 ] {d82aa0c5-04cc-4460-b041-67c7982091b7} TCPHandler: Processed in 0.0019207 sec. 2025.09.18 00:42:46.501912 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:46.502017 [ 276 ] {7679d2c1-f9e9-49a2-bf75-a4a42e959051} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:42:46.502055 [ 276 ] {7679d2c1-f9e9-49a2-bf75-a4a42e959051} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:42:46.503057 [ 276 ] {7679d2c1-f9e9-49a2-bf75-a4a42e959051} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:46.503094 [ 276 ] {7679d2c1-f9e9-49a2-bf75-a4a42e959051} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.18 00:42:46.503474 [ 276 ] {7679d2c1-f9e9-49a2-bf75-a4a42e959051} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.09.18 00:42:46.503691 [ 276 ] {7679d2c1-f9e9-49a2-bf75-a4a42e959051} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:46.503819 [ 276 ] {7679d2c1-f9e9-49a2-bf75-a4a42e959051} executeQuery: Read 1197 rows, 101.04 KiB in 0.00182 sec., 657692.3076923077 rows/sec., 54.22 MiB/sec. 2025.09.18 00:42:46.503858 [ 276 ] {7679d2c1-f9e9-49a2-bf75-a4a42e959051} TCPHandler: Processed in 0.002002522 sec. 2025.09.18 00:42:46.503971 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:46.504065 [ 276 ] {7c325728-229d-42c2-a5ae-73c71e6b074d} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.18 00:42:46.504114 [ 276 ] {7c325728-229d-42c2-a5ae-73c71e6b074d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.18 00:42:46.504528 [ 276 ] {7c325728-229d-42c2-a5ae-73c71e6b074d} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:46.504564 [ 276 ] {7c325728-229d-42c2-a5ae-73c71e6b074d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.18 00:42:46.504841 [ 276 ] {7c325728-229d-42c2-a5ae-73c71e6b074d} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.09.18 00:42:46.505048 [ 276 ] {7c325728-229d-42c2-a5ae-73c71e6b074d} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:46.505170 [ 276 ] {7c325728-229d-42c2-a5ae-73c71e6b074d} executeQuery: Read 2 rows, 143.00 B in 0.001124 sec., 1779.3594306049822 rows/sec., 124.24 KiB/sec. 2025.09.18 00:42:46.505207 [ 276 ] {7c325728-229d-42c2-a5ae-73c71e6b074d} TCPHandler: Processed in 0.001282941 sec. 2025.09.18 00:42:46.505319 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:46.505411 [ 276 ] {cb243c38-9a3b-44f5-b116-834b2b582b18} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.18 00:42:46.505449 [ 276 ] {cb243c38-9a3b-44f5-b116-834b2b582b18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.18 00:42:46.505920 [ 276 ] {cb243c38-9a3b-44f5-b116-834b2b582b18} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:46.505957 [ 276 ] {cb243c38-9a3b-44f5-b116-834b2b582b18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.18 00:42:46.506262 [ 276 ] {cb243c38-9a3b-44f5-b116-834b2b582b18} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.09.18 00:42:46.506468 [ 276 ] {cb243c38-9a3b-44f5-b116-834b2b582b18} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:46.506597 [ 276 ] {cb243c38-9a3b-44f5-b116-834b2b582b18} executeQuery: Read 228 rows, 15.81 KiB in 0.001204 sec., 189368.7707641196 rows/sec., 12.82 MiB/sec. 2025.09.18 00:42:46.506635 [ 276 ] {cb243c38-9a3b-44f5-b116-834b2b582b18} TCPHandler: Processed in 0.001362961 sec. 2025.09.18 00:42:46.506737 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:46.506830 [ 276 ] {817dbe96-f1af-4a99-9668-077955bc1210} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:42:46.506869 [ 276 ] {817dbe96-f1af-4a99-9668-077955bc1210} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:42:46.507402 [ 276 ] {817dbe96-f1af-4a99-9668-077955bc1210} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:46.507438 [ 276 ] {817dbe96-f1af-4a99-9668-077955bc1210} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.18 00:42:46.507748 [ 276 ] {817dbe96-f1af-4a99-9668-077955bc1210} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.09.18 00:42:46.507958 [ 276 ] {817dbe96-f1af-4a99-9668-077955bc1210} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:46.508082 [ 276 ] {817dbe96-f1af-4a99-9668-077955bc1210} executeQuery: Read 522 rows, 39.57 KiB in 0.00127 sec., 411023.62204724405 rows/sec., 30.43 MiB/sec. 2025.09.18 00:42:46.508120 [ 276 ] {817dbe96-f1af-4a99-9668-077955bc1210} TCPHandler: Processed in 0.001430652 sec. 2025.09.18 00:42:46.508220 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:46.508313 [ 276 ] {92770fbf-c98b-4f88-83ef-5d203fbc4ec2} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:42:46.508357 [ 276 ] {92770fbf-c98b-4f88-83ef-5d203fbc4ec2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:42:46.508861 [ 276 ] {92770fbf-c98b-4f88-83ef-5d203fbc4ec2} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:46.508896 [ 276 ] {92770fbf-c98b-4f88-83ef-5d203fbc4ec2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.18 00:42:46.509257 [ 276 ] {92770fbf-c98b-4f88-83ef-5d203fbc4ec2} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.09.18 00:42:46.509452 [ 276 ] {92770fbf-c98b-4f88-83ef-5d203fbc4ec2} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:46.509575 [ 276 ] {92770fbf-c98b-4f88-83ef-5d203fbc4ec2} executeQuery: Read 845 rows, 58.24 KiB in 0.00128 sec., 660156.25 rows/sec., 44.43 MiB/sec. 2025.09.18 00:42:46.509611 [ 276 ] {92770fbf-c98b-4f88-83ef-5d203fbc4ec2} TCPHandler: Processed in 0.001438263 sec. 2025.09.18 00:42:46.509711 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:46.509803 [ 276 ] {755cb418-47cf-44ac-96d2-102fff3e993b} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:42:46.509843 [ 276 ] {755cb418-47cf-44ac-96d2-102fff3e993b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:42:46.510143 [ 276 ] {755cb418-47cf-44ac-96d2-102fff3e993b} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:46.510179 [ 276 ] {755cb418-47cf-44ac-96d2-102fff3e993b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.18 00:42:46.510476 [ 276 ] {755cb418-47cf-44ac-96d2-102fff3e993b} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.09.18 00:42:46.510675 [ 276 ] {755cb418-47cf-44ac-96d2-102fff3e993b} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:46.510797 [ 276 ] {755cb418-47cf-44ac-96d2-102fff3e993b} executeQuery: Read 60 rows, 4.14 KiB in 0.001013 sec., 59230.00987166831 rows/sec., 3.99 MiB/sec. 2025.09.18 00:42:46.510832 [ 276 ] {755cb418-47cf-44ac-96d2-102fff3e993b} TCPHandler: Processed in 0.001168598 sec. 2025.09.18 00:42:46.754428 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 618 2025.09.18 00:42:46.756690 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:46.756738 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.18 00:42:46.757934 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.09.18 00:42:46.758201 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:46.758451 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 618 2025.09.18 00:42:51.475744 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:51.475963 [ 276 ] {b7bc763e-a528-4210-8160-2c5f15202ecd} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:42:51.476034 [ 276 ] {b7bc763e-a528-4210-8160-2c5f15202ecd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:42:51.476832 [ 276 ] {b7bc763e-a528-4210-8160-2c5f15202ecd} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:51.476869 [ 276 ] {b7bc763e-a528-4210-8160-2c5f15202ecd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.18 00:42:51.477263 [ 276 ] {b7bc763e-a528-4210-8160-2c5f15202ecd} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.09.18 00:42:51.477489 [ 276 ] {b7bc763e-a528-4210-8160-2c5f15202ecd} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:51.477626 [ 29 ] {} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.09.18 00:42:51.477638 [ 276 ] {b7bc763e-a528-4210-8160-2c5f15202ecd} executeQuery: Read 140 rows, 12.45 KiB in 0.001725 sec., 81159.42028985507 rows/sec., 7.05 MiB/sec. 2025.09.18 00:42:51.477662 [ 29 ] {} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:51.477681 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.18 00:42:51.477686 [ 276 ] {b7bc763e-a528-4210-8160-2c5f15202ecd} TCPHandler: Processed in 0.002084413 sec. 2025.09.18 00:42:51.477808 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:51.477806 [ 186 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::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.09.18 00:42:51.477930 [ 276 ] {6271b23d-557a-49ea-9f41-4d96bd56c783} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.18 00:42:51.477998 [ 276 ] {6271b23d-557a-49ea-9f41-4d96bd56c783} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.18 00:42:51.478088 [ 186 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:42:51.478172 [ 186 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1409 rows starting from the beginning of the part 2025.09.18 00:42:51.478278 [ 186 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 261 rows starting from the beginning of the part 2025.09.18 00:42:51.478356 [ 186 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 56 rows starting from the beginning of the part 2025.09.18 00:42:51.478401 [ 276 ] {6271b23d-557a-49ea-9f41-4d96bd56c783} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:51.478427 [ 186 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 140 rows starting from the beginning of the part 2025.09.18 00:42:51.478445 [ 276 ] {6271b23d-557a-49ea-9f41-4d96bd56c783} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.18 00:42:51.478505 [ 186 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1197 rows starting from the beginning of the part 2025.09.18 00:42:51.478576 [ 186 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 140 rows starting from the beginning of the part 2025.09.18 00:42:51.478790 [ 276 ] {6271b23d-557a-49ea-9f41-4d96bd56c783} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.09.18 00:42:51.479063 [ 276 ] {6271b23d-557a-49ea-9f41-4d96bd56c783} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:51.479199 [ 276 ] {6271b23d-557a-49ea-9f41-4d96bd56c783} executeQuery: Read 42 rows, 3.16 KiB in 0.00129 sec., 32558.13953488372 rows/sec., 2.39 MiB/sec. 2025.09.18 00:42:51.479238 [ 276 ] {6271b23d-557a-49ea-9f41-4d96bd56c783} TCPHandler: Processed in 0.001478663 sec. 2025.09.18 00:42:51.479346 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:51.479439 [ 276 ] {45ea1f3c-f56e-4a58-a435-8a615eb3ff28} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:42:51.479478 [ 276 ] {45ea1f3c-f56e-4a58-a435-8a615eb3ff28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:42:51.479901 [ 276 ] {45ea1f3c-f56e-4a58-a435-8a615eb3ff28} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:51.479937 [ 276 ] {45ea1f3c-f56e-4a58-a435-8a615eb3ff28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.18 00:42:51.480106 [ 196 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 3203 rows, containing 5 columns (5 merged, 0 gathered) in 0.002351337 sec., 1362203.7164387752 rows/sec., 119.60 MiB/sec. 2025.09.18 00:42:51.480251 [ 276 ] {45ea1f3c-f56e-4a58-a435-8a615eb3ff28} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.09.18 00:42:51.480423 [ 196 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.09.18 00:42:51.480481 [ 276 ] {45ea1f3c-f56e-4a58-a435-8a615eb3ff28} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:51.480623 [ 276 ] {45ea1f3c-f56e-4a58-a435-8a615eb3ff28} executeQuery: Read 106 rows, 8.48 KiB in 0.001201 sec., 88259.78351373856 rows/sec., 6.89 MiB/sec. 2025.09.18 00:42:51.480631 [ 52 ] {} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.09.18 00:42:51.480667 [ 276 ] {45ea1f3c-f56e-4a58-a435-8a615eb3ff28} TCPHandler: Processed in 0.001367912 sec. 2025.09.18 00:42:51.480685 [ 52 ] {} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:51.480710 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.18 00:42:51.480751 [ 196 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_36_7} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:51.480779 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:51.480792 [ 186 ] {ed3758e3-769d-40dc-8194-b54c707413cf::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.09.18 00:42:51.480833 [ 196 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_36_7} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.09.18 00:42:51.480879 [ 276 ] {e3229402-1b51-422e-8d8b-163931df1de6} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:42:51.480892 [ 186 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:42:51.480925 [ 186 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 634 rows starting from the beginning of the part 2025.09.18 00:42:51.480930 [ 276 ] {e3229402-1b51-422e-8d8b-163931df1de6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:42:51.480950 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. 2025.09.18 00:42:51.480972 [ 186 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 144 rows starting from the beginning of the part 2025.09.18 00:42:51.481015 [ 186 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 64 rows starting from the beginning of the part 2025.09.18 00:42:51.481047 [ 186 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 106 rows starting from the beginning of the part 2025.09.18 00:42:51.481081 [ 186 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 522 rows starting from the beginning of the part 2025.09.18 00:42:51.481114 [ 186 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 106 rows starting from the beginning of the part 2025.09.18 00:42:51.481705 [ 276 ] {e3229402-1b51-422e-8d8b-163931df1de6} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:51.481746 [ 276 ] {e3229402-1b51-422e-8d8b-163931df1de6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.18 00:42:51.482073 [ 199 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1576 rows, containing 5 columns (5 merged, 0 gathered) in 0.00130711 sec., 1205713.367658422 rows/sec., 96.11 MiB/sec. 2025.09.18 00:42:51.482079 [ 276 ] {e3229402-1b51-422e-8d8b-163931df1de6} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.09.18 00:42:51.482332 [ 199 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.09.18 00:42:51.482360 [ 276 ] {e3229402-1b51-422e-8d8b-163931df1de6} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:51.482499 [ 52 ] {} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.09.18 00:42:51.482501 [ 276 ] {e3229402-1b51-422e-8d8b-163931df1de6} executeQuery: Read 160 rows, 11.41 KiB in 0.001639 sec., 97620.50030506407 rows/sec., 6.80 MiB/sec. 2025.09.18 00:42:51.482547 [ 52 ] {} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:51.482578 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.18 00:42:51.482578 [ 276 ] {e3229402-1b51-422e-8d8b-163931df1de6} TCPHandler: Processed in 0.001845098 sec. 2025.09.18 00:42:51.482693 [ 199 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::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.09.18 00:42:51.482698 [ 189 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_36_7} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:51.482747 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:51.482816 [ 199 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:42:51.482830 [ 189 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_36_7} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.09.18 00:42:51.482840 [ 276 ] {0f2604fb-ed36-4cfa-b915-37a4d2085939} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.18 00:42:51.482859 [ 199 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9143 rows starting from the beginning of the part 2025.09.18 00:42:51.482905 [ 276 ] {0f2604fb-ed36-4cfa-b915-37a4d2085939} 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.09.18 00:42:51.482934 [ 199 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 197 rows starting from the beginning of the part 2025.09.18 00:42:51.482949 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.09.18 00:42:51.482985 [ 199 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::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.09.18 00:42:51.483033 [ 199 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::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.09.18 00:42:51.483074 [ 199 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 845 rows starting from the beginning of the part 2025.09.18 00:42:51.483116 [ 199 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::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.09.18 00:42:51.483743 [ 276 ] {0f2604fb-ed36-4cfa-b915-37a4d2085939} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:51.483783 [ 276 ] {0f2604fb-ed36-4cfa-b915-37a4d2085939} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.18 00:42:51.484371 [ 276 ] {0f2604fb-ed36-4cfa-b915-37a4d2085939} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.09.18 00:42:51.484587 [ 276 ] {0f2604fb-ed36-4cfa-b915-37a4d2085939} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:51.484730 [ 276 ] {0f2604fb-ed36-4cfa-b915-37a4d2085939} executeQuery: Read 42 rows, 77.07 KiB in 0.001906 sec., 22035.67681007345 rows/sec., 39.49 MiB/sec. 2025.09.18 00:42:51.484784 [ 276 ] {0f2604fb-ed36-4cfa-b915-37a4d2085939} TCPHandler: Processed in 0.002093173 sec. 2025.09.18 00:42:51.484898 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:51.485008 [ 276 ] {74209b5c-8228-47cd-8dab-77f3be51e6cf} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:42:51.485055 [ 276 ] {74209b5c-8228-47cd-8dab-77f3be51e6cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:42:51.485372 [ 276 ] {74209b5c-8228-47cd-8dab-77f3be51e6cf} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:51.485407 [ 276 ] {74209b5c-8228-47cd-8dab-77f3be51e6cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.18 00:42:51.485716 [ 276 ] {74209b5c-8228-47cd-8dab-77f3be51e6cf} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.09.18 00:42:51.485922 [ 276 ] {74209b5c-8228-47cd-8dab-77f3be51e6cf} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:51.486014 [ 189 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 10665 rows, containing 5 columns (5 merged, 0 gathered) in 0.003368093 sec., 3166480.2604916194 rows/sec., 217.47 MiB/sec. 2025.09.18 00:42:51.486045 [ 52 ] {} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.09.18 00:42:51.486049 [ 276 ] {74209b5c-8228-47cd-8dab-77f3be51e6cf} executeQuery: Read 60 rows, 4.14 KiB in 0.001062 sec., 56497.17514124294 rows/sec., 3.81 MiB/sec. 2025.09.18 00:42:51.486088 [ 52 ] {} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:51.486107 [ 276 ] {74209b5c-8228-47cd-8dab-77f3be51e6cf} TCPHandler: Processed in 0.00126321 sec. 2025.09.18 00:42:51.486113 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.18 00:42:51.486205 [ 199 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:42:51.486297 [ 199 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:42:51.486297 [ 196 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.09.18 00:42:51.486322 [ 199 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1740 rows starting from the beginning of the part 2025.09.18 00:42:51.486372 [ 199 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:42:51.486404 [ 199 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:42:51.486437 [ 199 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:42:51.486471 [ 199 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:42:51.486504 [ 199 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:42:51.486615 [ 196 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_36_7} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:51.486724 [ 196 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_36_7} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.09.18 00:42:51.486819 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.05 MiB. 2025.09.18 00:42:51.487376 [ 189 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2040 rows, containing 4 columns (4 merged, 0 gathered) in 0.001199839 sec., 1700228.11393862 rows/sec., 114.52 MiB/sec. 2025.09.18 00:42:51.487622 [ 196 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.09.18 00:42:51.487879 [ 196 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_36_7} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:51.487950 [ 196 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_36_7} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.09.18 00:42:51.488033 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. 2025.09.18 00:42:51.619091 [ 52 ] {} DNSResolver: Updating DNS cache 2025.09.18 00:42:51.619129 [ 52 ] {} DNSResolver: Updated DNS cache 2025.09.18 00:42:51.724911 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 12421 2025.09.18 00:42:51.725427 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:51.725480 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.18 00:42:51.726022 [ 245 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.09.18 00:42:51.726291 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:51.726460 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12421 2025.09.18 00:42:51.726489 [ 52 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.09.18 00:42:51.726564 [ 52 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:51.726589 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. 2025.09.18 00:42:51.726727 [ 192 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::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.09.18 00:42:51.726880 [ 192 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:42:51.726929 [ 192 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 10053 rows starting from the beginning of the part 2025.09.18 00:42:51.727047 [ 192 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 448 rows starting from the beginning of the part 2025.09.18 00:42:51.727112 [ 192 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 512 rows starting from the beginning of the part 2025.09.18 00:42:51.727167 [ 192 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 448 rows starting from the beginning of the part 2025.09.18 00:42:51.727219 [ 192 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 512 rows starting from the beginning of the part 2025.09.18 00:42:51.727275 [ 192 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 448 rows starting from the beginning of the part 2025.09.18 00:42:51.731286 [ 189 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 12421 rows, containing 4 columns (4 merged, 0 gathered) in 0.004620213 sec., 2688404.192620557 rows/sec., 38.46 MiB/sec. 2025.09.18 00:42:51.731603 [ 188 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.09.18 00:42:51.731889 [ 188 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_26_5} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:51.731961 [ 188 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_26_5} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.09.18 00:42:51.732032 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB. 2025.09.18 00:42:52.394437 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 2025.09.18 00:42:52.412590 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:52.412657 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:42:52.418178 [ 244 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.09.18 00:42:52.418870 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:52.419191 [ 27 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.09.18 00:42:52.419257 [ 27 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:52.419278 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:42:52.419371 [ 192 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::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.09.18 00:42:52.422199 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 196 2025.09.18 00:42:52.422529 [ 192 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:42:52.423378 [ 192 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::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.09.18 00:42:52.426866 [ 192 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::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.09.18 00:42:52.430321 [ 192 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::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.09.18 00:42:52.434493 [ 192 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::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.09.18 00:42:52.438484 [ 192 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::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.09.18 00:42:52.442393 [ 192 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::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.09.18 00:42:52.503127 [ 192 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.083799994 sec., 2338.902315434533 rows/sec., 12.09 MiB/sec. 2025.09.18 00:42:52.505826 [ 189 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.09.18 00:42:52.507752 [ 189 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::all_1_26_5} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:52.507861 [ 189 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::all_1_26_5} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.09.18 00:42:52.510140 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2025.09.18 00:42:53.000196 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 260.63 MiB, peak 271.17 MiB, free memory in arenas 0.00 B, will set to 264.88 MiB (RSS), difference: 4.25 MiB 2025.09.18 00:42:56.474400 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:56.474676 [ 276 ] {813537dc-7f8f-401e-8c88-e3efd5f2eadb} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:42:56.474778 [ 276 ] {813537dc-7f8f-401e-8c88-e3efd5f2eadb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:42:56.475632 [ 276 ] {813537dc-7f8f-401e-8c88-e3efd5f2eadb} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:56.475679 [ 276 ] {813537dc-7f8f-401e-8c88-e3efd5f2eadb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:42:56.476080 [ 276 ] {813537dc-7f8f-401e-8c88-e3efd5f2eadb} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.09.18 00:42:56.476295 [ 276 ] {813537dc-7f8f-401e-8c88-e3efd5f2eadb} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:56.476458 [ 276 ] {813537dc-7f8f-401e-8c88-e3efd5f2eadb} executeQuery: Read 56 rows, 4.41 KiB in 0.001854 sec., 30204.962243797196 rows/sec., 2.32 MiB/sec. 2025.09.18 00:42:56.476502 [ 276 ] {813537dc-7f8f-401e-8c88-e3efd5f2eadb} TCPHandler: Processed in 0.002286926 sec. 2025.09.18 00:42:56.476622 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:56.476730 [ 276 ] {64622864-5d2a-4abb-8bfe-dec3d2838931} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:42:56.476769 [ 276 ] {64622864-5d2a-4abb-8bfe-dec3d2838931} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:42:56.477223 [ 276 ] {64622864-5d2a-4abb-8bfe-dec3d2838931} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:56.477259 [ 276 ] {64622864-5d2a-4abb-8bfe-dec3d2838931} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:42:56.477550 [ 276 ] {64622864-5d2a-4abb-8bfe-dec3d2838931} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.09.18 00:42:56.477750 [ 276 ] {64622864-5d2a-4abb-8bfe-dec3d2838931} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:56.477882 [ 276 ] {64622864-5d2a-4abb-8bfe-dec3d2838931} executeQuery: Read 64 rows, 5.12 KiB in 0.00117 sec., 54700.854700854696 rows/sec., 4.27 MiB/sec. 2025.09.18 00:42:56.477923 [ 276 ] {64622864-5d2a-4abb-8bfe-dec3d2838931} TCPHandler: Processed in 0.001347942 sec. 2025.09.18 00:42:56.478035 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:56.478138 [ 276 ] {1db3b057-e9a5-4327-b69d-5de53b64b00f} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:42:56.478181 [ 276 ] {1db3b057-e9a5-4327-b69d-5de53b64b00f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:42:56.478603 [ 276 ] {1db3b057-e9a5-4327-b69d-5de53b64b00f} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:56.478638 [ 276 ] {1db3b057-e9a5-4327-b69d-5de53b64b00f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:42:56.478983 [ 276 ] {1db3b057-e9a5-4327-b69d-5de53b64b00f} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.09.18 00:42:56.479185 [ 276 ] {1db3b057-e9a5-4327-b69d-5de53b64b00f} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:56.479318 [ 276 ] {1db3b057-e9a5-4327-b69d-5de53b64b00f} executeQuery: Read 160 rows, 11.41 KiB in 0.001196 sec., 133779.26421404682 rows/sec., 9.32 MiB/sec. 2025.09.18 00:42:56.479357 [ 276 ] {1db3b057-e9a5-4327-b69d-5de53b64b00f} TCPHandler: Processed in 0.001368271 sec. 2025.09.18 00:42:56.479492 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:42:56.479612 [ 276 ] {abb06fc3-a81d-4deb-a33b-16471e7ee0f0} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:42:56.479662 [ 276 ] {abb06fc3-a81d-4deb-a33b-16471e7ee0f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:42:56.480037 [ 276 ] {abb06fc3-a81d-4deb-a33b-16471e7ee0f0} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:56.480080 [ 276 ] {abb06fc3-a81d-4deb-a33b-16471e7ee0f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:42:56.480397 [ 276 ] {abb06fc3-a81d-4deb-a33b-16471e7ee0f0} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.09.18 00:42:56.480611 [ 276 ] {abb06fc3-a81d-4deb-a33b-16471e7ee0f0} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:56.480746 [ 276 ] {abb06fc3-a81d-4deb-a33b-16471e7ee0f0} executeQuery: Read 60 rows, 4.14 KiB in 0.001158 sec., 51813.47150259068 rows/sec., 3.49 MiB/sec. 2025.09.18 00:42:56.480788 [ 276 ] {abb06fc3-a81d-4deb-a33b-16471e7ee0f0} TCPHandler: Processed in 0.001354722 sec. 2025.09.18 00:42:56.758793 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 638 2025.09.18 00:42:56.760825 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:56.760874 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:42:56.762047 [ 243 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.09.18 00:42:56.762306 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:56.762553 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 638 2025.09.18 00:42:59.226657 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 12933 2025.09.18 00:42:59.227195 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:59.227237 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:42:59.227732 [ 245 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.09.18 00:42:59.227964 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:59.228103 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12933 2025.09.18 00:42:59.922384 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 2025.09.18 00:42:59.937770 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:42:59.937822 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:42:59.943711 [ 244 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.09.18 00:42:59.944433 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:42:59.946996 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 204 2025.09.18 00:43:01.477666 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:01.477864 [ 276 ] {5ce16d23-a895-42f7-bdcd-de639005ec67} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.18 00:43:01.477936 [ 276 ] {5ce16d23-a895-42f7-bdcd-de639005ec67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.18 00:43:01.478624 [ 276 ] {5ce16d23-a895-42f7-bdcd-de639005ec67} oximeter.fields_i16 (cf06a10e-1730-4cbf-a5a6-b367a2ab4906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:01.478665 [ 276 ] {5ce16d23-a895-42f7-bdcd-de639005ec67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:43:01.479040 [ 276 ] {5ce16d23-a895-42f7-bdcd-de639005ec67} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.09.18 00:43:01.479254 [ 276 ] {5ce16d23-a895-42f7-bdcd-de639005ec67} oximeter.fields_i16 (cf06a10e-1730-4cbf-a5a6-b367a2ab4906): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:01.479405 [ 276 ] {5ce16d23-a895-42f7-bdcd-de639005ec67} executeQuery: Read 24 rows, 2.04 KiB in 0.001595 sec., 15047.021943573667 rows/sec., 1.25 MiB/sec. 2025.09.18 00:43:01.479447 [ 276 ] {5ce16d23-a895-42f7-bdcd-de639005ec67} TCPHandler: Processed in 0.00192115 sec. 2025.09.18 00:43:01.479579 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:01.479671 [ 276 ] {83c5d57a-2aa5-446f-b69b-1745e90567d3} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.18 00:43:01.479712 [ 276 ] {83c5d57a-2aa5-446f-b69b-1745e90567d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.18 00:43:01.480164 [ 276 ] {83c5d57a-2aa5-446f-b69b-1745e90567d3} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:01.480205 [ 276 ] {83c5d57a-2aa5-446f-b69b-1745e90567d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:43:01.480488 [ 276 ] {83c5d57a-2aa5-446f-b69b-1745e90567d3} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.09.18 00:43:01.480697 [ 276 ] {83c5d57a-2aa5-446f-b69b-1745e90567d3} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:01.480821 [ 276 ] {83c5d57a-2aa5-446f-b69b-1745e90567d3} executeQuery: Read 12 rows, 1002.00 B in 0.001167 sec., 10282.776349614396 rows/sec., 838.49 KiB/sec. 2025.09.18 00:43:01.480858 [ 276 ] {83c5d57a-2aa5-446f-b69b-1745e90567d3} TCPHandler: Processed in 0.001339572 sec. 2025.09.18 00:43:01.480969 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:01.481061 [ 276 ] {78f06530-4e24-4950-bd86-c86dfb01035c} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:43:01.481099 [ 276 ] {78f06530-4e24-4950-bd86-c86dfb01035c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:43:01.481609 [ 276 ] {78f06530-4e24-4950-bd86-c86dfb01035c} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:01.481644 [ 276 ] {78f06530-4e24-4950-bd86-c86dfb01035c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:43:01.481961 [ 276 ] {78f06530-4e24-4950-bd86-c86dfb01035c} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.09.18 00:43:01.482174 [ 276 ] {78f06530-4e24-4950-bd86-c86dfb01035c} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:01.482307 [ 276 ] {78f06530-4e24-4950-bd86-c86dfb01035c} executeQuery: Read 266 rows, 24.35 KiB in 0.001263 sec., 210609.65954077593 rows/sec., 18.83 MiB/sec. 2025.09.18 00:43:01.482344 [ 276 ] {78f06530-4e24-4950-bd86-c86dfb01035c} TCPHandler: Processed in 0.001426052 sec. 2025.09.18 00:43:01.482446 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:01.482537 [ 276 ] {0303f103-6cb6-4ece-9abc-29553ec2bfdb} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.18 00:43:01.482576 [ 276 ] {0303f103-6cb6-4ece-9abc-29553ec2bfdb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.18 00:43:01.482959 [ 276 ] {0303f103-6cb6-4ece-9abc-29553ec2bfdb} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:01.482994 [ 276 ] {0303f103-6cb6-4ece-9abc-29553ec2bfdb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:43:01.483294 [ 276 ] {0303f103-6cb6-4ece-9abc-29553ec2bfdb} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.09.18 00:43:01.483497 [ 276 ] {0303f103-6cb6-4ece-9abc-29553ec2bfdb} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:01.483621 [ 276 ] {0303f103-6cb6-4ece-9abc-29553ec2bfdb} executeQuery: Read 66 rows, 4.96 KiB in 0.001101 sec., 59945.50408719346 rows/sec., 4.40 MiB/sec. 2025.09.18 00:43:01.483658 [ 276 ] {0303f103-6cb6-4ece-9abc-29553ec2bfdb} TCPHandler: Processed in 0.00125878 sec. 2025.09.18 00:43:01.483758 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:01.483848 [ 276 ] {bd7b81ef-c963-4ecc-9e7d-a2cafb0edcb1} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.18 00:43:01.483887 [ 276 ] {bd7b81ef-c963-4ecc-9e7d-a2cafb0edcb1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.18 00:43:01.484258 [ 276 ] {bd7b81ef-c963-4ecc-9e7d-a2cafb0edcb1} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:01.484295 [ 276 ] {bd7b81ef-c963-4ecc-9e7d-a2cafb0edcb1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:43:01.484577 [ 276 ] {bd7b81ef-c963-4ecc-9e7d-a2cafb0edcb1} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.09.18 00:43:01.484785 [ 276 ] {bd7b81ef-c963-4ecc-9e7d-a2cafb0edcb1} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:01.484908 [ 276 ] {bd7b81ef-c963-4ecc-9e7d-a2cafb0edcb1} executeQuery: Read 24 rows, 2.04 KiB in 0.001077 sec., 22284.122562674092 rows/sec., 1.85 MiB/sec. 2025.09.18 00:43:01.484946 [ 276 ] {bd7b81ef-c963-4ecc-9e7d-a2cafb0edcb1} TCPHandler: Processed in 0.00123456 sec. 2025.09.18 00:43:01.485055 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:01.485146 [ 276 ] {9648e881-b4c4-4509-823a-150699066af9} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.18 00:43:01.485184 [ 276 ] {9648e881-b4c4-4509-823a-150699066af9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.18 00:43:01.485545 [ 276 ] {9648e881-b4c4-4509-823a-150699066af9} oximeter.fields_u8 (8e0d46a4-6712-4cba-8404-3aa8cdd0fb1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:01.485580 [ 276 ] {9648e881-b4c4-4509-823a-150699066af9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:43:01.485867 [ 276 ] {9648e881-b4c4-4509-823a-150699066af9} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.09.18 00:43:01.486067 [ 276 ] {9648e881-b4c4-4509-823a-150699066af9} oximeter.fields_u8 (8e0d46a4-6712-4cba-8404-3aa8cdd0fb1a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:01.486189 [ 276 ] {9648e881-b4c4-4509-823a-150699066af9} executeQuery: Read 12 rows, 960.00 B in 0.00106 sec., 11320.754716981133 rows/sec., 884.43 KiB/sec. 2025.09.18 00:43:01.486226 [ 276 ] {9648e881-b4c4-4509-823a-150699066af9} TCPHandler: Processed in 0.001217619 sec. 2025.09.18 00:43:01.486327 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:01.486418 [ 276 ] {e522ff27-71fa-4159-a457-dc7232b25df2} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:43:01.486457 [ 276 ] {e522ff27-71fa-4159-a457-dc7232b25df2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:43:01.486890 [ 276 ] {e522ff27-71fa-4159-a457-dc7232b25df2} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:01.486926 [ 276 ] {e522ff27-71fa-4159-a457-dc7232b25df2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:43:01.487225 [ 276 ] {e522ff27-71fa-4159-a457-dc7232b25df2} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.09.18 00:43:01.487430 [ 276 ] {e522ff27-71fa-4159-a457-dc7232b25df2} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:01.487560 [ 276 ] {e522ff27-71fa-4159-a457-dc7232b25df2} executeQuery: Read 154 rows, 12.71 KiB in 0.001159 sec., 132873.1665228645 rows/sec., 10.71 MiB/sec. 2025.09.18 00:43:01.487597 [ 276 ] {e522ff27-71fa-4159-a457-dc7232b25df2} TCPHandler: Processed in 0.00131658 sec. 2025.09.18 00:43:01.487699 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:01.487799 [ 276 ] {227620a1-7e3f-4fcc-b676-ed1c1e6b8713} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:43:01.487842 [ 276 ] {227620a1-7e3f-4fcc-b676-ed1c1e6b8713} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:43:01.488242 [ 276 ] {227620a1-7e3f-4fcc-b676-ed1c1e6b8713} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:01.488278 [ 276 ] {227620a1-7e3f-4fcc-b676-ed1c1e6b8713} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:43:01.488607 [ 276 ] {227620a1-7e3f-4fcc-b676-ed1c1e6b8713} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.09.18 00:43:01.488809 [ 276 ] {227620a1-7e3f-4fcc-b676-ed1c1e6b8713} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:01.488939 [ 276 ] {227620a1-7e3f-4fcc-b676-ed1c1e6b8713} executeQuery: Read 202 rows, 14.82 KiB in 0.001159 sec., 174288.17946505608 rows/sec., 12.49 MiB/sec. 2025.09.18 00:43:01.488976 [ 276 ] {227620a1-7e3f-4fcc-b676-ed1c1e6b8713} TCPHandler: Processed in 0.001324491 sec. 2025.09.18 00:43:01.489076 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:01.489167 [ 276 ] {37fc6cb5-9e87-423d-9c3d-6ab2c22d8f4c} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.18 00:43:01.489222 [ 276 ] {37fc6cb5-9e87-423d-9c3d-6ab2c22d8f4c} 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.09.18 00:43:01.490048 [ 276 ] {37fc6cb5-9e87-423d-9c3d-6ab2c22d8f4c} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:01.490087 [ 276 ] {37fc6cb5-9e87-423d-9c3d-6ab2c22d8f4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:43:01.490661 [ 276 ] {37fc6cb5-9e87-423d-9c3d-6ab2c22d8f4c} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.09.18 00:43:01.490876 [ 276 ] {37fc6cb5-9e87-423d-9c3d-6ab2c22d8f4c} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:01.491024 [ 276 ] {37fc6cb5-9e87-423d-9c3d-6ab2c22d8f4c} executeQuery: Read 42 rows, 77.07 KiB in 0.001866 sec., 22508.038585209004 rows/sec., 40.33 MiB/sec. 2025.09.18 00:43:01.491088 [ 276 ] {37fc6cb5-9e87-423d-9c3d-6ab2c22d8f4c} TCPHandler: Processed in 0.002058422 sec. 2025.09.18 00:43:01.491210 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:01.491303 [ 276 ] {d9413d5f-0e33-4f2a-aee1-5af3c4f16fa3} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:43:01.491350 [ 276 ] {d9413d5f-0e33-4f2a-aee1-5af3c4f16fa3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:43:01.491778 [ 276 ] {d9413d5f-0e33-4f2a-aee1-5af3c4f16fa3} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:01.491820 [ 276 ] {d9413d5f-0e33-4f2a-aee1-5af3c4f16fa3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:43:01.492176 [ 276 ] {d9413d5f-0e33-4f2a-aee1-5af3c4f16fa3} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.09.18 00:43:01.492403 [ 276 ] {d9413d5f-0e33-4f2a-aee1-5af3c4f16fa3} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:01.492544 [ 276 ] {d9413d5f-0e33-4f2a-aee1-5af3c4f16fa3} executeQuery: Read 60 rows, 4.14 KiB in 0.001259 sec., 47656.87053216839 rows/sec., 3.21 MiB/sec. 2025.09.18 00:43:01.492581 [ 276 ] {d9413d5f-0e33-4f2a-aee1-5af3c4f16fa3} TCPHandler: Processed in 0.001418342 sec. 2025.09.18 00:43:06.473938 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:06.474146 [ 276 ] {5fd3a884-b9dd-4d60-a757-106fd59a62c7} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:43:06.474219 [ 276 ] {5fd3a884-b9dd-4d60-a757-106fd59a62c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:43:06.474996 [ 276 ] {5fd3a884-b9dd-4d60-a757-106fd59a62c7} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:06.475046 [ 276 ] {5fd3a884-b9dd-4d60-a757-106fd59a62c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:43:06.475435 [ 276 ] {5fd3a884-b9dd-4d60-a757-106fd59a62c7} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.09.18 00:43:06.475665 [ 276 ] {5fd3a884-b9dd-4d60-a757-106fd59a62c7} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:06.475820 [ 276 ] {5fd3a884-b9dd-4d60-a757-106fd59a62c7} executeQuery: Read 56 rows, 4.41 KiB in 0.001728 sec., 32407.40740740741 rows/sec., 2.49 MiB/sec. 2025.09.18 00:43:06.475861 [ 276 ] {5fd3a884-b9dd-4d60-a757-106fd59a62c7} TCPHandler: Processed in 0.002059532 sec. 2025.09.18 00:43:06.475983 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:06.476077 [ 276 ] {0f3a842c-7b42-4240-9517-64473bed776d} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:43:06.476116 [ 276 ] {0f3a842c-7b42-4240-9517-64473bed776d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:43:06.476583 [ 276 ] {0f3a842c-7b42-4240-9517-64473bed776d} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:06.476620 [ 276 ] {0f3a842c-7b42-4240-9517-64473bed776d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:43:06.476921 [ 276 ] {0f3a842c-7b42-4240-9517-64473bed776d} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.09.18 00:43:06.477126 [ 276 ] {0f3a842c-7b42-4240-9517-64473bed776d} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:06.477252 [ 276 ] {0f3a842c-7b42-4240-9517-64473bed776d} executeQuery: Read 64 rows, 5.12 KiB in 0.001194 sec., 53601.34003350084 rows/sec., 4.18 MiB/sec. 2025.09.18 00:43:06.477290 [ 276 ] {0f3a842c-7b42-4240-9517-64473bed776d} TCPHandler: Processed in 0.001354371 sec. 2025.09.18 00:43:06.477405 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:06.477499 [ 276 ] {297f80f1-28c5-4cd1-a0af-354246d101c2} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:43:06.477544 [ 276 ] {297f80f1-28c5-4cd1-a0af-354246d101c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:43:06.478017 [ 276 ] {297f80f1-28c5-4cd1-a0af-354246d101c2} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:06.478055 [ 276 ] {297f80f1-28c5-4cd1-a0af-354246d101c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:43:06.478388 [ 276 ] {297f80f1-28c5-4cd1-a0af-354246d101c2} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.09.18 00:43:06.478591 [ 276 ] {297f80f1-28c5-4cd1-a0af-354246d101c2} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:06.478746 [ 276 ] {297f80f1-28c5-4cd1-a0af-354246d101c2} executeQuery: Read 160 rows, 11.41 KiB in 0.001264 sec., 126582.27848101266 rows/sec., 8.82 MiB/sec. 2025.09.18 00:43:06.478790 [ 276 ] {297f80f1-28c5-4cd1-a0af-354246d101c2} TCPHandler: Processed in 0.001432593 sec. 2025.09.18 00:43:06.478915 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:06.479008 [ 276 ] {f56d8ebd-7a90-4336-8c68-4b5333c20154} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:43:06.479048 [ 276 ] {f56d8ebd-7a90-4336-8c68-4b5333c20154} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:43:06.479422 [ 276 ] {f56d8ebd-7a90-4336-8c68-4b5333c20154} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:06.479467 [ 276 ] {f56d8ebd-7a90-4336-8c68-4b5333c20154} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:43:06.479845 [ 276 ] {f56d8ebd-7a90-4336-8c68-4b5333c20154} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.09.18 00:43:06.480084 [ 276 ] {f56d8ebd-7a90-4336-8c68-4b5333c20154} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:06.480239 [ 276 ] {f56d8ebd-7a90-4336-8c68-4b5333c20154} executeQuery: Read 60 rows, 4.14 KiB in 0.001248 sec., 48076.92307692308 rows/sec., 3.24 MiB/sec. 2025.09.18 00:43:06.480283 [ 276 ] {f56d8ebd-7a90-4336-8c68-4b5333c20154} TCPHandler: Processed in 0.001415022 sec. 2025.09.18 00:43:06.619165 [ 44 ] {} DNSResolver: Updating DNS cache 2025.09.18 00:43:06.619220 [ 44 ] {} DNSResolver: Updated DNS cache 2025.09.18 00:43:06.728312 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 13381 2025.09.18 00:43:06.728791 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:06.728839 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:43:06.729293 [ 245 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.09.18 00:43:06.729542 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:06.729696 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13381 2025.09.18 00:43:06.762848 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 666 2025.09.18 00:43:06.765107 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:06.765151 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:43:06.766375 [ 243 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.09.18 00:43:06.766635 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:06.766897 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 666 2025.09.18 00:43:07.447179 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 2025.09.18 00:43:07.464091 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:07.464158 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:43:07.470576 [ 244 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.09.18 00:43:07.471294 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:07.474063 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 211 2025.09.18 00:43:11.476386 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:11.476566 [ 276 ] {3105140d-4d1f-461a-b27b-d8605fe892ff} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:43:11.476636 [ 276 ] {3105140d-4d1f-461a-b27b-d8605fe892ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:43:11.477333 [ 276 ] {3105140d-4d1f-461a-b27b-d8605fe892ff} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:11.477379 [ 276 ] {3105140d-4d1f-461a-b27b-d8605fe892ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:43:11.477775 [ 276 ] {3105140d-4d1f-461a-b27b-d8605fe892ff} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.09.18 00:43:11.478005 [ 276 ] {3105140d-4d1f-461a-b27b-d8605fe892ff} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:11.478170 [ 276 ] {3105140d-4d1f-461a-b27b-d8605fe892ff} executeQuery: Read 140 rows, 12.45 KiB in 0.001652 sec., 84745.7627118644 rows/sec., 7.36 MiB/sec. 2025.09.18 00:43:11.478212 [ 276 ] {3105140d-4d1f-461a-b27b-d8605fe892ff} TCPHandler: Processed in 0.001955831 sec. 2025.09.18 00:43:11.478330 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:11.478426 [ 276 ] {ea9220c7-160d-402d-8c06-24c9838852ea} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.18 00:43:11.478468 [ 276 ] {ea9220c7-160d-402d-8c06-24c9838852ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.18 00:43:11.478867 [ 276 ] {ea9220c7-160d-402d-8c06-24c9838852ea} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:11.478906 [ 276 ] {ea9220c7-160d-402d-8c06-24c9838852ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:43:11.479219 [ 276 ] {ea9220c7-160d-402d-8c06-24c9838852ea} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.09.18 00:43:11.479440 [ 276 ] {ea9220c7-160d-402d-8c06-24c9838852ea} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:11.479558 [ 40 ] {} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.09.18 00:43:11.479577 [ 276 ] {ea9220c7-160d-402d-8c06-24c9838852ea} executeQuery: Read 42 rows, 3.16 KiB in 0.00117 sec., 35897.4358974359 rows/sec., 2.64 MiB/sec. 2025.09.18 00:43:11.479628 [ 40 ] {} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:11.479638 [ 276 ] {ea9220c7-160d-402d-8c06-24c9838852ea} TCPHandler: Processed in 0.001360201 sec. 2025.09.18 00:43:11.479658 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:43:11.479752 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:11.479753 [ 193 ] {760959a3-fef0-4463-b66b-9e8797170cee::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.09.18 00:43:11.479847 [ 193 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:43:11.479851 [ 276 ] {ad56eede-d172-40c4-a63f-bdcdc3898995} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:43:11.479877 [ 193 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 72 rows starting from the beginning of the part 2025.09.18 00:43:11.479896 [ 276 ] {ad56eede-d172-40c4-a63f-bdcdc3898995} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:43:11.479939 [ 193 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 42 rows starting from the beginning of the part 2025.09.18 00:43:11.479982 [ 193 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part 2025.09.18 00:43:11.480038 [ 193 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 42 rows starting from the beginning of the part 2025.09.18 00:43:11.480079 [ 193 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 66 rows starting from the beginning of the part 2025.09.18 00:43:11.480126 [ 193 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 42 rows starting from the beginning of the part 2025.09.18 00:43:11.480337 [ 276 ] {ad56eede-d172-40c4-a63f-bdcdc3898995} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:11.480372 [ 276 ] {ad56eede-d172-40c4-a63f-bdcdc3898995} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:43:11.480713 [ 276 ] {ad56eede-d172-40c4-a63f-bdcdc3898995} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.09.18 00:43:11.480887 [ 193 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 266 rows, containing 5 columns (5 merged, 0 gathered) in 0.001172518 sec., 226862.188896034 rows/sec., 17.48 MiB/sec. 2025.09.18 00:43:11.480922 [ 276 ] {ad56eede-d172-40c4-a63f-bdcdc3898995} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:11.481063 [ 276 ] {ad56eede-d172-40c4-a63f-bdcdc3898995} executeQuery: Read 106 rows, 8.48 KiB in 0.00123 sec., 86178.86178861788 rows/sec., 6.73 MiB/sec. 2025.09.18 00:43:11.481083 [ 191 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.09.18 00:43:11.481103 [ 276 ] {ad56eede-d172-40c4-a63f-bdcdc3898995} TCPHandler: Processed in 0.001401492 sec. 2025.09.18 00:43:11.481228 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:11.481326 [ 276 ] {6dcbe800-92b9-4ffb-91f1-8d116cbda473} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:43:11.481371 [ 276 ] {6dcbe800-92b9-4ffb-91f1-8d116cbda473} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:43:11.481446 [ 191 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_26_5} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:11.481537 [ 191 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_26_5} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.09.18 00:43:11.481655 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.09.18 00:43:11.481760 [ 276 ] {6dcbe800-92b9-4ffb-91f1-8d116cbda473} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:11.481801 [ 276 ] {6dcbe800-92b9-4ffb-91f1-8d116cbda473} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:43:11.482146 [ 276 ] {6dcbe800-92b9-4ffb-91f1-8d116cbda473} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.09.18 00:43:11.482358 [ 276 ] {6dcbe800-92b9-4ffb-91f1-8d116cbda473} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:11.482500 [ 276 ] {6dcbe800-92b9-4ffb-91f1-8d116cbda473} executeQuery: Read 160 rows, 11.41 KiB in 0.001194 sec., 134003.3500837521 rows/sec., 9.33 MiB/sec. 2025.09.18 00:43:11.482538 [ 276 ] {6dcbe800-92b9-4ffb-91f1-8d116cbda473} TCPHandler: Processed in 0.001360192 sec. 2025.09.18 00:43:11.482637 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:11.482731 [ 276 ] {e58f5254-65d6-441b-a03b-d85f1b81879c} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.18 00:43:11.482788 [ 276 ] {e58f5254-65d6-441b-a03b-d85f1b81879c} 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.09.18 00:43:11.483629 [ 276 ] {e58f5254-65d6-441b-a03b-d85f1b81879c} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:11.483666 [ 276 ] {e58f5254-65d6-441b-a03b-d85f1b81879c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:43:11.484263 [ 276 ] {e58f5254-65d6-441b-a03b-d85f1b81879c} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.09.18 00:43:11.484505 [ 276 ] {e58f5254-65d6-441b-a03b-d85f1b81879c} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:11.484652 [ 276 ] {e58f5254-65d6-441b-a03b-d85f1b81879c} executeQuery: Read 42 rows, 77.07 KiB in 0.001938 sec., 21671.826625386995 rows/sec., 38.83 MiB/sec. 2025.09.18 00:43:11.484714 [ 276 ] {e58f5254-65d6-441b-a03b-d85f1b81879c} TCPHandler: Processed in 0.002126904 sec. 2025.09.18 00:43:11.484819 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:11.484914 [ 276 ] {79a9e59f-86dc-48a9-96dc-62c37149aee7} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:43:11.484957 [ 276 ] {79a9e59f-86dc-48a9-96dc-62c37149aee7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:43:11.485271 [ 276 ] {79a9e59f-86dc-48a9-96dc-62c37149aee7} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:11.485308 [ 276 ] {79a9e59f-86dc-48a9-96dc-62c37149aee7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:43:11.485624 [ 276 ] {79a9e59f-86dc-48a9-96dc-62c37149aee7} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.09.18 00:43:11.485825 [ 276 ] {79a9e59f-86dc-48a9-96dc-62c37149aee7} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:11.485952 [ 276 ] {79a9e59f-86dc-48a9-96dc-62c37149aee7} executeQuery: Read 60 rows, 4.14 KiB in 0.001056 sec., 56818.181818181816 rows/sec., 3.83 MiB/sec. 2025.09.18 00:43:11.485987 [ 276 ] {79a9e59f-86dc-48a9-96dc-62c37149aee7} TCPHandler: Processed in 0.00121898 sec. 2025.09.18 00:43:12.872520 [ 39 ] {} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2025.09.18 00:43:12.872597 [ 39 ] {} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:12.872619 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:43:12.872745 [ 197 ] {93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49::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.09.18 00:43:12.872901 [ 197 ] {93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:43:12.872963 [ 197 ] {93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 18 rows starting from the beginning of the part 2025.09.18 00:43:12.873045 [ 197 ] {93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part 2025.09.18 00:43:12.873107 [ 197 ] {93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49::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.09.18 00:43:12.873175 [ 197 ] {93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part 2025.09.18 00:43:12.873227 [ 197 ] {93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 12 rows starting from the beginning of the part 2025.09.18 00:43:12.874031 [ 191 ] {93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.001349841 sec., 26669.807777360442 rows/sec., 2.23 MiB/sec. 2025.09.18 00:43:12.874173 [ 193 ] {93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2025.09.18 00:43:12.874472 [ 193 ] {93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49::all_1_13_3} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:12.874554 [ 193 ] {93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49::all_1_13_3} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2025.09.18 00:43:12.874631 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.09.18 00:43:14.229813 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 13893 2025.09.18 00:43:14.230396 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:14.230449 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:43:14.230983 [ 245 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.09.18 00:43:14.231239 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:14.231385 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13893 2025.09.18 00:43:14.974160 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 2025.09.18 00:43:14.991244 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:14.991307 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:43:14.997911 [ 244 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.09.18 00:43:14.998660 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:15.000178 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 271.33 MiB, peak 271.33 MiB, free memory in arenas 0.00 B, will set to 267.98 MiB (RSS), difference: -3.35 MiB 2025.09.18 00:43:15.001593 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 219 2025.09.18 00:43:16.000226 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 263.98 MiB, peak 271.33 MiB, free memory in arenas 0.00 B, will set to 267.98 MiB (RSS), difference: 4.00 MiB 2025.09.18 00:43:16.501294 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:16.501475 [ 276 ] {7a926808-7895-4d6d-99f3-a59b7aa36a7d} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.18 00:43:16.501543 [ 276 ] {7a926808-7895-4d6d-99f3-a59b7aa36a7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.18 00:43:16.502149 [ 276 ] {7a926808-7895-4d6d-99f3-a59b7aa36a7d} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:16.502194 [ 276 ] {7a926808-7895-4d6d-99f3-a59b7aa36a7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:43:16.502594 [ 276 ] {7a926808-7895-4d6d-99f3-a59b7aa36a7d} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.09.18 00:43:16.502828 [ 276 ] {7a926808-7895-4d6d-99f3-a59b7aa36a7d} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:16.502997 [ 276 ] {7a926808-7895-4d6d-99f3-a59b7aa36a7d} executeQuery: Read 2 rows, 167.00 B in 0.00157 sec., 1273.8853503184714 rows/sec., 103.88 KiB/sec. 2025.09.18 00:43:16.503055 [ 276 ] {7a926808-7895-4d6d-99f3-a59b7aa36a7d} TCPHandler: Processed in 0.001893689 sec. 2025.09.18 00:43:16.503168 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:16.503276 [ 276 ] {3e1b3648-0238-4819-9b9d-00f5e1bbb5a6} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:43:16.503321 [ 276 ] {3e1b3648-0238-4819-9b9d-00f5e1bbb5a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:43:16.504331 [ 276 ] {3e1b3648-0238-4819-9b9d-00f5e1bbb5a6} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:16.504367 [ 276 ] {3e1b3648-0238-4819-9b9d-00f5e1bbb5a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:43:16.504769 [ 276 ] {3e1b3648-0238-4819-9b9d-00f5e1bbb5a6} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.09.18 00:43:16.504995 [ 276 ] {3e1b3648-0238-4819-9b9d-00f5e1bbb5a6} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:16.505116 [ 37 ] {} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.09.18 00:43:16.505141 [ 276 ] {3e1b3648-0238-4819-9b9d-00f5e1bbb5a6} executeQuery: Read 1197 rows, 101.04 KiB in 0.001891 sec., 632998.4135378107 rows/sec., 52.18 MiB/sec. 2025.09.18 00:43:16.505170 [ 37 ] {} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:16.505191 [ 276 ] {3e1b3648-0238-4819-9b9d-00f5e1bbb5a6} TCPHandler: Processed in 0.002076813 sec. 2025.09.18 00:43:16.505192 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:43:16.505306 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:16.505331 [ 191 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::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.09.18 00:43:16.505410 [ 276 ] {dcbcc433-5a3c-41b8-8097-9641ebc1159b} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.18 00:43:16.505457 [ 276 ] {dcbcc433-5a3c-41b8-8097-9641ebc1159b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.18 00:43:16.505462 [ 191 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:43:16.505510 [ 191 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1409 rows starting from the beginning of the part 2025.09.18 00:43:16.505575 [ 191 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 56 rows starting from the beginning of the part 2025.09.18 00:43:16.505626 [ 191 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 266 rows starting from the beginning of the part 2025.09.18 00:43:16.505668 [ 191 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 56 rows starting from the beginning of the part 2025.09.18 00:43:16.505727 [ 191 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 140 rows starting from the beginning of the part 2025.09.18 00:43:16.505770 [ 191 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1197 rows starting from the beginning of the part 2025.09.18 00:43:16.505907 [ 276 ] {dcbcc433-5a3c-41b8-8097-9641ebc1159b} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:16.505947 [ 276 ] {dcbcc433-5a3c-41b8-8097-9641ebc1159b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:43:16.506307 [ 276 ] {dcbcc433-5a3c-41b8-8097-9641ebc1159b} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.09.18 00:43:16.506538 [ 276 ] {dcbcc433-5a3c-41b8-8097-9641ebc1159b} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:16.506711 [ 276 ] {dcbcc433-5a3c-41b8-8097-9641ebc1159b} executeQuery: Read 2 rows, 143.00 B in 0.001325 sec., 1509.433962264151 rows/sec., 105.40 KiB/sec. 2025.09.18 00:43:16.506754 [ 276 ] {dcbcc433-5a3c-41b8-8097-9641ebc1159b} TCPHandler: Processed in 0.001499963 sec. 2025.09.18 00:43:16.506860 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:16.506957 [ 276 ] {3c314b89-df34-4df4-86ae-6d02e3d0b3b2} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.18 00:43:16.506999 [ 276 ] {3c314b89-df34-4df4-86ae-6d02e3d0b3b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.18 00:43:16.507256 [ 187 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 3124 rows, containing 5 columns (5 merged, 0 gathered) in 0.001981171 sec., 1576845.2092222227 rows/sec., 138.01 MiB/sec. 2025.09.18 00:43:16.507494 [ 276 ] {3c314b89-df34-4df4-86ae-6d02e3d0b3b2} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:16.507534 [ 276 ] {3c314b89-df34-4df4-86ae-6d02e3d0b3b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:43:16.507531 [ 198 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.09.18 00:43:16.507887 [ 198 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_41_8} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:16.507906 [ 276 ] {3c314b89-df34-4df4-86ae-6d02e3d0b3b2} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.09.18 00:43:16.507995 [ 198 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_41_8} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.09.18 00:43:16.508120 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. 2025.09.18 00:43:16.508153 [ 276 ] {3c314b89-df34-4df4-86ae-6d02e3d0b3b2} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:16.508301 [ 276 ] {3c314b89-df34-4df4-86ae-6d02e3d0b3b2} executeQuery: Read 228 rows, 15.81 KiB in 0.001364 sec., 167155.42521994136 rows/sec., 11.32 MiB/sec. 2025.09.18 00:43:16.508340 [ 276 ] {3c314b89-df34-4df4-86ae-6d02e3d0b3b2} TCPHandler: Processed in 0.001529444 sec. 2025.09.18 00:43:16.508446 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:16.508548 [ 276 ] {61ca54df-7bc4-497f-95cf-aa99fa9eaab4} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:43:16.508590 [ 276 ] {61ca54df-7bc4-497f-95cf-aa99fa9eaab4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:43:16.509208 [ 276 ] {61ca54df-7bc4-497f-95cf-aa99fa9eaab4} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:16.509244 [ 276 ] {61ca54df-7bc4-497f-95cf-aa99fa9eaab4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:43:16.509600 [ 276 ] {61ca54df-7bc4-497f-95cf-aa99fa9eaab4} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.09.18 00:43:16.509818 [ 276 ] {61ca54df-7bc4-497f-95cf-aa99fa9eaab4} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:16.509918 [ 37 ] {} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.09.18 00:43:16.509952 [ 37 ] {} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:16.509962 [ 276 ] {61ca54df-7bc4-497f-95cf-aa99fa9eaab4} executeQuery: Read 522 rows, 39.57 KiB in 0.001435 sec., 363763.0662020906 rows/sec., 26.93 MiB/sec. 2025.09.18 00:43:16.509971 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:43:16.510002 [ 276 ] {61ca54df-7bc4-497f-95cf-aa99fa9eaab4} TCPHandler: Processed in 0.001607285 sec. 2025.09.18 00:43:16.510062 [ 193 ] {ed3758e3-769d-40dc-8194-b54c707413cf::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.09.18 00:43:16.510128 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:16.510182 [ 193 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:43:16.510213 [ 193 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 634 rows starting from the beginning of the part 2025.09.18 00:43:16.510251 [ 276 ] {dc319963-252b-433d-b04f-87dc3f866c56} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:43:16.510271 [ 193 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 64 rows starting from the beginning of the part 2025.09.18 00:43:16.510306 [ 276 ] {dc319963-252b-433d-b04f-87dc3f866c56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:43:16.510315 [ 193 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 154 rows starting from the beginning of the part 2025.09.18 00:43:16.510384 [ 193 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 64 rows starting from the beginning of the part 2025.09.18 00:43:16.510423 [ 193 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 106 rows starting from the beginning of the part 2025.09.18 00:43:16.510463 [ 193 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 522 rows starting from the beginning of the part 2025.09.18 00:43:16.510902 [ 276 ] {dc319963-252b-433d-b04f-87dc3f866c56} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:16.510937 [ 276 ] {dc319963-252b-433d-b04f-87dc3f866c56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:43:16.511370 [ 276 ] {dc319963-252b-433d-b04f-87dc3f866c56} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.09.18 00:43:16.511469 [ 202 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1544 rows, containing 5 columns (5 merged, 0 gathered) in 0.001441182 sec., 1071342.8283173118 rows/sec., 85.35 MiB/sec. 2025.09.18 00:43:16.511592 [ 276 ] {dc319963-252b-433d-b04f-87dc3f866c56} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:16.511619 [ 193 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.09.18 00:43:16.511703 [ 37 ] {} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.09.18 00:43:16.511733 [ 276 ] {dc319963-252b-433d-b04f-87dc3f866c56} executeQuery: Read 845 rows, 58.24 KiB in 0.001505 sec., 561461.7940199336 rows/sec., 37.79 MiB/sec. 2025.09.18 00:43:16.511734 [ 37 ] {} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:16.511764 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:43:16.511771 [ 276 ] {dc319963-252b-433d-b04f-87dc3f866c56} TCPHandler: Processed in 0.001701576 sec. 2025.09.18 00:43:16.511851 [ 187 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::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.09.18 00:43:16.511872 [ 193 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_41_8} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:16.511882 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:16.511961 [ 193 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_41_8} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.09.18 00:43:16.511972 [ 187 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:43:16.512003 [ 276 ] {90e0476b-bd46-4b4e-988a-e03a792b3bdc} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:43:16.512007 [ 187 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 10665 rows starting from the beginning of the part 2025.09.18 00:43:16.512024 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.09.18 00:43:16.512055 [ 276 ] {90e0476b-bd46-4b4e-988a-e03a792b3bdc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:43:16.512103 [ 187 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::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.09.18 00:43:16.512154 [ 187 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 202 rows starting from the beginning of the part 2025.09.18 00:43:16.512203 [ 187 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::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.09.18 00:43:16.512243 [ 187 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::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.09.18 00:43:16.512289 [ 187 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 845 rows starting from the beginning of the part 2025.09.18 00:43:16.512436 [ 276 ] {90e0476b-bd46-4b4e-988a-e03a792b3bdc} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:16.512487 [ 276 ] {90e0476b-bd46-4b4e-988a-e03a792b3bdc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:43:16.512852 [ 276 ] {90e0476b-bd46-4b4e-988a-e03a792b3bdc} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.09.18 00:43:16.513086 [ 276 ] {90e0476b-bd46-4b4e-988a-e03a792b3bdc} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:16.513190 [ 37 ] {} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.09.18 00:43:16.513219 [ 37 ] {} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:16.513222 [ 276 ] {90e0476b-bd46-4b4e-988a-e03a792b3bdc} executeQuery: Read 60 rows, 4.14 KiB in 0.001238 sec., 48465.266558966076 rows/sec., 3.27 MiB/sec. 2025.09.18 00:43:16.513248 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:43:16.513267 [ 276 ] {90e0476b-bd46-4b4e-988a-e03a792b3bdc} TCPHandler: Processed in 0.001437123 sec. 2025.09.18 00:43:16.513341 [ 202 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:43:16.513458 [ 202 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:43:16.513492 [ 202 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2040 rows starting from the beginning of the part 2025.09.18 00:43:16.513557 [ 202 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:43:16.513635 [ 202 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:43:16.513681 [ 202 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:43:16.513752 [ 202 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:43:16.513806 [ 202 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:43:16.515173 [ 195 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2340 rows, containing 4 columns (4 merged, 0 gathered) in 0.00187305 sec., 1249299.2712420917 rows/sec., 84.15 MiB/sec. 2025.09.18 00:43:16.515542 [ 200 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.09.18 00:43:16.515885 [ 200 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_41_8} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:16.515971 [ 200 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_41_8} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.09.18 00:43:16.516070 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2025.09.18 00:43:16.517542 [ 200 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 12192 rows, containing 5 columns (5 merged, 0 gathered) in 0.00572691 sec., 2128896.734888448 rows/sec., 146.19 MiB/sec. 2025.09.18 00:43:16.517804 [ 187 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.09.18 00:43:16.518084 [ 187 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_41_8} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:16.518161 [ 187 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_41_8} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.09.18 00:43:16.518241 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.35 MiB. 2025.09.18 00:43:16.767091 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 692 2025.09.18 00:43:16.769371 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:16.769427 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:43:16.770629 [ 243 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.09.18 00:43:16.770917 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:16.771070 [ 37 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.09.18 00:43:16.771134 [ 37 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:16.771155 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:43:16.771277 [ 202 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::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.09.18 00:43:16.771301 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 692 2025.09.18 00:43:16.771866 [ 202 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:43:16.772043 [ 202 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::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.09.18 00:43:16.772437 [ 202 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::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.09.18 00:43:16.772798 [ 202 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 32 rows starting from the beginning of the part 2025.09.18 00:43:16.773145 [ 202 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 20 rows starting from the beginning of the part 2025.09.18 00:43:16.773496 [ 202 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::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.09.18 00:43:16.773836 [ 202 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::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.09.18 00:43:16.780089 [ 187 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 692 rows, containing 72 columns (72 merged, 0 gathered) in 0.008873119 sec., 77988.36012455146 rows/sec., 65.25 MiB/sec. 2025.09.18 00:43:16.780923 [ 202 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.09.18 00:43:16.781453 [ 202 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_21_4} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:16.781527 [ 202 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_21_4} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.09.18 00:43:16.781714 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.05 MiB. 2025.09.18 00:43:17.000214 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 268.69 MiB, peak 275.48 MiB, free memory in arenas 0.00 B, will set to 269.99 MiB (RSS), difference: 1.30 MiB 2025.09.18 00:43:21.476229 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:21.476447 [ 276 ] {4d4c41b0-aa0d-4634-987f-88ff99eae14e} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:43:21.476519 [ 276 ] {4d4c41b0-aa0d-4634-987f-88ff99eae14e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:43:21.477269 [ 276 ] {4d4c41b0-aa0d-4634-987f-88ff99eae14e} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:21.477318 [ 276 ] {4d4c41b0-aa0d-4634-987f-88ff99eae14e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:43:21.477715 [ 276 ] {4d4c41b0-aa0d-4634-987f-88ff99eae14e} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.09.18 00:43:21.477938 [ 276 ] {4d4c41b0-aa0d-4634-987f-88ff99eae14e} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:21.478094 [ 276 ] {4d4c41b0-aa0d-4634-987f-88ff99eae14e} executeQuery: Read 140 rows, 12.45 KiB in 0.001701 sec., 82304.5267489712 rows/sec., 7.15 MiB/sec. 2025.09.18 00:43:21.478138 [ 276 ] {4d4c41b0-aa0d-4634-987f-88ff99eae14e} TCPHandler: Processed in 0.002048693 sec. 2025.09.18 00:43:21.478273 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:21.478376 [ 276 ] {a5fc68aa-f630-40d7-9813-2e252821eff3} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.18 00:43:21.478419 [ 276 ] {a5fc68aa-f630-40d7-9813-2e252821eff3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.18 00:43:21.478839 [ 276 ] {a5fc68aa-f630-40d7-9813-2e252821eff3} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:21.478876 [ 276 ] {a5fc68aa-f630-40d7-9813-2e252821eff3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:43:21.479189 [ 276 ] {a5fc68aa-f630-40d7-9813-2e252821eff3} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.09.18 00:43:21.479404 [ 276 ] {a5fc68aa-f630-40d7-9813-2e252821eff3} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:21.479533 [ 276 ] {a5fc68aa-f630-40d7-9813-2e252821eff3} executeQuery: Read 42 rows, 3.16 KiB in 0.001175 sec., 35744.68085106383 rows/sec., 2.62 MiB/sec. 2025.09.18 00:43:21.479570 [ 276 ] {a5fc68aa-f630-40d7-9813-2e252821eff3} TCPHandler: Processed in 0.001350671 sec. 2025.09.18 00:43:21.479734 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:21.479828 [ 276 ] {c271c97e-7fea-4997-b2e0-805d1c02fc0c} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:43:21.479868 [ 276 ] {c271c97e-7fea-4997-b2e0-805d1c02fc0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:43:21.480289 [ 276 ] {c271c97e-7fea-4997-b2e0-805d1c02fc0c} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:21.480326 [ 276 ] {c271c97e-7fea-4997-b2e0-805d1c02fc0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:43:21.480626 [ 276 ] {c271c97e-7fea-4997-b2e0-805d1c02fc0c} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.09.18 00:43:21.480827 [ 276 ] {c271c97e-7fea-4997-b2e0-805d1c02fc0c} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:21.480955 [ 276 ] {c271c97e-7fea-4997-b2e0-805d1c02fc0c} executeQuery: Read 106 rows, 8.48 KiB in 0.001145 sec., 92576.4192139738 rows/sec., 7.23 MiB/sec. 2025.09.18 00:43:21.480993 [ 276 ] {c271c97e-7fea-4997-b2e0-805d1c02fc0c} TCPHandler: Processed in 0.00130843 sec. 2025.09.18 00:43:21.481103 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:21.481198 [ 276 ] {143f9d93-8bea-48e8-a2db-783c45948363} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:43:21.481242 [ 276 ] {143f9d93-8bea-48e8-a2db-783c45948363} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:43:21.481628 [ 276 ] {143f9d93-8bea-48e8-a2db-783c45948363} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:21.481666 [ 276 ] {143f9d93-8bea-48e8-a2db-783c45948363} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:43:21.481984 [ 276 ] {143f9d93-8bea-48e8-a2db-783c45948363} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.09.18 00:43:21.482189 [ 276 ] {143f9d93-8bea-48e8-a2db-783c45948363} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:21.482316 [ 276 ] {143f9d93-8bea-48e8-a2db-783c45948363} executeQuery: Read 160 rows, 11.41 KiB in 0.001136 sec., 140845.0704225352 rows/sec., 9.81 MiB/sec. 2025.09.18 00:43:21.482352 [ 276 ] {143f9d93-8bea-48e8-a2db-783c45948363} TCPHandler: Processed in 0.001297841 sec. 2025.09.18 00:43:21.482460 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:21.482553 [ 276 ] {7e223ea5-48eb-40ec-9acb-4062f1cc8db2} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.18 00:43:21.482608 [ 276 ] {7e223ea5-48eb-40ec-9acb-4062f1cc8db2} 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.09.18 00:43:21.483462 [ 276 ] {7e223ea5-48eb-40ec-9acb-4062f1cc8db2} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:21.483498 [ 276 ] {7e223ea5-48eb-40ec-9acb-4062f1cc8db2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:43:21.484056 [ 276 ] {7e223ea5-48eb-40ec-9acb-4062f1cc8db2} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.09.18 00:43:21.484271 [ 276 ] {7e223ea5-48eb-40ec-9acb-4062f1cc8db2} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:21.484398 [ 30 ] {} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.09.18 00:43:21.484407 [ 276 ] {7e223ea5-48eb-40ec-9acb-4062f1cc8db2} executeQuery: Read 42 rows, 77.07 KiB in 0.001872 sec., 22435.897435897437 rows/sec., 40.20 MiB/sec. 2025.09.18 00:43:21.484501 [ 30 ] {} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:21.484521 [ 276 ] {7e223ea5-48eb-40ec-9acb-4062f1cc8db2} TCPHandler: Processed in 0.002110784 sec. 2025.09.18 00:43:21.484546 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:43:21.484644 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:21.484707 [ 194 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::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.09.18 00:43:21.484746 [ 276 ] {ac37f841-5b99-4093-8d46-5a751da97a58} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:43:21.484802 [ 276 ] {ac37f841-5b99-4093-8d46-5a751da97a58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:43:21.485079 [ 194 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:43:21.485126 [ 276 ] {ac37f841-5b99-4093-8d46-5a751da97a58} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:21.485141 [ 194 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 555 rows starting from the beginning of the part 2025.09.18 00:43:21.485170 [ 276 ] {ac37f841-5b99-4093-8d46-5a751da97a58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:43:21.485283 [ 194 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 42 rows starting from the beginning of the part 2025.09.18 00:43:21.485391 [ 194 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 42 rows starting from the beginning of the part 2025.09.18 00:43:21.485486 [ 194 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 42 rows starting from the beginning of the part 2025.09.18 00:43:21.485496 [ 276 ] {ac37f841-5b99-4093-8d46-5a751da97a58} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.09.18 00:43:21.485585 [ 194 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 42 rows starting from the beginning of the part 2025.09.18 00:43:21.485693 [ 194 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 42 rows starting from the beginning of the part 2025.09.18 00:43:21.485729 [ 276 ] {ac37f841-5b99-4093-8d46-5a751da97a58} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:21.485870 [ 276 ] {ac37f841-5b99-4093-8d46-5a751da97a58} executeQuery: Read 60 rows, 4.14 KiB in 0.001143 sec., 52493.43832020998 rows/sec., 3.54 MiB/sec. 2025.09.18 00:43:21.485907 [ 276 ] {ac37f841-5b99-4093-8d46-5a751da97a58} TCPHandler: Processed in 0.00131404 sec. 2025.09.18 00:43:21.507023 [ 187 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 765 rows, containing 19 columns (19 merged, 0 gathered) in 0.022383842 sec., 34176.43852203746 rows/sec., 61.24 MiB/sec. 2025.09.18 00:43:21.507821 [ 194 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.09.18 00:43:21.508150 [ 194 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::all_1_21_4} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:21.508219 [ 194 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::all_1_21_4} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.09.18 00:43:21.508310 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.78 MiB. 2025.09.18 00:43:21.619278 [ 30 ] {} DNSResolver: Updating DNS cache 2025.09.18 00:43:21.619328 [ 30 ] {} DNSResolver: Updated DNS cache 2025.09.18 00:43:21.731517 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 14341 2025.09.18 00:43:21.731955 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:21.732000 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. 2025.09.18 00:43:21.732466 [ 245 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.09.18 00:43:21.732689 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:21.732825 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14341 2025.09.18 00:43:22.000203 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 270.48 MiB, peak 278.21 MiB, free memory in arenas 0.00 B, will set to 272.43 MiB (RSS), difference: 1.94 MiB 2025.09.18 00:43:22.501730 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 2025.09.18 00:43:22.519895 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:22.519960 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.18 00:43:22.525643 [ 244 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.09.18 00:43:22.526348 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:22.529271 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 226 2025.09.18 00:43:26.474360 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:26.474546 [ 276 ] {b474f7b9-226d-4cea-8381-180f3deb96cc} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:43:26.474613 [ 276 ] {b474f7b9-226d-4cea-8381-180f3deb96cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:43:26.475249 [ 276 ] {b474f7b9-226d-4cea-8381-180f3deb96cc} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:26.475292 [ 276 ] {b474f7b9-226d-4cea-8381-180f3deb96cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.18 00:43:26.475695 [ 276 ] {b474f7b9-226d-4cea-8381-180f3deb96cc} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.09.18 00:43:26.475924 [ 276 ] {b474f7b9-226d-4cea-8381-180f3deb96cc} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:26.476082 [ 276 ] {b474f7b9-226d-4cea-8381-180f3deb96cc} executeQuery: Read 56 rows, 4.41 KiB in 0.001586 sec., 35308.95334174023 rows/sec., 2.71 MiB/sec. 2025.09.18 00:43:26.476132 [ 276 ] {b474f7b9-226d-4cea-8381-180f3deb96cc} TCPHandler: Processed in 0.001929551 sec. 2025.09.18 00:43:26.476255 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:26.476359 [ 276 ] {2088bb2c-625a-4f0c-a368-915bcf4b2ae8} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:43:26.476403 [ 276 ] {2088bb2c-625a-4f0c-a368-915bcf4b2ae8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:43:26.476820 [ 276 ] {2088bb2c-625a-4f0c-a368-915bcf4b2ae8} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:26.476855 [ 276 ] {2088bb2c-625a-4f0c-a368-915bcf4b2ae8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.18 00:43:26.477170 [ 276 ] {2088bb2c-625a-4f0c-a368-915bcf4b2ae8} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.09.18 00:43:26.477390 [ 276 ] {2088bb2c-625a-4f0c-a368-915bcf4b2ae8} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:26.477516 [ 276 ] {2088bb2c-625a-4f0c-a368-915bcf4b2ae8} executeQuery: Read 64 rows, 5.12 KiB in 0.00118 sec., 54237.28813559322 rows/sec., 4.23 MiB/sec. 2025.09.18 00:43:26.477555 [ 276 ] {2088bb2c-625a-4f0c-a368-915bcf4b2ae8} TCPHandler: Processed in 0.001353481 sec. 2025.09.18 00:43:26.477668 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:26.477765 [ 276 ] {1c52757e-eefe-48d2-aa27-c737b68de342} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:43:26.477810 [ 276 ] {1c52757e-eefe-48d2-aa27-c737b68de342} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:43:26.478203 [ 276 ] {1c52757e-eefe-48d2-aa27-c737b68de342} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:26.478237 [ 276 ] {1c52757e-eefe-48d2-aa27-c737b68de342} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.18 00:43:26.478571 [ 276 ] {1c52757e-eefe-48d2-aa27-c737b68de342} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.09.18 00:43:26.478787 [ 276 ] {1c52757e-eefe-48d2-aa27-c737b68de342} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:26.478913 [ 276 ] {1c52757e-eefe-48d2-aa27-c737b68de342} executeQuery: Read 160 rows, 11.41 KiB in 0.001168 sec., 136986.301369863 rows/sec., 9.54 MiB/sec. 2025.09.18 00:43:26.478949 [ 276 ] {1c52757e-eefe-48d2-aa27-c737b68de342} TCPHandler: Processed in 0.001331621 sec. 2025.09.18 00:43:26.479052 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:26.479148 [ 276 ] {c48b4428-eeb1-4a26-8b17-47b9e8e3edb1} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:43:26.479190 [ 276 ] {c48b4428-eeb1-4a26-8b17-47b9e8e3edb1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:43:26.479497 [ 276 ] {c48b4428-eeb1-4a26-8b17-47b9e8e3edb1} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:26.479531 [ 276 ] {c48b4428-eeb1-4a26-8b17-47b9e8e3edb1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.18 00:43:26.479832 [ 276 ] {c48b4428-eeb1-4a26-8b17-47b9e8e3edb1} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.09.18 00:43:26.480037 [ 276 ] {c48b4428-eeb1-4a26-8b17-47b9e8e3edb1} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:26.480158 [ 276 ] {c48b4428-eeb1-4a26-8b17-47b9e8e3edb1} executeQuery: Read 60 rows, 4.14 KiB in 0.001029 sec., 58309.03790087464 rows/sec., 3.93 MiB/sec. 2025.09.18 00:43:26.480193 [ 276 ] {c48b4428-eeb1-4a26-8b17-47b9e8e3edb1} TCPHandler: Processed in 0.001191088 sec. 2025.09.18 00:43:26.771586 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 712 2025.09.18 00:43:26.773758 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:26.773823 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.18 00:43:26.775086 [ 243 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.09.18 00:43:26.775401 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:26.775805 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 712 2025.09.18 00:43:27.474243 [ 55 ] {} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2025.09.18 00:43:27.474381 [ 55 ] {} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:27.474427 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.18 00:43:27.474636 [ 202 ] {a9de64f0-be81-4b56-9524-f072e75ab99f::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.09.18 00:43:27.474808 [ 202 ] {a9de64f0-be81-4b56-9524-f072e75ab99f::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:43:27.474848 [ 202 ] {a9de64f0-be81-4b56-9524-f072e75ab99f::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 252 rows starting from the beginning of the part 2025.09.18 00:43:27.474924 [ 202 ] {a9de64f0-be81-4b56-9524-f072e75ab99f::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part 2025.09.18 00:43:27.474982 [ 202 ] {a9de64f0-be81-4b56-9524-f072e75ab99f::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 228 rows starting from the beginning of the part 2025.09.18 00:43:27.475033 [ 202 ] {a9de64f0-be81-4b56-9524-f072e75ab99f::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 24 rows starting from the beginning of the part 2025.09.18 00:43:27.475079 [ 202 ] {a9de64f0-be81-4b56-9524-f072e75ab99f::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 228 rows starting from the beginning of the part 2025.09.18 00:43:27.475989 [ 187 ] {a9de64f0-be81-4b56-9524-f072e75ab99f::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 756 rows, containing 5 columns (5 merged, 0 gathered) in 0.001450782 sec., 521098.27665355644 rows/sec., 38.03 MiB/sec. 2025.09.18 00:43:27.476140 [ 186 ] {a9de64f0-be81-4b56-9524-f072e75ab99f::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2025.09.18 00:43:27.476403 [ 186 ] {a9de64f0-be81-4b56-9524-f072e75ab99f::all_1_13_3} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:27.476472 [ 186 ] {a9de64f0-be81-4b56-9524-f072e75ab99f::all_1_13_3} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2025.09.18 00:43:27.476543 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.09.18 00:43:29.233013 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 14853 2025.09.18 00:43:29.233823 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:29.233871 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.18 00:43:29.234352 [ 245 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.09.18 00:43:29.234581 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:29.234722 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14853 2025.09.18 00:43:29.234742 [ 71 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.09.18 00:43:29.234835 [ 71 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:29.234870 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.18 00:43:29.235014 [ 199 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::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.09.18 00:43:29.235183 [ 199 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:43:29.235239 [ 199 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 12421 rows starting from the beginning of the part 2025.09.18 00:43:29.235329 [ 199 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 512 rows starting from the beginning of the part 2025.09.18 00:43:29.235395 [ 199 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 448 rows starting from the beginning of the part 2025.09.18 00:43:29.235439 [ 199 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 512 rows starting from the beginning of the part 2025.09.18 00:43:29.235475 [ 199 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 448 rows starting from the beginning of the part 2025.09.18 00:43:29.235512 [ 199 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 512 rows starting from the beginning of the part 2025.09.18 00:43:29.237278 [ 196 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 14853 rows, containing 4 columns (4 merged, 0 gathered) in 0.002326526 sec., 6384196.866916595 rows/sec., 91.33 MiB/sec. 2025.09.18 00:43:29.237562 [ 199 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.09.18 00:43:29.237810 [ 199 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_31_6} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:29.237884 [ 199 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_31_6} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.09.18 00:43:29.237958 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.48 MiB. 2025.09.18 00:43:30.029434 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 2025.09.18 00:43:30.047789 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:30.047855 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.18 00:43:30.053600 [ 244 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.09.18 00:43:30.054344 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:30.054684 [ 91 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.09.18 00:43:30.054748 [ 91 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:30.054768 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.18 00:43:30.054873 [ 187 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::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.09.18 00:43:30.058182 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 234 2025.09.18 00:43:30.059184 [ 187 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:43:30.060766 [ 187 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::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.09.18 00:43:30.065405 [ 187 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::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.09.18 00:43:30.069967 [ 187 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::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.09.18 00:43:30.074322 [ 187 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::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.09.18 00:43:30.078598 [ 187 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::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.09.18 00:43:30.083345 [ 187 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::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.09.18 00:43:30.141766 [ 196 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.086935334 sec., 2691.6558461718223 rows/sec., 13.92 MiB/sec. 2025.09.18 00:43:30.144606 [ 188 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.09.18 00:43:30.146680 [ 188 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::all_1_31_6} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:30.146789 [ 188 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::all_1_31_6} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.09.18 00:43:30.148805 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2025.09.18 00:43:31.000190 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 273.58 MiB, peak 284.13 MiB, free memory in arenas 0.00 B, will set to 278.81 MiB (RSS), difference: 5.24 MiB 2025.09.18 00:43:31.478244 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:31.478437 [ 276 ] {345378e7-5191-432a-9b73-d908abb0391b} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.18 00:43:31.478501 [ 276 ] {345378e7-5191-432a-9b73-d908abb0391b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.18 00:43:31.479132 [ 276 ] {345378e7-5191-432a-9b73-d908abb0391b} oximeter.fields_i16 (cf06a10e-1730-4cbf-a5a6-b367a2ab4906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:31.479177 [ 276 ] {345378e7-5191-432a-9b73-d908abb0391b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.18 00:43:31.479546 [ 276 ] {345378e7-5191-432a-9b73-d908abb0391b} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.09.18 00:43:31.479771 [ 276 ] {345378e7-5191-432a-9b73-d908abb0391b} oximeter.fields_i16 (cf06a10e-1730-4cbf-a5a6-b367a2ab4906): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:31.479922 [ 276 ] {345378e7-5191-432a-9b73-d908abb0391b} executeQuery: Read 24 rows, 2.04 KiB in 0.001538 sec., 15604.681404421326 rows/sec., 1.29 MiB/sec. 2025.09.18 00:43:31.479963 [ 276 ] {345378e7-5191-432a-9b73-d908abb0391b} TCPHandler: Processed in 0.001855659 sec. 2025.09.18 00:43:31.480074 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:31.480168 [ 276 ] {c5eff886-1d0e-43f2-bb9a-a4bbf08fb718} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.18 00:43:31.480209 [ 276 ] {c5eff886-1d0e-43f2-bb9a-a4bbf08fb718} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.18 00:43:31.480573 [ 276 ] {c5eff886-1d0e-43f2-bb9a-a4bbf08fb718} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:31.480608 [ 276 ] {c5eff886-1d0e-43f2-bb9a-a4bbf08fb718} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.18 00:43:31.480887 [ 276 ] {c5eff886-1d0e-43f2-bb9a-a4bbf08fb718} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.09.18 00:43:31.481086 [ 276 ] {c5eff886-1d0e-43f2-bb9a-a4bbf08fb718} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:31.481208 [ 276 ] {c5eff886-1d0e-43f2-bb9a-a4bbf08fb718} executeQuery: Read 2 rows, 167.00 B in 0.001059 sec., 1888.5741265344664 rows/sec., 154.00 KiB/sec. 2025.09.18 00:43:31.481244 [ 276 ] {c5eff886-1d0e-43f2-bb9a-a4bbf08fb718} TCPHandler: Processed in 0.001219209 sec. 2025.09.18 00:43:31.481341 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:31.481434 [ 276 ] {49e61b8e-258a-4e78-b479-e5b1a4038018} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:43:31.481473 [ 276 ] {49e61b8e-258a-4e78-b479-e5b1a4038018} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:43:31.481975 [ 276 ] {49e61b8e-258a-4e78-b479-e5b1a4038018} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:31.482011 [ 276 ] {49e61b8e-258a-4e78-b479-e5b1a4038018} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.18 00:43:31.482322 [ 276 ] {49e61b8e-258a-4e78-b479-e5b1a4038018} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.09.18 00:43:31.482524 [ 276 ] {49e61b8e-258a-4e78-b479-e5b1a4038018} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:31.482649 [ 276 ] {49e61b8e-258a-4e78-b479-e5b1a4038018} executeQuery: Read 261 rows, 23.98 KiB in 0.001233 sec., 211678.83211678834 rows/sec., 19.00 MiB/sec. 2025.09.18 00:43:31.482686 [ 276 ] {49e61b8e-258a-4e78-b479-e5b1a4038018} TCPHandler: Processed in 0.001391642 sec. 2025.09.18 00:43:31.482783 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:31.482876 [ 276 ] {0ffa7864-c3b1-423c-960a-8acb51f24c33} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.18 00:43:31.482915 [ 276 ] {0ffa7864-c3b1-423c-960a-8acb51f24c33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.18 00:43:31.483293 [ 276 ] {0ffa7864-c3b1-423c-960a-8acb51f24c33} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:31.483328 [ 276 ] {0ffa7864-c3b1-423c-960a-8acb51f24c33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.18 00:43:31.483613 [ 276 ] {0ffa7864-c3b1-423c-960a-8acb51f24c33} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.09.18 00:43:31.483823 [ 276 ] {0ffa7864-c3b1-423c-960a-8acb51f24c33} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:31.483943 [ 276 ] {0ffa7864-c3b1-423c-960a-8acb51f24c33} executeQuery: Read 56 rows, 4.26 KiB in 0.001084 sec., 51660.516605166056 rows/sec., 3.84 MiB/sec. 2025.09.18 00:43:31.483979 [ 276 ] {0ffa7864-c3b1-423c-960a-8acb51f24c33} TCPHandler: Processed in 0.00124295 sec. 2025.09.18 00:43:31.484074 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:31.484166 [ 276 ] {eecbe236-92ed-4264-b87a-e40338e076b3} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.18 00:43:31.484205 [ 276 ] {eecbe236-92ed-4264-b87a-e40338e076b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.18 00:43:31.484563 [ 276 ] {eecbe236-92ed-4264-b87a-e40338e076b3} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:31.484599 [ 276 ] {eecbe236-92ed-4264-b87a-e40338e076b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.18 00:43:31.484880 [ 276 ] {eecbe236-92ed-4264-b87a-e40338e076b3} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.09.18 00:43:31.485081 [ 276 ] {eecbe236-92ed-4264-b87a-e40338e076b3} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:31.485200 [ 276 ] {eecbe236-92ed-4264-b87a-e40338e076b3} executeQuery: Read 24 rows, 2.04 KiB in 0.001051 sec., 22835.394862036155 rows/sec., 1.89 MiB/sec. 2025.09.18 00:43:31.485237 [ 276 ] {eecbe236-92ed-4264-b87a-e40338e076b3} TCPHandler: Processed in 0.001210248 sec. 2025.09.18 00:43:31.485331 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:31.485421 [ 276 ] {72c8e27d-16ad-4623-926f-50dd0bb7e3dd} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.18 00:43:31.485458 [ 276 ] {72c8e27d-16ad-4623-926f-50dd0bb7e3dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.18 00:43:31.485819 [ 276 ] {72c8e27d-16ad-4623-926f-50dd0bb7e3dd} oximeter.fields_u8 (8e0d46a4-6712-4cba-8404-3aa8cdd0fb1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:31.485853 [ 276 ] {72c8e27d-16ad-4623-926f-50dd0bb7e3dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.18 00:43:31.486135 [ 276 ] {72c8e27d-16ad-4623-926f-50dd0bb7e3dd} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.09.18 00:43:31.486337 [ 276 ] {72c8e27d-16ad-4623-926f-50dd0bb7e3dd} oximeter.fields_u8 (8e0d46a4-6712-4cba-8404-3aa8cdd0fb1a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:31.486456 [ 276 ] {72c8e27d-16ad-4623-926f-50dd0bb7e3dd} executeQuery: Read 12 rows, 960.00 B in 0.001052 sec., 11406.84410646388 rows/sec., 891.16 KiB/sec. 2025.09.18 00:43:31.486492 [ 276 ] {72c8e27d-16ad-4623-926f-50dd0bb7e3dd} TCPHandler: Processed in 0.001208019 sec. 2025.09.18 00:43:31.486593 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:31.486683 [ 276 ] {421b73c8-9578-49f5-a168-cda9985b6c97} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:43:31.486721 [ 276 ] {421b73c8-9578-49f5-a168-cda9985b6c97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:43:31.487141 [ 276 ] {421b73c8-9578-49f5-a168-cda9985b6c97} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:31.487177 [ 276 ] {421b73c8-9578-49f5-a168-cda9985b6c97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.18 00:43:31.487465 [ 276 ] {421b73c8-9578-49f5-a168-cda9985b6c97} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.09.18 00:43:31.487669 [ 276 ] {421b73c8-9578-49f5-a168-cda9985b6c97} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:31.487789 [ 276 ] {421b73c8-9578-49f5-a168-cda9985b6c97} executeQuery: Read 144 rows, 11.90 KiB in 0.001123 sec., 128227.96081923418 rows/sec., 10.35 MiB/sec. 2025.09.18 00:43:31.487826 [ 276 ] {421b73c8-9578-49f5-a168-cda9985b6c97} TCPHandler: Processed in 0.00127978 sec. 2025.09.18 00:43:31.487922 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:31.488014 [ 276 ] {49ede2fc-0a7b-4eba-a7ac-2506e94cb683} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:43:31.488055 [ 276 ] {49ede2fc-0a7b-4eba-a7ac-2506e94cb683} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:43:31.488433 [ 276 ] {49ede2fc-0a7b-4eba-a7ac-2506e94cb683} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:31.488468 [ 276 ] {49ede2fc-0a7b-4eba-a7ac-2506e94cb683} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.18 00:43:31.488792 [ 276 ] {49ede2fc-0a7b-4eba-a7ac-2506e94cb683} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.09.18 00:43:31.488994 [ 276 ] {49ede2fc-0a7b-4eba-a7ac-2506e94cb683} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:31.489118 [ 276 ] {49ede2fc-0a7b-4eba-a7ac-2506e94cb683} executeQuery: Read 197 rows, 14.47 KiB in 0.001122 sec., 175579.32263814617 rows/sec., 12.59 MiB/sec. 2025.09.18 00:43:31.489154 [ 276 ] {49ede2fc-0a7b-4eba-a7ac-2506e94cb683} TCPHandler: Processed in 0.00127951 sec. 2025.09.18 00:43:31.489252 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:31.489344 [ 276 ] {b504812e-7c46-4419-8f99-c36b64c6b721} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.18 00:43:31.489397 [ 276 ] {b504812e-7c46-4419-8f99-c36b64c6b721} 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.09.18 00:43:31.490220 [ 276 ] {b504812e-7c46-4419-8f99-c36b64c6b721} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:31.490255 [ 276 ] {b504812e-7c46-4419-8f99-c36b64c6b721} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.18 00:43:31.490789 [ 276 ] {b504812e-7c46-4419-8f99-c36b64c6b721} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.09.18 00:43:31.491003 [ 276 ] {b504812e-7c46-4419-8f99-c36b64c6b721} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:31.491135 [ 276 ] {b504812e-7c46-4419-8f99-c36b64c6b721} executeQuery: Read 42 rows, 77.07 KiB in 0.001808 sec., 23230.088495575223 rows/sec., 41.63 MiB/sec. 2025.09.18 00:43:31.491186 [ 276 ] {b504812e-7c46-4419-8f99-c36b64c6b721} TCPHandler: Processed in 0.001981051 sec. 2025.09.18 00:43:31.491297 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:31.491390 [ 276 ] {f227b46e-8b47-4d39-96c8-34abfba8feb7} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:43:31.491430 [ 276 ] {f227b46e-8b47-4d39-96c8-34abfba8feb7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:43:31.491742 [ 276 ] {f227b46e-8b47-4d39-96c8-34abfba8feb7} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:31.491777 [ 276 ] {f227b46e-8b47-4d39-96c8-34abfba8feb7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.18 00:43:31.492074 [ 276 ] {f227b46e-8b47-4d39-96c8-34abfba8feb7} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.09.18 00:43:31.492275 [ 276 ] {f227b46e-8b47-4d39-96c8-34abfba8feb7} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:31.492397 [ 276 ] {f227b46e-8b47-4d39-96c8-34abfba8feb7} executeQuery: Read 60 rows, 4.14 KiB in 0.001026 sec., 58479.53216374269 rows/sec., 3.94 MiB/sec. 2025.09.18 00:43:31.492431 [ 276 ] {f227b46e-8b47-4d39-96c8-34abfba8feb7} TCPHandler: Processed in 0.001181909 sec. 2025.09.18 00:43:36.474073 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:36.474282 [ 276 ] {6b208095-624e-4687-889e-4e0217741b5f} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:43:36.474361 [ 276 ] {6b208095-624e-4687-889e-4e0217741b5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:43:36.475008 [ 276 ] {6b208095-624e-4687-889e-4e0217741b5f} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:36.475045 [ 276 ] {6b208095-624e-4687-889e-4e0217741b5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.18 00:43:36.475434 [ 276 ] {6b208095-624e-4687-889e-4e0217741b5f} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.09.18 00:43:36.475649 [ 276 ] {6b208095-624e-4687-889e-4e0217741b5f} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:36.475800 [ 276 ] {6b208095-624e-4687-889e-4e0217741b5f} executeQuery: Read 56 rows, 4.41 KiB in 0.001569 sec., 35691.52326322498 rows/sec., 2.74 MiB/sec. 2025.09.18 00:43:36.475840 [ 276 ] {6b208095-624e-4687-889e-4e0217741b5f} TCPHandler: Processed in 0.00190973 sec. 2025.09.18 00:43:36.475954 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:36.476047 [ 276 ] {77f1241e-cc6e-4cdb-8a18-d2a45441e619} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:43:36.476087 [ 276 ] {77f1241e-cc6e-4cdb-8a18-d2a45441e619} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:43:36.476476 [ 276 ] {77f1241e-cc6e-4cdb-8a18-d2a45441e619} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:36.476512 [ 276 ] {77f1241e-cc6e-4cdb-8a18-d2a45441e619} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.18 00:43:36.476799 [ 276 ] {77f1241e-cc6e-4cdb-8a18-d2a45441e619} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.09.18 00:43:36.477000 [ 276 ] {77f1241e-cc6e-4cdb-8a18-d2a45441e619} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:36.477125 [ 276 ] {77f1241e-cc6e-4cdb-8a18-d2a45441e619} executeQuery: Read 64 rows, 5.12 KiB in 0.001097 sec., 58340.92980856882 rows/sec., 4.55 MiB/sec. 2025.09.18 00:43:36.477161 [ 276 ] {77f1241e-cc6e-4cdb-8a18-d2a45441e619} TCPHandler: Processed in 0.00125854 sec. 2025.09.18 00:43:36.477278 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:36.477370 [ 276 ] {c00eb80c-48bb-42d9-85dc-d50235544053} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:43:36.477412 [ 276 ] {c00eb80c-48bb-42d9-85dc-d50235544053} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:43:36.477773 [ 276 ] {c00eb80c-48bb-42d9-85dc-d50235544053} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:36.477806 [ 276 ] {c00eb80c-48bb-42d9-85dc-d50235544053} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.18 00:43:36.478119 [ 276 ] {c00eb80c-48bb-42d9-85dc-d50235544053} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.09.18 00:43:36.478319 [ 276 ] {c00eb80c-48bb-42d9-85dc-d50235544053} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:36.478446 [ 276 ] {c00eb80c-48bb-42d9-85dc-d50235544053} executeQuery: Read 160 rows, 11.41 KiB in 0.001094 sec., 146252.28519195612 rows/sec., 10.19 MiB/sec. 2025.09.18 00:43:36.478481 [ 276 ] {c00eb80c-48bb-42d9-85dc-d50235544053} TCPHandler: Processed in 0.001250479 sec. 2025.09.18 00:43:36.478578 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:36.478671 [ 276 ] {e670965b-8016-4df7-8e2d-36b7431ea7c8} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:43:36.478711 [ 276 ] {e670965b-8016-4df7-8e2d-36b7431ea7c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:43:36.479004 [ 276 ] {e670965b-8016-4df7-8e2d-36b7431ea7c8} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:36.479037 [ 276 ] {e670965b-8016-4df7-8e2d-36b7431ea7c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.18 00:43:36.479324 [ 276 ] {e670965b-8016-4df7-8e2d-36b7431ea7c8} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.09.18 00:43:36.479531 [ 276 ] {e670965b-8016-4df7-8e2d-36b7431ea7c8} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:36.479656 [ 276 ] {e670965b-8016-4df7-8e2d-36b7431ea7c8} executeQuery: Read 60 rows, 4.14 KiB in 0.001003 sec., 59820.538384845466 rows/sec., 4.03 MiB/sec. 2025.09.18 00:43:36.479690 [ 276 ] {e670965b-8016-4df7-8e2d-36b7431ea7c8} TCPHandler: Processed in 0.001158408 sec. 2025.09.18 00:43:36.619376 [ 125 ] {} DNSResolver: Updating DNS cache 2025.09.18 00:43:36.619420 [ 125 ] {} DNSResolver: Updated DNS cache 2025.09.18 00:43:36.734900 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 15301 2025.09.18 00:43:36.735576 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:36.735650 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.18 00:43:36.736460 [ 245 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.09.18 00:43:36.736704 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:36.736863 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15301 2025.09.18 00:43:36.776054 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 740 2025.09.18 00:43:36.778291 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:36.778339 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.18 00:43:36.779567 [ 243 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.09.18 00:43:36.779828 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:36.780078 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 740 2025.09.18 00:43:37.001255 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000862643 sec. 2025.09.18 00:43:37.558342 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 241 2025.09.18 00:43:37.573751 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:37.573812 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.18 00:43:37.579737 [ 244 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.09.18 00:43:37.580422 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:37.583070 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 241 2025.09.18 00:43:41.476398 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:41.476595 [ 276 ] {51f74d8d-dfb8-49d1-ab80-95c020a71289} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:43:41.476674 [ 276 ] {51f74d8d-dfb8-49d1-ab80-95c020a71289} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:43:41.477452 [ 276 ] {51f74d8d-dfb8-49d1-ab80-95c020a71289} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:41.477501 [ 276 ] {51f74d8d-dfb8-49d1-ab80-95c020a71289} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.18 00:43:41.477914 [ 276 ] {51f74d8d-dfb8-49d1-ab80-95c020a71289} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.09.18 00:43:41.478146 [ 276 ] {51f74d8d-dfb8-49d1-ab80-95c020a71289} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:41.478289 [ 79 ] {} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.09.18 00:43:41.478301 [ 276 ] {51f74d8d-dfb8-49d1-ab80-95c020a71289} executeQuery: Read 140 rows, 12.45 KiB in 0.00176 sec., 79545.45454545454 rows/sec., 6.91 MiB/sec. 2025.09.18 00:43:41.478355 [ 79 ] {} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:41.478369 [ 276 ] {51f74d8d-dfb8-49d1-ab80-95c020a71289} TCPHandler: Processed in 0.002110644 sec. 2025.09.18 00:43:41.478382 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.18 00:43:41.478502 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:41.478516 [ 188 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::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.09.18 00:43:41.478600 [ 276 ] {177f1b2f-8784-4dd2-b9f7-d18fb48b91cf} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.18 00:43:41.478645 [ 276 ] {177f1b2f-8784-4dd2-b9f7-d18fb48b91cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.18 00:43:41.478653 [ 188 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:43:41.478707 [ 188 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1409 rows starting from the beginning of the part 2025.09.18 00:43:41.478773 [ 188 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 140 rows starting from the beginning of the part 2025.09.18 00:43:41.478822 [ 188 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 56 rows starting from the beginning of the part 2025.09.18 00:43:41.478886 [ 188 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 261 rows starting from the beginning of the part 2025.09.18 00:43:41.478925 [ 188 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 56 rows starting from the beginning of the part 2025.09.18 00:43:41.478981 [ 188 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 140 rows starting from the beginning of the part 2025.09.18 00:43:41.479084 [ 276 ] {177f1b2f-8784-4dd2-b9f7-d18fb48b91cf} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:41.479129 [ 276 ] {177f1b2f-8784-4dd2-b9f7-d18fb48b91cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.18 00:43:41.479714 [ 276 ] {177f1b2f-8784-4dd2-b9f7-d18fb48b91cf} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.09.18 00:43:41.479939 [ 276 ] {177f1b2f-8784-4dd2-b9f7-d18fb48b91cf} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:41.480066 [ 276 ] {177f1b2f-8784-4dd2-b9f7-d18fb48b91cf} executeQuery: Read 42 rows, 3.16 KiB in 0.001485 sec., 28282.828282828283 rows/sec., 2.08 MiB/sec. 2025.09.18 00:43:41.480106 [ 276 ] {177f1b2f-8784-4dd2-b9f7-d18fb48b91cf} TCPHandler: Processed in 0.001652316 sec. 2025.09.18 00:43:41.480217 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:41.480311 [ 276 ] {f28816c0-b006-46a0-b26e-ca1f391ceb18} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:43:41.480351 [ 276 ] {f28816c0-b006-46a0-b26e-ca1f391ceb18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:43:41.480379 [ 192 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2062 rows, containing 5 columns (5 merged, 0 gathered) in 0.00192563 sec., 1070818.3815166985 rows/sec., 94.77 MiB/sec. 2025.09.18 00:43:41.480633 [ 192 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.09.18 00:43:41.480772 [ 276 ] {f28816c0-b006-46a0-b26e-ca1f391ceb18} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:41.480815 [ 276 ] {f28816c0-b006-46a0-b26e-ca1f391ceb18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.18 00:43:41.480905 [ 192 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_46_9} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:41.480994 [ 192 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_46_9} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.09.18 00:43:41.481086 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2025.09.18 00:43:41.481138 [ 276 ] {f28816c0-b006-46a0-b26e-ca1f391ceb18} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.09.18 00:43:41.481356 [ 276 ] {f28816c0-b006-46a0-b26e-ca1f391ceb18} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:41.481464 [ 79 ] {} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.09.18 00:43:41.481482 [ 276 ] {f28816c0-b006-46a0-b26e-ca1f391ceb18} executeQuery: Read 106 rows, 8.48 KiB in 0.001189 sec., 89150.54667788057 rows/sec., 6.96 MiB/sec. 2025.09.18 00:43:41.481507 [ 79 ] {} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:41.481528 [ 276 ] {f28816c0-b006-46a0-b26e-ca1f391ceb18} TCPHandler: Processed in 0.001357961 sec. 2025.09.18 00:43:41.481531 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.18 00:43:41.481621 [ 188 ] {ed3758e3-769d-40dc-8194-b54c707413cf::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.09.18 00:43:41.481645 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:41.481725 [ 188 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:43:41.481742 [ 276 ] {5e605a0b-d64c-4e3b-ba8f-85e16147771d} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:43:41.481755 [ 188 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 634 rows starting from the beginning of the part 2025.09.18 00:43:41.481793 [ 276 ] {5e605a0b-d64c-4e3b-ba8f-85e16147771d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:43:41.481813 [ 188 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 106 rows starting from the beginning of the part 2025.09.18 00:43:41.481856 [ 188 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 64 rows starting from the beginning of the part 2025.09.18 00:43:41.481892 [ 188 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 144 rows starting from the beginning of the part 2025.09.18 00:43:41.481928 [ 188 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 64 rows starting from the beginning of the part 2025.09.18 00:43:41.481963 [ 188 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 106 rows starting from the beginning of the part 2025.09.18 00:43:41.482199 [ 276 ] {5e605a0b-d64c-4e3b-ba8f-85e16147771d} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:41.482239 [ 276 ] {5e605a0b-d64c-4e3b-ba8f-85e16147771d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.18 00:43:41.482592 [ 276 ] {5e605a0b-d64c-4e3b-ba8f-85e16147771d} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.09.18 00:43:41.482790 [ 192 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1118 rows, containing 5 columns (5 merged, 0 gathered) in 0.001197819 sec., 933363.0540173432 rows/sec., 75.33 MiB/sec. 2025.09.18 00:43:41.482819 [ 276 ] {5e605a0b-d64c-4e3b-ba8f-85e16147771d} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:41.482955 [ 276 ] {5e605a0b-d64c-4e3b-ba8f-85e16147771d} executeQuery: Read 160 rows, 11.41 KiB in 0.001231 sec., 129975.62956945572 rows/sec., 9.05 MiB/sec. 2025.09.18 00:43:41.482963 [ 75 ] {} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.09.18 00:43:41.482995 [ 276 ] {5e605a0b-d64c-4e3b-ba8f-85e16147771d} TCPHandler: Processed in 0.001397422 sec. 2025.09.18 00:43:41.482960 [ 196 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.09.18 00:43:41.483019 [ 75 ] {} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:41.483061 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.18 00:43:41.483125 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:41.483213 [ 190 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::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.09.18 00:43:41.483223 [ 276 ] {4923c60e-a633-479f-a2db-ddf937e88f41} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.18 00:43:41.483344 [ 276 ] {4923c60e-a633-479f-a2db-ddf937e88f41} 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.09.18 00:43:41.483344 [ 196 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_46_9} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:41.483442 [ 190 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:43:41.483445 [ 196 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_46_9} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.09.18 00:43:41.483513 [ 190 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_46_9} MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12192 rows starting from the beginning of the part 2025.09.18 00:43:41.483568 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2025.09.18 00:43:41.483668 [ 190 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::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.09.18 00:43:41.483773 [ 190 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::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.09.18 00:43:41.483848 [ 190 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 197 rows starting from the beginning of the part 2025.09.18 00:43:41.483894 [ 190 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::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.09.18 00:43:41.483941 [ 190 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::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.09.18 00:43:41.484240 [ 276 ] {4923c60e-a633-479f-a2db-ddf937e88f41} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:41.484286 [ 276 ] {4923c60e-a633-479f-a2db-ddf937e88f41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.18 00:43:41.484911 [ 276 ] {4923c60e-a633-479f-a2db-ddf937e88f41} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.09.18 00:43:41.485132 [ 276 ] {4923c60e-a633-479f-a2db-ddf937e88f41} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:41.485277 [ 276 ] {4923c60e-a633-479f-a2db-ddf937e88f41} executeQuery: Read 42 rows, 77.07 KiB in 0.002064 sec., 20348.837209302328 rows/sec., 36.46 MiB/sec. 2025.09.18 00:43:41.485345 [ 276 ] {4923c60e-a633-479f-a2db-ddf937e88f41} TCPHandler: Processed in 0.002271826 sec. 2025.09.18 00:43:41.485476 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:41.485578 [ 276 ] {5dd3bad7-2c9d-48bd-919c-408491c847f4} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:43:41.485622 [ 276 ] {5dd3bad7-2c9d-48bd-919c-408491c847f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:43:41.485957 [ 276 ] {5dd3bad7-2c9d-48bd-919c-408491c847f4} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:41.485993 [ 276 ] {5dd3bad7-2c9d-48bd-919c-408491c847f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.18 00:43:41.486318 [ 276 ] {5dd3bad7-2c9d-48bd-919c-408491c847f4} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.09.18 00:43:41.486541 [ 276 ] {5dd3bad7-2c9d-48bd-919c-408491c847f4} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:41.486679 [ 276 ] {5dd3bad7-2c9d-48bd-919c-408491c847f4} executeQuery: Read 60 rows, 4.14 KiB in 0.001119 sec., 53619.30294906166 rows/sec., 3.61 MiB/sec. 2025.09.18 00:43:41.486678 [ 75 ] {} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.09.18 00:43:41.486719 [ 276 ] {5dd3bad7-2c9d-48bd-919c-408491c847f4} TCPHandler: Processed in 0.001293851 sec. 2025.09.18 00:43:41.486732 [ 75 ] {} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:41.486756 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.18 00:43:41.486835 [ 192 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:43:41.486946 [ 192 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:43:41.486979 [ 192 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2340 rows starting from the beginning of the part 2025.09.18 00:43:41.487038 [ 192 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:43:41.487086 [ 192 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:43:41.487134 [ 192 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:43:41.487180 [ 192 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:43:41.487231 [ 192 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:43:41.488517 [ 197 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 13029 rows, containing 5 columns (5 merged, 0 gathered) in 0.005389655 sec., 2417408.9065070027 rows/sec., 166.23 MiB/sec. 2025.09.18 00:43:41.488698 [ 198 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2640 rows, containing 4 columns (4 merged, 0 gathered) in 0.00189037 sec., 1396551.997757053 rows/sec., 94.08 MiB/sec. 2025.09.18 00:43:41.488843 [ 190 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.09.18 00:43:41.489070 [ 197 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.09.18 00:43:41.489217 [ 190 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_46_9} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:41.489304 [ 190 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_46_9} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.09.18 00:43:41.489384 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.35 MiB. 2025.09.18 00:43:41.489420 [ 190 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_46_9} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:41.489493 [ 190 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_46_9} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.09.18 00:43:41.489570 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2025.09.18 00:43:42.000337 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 280.48 MiB, peak 289.04 MiB, free memory in arenas 0.00 B, will set to 282.08 MiB (RSS), difference: 1.60 MiB 2025.09.18 00:43:42.684169 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54123 2025.09.18 00:43:42.684298 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:43:42.684328 [ 286 ] {} TCP-Session: 11b81add-f973-4fb7-af28-bff541e55778 Authenticating user 'default' from [fd00:1122:3344:101::e]:54123 2025.09.18 00:43:42.684353 [ 286 ] {} TCP-Session: 11b81add-f973-4fb7-af28-bff541e55778 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.684368 [ 286 ] {} TCP-Session: 11b81add-f973-4fb7-af28-bff541e55778 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.684579 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42468 2025.09.18 00:43:42.684586 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36751 2025.09.18 00:43:42.684713 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:43:42.684738 [ 286 ] {} TCP-Session: 11b81add-f973-4fb7-af28-bff541e55778 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:42.684739 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:43:42.684750 [ 287 ] {} TCP-Session: c261292e-e93b-4ccc-9ad1-bff22e59b26e Authenticating user 'default' from [fd00:1122:3344:101::e]:42468 2025.09.18 00:43:42.684805 [ 288 ] {} TCP-Session: 0f005fec-93b0-49fa-8567-2b206e564a1c Authenticating user 'default' from [fd00:1122:3344:101::e]:36751 2025.09.18 00:43:42.684825 [ 287 ] {} TCP-Session: c261292e-e93b-4ccc-9ad1-bff22e59b26e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.684837 [ 288 ] {} TCP-Session: 0f005fec-93b0-49fa-8567-2b206e564a1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.684850 [ 287 ] {} TCP-Session: c261292e-e93b-4ccc-9ad1-bff22e59b26e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.684865 [ 288 ] {} TCP-Session: 0f005fec-93b0-49fa-8567-2b206e564a1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.684928 [ 286 ] {6580867b-3bee-49f6-b944-6046a315db8c} executeQuery: (from [fd00:1122:3344:101::e]:54123) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.18 00:43:42.685188 [ 286 ] {6580867b-3bee-49f6-b944-6046a315db8c} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.18 00:43:42.685241 [ 286 ] {6580867b-3bee-49f6-b944-6046a315db8c} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.18 00:43:42.685519 [ 286 ] {6580867b-3bee-49f6-b944-6046a315db8c} oximeter.version (53059a3a-d3d8-4ae6-a17a-1015bb2d496f) (SelectExecutor): Key condition: unknown 2025.09.18 00:43:42.686503 [ 318 ] {6580867b-3bee-49f6-b944-6046a315db8c} AggregatingTransform: Aggregating 2025.09.18 00:43:42.686551 [ 318 ] {6580867b-3bee-49f6-b944-6046a315db8c} Aggregator: Aggregation method: without_key 2025.09.18 00:43:42.686586 [ 318 ] {6580867b-3bee-49f6-b944-6046a315db8c} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000968686 sec. (1032.326 rows/sec., 40.33 KiB/sec.) 2025.09.18 00:43:42.686605 [ 318 ] {6580867b-3bee-49f6-b944-6046a315db8c} Aggregator: Merging aggregated data 2025.09.18 00:43:42.688039 [ 286 ] {6580867b-3bee-49f6-b944-6046a315db8c} executeQuery: Read 1 rows, 40.00 B in 0.003172 sec., 315.2585119798235 rows/sec., 12.31 KiB/sec. 2025.09.18 00:43:42.688150 [ 286 ] {6580867b-3bee-49f6-b944-6046a315db8c} TCPHandler: Processed in 0.003574836 sec. 2025.09.18 00:43:42.688279 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.18 00:43:42.688306 [ 286 ] {} TCP-Session: 11b81add-f973-4fb7-af28-bff541e55778 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.688326 [ 287 ] {} TCPHandler: Done processing connection. 2025.09.18 00:43:42.688335 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.18 00:43:42.688391 [ 287 ] {} TCP-Session: c261292e-e93b-4ccc-9ad1-bff22e59b26e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.688405 [ 288 ] {} TCP-Session: 0f005fec-93b0-49fa-8567-2b206e564a1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.690876 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49751 2025.09.18 00:43:42.690891 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46082 2025.09.18 00:43:42.690901 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45937 2025.09.18 00:43:42.690958 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60829 2025.09.18 00:43:42.690974 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:43:42.690978 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:43:42.691013 [ 288 ] {} TCP-Session: e5380976-fe60-4fc1-a935-50ba2d22435d Authenticating user 'default' from [fd00:1122:3344:101::e]:46082 2025.09.18 00:43:42.691023 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:43:42.691035 [ 350 ] {} TCP-Session: cd33e9ab-8332-46fa-81e8-d36f336ee04a Authenticating user 'default' from [fd00:1122:3344:101::e]:49751 2025.09.18 00:43:42.691042 [ 288 ] {} TCP-Session: e5380976-fe60-4fc1-a935-50ba2d22435d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.691064 [ 289 ] {} TCP-Session: 28e3e58d-3caa-4193-996a-7be4c9c26030 Authenticating user 'default' from [fd00:1122:3344:101::e]:45937 2025.09.18 00:43:42.691074 [ 350 ] {} TCP-Session: cd33e9ab-8332-46fa-81e8-d36f336ee04a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.691110 [ 289 ] {} TCP-Session: 28e3e58d-3caa-4193-996a-7be4c9c26030 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.691125 [ 350 ] {} TCP-Session: cd33e9ab-8332-46fa-81e8-d36f336ee04a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.691137 [ 289 ] {} TCP-Session: 28e3e58d-3caa-4193-996a-7be4c9c26030 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.691082 [ 288 ] {} TCP-Session: e5380976-fe60-4fc1-a935-50ba2d22435d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.691188 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:43:42.690916 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63673 2025.09.18 00:43:42.691250 [ 351 ] {} TCP-Session: 15904360-7e6e-436e-9328-71081652fda7 Authenticating user 'default' from [fd00:1122:3344:101::e]:60829 2025.09.18 00:43:42.690904 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63744 2025.09.18 00:43:42.691283 [ 351 ] {} TCP-Session: 15904360-7e6e-436e-9328-71081652fda7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.691314 [ 351 ] {} TCP-Session: 15904360-7e6e-436e-9328-71081652fda7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.706055 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:43:42.706118 [ 287 ] {} TCP-Session: e638d2b9-d16a-4bec-9ed7-36ddeb867b17 Authenticating user 'default' from [fd00:1122:3344:101::e]:63673 2025.09.18 00:43:42.706141 [ 287 ] {} TCP-Session: e638d2b9-d16a-4bec-9ed7-36ddeb867b17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.706154 [ 287 ] {} TCP-Session: e638d2b9-d16a-4bec-9ed7-36ddeb867b17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.711294 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:43:42.711391 [ 286 ] {} TCP-Session: be2fe380-11a4-4d74-843d-8c594c85fcaa Authenticating user 'default' from [fd00:1122:3344:101::e]:63744 2025.09.18 00:43:42.711426 [ 286 ] {} TCP-Session: be2fe380-11a4-4d74-843d-8c594c85fcaa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.711445 [ 286 ] {} TCP-Session: be2fe380-11a4-4d74-843d-8c594c85fcaa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.713366 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34026 2025.09.18 00:43:42.718900 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:43:42.718943 [ 352 ] {} TCP-Session: 89b2f54c-0816-42ec-b24d-d82a348705b4 Authenticating user 'default' from [fd00:1122:3344:101::e]:34026 2025.09.18 00:43:42.718965 [ 352 ] {} TCP-Session: 89b2f54c-0816-42ec-b24d-d82a348705b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.718980 [ 352 ] {} TCP-Session: 89b2f54c-0816-42ec-b24d-d82a348705b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.719329 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47206 2025.09.18 00:43:42.719377 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53193 2025.09.18 00:43:42.719432 [ 352 ] {} TCP-Session: 89b2f54c-0816-42ec-b24d-d82a348705b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:42.719639 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:43:42.719646 [ 352 ] {e4562eb2-0358-47dc-a35e-120e7199a0a8} executeQuery: (from [fd00:1122:3344:101::e]:34026) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.18 00:43:42.719672 [ 353 ] {} TCP-Session: 22886f42-f394-47d8-a3e3-38d87ee3df2e Authenticating user 'default' from [fd00:1122:3344:101::e]:47206 2025.09.18 00:43:42.719692 [ 353 ] {} TCP-Session: 22886f42-f394-47d8-a3e3-38d87ee3df2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.719706 [ 353 ] {} TCP-Session: 22886f42-f394-47d8-a3e3-38d87ee3df2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.719828 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54974 2025.09.18 00:43:42.719843 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36495 2025.09.18 00:43:42.719919 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:43:42.719965 [ 354 ] {} TCP-Session: 36d1e616-1227-4dbb-b6bc-e925ba370796 Authenticating user 'default' from [fd00:1122:3344:101::e]:53193 2025.09.18 00:43:42.719989 [ 354 ] {} TCP-Session: 36d1e616-1227-4dbb-b6bc-e925ba370796 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.720002 [ 354 ] {} TCP-Session: 36d1e616-1227-4dbb-b6bc-e925ba370796 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.720135 [ 352 ] {e4562eb2-0358-47dc-a35e-120e7199a0a8} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.18 00:43:42.720182 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:43:42.720200 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47214 2025.09.18 00:43:42.720216 [ 356 ] {} TCP-Session: 6eadf91e-7248-4d4d-8d2e-41983bed81d8 Authenticating user 'default' from [fd00:1122:3344:101::e]:54974 2025.09.18 00:43:42.720262 [ 356 ] {} TCP-Session: 6eadf91e-7248-4d4d-8d2e-41983bed81d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.720275 [ 356 ] {} TCP-Session: 6eadf91e-7248-4d4d-8d2e-41983bed81d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.720312 [ 352 ] {e4562eb2-0358-47dc-a35e-120e7199a0a8} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.18 00:43:42.720442 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:43:42.720470 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34609 2025.09.18 00:43:42.720496 [ 355 ] {} TCP-Session: 33b37890-9c87-4f8f-a4ba-001927685e34 Authenticating user 'default' from [fd00:1122:3344:101::e]:36495 2025.09.18 00:43:42.720523 [ 355 ] {} TCP-Session: 33b37890-9c87-4f8f-a4ba-001927685e34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.720539 [ 355 ] {} TCP-Session: 33b37890-9c87-4f8f-a4ba-001927685e34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.720736 [ 352 ] {e4562eb2-0358-47dc-a35e-120e7199a0a8} oximeter.version (53059a3a-d3d8-4ae6-a17a-1015bb2d496f) (SelectExecutor): Key condition: unknown 2025.09.18 00:43:42.720740 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:43:42.720810 [ 357 ] {} TCP-Session: 08cd552c-16df-422a-8624-f40f5ce90d99 Authenticating user 'default' from [fd00:1122:3344:101::e]:47214 2025.09.18 00:43:42.720837 [ 357 ] {} TCP-Session: 08cd552c-16df-422a-8624-f40f5ce90d99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.720851 [ 357 ] {} TCP-Session: 08cd552c-16df-422a-8624-f40f5ce90d99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.720905 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59473 2025.09.18 00:43:42.720977 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:43:42.721023 [ 358 ] {} TCP-Session: 8004d003-5278-44ce-a537-78bef5b7582a Authenticating user 'default' from [fd00:1122:3344:101::e]:34609 2025.09.18 00:43:42.721042 [ 358 ] {} TCP-Session: 8004d003-5278-44ce-a537-78bef5b7582a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.721055 [ 358 ] {} TCP-Session: 8004d003-5278-44ce-a537-78bef5b7582a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.721233 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:43:42.721268 [ 359 ] {} TCP-Session: 24d289b7-8699-4810-b59d-2c7cd2a005f3 Authenticating user 'default' from [fd00:1122:3344:101::e]:59473 2025.09.18 00:43:42.721282 [ 360 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43620 2025.09.18 00:43:42.721285 [ 359 ] {} TCP-Session: 24d289b7-8699-4810-b59d-2c7cd2a005f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.721338 [ 359 ] {} TCP-Session: 24d289b7-8699-4810-b59d-2c7cd2a005f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.721699 [ 360 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:43:42.721745 [ 360 ] {} TCP-Session: 3cf3c1ce-8937-476a-b00a-0f4caea5bf0d Authenticating user 'default' from [fd00:1122:3344:101::e]:43620 2025.09.18 00:43:42.721766 [ 360 ] {} TCP-Session: 3cf3c1ce-8937-476a-b00a-0f4caea5bf0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.721780 [ 360 ] {} TCP-Session: 3cf3c1ce-8937-476a-b00a-0f4caea5bf0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.721881 [ 304 ] {e4562eb2-0358-47dc-a35e-120e7199a0a8} AggregatingTransform: Aggregating 2025.09.18 00:43:42.721937 [ 304 ] {e4562eb2-0358-47dc-a35e-120e7199a0a8} Aggregator: Aggregation method: without_key 2025.09.18 00:43:42.721983 [ 304 ] {e4562eb2-0358-47dc-a35e-120e7199a0a8} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001124448 sec. (889.325 rows/sec., 34.74 KiB/sec.) 2025.09.18 00:43:42.722002 [ 304 ] {e4562eb2-0358-47dc-a35e-120e7199a0a8} Aggregator: Merging aggregated data 2025.09.18 00:43:42.723498 [ 352 ] {e4562eb2-0358-47dc-a35e-120e7199a0a8} executeQuery: Read 1 rows, 40.00 B in 0.003918 sec., 255.23226135783565 rows/sec., 9.97 KiB/sec. 2025.09.18 00:43:42.723634 [ 352 ] {e4562eb2-0358-47dc-a35e-120e7199a0a8} TCPHandler: Processed in 0.004360789 sec. 2025.09.18 00:43:42.723781 [ 352 ] {} TCPHandler: Done processing connection. 2025.09.18 00:43:42.723808 [ 352 ] {} TCP-Session: 89b2f54c-0816-42ec-b24d-d82a348705b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.723824 [ 360 ] {} TCPHandler: Done processing connection. 2025.09.18 00:43:42.723843 [ 354 ] {} TCPHandler: Done processing connection. 2025.09.18 00:43:42.723863 [ 358 ] {} TCPHandler: Done processing connection. 2025.09.18 00:43:42.723878 [ 353 ] {} TCPHandler: Done processing connection. 2025.09.18 00:43:42.723903 [ 355 ] {} TCPHandler: Done processing connection. 2025.09.18 00:43:42.723921 [ 358 ] {} TCP-Session: 8004d003-5278-44ce-a537-78bef5b7582a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.723929 [ 353 ] {} TCP-Session: 22886f42-f394-47d8-a3e3-38d87ee3df2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.723938 [ 356 ] {} TCPHandler: Done processing connection. 2025.09.18 00:43:42.723957 [ 359 ] {} TCPHandler: Done processing connection. 2025.09.18 00:43:42.723958 [ 355 ] {} TCP-Session: 33b37890-9c87-4f8f-a4ba-001927685e34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.724015 [ 359 ] {} TCP-Session: 24d289b7-8699-4810-b59d-2c7cd2a005f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.724008 [ 356 ] {} TCP-Session: 6eadf91e-7248-4d4d-8d2e-41983bed81d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.723918 [ 357 ] {} TCPHandler: Done processing connection. 2025.09.18 00:43:42.723914 [ 354 ] {} TCP-Session: 36d1e616-1227-4dbb-b6bc-e925ba370796 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.724091 [ 357 ] {} TCP-Session: 08cd552c-16df-422a-8624-f40f5ce90d99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.723867 [ 360 ] {} TCP-Session: 3cf3c1ce-8937-476a-b00a-0f4caea5bf0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.733557 [ 289 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:45937). (NETWORK_ERROR), 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::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2025.09.18 00:43:42.733706 [ 289 ] {} TCP-Session: 28e3e58d-3caa-4193-996a-7be4c9c26030 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.733733 [ 286 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:63744). (NETWORK_ERROR), 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::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2025.09.18 00:43:42.733798 [ 286 ] {} TCP-Session: be2fe380-11a4-4d74-843d-8c594c85fcaa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.733829 [ 288 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:46082). (NETWORK_ERROR), 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::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2025.09.18 00:43:42.733898 [ 288 ] {} TCP-Session: e5380976-fe60-4fc1-a935-50ba2d22435d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.733923 [ 287 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:63673). (NETWORK_ERROR), 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::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2025.09.18 00:43:42.734017 [ 287 ] {} TCP-Session: e638d2b9-d16a-4bec-9ed7-36ddeb867b17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.734031 [ 350 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:49751). (NETWORK_ERROR), 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::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2025.09.18 00:43:42.734108 [ 350 ] {} TCP-Session: cd33e9ab-8332-46fa-81e8-d36f336ee04a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.734126 [ 351 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:60829). (NETWORK_ERROR), 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::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2025.09.18 00:43:42.734196 [ 351 ] {} TCP-Session: 15904360-7e6e-436e-9328-71081652fda7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.834000 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33096 2025.09.18 00:43:42.834136 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:43:42.834168 [ 286 ] {} TCP-Session: c29e8ee3-7983-434b-8761-cba8b5184267 Authenticating user 'default' from [fd00:1122:3344:101::e]:33096 2025.09.18 00:43:42.834199 [ 286 ] {} TCP-Session: c29e8ee3-7983-434b-8761-cba8b5184267 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.834216 [ 286 ] {} TCP-Session: c29e8ee3-7983-434b-8761-cba8b5184267 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.834554 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42370 2025.09.18 00:43:42.834589 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56950 2025.09.18 00:43:42.834618 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63448 2025.09.18 00:43:42.834632 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38368 2025.09.18 00:43:42.834567 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58245 2025.09.18 00:43:42.834707 [ 286 ] {} TCP-Session: c29e8ee3-7983-434b-8761-cba8b5184267 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:42.834729 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:43:42.834705 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:43:42.834804 [ 352 ] {} TCP-Session: 5452e4fd-57de-4070-8b4a-7678532ef415 Authenticating user 'default' from [fd00:1122:3344:101::e]:63448 2025.09.18 00:43:42.834838 [ 287 ] {} TCP-Session: ac9dcc02-f0a3-4247-b858-73c65413a897 Authenticating user 'default' from [fd00:1122:3344:101::e]:42370 2025.09.18 00:43:42.834848 [ 352 ] {} TCP-Session: 5452e4fd-57de-4070-8b4a-7678532ef415 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.834861 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:43:42.834885 [ 352 ] {} TCP-Session: 5452e4fd-57de-4070-8b4a-7678532ef415 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.834703 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:43:42.834924 [ 288 ] {} TCP-Session: d81e757c-1e72-4970-9c04-7b810904e313 Authenticating user 'default' from [fd00:1122:3344:101::e]:58245 2025.09.18 00:43:42.834961 [ 350 ] {} TCP-Session: e798970a-151d-4831-b236-1f0da88c6c54 Authenticating user 'default' from [fd00:1122:3344:101::e]:56950 2025.09.18 00:43:42.834990 [ 288 ] {} TCP-Session: d81e757c-1e72-4970-9c04-7b810904e313 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.834994 [ 286 ] {68e9f876-6319-46b7-aefa-8dbb205851b7} executeQuery: (from [fd00:1122:3344:101::e]:33096) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.18 00:43:42.835017 [ 288 ] {} TCP-Session: d81e757c-1e72-4970-9c04-7b810904e313 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.834880 [ 287 ] {} TCP-Session: ac9dcc02-f0a3-4247-b858-73c65413a897 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.835081 [ 287 ] {} TCP-Session: ac9dcc02-f0a3-4247-b858-73c65413a897 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.834638 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45038 2025.09.18 00:43:42.834603 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44002 2025.09.18 00:43:42.834997 [ 350 ] {} TCP-Session: e798970a-151d-4831-b236-1f0da88c6c54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.834735 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:43:42.835206 [ 350 ] {} TCP-Session: e798970a-151d-4831-b236-1f0da88c6c54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.835221 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:43:42.835244 [ 353 ] {} TCP-Session: d04ea396-00af-4469-8c41-9bd83be9f8c6 Authenticating user 'default' from [fd00:1122:3344:101::e]:38368 2025.09.18 00:43:42.835281 [ 351 ] {} TCP-Session: d7b5e7af-f086-4e00-8bc5-a48f69395bd5 Authenticating user 'default' from [fd00:1122:3344:101::e]:44002 2025.09.18 00:43:42.835302 [ 353 ] {} TCP-Session: d04ea396-00af-4469-8c41-9bd83be9f8c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.834579 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60368 2025.09.18 00:43:42.835328 [ 351 ] {} TCP-Session: d7b5e7af-f086-4e00-8bc5-a48f69395bd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.835334 [ 353 ] {} TCP-Session: d04ea396-00af-4469-8c41-9bd83be9f8c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.835385 [ 286 ] {68e9f876-6319-46b7-aefa-8dbb205851b7} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.18 00:43:42.835401 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:43:42.835373 [ 351 ] {} TCP-Session: d7b5e7af-f086-4e00-8bc5-a48f69395bd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.835443 [ 289 ] {} TCP-Session: a3a4eab5-16b7-4788-9b2e-322a6b9d5076 Authenticating user 'default' from [fd00:1122:3344:101::e]:60368 2025.09.18 00:43:42.835446 [ 286 ] {68e9f876-6319-46b7-aefa-8dbb205851b7} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.18 00:43:42.835471 [ 289 ] {} TCP-Session: a3a4eab5-16b7-4788-9b2e-322a6b9d5076 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.835220 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:43:42.835502 [ 289 ] {} TCP-Session: a3a4eab5-16b7-4788-9b2e-322a6b9d5076 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.835526 [ 354 ] {} TCP-Session: a5a02a2f-21ba-4a08-a616-3147e5720862 Authenticating user 'default' from [fd00:1122:3344:101::e]:45038 2025.09.18 00:43:42.835542 [ 354 ] {} TCP-Session: a5a02a2f-21ba-4a08-a616-3147e5720862 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.835555 [ 354 ] {} TCP-Session: a5a02a2f-21ba-4a08-a616-3147e5720862 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.835762 [ 286 ] {68e9f876-6319-46b7-aefa-8dbb205851b7} oximeter.version (53059a3a-d3d8-4ae6-a17a-1015bb2d496f) (SelectExecutor): Key condition: unknown 2025.09.18 00:43:42.836776 [ 301 ] {68e9f876-6319-46b7-aefa-8dbb205851b7} AggregatingTransform: Aggregating 2025.09.18 00:43:42.836826 [ 301 ] {68e9f876-6319-46b7-aefa-8dbb205851b7} Aggregator: Aggregation method: without_key 2025.09.18 00:43:42.836865 [ 301 ] {68e9f876-6319-46b7-aefa-8dbb205851b7} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000997765 sec. (1002.240 rows/sec., 39.15 KiB/sec.) 2025.09.18 00:43:42.836885 [ 301 ] {68e9f876-6319-46b7-aefa-8dbb205851b7} Aggregator: Merging aggregated data 2025.09.18 00:43:42.838219 [ 286 ] {68e9f876-6319-46b7-aefa-8dbb205851b7} executeQuery: Read 1 rows, 40.00 B in 0.003305 sec., 302.571860816944 rows/sec., 11.82 KiB/sec. 2025.09.18 00:43:42.838360 [ 286 ] {68e9f876-6319-46b7-aefa-8dbb205851b7} TCPHandler: Processed in 0.00386239 sec. 2025.09.18 00:43:42.838463 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.18 00:43:42.838489 [ 286 ] {} TCP-Session: c29e8ee3-7983-434b-8761-cba8b5184267 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.838502 [ 287 ] {} TCPHandler: Done processing connection. 2025.09.18 00:43:42.838508 [ 354 ] {} TCPHandler: Done processing connection. 2025.09.18 00:43:42.838527 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.18 00:43:42.838543 [ 287 ] {} TCP-Session: ac9dcc02-f0a3-4247-b858-73c65413a897 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.838562 [ 352 ] {} TCPHandler: Done processing connection. 2025.09.18 00:43:42.838579 [ 350 ] {} TCPHandler: Done processing connection. 2025.09.18 00:43:42.838605 [ 351 ] {} TCPHandler: Done processing connection. 2025.09.18 00:43:42.838622 [ 353 ] {} TCPHandler: Done processing connection. 2025.09.18 00:43:42.838646 [ 350 ] {} TCP-Session: e798970a-151d-4831-b236-1f0da88c6c54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.838663 [ 351 ] {} TCP-Session: d7b5e7af-f086-4e00-8bc5-a48f69395bd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.838685 [ 353 ] {} TCP-Session: d04ea396-00af-4469-8c41-9bd83be9f8c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.838590 [ 288 ] {} TCP-Session: d81e757c-1e72-4970-9c04-7b810904e313 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.838591 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.18 00:43:42.838562 [ 354 ] {} TCP-Session: a5a02a2f-21ba-4a08-a616-3147e5720862 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.838766 [ 289 ] {} TCP-Session: a3a4eab5-16b7-4788-9b2e-322a6b9d5076 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:42.838619 [ 352 ] {} TCP-Session: 5452e4fd-57de-4070-8b4a-7678532ef415 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:43:44.237020 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 15813 2025.09.18 00:43:44.237545 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:44.237599 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.18 00:43:44.238116 [ 245 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.09.18 00:43:44.238347 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:44.238488 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15813 2025.09.18 00:43:45.083214 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 249 2025.09.18 00:43:45.098714 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:45.098781 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.18 00:43:45.104921 [ 244 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.09.18 00:43:45.105639 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:45.108386 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 249 2025.09.18 00:43:46.500209 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:46.500410 [ 276 ] {3180e38a-d0fb-4800-af5d-af797888e5c7} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.18 00:43:46.500486 [ 276 ] {3180e38a-d0fb-4800-af5d-af797888e5c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.18 00:43:46.501171 [ 276 ] {3180e38a-d0fb-4800-af5d-af797888e5c7} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:46.501219 [ 276 ] {3180e38a-d0fb-4800-af5d-af797888e5c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.18 00:43:46.501609 [ 276 ] {3180e38a-d0fb-4800-af5d-af797888e5c7} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.09.18 00:43:46.501845 [ 276 ] {3180e38a-d0fb-4800-af5d-af797888e5c7} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:46.502009 [ 276 ] {3180e38a-d0fb-4800-af5d-af797888e5c7} executeQuery: Read 2 rows, 167.00 B in 0.001654 sec., 1209.1898428053203 rows/sec., 98.60 KiB/sec. 2025.09.18 00:43:46.502058 [ 276 ] {3180e38a-d0fb-4800-af5d-af797888e5c7} TCPHandler: Processed in 0.001991311 sec. 2025.09.18 00:43:46.502184 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:46.502287 [ 276 ] {02dc3094-fbe2-4d33-90d7-ca2354b19340} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:43:46.502329 [ 276 ] {02dc3094-fbe2-4d33-90d7-ca2354b19340} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:43:46.503379 [ 276 ] {02dc3094-fbe2-4d33-90d7-ca2354b19340} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:46.503421 [ 276 ] {02dc3094-fbe2-4d33-90d7-ca2354b19340} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.18 00:43:46.503825 [ 276 ] {02dc3094-fbe2-4d33-90d7-ca2354b19340} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.09.18 00:43:46.504034 [ 276 ] {02dc3094-fbe2-4d33-90d7-ca2354b19340} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:46.504166 [ 276 ] {02dc3094-fbe2-4d33-90d7-ca2354b19340} executeQuery: Read 1197 rows, 101.04 KiB in 0.001902 sec., 629337.5394321766 rows/sec., 51.88 MiB/sec. 2025.09.18 00:43:46.504207 [ 276 ] {02dc3094-fbe2-4d33-90d7-ca2354b19340} TCPHandler: Processed in 0.002075393 sec. 2025.09.18 00:43:46.504315 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:46.504421 [ 276 ] {96885510-d1fd-496b-a4c5-fc78e9c2f6bd} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.18 00:43:46.504464 [ 276 ] {96885510-d1fd-496b-a4c5-fc78e9c2f6bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.18 00:43:46.504861 [ 276 ] {96885510-d1fd-496b-a4c5-fc78e9c2f6bd} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:46.504899 [ 276 ] {96885510-d1fd-496b-a4c5-fc78e9c2f6bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.18 00:43:46.505229 [ 276 ] {96885510-d1fd-496b-a4c5-fc78e9c2f6bd} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.09.18 00:43:46.505473 [ 276 ] {96885510-d1fd-496b-a4c5-fc78e9c2f6bd} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:46.505615 [ 127 ] {} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.09.18 00:43:46.505627 [ 276 ] {96885510-d1fd-496b-a4c5-fc78e9c2f6bd} executeQuery: Read 2 rows, 143.00 B in 0.001225 sec., 1632.6530612244899 rows/sec., 114.00 KiB/sec. 2025.09.18 00:43:46.505685 [ 127 ] {} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:46.505699 [ 276 ] {96885510-d1fd-496b-a4c5-fc78e9c2f6bd} TCPHandler: Processed in 0.001435072 sec. 2025.09.18 00:43:46.505712 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.18 00:43:46.505832 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:46.505888 [ 198 ] {760959a3-fef0-4463-b66b-9e8797170cee::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.09.18 00:43:46.505947 [ 276 ] {bc278023-78dc-4221-8f2a-4b2a1562f5a0} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.18 00:43:46.506007 [ 276 ] {bc278023-78dc-4221-8f2a-4b2a1562f5a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.18 00:43:46.506099 [ 198 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:43:46.506143 [ 198 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 72 rows starting from the beginning of the part 2025.09.18 00:43:46.506228 [ 198 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part 2025.09.18 00:43:46.506281 [ 198 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 42 rows starting from the beginning of the part 2025.09.18 00:43:46.506335 [ 198 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 56 rows starting from the beginning of the part 2025.09.18 00:43:46.506381 [ 198 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 42 rows starting from the beginning of the part 2025.09.18 00:43:46.506428 [ 198 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 2 rows starting from the beginning of the part 2025.09.18 00:43:46.506476 [ 276 ] {bc278023-78dc-4221-8f2a-4b2a1562f5a0} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:46.506517 [ 276 ] {bc278023-78dc-4221-8f2a-4b2a1562f5a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.18 00:43:46.506867 [ 276 ] {bc278023-78dc-4221-8f2a-4b2a1562f5a0} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.09.18 00:43:46.507097 [ 276 ] {bc278023-78dc-4221-8f2a-4b2a1562f5a0} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:46.507230 [ 276 ] {bc278023-78dc-4221-8f2a-4b2a1562f5a0} executeQuery: Read 228 rows, 15.81 KiB in 0.001306 sec., 174578.86676875956 rows/sec., 11.82 MiB/sec. 2025.09.18 00:43:46.507268 [ 276 ] {bc278023-78dc-4221-8f2a-4b2a1562f5a0} TCPHandler: Processed in 0.001498023 sec. 2025.09.18 00:43:46.507375 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:46.507420 [ 192 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 5 columns (5 merged, 0 gathered) in 0.001614925 sec., 133752.34144000497 rows/sec., 10.32 MiB/sec. 2025.09.18 00:43:46.507468 [ 276 ] {81851261-279a-4d5a-a72d-73d593803e1d} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:43:46.507532 [ 276 ] {81851261-279a-4d5a-a72d-73d593803e1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:43:46.507608 [ 198 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.09.18 00:43:46.507865 [ 198 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_31_6} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:46.507941 [ 198 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_31_6} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.09.18 00:43:46.508020 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2025.09.18 00:43:46.508107 [ 276 ] {81851261-279a-4d5a-a72d-73d593803e1d} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:46.508149 [ 276 ] {81851261-279a-4d5a-a72d-73d593803e1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.18 00:43:46.508473 [ 276 ] {81851261-279a-4d5a-a72d-73d593803e1d} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.09.18 00:43:46.508692 [ 276 ] {81851261-279a-4d5a-a72d-73d593803e1d} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:46.508820 [ 276 ] {81851261-279a-4d5a-a72d-73d593803e1d} executeQuery: Read 522 rows, 39.57 KiB in 0.001369 sec., 381300.219138057 rows/sec., 28.22 MiB/sec. 2025.09.18 00:43:46.508857 [ 276 ] {81851261-279a-4d5a-a72d-73d593803e1d} TCPHandler: Processed in 0.001532754 sec. 2025.09.18 00:43:46.508963 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:46.509058 [ 276 ] {f1075dea-81a6-40c3-9f9f-880dbbfbaed2} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:43:46.509102 [ 276 ] {f1075dea-81a6-40c3-9f9f-880dbbfbaed2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:43:46.509643 [ 276 ] {f1075dea-81a6-40c3-9f9f-880dbbfbaed2} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:46.509681 [ 276 ] {f1075dea-81a6-40c3-9f9f-880dbbfbaed2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.18 00:43:46.510060 [ 276 ] {f1075dea-81a6-40c3-9f9f-880dbbfbaed2} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.09.18 00:43:46.510265 [ 276 ] {f1075dea-81a6-40c3-9f9f-880dbbfbaed2} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:46.510394 [ 276 ] {f1075dea-81a6-40c3-9f9f-880dbbfbaed2} executeQuery: Read 845 rows, 58.24 KiB in 0.001355 sec., 623616.2361623616 rows/sec., 41.97 MiB/sec. 2025.09.18 00:43:46.510431 [ 276 ] {f1075dea-81a6-40c3-9f9f-880dbbfbaed2} TCPHandler: Processed in 0.001517154 sec. 2025.09.18 00:43:46.510540 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:46.510633 [ 276 ] {42e5e6cc-aaa3-4784-88bd-3d2342292dd2} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:43:46.510675 [ 276 ] {42e5e6cc-aaa3-4784-88bd-3d2342292dd2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:43:46.510992 [ 276 ] {42e5e6cc-aaa3-4784-88bd-3d2342292dd2} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:46.511027 [ 276 ] {42e5e6cc-aaa3-4784-88bd-3d2342292dd2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.18 00:43:46.511323 [ 276 ] {42e5e6cc-aaa3-4784-88bd-3d2342292dd2} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.09.18 00:43:46.511524 [ 276 ] {42e5e6cc-aaa3-4784-88bd-3d2342292dd2} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:46.511649 [ 276 ] {42e5e6cc-aaa3-4784-88bd-3d2342292dd2} executeQuery: Read 60 rows, 4.14 KiB in 0.001034 sec., 58027.07930367505 rows/sec., 3.91 MiB/sec. 2025.09.18 00:43:46.511687 [ 276 ] {42e5e6cc-aaa3-4784-88bd-3d2342292dd2} TCPHandler: Processed in 0.001196029 sec. 2025.09.18 00:43:46.780344 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 772 2025.09.18 00:43:46.782707 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:46.782754 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. 2025.09.18 00:43:46.783953 [ 243 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.09.18 00:43:46.784213 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:46.784543 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 772 2025.09.18 00:43:51.467363 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:51.467607 [ 276 ] {8460219c-a453-49d8-93f6-c491df01ec96} executeQuery: (from [fd00:1122:3344:101::d]:63232) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.09.18 00:43:51.467963 [ 276 ] {8460219c-a453-49d8-93f6-c491df01ec96} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.09.18 00:43:51.468001 [ 276 ] {8460219c-a453-49d8-93f6-c491df01ec96} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.09.18 00:43:51.468252 [ 276 ] {8460219c-a453-49d8-93f6-c491df01ec96} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.18 00:43:51.468316 [ 276 ] {8460219c-a453-49d8-93f6-c491df01ec96} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.18 00:43:51.468458 [ 276 ] {8460219c-a453-49d8-93f6-c491df01ec96} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2025.09.18 00:43:51.468559 [ 309 ] {8460219c-a453-49d8-93f6-c491df01ec96} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.09.18 00:43:51.468585 [ 284 ] {8460219c-a453-49d8-93f6-c491df01ec96} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.09.18 00:43:51.468585 [ 339 ] {8460219c-a453-49d8-93f6-c491df01ec96} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.09.18 00:43:51.468723 [ 276 ] {8460219c-a453-49d8-93f6-c491df01ec96} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (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.09.18 00:43:51.468749 [ 276 ] {8460219c-a453-49d8-93f6-c491df01ec96} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.09.18 00:43:51.468834 [ 276 ] {8460219c-a453-49d8-93f6-c491df01ec96} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.09.18 00:43:51.468854 [ 276 ] {8460219c-a453-49d8-93f6-c491df01ec96} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52) (SelectExecutor): Reading approx. 35 rows with 3 streams 2025.09.18 00:43:51.468891 [ 276 ] {8460219c-a453-49d8-93f6-c491df01ec96} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.09.18 00:43:51.468929 [ 276 ] {8460219c-a453-49d8-93f6-c491df01ec96} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.09.18 00:43:51.468964 [ 276 ] {8460219c-a453-49d8-93f6-c491df01ec96} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.09.18 00:43:51.470041 [ 276 ] {8460219c-a453-49d8-93f6-c491df01ec96} executeQuery: Read 35 rows, 1.48 KiB in 0.002534 sec., 13812.154696132598 rows/sec., 584.24 KiB/sec. 2025.09.18 00:43:51.470168 [ 276 ] {8460219c-a453-49d8-93f6-c491df01ec96} TCPHandler: Processed in 0.002948507 sec. 2025.09.18 00:43:51.479815 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:51.479923 [ 276 ] {58efbc01-1cf8-4fb3-81dc-ddce9a833a6e} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.09.18 00:43:51.479965 [ 276 ] {58efbc01-1cf8-4fb3-81dc-ddce9a833a6e} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.09.18 00:43:51.480468 [ 276 ] {58efbc01-1cf8-4fb3-81dc-ddce9a833a6e} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:51.480509 [ 276 ] {58efbc01-1cf8-4fb3-81dc-ddce9a833a6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.18 00:43:51.480899 [ 276 ] {58efbc01-1cf8-4fb3-81dc-ddce9a833a6e} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.09.18 00:43:51.481088 [ 276 ] {58efbc01-1cf8-4fb3-81dc-ddce9a833a6e} oximeter.timeseries_schema (71645beb-f3d9-4c44-9b29-27f0e4cb6d52): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:51.481229 [ 276 ] {58efbc01-1cf8-4fb3-81dc-ddce9a833a6e} executeQuery: Read 1 rows, 106.00 B in 0.001337 sec., 747.9431563201197 rows/sec., 77.42 KiB/sec. 2025.09.18 00:43:51.481268 [ 276 ] {58efbc01-1cf8-4fb3-81dc-ddce9a833a6e} TCPHandler: Processed in 0.001502904 sec. 2025.09.18 00:43:51.481366 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:51.481459 [ 276 ] {c5e4b646-536b-4304-b64f-6aec4d822e02} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:43:51.481498 [ 276 ] {c5e4b646-536b-4304-b64f-6aec4d822e02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:43:51.481982 [ 276 ] {c5e4b646-536b-4304-b64f-6aec4d822e02} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:51.482022 [ 276 ] {c5e4b646-536b-4304-b64f-6aec4d822e02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.18 00:43:51.482350 [ 276 ] {c5e4b646-536b-4304-b64f-6aec4d822e02} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.09.18 00:43:51.482569 [ 276 ] {c5e4b646-536b-4304-b64f-6aec4d822e02} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:51.482706 [ 276 ] {c5e4b646-536b-4304-b64f-6aec4d822e02} executeQuery: Read 141 rows, 12.54 KiB in 0.001265 sec., 111462.45059288538 rows/sec., 9.68 MiB/sec. 2025.09.18 00:43:51.482745 [ 276 ] {c5e4b646-536b-4304-b64f-6aec4d822e02} TCPHandler: Processed in 0.001425652 sec. 2025.09.18 00:43:51.482852 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:51.482950 [ 276 ] {8d6900b0-8b88-4b47-8e62-d900572451a4} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.18 00:43:51.482990 [ 276 ] {8d6900b0-8b88-4b47-8e62-d900572451a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.18 00:43:51.483384 [ 276 ] {8d6900b0-8b88-4b47-8e62-d900572451a4} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:51.483420 [ 276 ] {8d6900b0-8b88-4b47-8e62-d900572451a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.18 00:43:51.483719 [ 276 ] {8d6900b0-8b88-4b47-8e62-d900572451a4} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.09.18 00:43:51.483936 [ 276 ] {8d6900b0-8b88-4b47-8e62-d900572451a4} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:51.484066 [ 276 ] {8d6900b0-8b88-4b47-8e62-d900572451a4} executeQuery: Read 42 rows, 3.16 KiB in 0.001135 sec., 37004.405286343615 rows/sec., 2.72 MiB/sec. 2025.09.18 00:43:51.484102 [ 276 ] {8d6900b0-8b88-4b47-8e62-d900572451a4} TCPHandler: Processed in 0.00130079 sec. 2025.09.18 00:43:51.484222 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:51.484345 [ 276 ] {fc6334f9-e32f-4f63-af3e-1ce1f1e651ac} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.18 00:43:51.484394 [ 276 ] {fc6334f9-e32f-4f63-af3e-1ce1f1e651ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.18 00:43:51.484846 [ 276 ] {fc6334f9-e32f-4f63-af3e-1ce1f1e651ac} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:51.484891 [ 276 ] {fc6334f9-e32f-4f63-af3e-1ce1f1e651ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.18 00:43:51.485243 [ 276 ] {fc6334f9-e32f-4f63-af3e-1ce1f1e651ac} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.09.18 00:43:51.485459 [ 276 ] {fc6334f9-e32f-4f63-af3e-1ce1f1e651ac} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:51.485590 [ 276 ] {fc6334f9-e32f-4f63-af3e-1ce1f1e651ac} executeQuery: Read 1 rows, 68.00 B in 0.001269 sec., 788.0220646178093 rows/sec., 52.33 KiB/sec. 2025.09.18 00:43:51.485628 [ 276 ] {fc6334f9-e32f-4f63-af3e-1ce1f1e651ac} TCPHandler: Processed in 0.001467543 sec. 2025.09.18 00:43:51.485730 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:51.485823 [ 276 ] {def54ed2-cf10-4f82-85a6-f512d7f65654} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:43:51.485860 [ 276 ] {def54ed2-cf10-4f82-85a6-f512d7f65654} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:43:51.486237 [ 276 ] {def54ed2-cf10-4f82-85a6-f512d7f65654} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:51.486271 [ 276 ] {def54ed2-cf10-4f82-85a6-f512d7f65654} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.18 00:43:51.486552 [ 276 ] {def54ed2-cf10-4f82-85a6-f512d7f65654} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.09.18 00:43:51.486814 [ 276 ] {def54ed2-cf10-4f82-85a6-f512d7f65654} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:51.486953 [ 276 ] {def54ed2-cf10-4f82-85a6-f512d7f65654} executeQuery: Read 106 rows, 8.48 KiB in 0.001146 sec., 92495.63699825479 rows/sec., 7.22 MiB/sec. 2025.09.18 00:43:51.486992 [ 276 ] {def54ed2-cf10-4f82-85a6-f512d7f65654} TCPHandler: Processed in 0.001311411 sec. 2025.09.18 00:43:51.487094 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:51.487188 [ 276 ] {3011da9b-da70-4e18-ba9b-9caee0bbf0aa} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:43:51.487231 [ 276 ] {3011da9b-da70-4e18-ba9b-9caee0bbf0aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:43:51.487596 [ 276 ] {3011da9b-da70-4e18-ba9b-9caee0bbf0aa} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:51.487632 [ 276 ] {3011da9b-da70-4e18-ba9b-9caee0bbf0aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.18 00:43:51.487949 [ 276 ] {3011da9b-da70-4e18-ba9b-9caee0bbf0aa} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.09.18 00:43:51.488154 [ 276 ] {3011da9b-da70-4e18-ba9b-9caee0bbf0aa} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:51.488291 [ 276 ] {3011da9b-da70-4e18-ba9b-9caee0bbf0aa} executeQuery: Read 160 rows, 11.41 KiB in 0.001121 sec., 142729.70561998215 rows/sec., 9.94 MiB/sec. 2025.09.18 00:43:51.488327 [ 276 ] {3011da9b-da70-4e18-ba9b-9caee0bbf0aa} TCPHandler: Processed in 0.001283371 sec. 2025.09.18 00:43:51.488428 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:51.488521 [ 276 ] {82745db1-4b0b-424c-bc69-aed2d2330859} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.09.18 00:43:51.488562 [ 276 ] {82745db1-4b0b-424c-bc69-aed2d2330859} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.09.18 00:43:51.488854 [ 276 ] {82745db1-4b0b-424c-bc69-aed2d2330859} oximeter.measurements_f64 (56ca0e5e-d421-482a-9a88-02655ca42ba3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:51.488889 [ 276 ] {82745db1-4b0b-424c-bc69-aed2d2330859} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.18 00:43:51.489186 [ 276 ] {82745db1-4b0b-424c-bc69-aed2d2330859} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.09.18 00:43:51.489389 [ 276 ] {82745db1-4b0b-424c-bc69-aed2d2330859} oximeter.measurements_f64 (56ca0e5e-d421-482a-9a88-02655ca42ba3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:51.489518 [ 276 ] {82745db1-4b0b-424c-bc69-aed2d2330859} executeQuery: Read 1 rows, 65.00 B in 0.001015 sec., 985.2216748768473 rows/sec., 62.54 KiB/sec. 2025.09.18 00:43:51.489556 [ 276 ] {82745db1-4b0b-424c-bc69-aed2d2330859} TCPHandler: Processed in 0.001176589 sec. 2025.09.18 00:43:51.489652 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:51.489744 [ 276 ] {2586cae2-bd14-4f2c-88b3-83d15788afb1} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.18 00:43:51.489797 [ 276 ] {2586cae2-bd14-4f2c-88b3-83d15788afb1} 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.09.18 00:43:51.490560 [ 276 ] {2586cae2-bd14-4f2c-88b3-83d15788afb1} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:51.490597 [ 276 ] {2586cae2-bd14-4f2c-88b3-83d15788afb1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.18 00:43:51.491169 [ 276 ] {2586cae2-bd14-4f2c-88b3-83d15788afb1} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.09.18 00:43:51.491389 [ 276 ] {2586cae2-bd14-4f2c-88b3-83d15788afb1} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:51.491530 [ 276 ] {2586cae2-bd14-4f2c-88b3-83d15788afb1} executeQuery: Read 42 rows, 77.07 KiB in 0.001803 sec., 23294.50915141431 rows/sec., 41.74 MiB/sec. 2025.09.18 00:43:51.491582 [ 276 ] {2586cae2-bd14-4f2c-88b3-83d15788afb1} TCPHandler: Processed in 0.001978462 sec. 2025.09.18 00:43:51.491682 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:51.491775 [ 276 ] {bb61e9dd-5376-4b4e-ae78-e6268fae4bd1} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:43:51.491818 [ 276 ] {bb61e9dd-5376-4b4e-ae78-e6268fae4bd1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:43:51.492127 [ 276 ] {bb61e9dd-5376-4b4e-ae78-e6268fae4bd1} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:51.492162 [ 276 ] {bb61e9dd-5376-4b4e-ae78-e6268fae4bd1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.18 00:43:51.492478 [ 276 ] {bb61e9dd-5376-4b4e-ae78-e6268fae4bd1} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.09.18 00:43:51.492681 [ 276 ] {bb61e9dd-5376-4b4e-ae78-e6268fae4bd1} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:51.492807 [ 276 ] {bb61e9dd-5376-4b4e-ae78-e6268fae4bd1} executeQuery: Read 60 rows, 4.14 KiB in 0.00105 sec., 57142.857142857145 rows/sec., 3.85 MiB/sec. 2025.09.18 00:43:51.492842 [ 276 ] {bb61e9dd-5376-4b4e-ae78-e6268fae4bd1} TCPHandler: Processed in 0.001208719 sec. 2025.09.18 00:43:51.619474 [ 140 ] {} DNSResolver: Updating DNS cache 2025.09.18 00:43:51.619533 [ 140 ] {} DNSResolver: Updated DNS cache 2025.09.18 00:43:51.738664 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 16261 2025.09.18 00:43:51.739086 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:51.739128 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.18 00:43:51.739596 [ 245 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.09.18 00:43:51.739839 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:51.739968 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16261 2025.09.18 00:43:52.608554 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 256 2025.09.18 00:43:52.626004 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:52.626067 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.18 00:43:52.632997 [ 244 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.09.18 00:43:52.633745 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:52.637246 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 256 2025.09.18 00:43:56.474325 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:56.474503 [ 276 ] {b6dfb29c-2e08-48a6-a1a4-5e845cc9ca40} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:43:56.474567 [ 276 ] {b6dfb29c-2e08-48a6-a1a4-5e845cc9ca40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:43:56.475209 [ 276 ] {b6dfb29c-2e08-48a6-a1a4-5e845cc9ca40} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:56.475248 [ 276 ] {b6dfb29c-2e08-48a6-a1a4-5e845cc9ca40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.18 00:43:56.475631 [ 276 ] {b6dfb29c-2e08-48a6-a1a4-5e845cc9ca40} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.09.18 00:43:56.475851 [ 276 ] {b6dfb29c-2e08-48a6-a1a4-5e845cc9ca40} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:56.476003 [ 276 ] {b6dfb29c-2e08-48a6-a1a4-5e845cc9ca40} executeQuery: Read 56 rows, 4.41 KiB in 0.001548 sec., 36175.71059431525 rows/sec., 2.78 MiB/sec. 2025.09.18 00:43:56.476045 [ 276 ] {b6dfb29c-2e08-48a6-a1a4-5e845cc9ca40} TCPHandler: Processed in 0.001847519 sec. 2025.09.18 00:43:56.476165 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:56.476260 [ 276 ] {d8aa56b1-4c49-40cf-9817-135312b5e56f} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:43:56.476300 [ 276 ] {d8aa56b1-4c49-40cf-9817-135312b5e56f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:43:56.476720 [ 276 ] {d8aa56b1-4c49-40cf-9817-135312b5e56f} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:56.476757 [ 276 ] {d8aa56b1-4c49-40cf-9817-135312b5e56f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.18 00:43:56.477066 [ 276 ] {d8aa56b1-4c49-40cf-9817-135312b5e56f} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.09.18 00:43:56.477270 [ 276 ] {d8aa56b1-4c49-40cf-9817-135312b5e56f} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:56.477400 [ 276 ] {d8aa56b1-4c49-40cf-9817-135312b5e56f} executeQuery: Read 64 rows, 5.12 KiB in 0.00116 sec., 55172.41379310345 rows/sec., 4.31 MiB/sec. 2025.09.18 00:43:56.477438 [ 276 ] {d8aa56b1-4c49-40cf-9817-135312b5e56f} TCPHandler: Processed in 0.001320551 sec. 2025.09.18 00:43:56.477552 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:56.477645 [ 276 ] {5c233d43-25e1-434d-bb3e-3e5ad32a5bbf} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:43:56.477689 [ 276 ] {5c233d43-25e1-434d-bb3e-3e5ad32a5bbf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:43:56.478084 [ 276 ] {5c233d43-25e1-434d-bb3e-3e5ad32a5bbf} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:56.478120 [ 276 ] {5c233d43-25e1-434d-bb3e-3e5ad32a5bbf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.18 00:43:56.478443 [ 276 ] {5c233d43-25e1-434d-bb3e-3e5ad32a5bbf} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.09.18 00:43:56.478647 [ 276 ] {5c233d43-25e1-434d-bb3e-3e5ad32a5bbf} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:56.478773 [ 276 ] {5c233d43-25e1-434d-bb3e-3e5ad32a5bbf} executeQuery: Read 160 rows, 11.41 KiB in 0.001146 sec., 139616.05584642233 rows/sec., 9.72 MiB/sec. 2025.09.18 00:43:56.478809 [ 276 ] {5c233d43-25e1-434d-bb3e-3e5ad32a5bbf} TCPHandler: Processed in 0.00130338 sec. 2025.09.18 00:43:56.478917 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:43:56.479008 [ 276 ] {697c0d08-1505-4be9-b72d-d46a0ad59e17} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:43:56.479049 [ 276 ] {697c0d08-1505-4be9-b72d-d46a0ad59e17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:43:56.479368 [ 276 ] {697c0d08-1505-4be9-b72d-d46a0ad59e17} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:56.479404 [ 276 ] {697c0d08-1505-4be9-b72d-d46a0ad59e17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.18 00:43:56.479695 [ 276 ] {697c0d08-1505-4be9-b72d-d46a0ad59e17} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.09.18 00:43:56.479905 [ 276 ] {697c0d08-1505-4be9-b72d-d46a0ad59e17} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:56.480028 [ 276 ] {697c0d08-1505-4be9-b72d-d46a0ad59e17} executeQuery: Read 60 rows, 4.14 KiB in 0.001038 sec., 57803.46820809248 rows/sec., 3.90 MiB/sec. 2025.09.18 00:43:56.480064 [ 276 ] {697c0d08-1505-4be9-b72d-d46a0ad59e17} TCPHandler: Processed in 0.001198949 sec. 2025.09.18 00:43:56.784884 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 800 2025.09.18 00:43:56.787215 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:56.787261 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.18 00:43:56.788485 [ 243 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.09.18 00:43:56.788755 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:56.789015 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 800 2025.09.18 00:43:59.240137 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 16773 2025.09.18 00:43:59.240724 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:43:59.240774 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.18 00:43:59.241298 [ 245 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.09.18 00:43:59.241524 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:43:59.241668 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16773 2025.09.18 00:44:00.137407 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 264 2025.09.18 00:44:00.155420 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:00.155494 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.18 00:44:00.162186 [ 244 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.09.18 00:44:00.163011 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:00.167460 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 264 2025.09.18 00:44:01.478673 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:01.478865 [ 276 ] {dada4fd9-0b6f-4b51-9306-7583326e67a2} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.18 00:44:01.478935 [ 276 ] {dada4fd9-0b6f-4b51-9306-7583326e67a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.18 00:44:01.479617 [ 276 ] {dada4fd9-0b6f-4b51-9306-7583326e67a2} oximeter.fields_i16 (cf06a10e-1730-4cbf-a5a6-b367a2ab4906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:01.479654 [ 276 ] {dada4fd9-0b6f-4b51-9306-7583326e67a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.18 00:44:01.480030 [ 276 ] {dada4fd9-0b6f-4b51-9306-7583326e67a2} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.09.18 00:44:01.480252 [ 276 ] {dada4fd9-0b6f-4b51-9306-7583326e67a2} oximeter.fields_i16 (cf06a10e-1730-4cbf-a5a6-b367a2ab4906): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:01.480368 [ 137 ] {} oximeter.fields_i16 (cf06a10e-1730-4cbf-a5a6-b367a2ab4906) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.09.18 00:44:01.480399 [ 276 ] {dada4fd9-0b6f-4b51-9306-7583326e67a2} executeQuery: Read 24 rows, 2.04 KiB in 0.001587 sec., 15122.873345935726 rows/sec., 1.25 MiB/sec. 2025.09.18 00:44:01.480403 [ 137 ] {} oximeter.fields_i16 (cf06a10e-1730-4cbf-a5a6-b367a2ab4906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:01.480430 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.18 00:44:01.480442 [ 276 ] {dada4fd9-0b6f-4b51-9306-7583326e67a2} TCPHandler: Processed in 0.00190787 sec. 2025.09.18 00:44:01.480531 [ 197 ] {cf06a10e-1730-4cbf-a5a6-b367a2ab4906::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.09.18 00:44:01.480563 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:01.480640 [ 197 ] {cf06a10e-1730-4cbf-a5a6-b367a2ab4906::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:44:01.480658 [ 276 ] {6920d6e7-f869-4020-9804-4ef81594409e} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.18 00:44:01.480675 [ 197 ] {cf06a10e-1730-4cbf-a5a6-b367a2ab4906::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 24 rows starting from the beginning of the part 2025.09.18 00:44:01.480700 [ 276 ] {6920d6e7-f869-4020-9804-4ef81594409e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.18 00:44:01.480740 [ 197 ] {cf06a10e-1730-4cbf-a5a6-b367a2ab4906::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part 2025.09.18 00:44:01.480792 [ 197 ] {cf06a10e-1730-4cbf-a5a6-b367a2ab4906::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part 2025.09.18 00:44:01.480847 [ 197 ] {cf06a10e-1730-4cbf-a5a6-b367a2ab4906::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part 2025.09.18 00:44:01.480893 [ 197 ] {cf06a10e-1730-4cbf-a5a6-b367a2ab4906::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part 2025.09.18 00:44:01.481092 [ 276 ] {6920d6e7-f869-4020-9804-4ef81594409e} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:01.481127 [ 276 ] {6920d6e7-f869-4020-9804-4ef81594409e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.18 00:44:01.481437 [ 276 ] {6920d6e7-f869-4020-9804-4ef81594409e} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.09.18 00:44:01.481643 [ 276 ] {6920d6e7-f869-4020-9804-4ef81594409e} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:01.481674 [ 197 ] {cf06a10e-1730-4cbf-a5a6-b367a2ab4906::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.001181738 sec., 101545.35099996784 rows/sec., 8.81 MiB/sec. 2025.09.18 00:44:01.481768 [ 276 ] {6920d6e7-f869-4020-9804-4ef81594409e} executeQuery: Read 12 rows, 1002.00 B in 0.001128 sec., 10638.297872340425 rows/sec., 867.48 KiB/sec. 2025.09.18 00:44:01.481774 [ 197 ] {cf06a10e-1730-4cbf-a5a6-b367a2ab4906::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.09.18 00:44:01.481805 [ 276 ] {6920d6e7-f869-4020-9804-4ef81594409e} TCPHandler: Processed in 0.00129157 sec. 2025.09.18 00:44:01.481911 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:01.482001 [ 197 ] {cf06a10e-1730-4cbf-a5a6-b367a2ab4906::all_1_9_2} oximeter.fields_i16 (cf06a10e-1730-4cbf-a5a6-b367a2ab4906): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:01.482006 [ 276 ] {faf5b457-7d0b-4805-98cc-0b0e8a7d8ccd} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:44:01.482050 [ 276 ] {faf5b457-7d0b-4805-98cc-0b0e8a7d8ccd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:44:01.482059 [ 197 ] {cf06a10e-1730-4cbf-a5a6-b367a2ab4906::all_1_9_2} oximeter.fields_i16 (cf06a10e-1730-4cbf-a5a6-b367a2ab4906) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.09.18 00:44:01.482116 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.09.18 00:44:01.482609 [ 276 ] {faf5b457-7d0b-4805-98cc-0b0e8a7d8ccd} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:01.482642 [ 276 ] {faf5b457-7d0b-4805-98cc-0b0e8a7d8ccd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.18 00:44:01.482964 [ 276 ] {faf5b457-7d0b-4805-98cc-0b0e8a7d8ccd} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.09.18 00:44:01.483178 [ 276 ] {faf5b457-7d0b-4805-98cc-0b0e8a7d8ccd} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:01.483304 [ 276 ] {faf5b457-7d0b-4805-98cc-0b0e8a7d8ccd} executeQuery: Read 266 rows, 24.35 KiB in 0.001316 sec., 202127.6595744681 rows/sec., 18.07 MiB/sec. 2025.09.18 00:44:01.483340 [ 276 ] {faf5b457-7d0b-4805-98cc-0b0e8a7d8ccd} TCPHandler: Processed in 0.001477523 sec. 2025.09.18 00:44:01.483450 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:01.483549 [ 276 ] {2d1dd321-21b6-42c7-a4c7-b862151861a7} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.18 00:44:01.483591 [ 276 ] {2d1dd321-21b6-42c7-a4c7-b862151861a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.18 00:44:01.484170 [ 276 ] {2d1dd321-21b6-42c7-a4c7-b862151861a7} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:01.484205 [ 276 ] {2d1dd321-21b6-42c7-a4c7-b862151861a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.18 00:44:01.484512 [ 276 ] {2d1dd321-21b6-42c7-a4c7-b862151861a7} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.09.18 00:44:01.484718 [ 276 ] {2d1dd321-21b6-42c7-a4c7-b862151861a7} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:01.484842 [ 276 ] {2d1dd321-21b6-42c7-a4c7-b862151861a7} executeQuery: Read 66 rows, 4.96 KiB in 0.001311 sec., 50343.24942791762 rows/sec., 3.69 MiB/sec. 2025.09.18 00:44:01.484881 [ 276 ] {2d1dd321-21b6-42c7-a4c7-b862151861a7} TCPHandler: Processed in 0.001481374 sec. 2025.09.18 00:44:01.484995 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:01.485089 [ 276 ] {d9b760cb-bbfd-4eb5-bc1e-12b8d41f0890} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.18 00:44:01.485127 [ 276 ] {d9b760cb-bbfd-4eb5-bc1e-12b8d41f0890} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.18 00:44:01.485511 [ 276 ] {d9b760cb-bbfd-4eb5-bc1e-12b8d41f0890} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:01.485545 [ 276 ] {d9b760cb-bbfd-4eb5-bc1e-12b8d41f0890} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.18 00:44:01.485846 [ 276 ] {d9b760cb-bbfd-4eb5-bc1e-12b8d41f0890} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.09.18 00:44:01.486046 [ 276 ] {d9b760cb-bbfd-4eb5-bc1e-12b8d41f0890} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:01.486169 [ 276 ] {d9b760cb-bbfd-4eb5-bc1e-12b8d41f0890} executeQuery: Read 24 rows, 2.04 KiB in 0.001098 sec., 21857.92349726776 rows/sec., 1.81 MiB/sec. 2025.09.18 00:44:01.486208 [ 276 ] {d9b760cb-bbfd-4eb5-bc1e-12b8d41f0890} TCPHandler: Processed in 0.001262069 sec. 2025.09.18 00:44:01.486320 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:01.486413 [ 276 ] {f622e84b-4f2d-4ca2-a7fe-5cbfbf706c6f} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.18 00:44:01.486451 [ 276 ] {f622e84b-4f2d-4ca2-a7fe-5cbfbf706c6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.18 00:44:01.486828 [ 276 ] {f622e84b-4f2d-4ca2-a7fe-5cbfbf706c6f} oximeter.fields_u8 (8e0d46a4-6712-4cba-8404-3aa8cdd0fb1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:01.486863 [ 276 ] {f622e84b-4f2d-4ca2-a7fe-5cbfbf706c6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.18 00:44:01.487165 [ 276 ] {f622e84b-4f2d-4ca2-a7fe-5cbfbf706c6f} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.09.18 00:44:01.487370 [ 276 ] {f622e84b-4f2d-4ca2-a7fe-5cbfbf706c6f} oximeter.fields_u8 (8e0d46a4-6712-4cba-8404-3aa8cdd0fb1a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:01.487470 [ 137 ] {} oximeter.fields_u8 (8e0d46a4-6712-4cba-8404-3aa8cdd0fb1a) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.09.18 00:44:01.487495 [ 276 ] {f622e84b-4f2d-4ca2-a7fe-5cbfbf706c6f} executeQuery: Read 12 rows, 960.00 B in 0.001098 sec., 10928.96174863388 rows/sec., 853.83 KiB/sec. 2025.09.18 00:44:01.487504 [ 137 ] {} oximeter.fields_u8 (8e0d46a4-6712-4cba-8404-3aa8cdd0fb1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:01.487527 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.18 00:44:01.487533 [ 276 ] {f622e84b-4f2d-4ca2-a7fe-5cbfbf706c6f} TCPHandler: Processed in 0.001261139 sec. 2025.09.18 00:44:01.487602 [ 193 ] {8e0d46a4-6712-4cba-8404-3aa8cdd0fb1a::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.09.18 00:44:01.487643 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:01.487695 [ 193 ] {8e0d46a4-6712-4cba-8404-3aa8cdd0fb1a::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:44:01.487725 [ 193 ] {8e0d46a4-6712-4cba-8404-3aa8cdd0fb1a::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 12 rows starting from the beginning of the part 2025.09.18 00:44:01.487736 [ 276 ] {e164bf2b-7163-4a67-b34a-c4ba4fbada49} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:44:01.487776 [ 276 ] {e164bf2b-7163-4a67-b34a-c4ba4fbada49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:44:01.487783 [ 193 ] {8e0d46a4-6712-4cba-8404-3aa8cdd0fb1a::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 12 rows starting from the beginning of the part 2025.09.18 00:44:01.487832 [ 193 ] {8e0d46a4-6712-4cba-8404-3aa8cdd0fb1a::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part 2025.09.18 00:44:01.487876 [ 193 ] {8e0d46a4-6712-4cba-8404-3aa8cdd0fb1a::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 12 rows starting from the beginning of the part 2025.09.18 00:44:01.487920 [ 193 ] {8e0d46a4-6712-4cba-8404-3aa8cdd0fb1a::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 12 rows starting from the beginning of the part 2025.09.18 00:44:01.488226 [ 276 ] {e164bf2b-7163-4a67-b34a-c4ba4fbada49} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:01.488260 [ 276 ] {e164bf2b-7163-4a67-b34a-c4ba4fbada49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.18 00:44:01.488556 [ 276 ] {e164bf2b-7163-4a67-b34a-c4ba4fbada49} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.09.18 00:44:01.488656 [ 200 ] {8e0d46a4-6712-4cba-8404-3aa8cdd0fb1a::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.001076557 sec., 55733.23103189149 rows/sec., 4.46 MiB/sec. 2025.09.18 00:44:01.488769 [ 276 ] {e164bf2b-7163-4a67-b34a-c4ba4fbada49} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:01.488786 [ 193 ] {8e0d46a4-6712-4cba-8404-3aa8cdd0fb1a::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.09.18 00:44:01.488904 [ 276 ] {e164bf2b-7163-4a67-b34a-c4ba4fbada49} executeQuery: Read 154 rows, 12.71 KiB in 0.001185 sec., 129957.805907173 rows/sec., 10.48 MiB/sec. 2025.09.18 00:44:01.488942 [ 276 ] {e164bf2b-7163-4a67-b34a-c4ba4fbada49} TCPHandler: Processed in 0.001345541 sec. 2025.09.18 00:44:01.489004 [ 193 ] {8e0d46a4-6712-4cba-8404-3aa8cdd0fb1a::all_1_9_2} oximeter.fields_u8 (8e0d46a4-6712-4cba-8404-3aa8cdd0fb1a): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:01.489050 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:01.489059 [ 193 ] {8e0d46a4-6712-4cba-8404-3aa8cdd0fb1a::all_1_9_2} oximeter.fields_u8 (8e0d46a4-6712-4cba-8404-3aa8cdd0fb1a) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.09.18 00:44:01.489113 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.09.18 00:44:01.489141 [ 276 ] {da933081-83a1-44f7-888f-931f65f57a28} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:44:01.489185 [ 276 ] {da933081-83a1-44f7-888f-931f65f57a28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:44:01.489578 [ 276 ] {da933081-83a1-44f7-888f-931f65f57a28} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:01.489612 [ 276 ] {da933081-83a1-44f7-888f-931f65f57a28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.18 00:44:01.489952 [ 276 ] {da933081-83a1-44f7-888f-931f65f57a28} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.09.18 00:44:01.490153 [ 276 ] {da933081-83a1-44f7-888f-931f65f57a28} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:01.490278 [ 276 ] {da933081-83a1-44f7-888f-931f65f57a28} executeQuery: Read 202 rows, 14.82 KiB in 0.001154 sec., 175043.32755632582 rows/sec., 12.54 MiB/sec. 2025.09.18 00:44:01.490316 [ 276 ] {da933081-83a1-44f7-888f-931f65f57a28} TCPHandler: Processed in 0.001314181 sec. 2025.09.18 00:44:01.490425 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:01.490518 [ 276 ] {868bb44d-5a97-4764-bd9c-819065dc5caa} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.18 00:44:01.490570 [ 276 ] {868bb44d-5a97-4764-bd9c-819065dc5caa} 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.09.18 00:44:01.491389 [ 276 ] {868bb44d-5a97-4764-bd9c-819065dc5caa} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:01.491424 [ 276 ] {868bb44d-5a97-4764-bd9c-819065dc5caa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.18 00:44:01.491984 [ 276 ] {868bb44d-5a97-4764-bd9c-819065dc5caa} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.09.18 00:44:01.492199 [ 276 ] {868bb44d-5a97-4764-bd9c-819065dc5caa} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:01.492339 [ 276 ] {868bb44d-5a97-4764-bd9c-819065dc5caa} executeQuery: Read 42 rows, 77.07 KiB in 0.001838 sec., 22850.924918389555 rows/sec., 40.95 MiB/sec. 2025.09.18 00:44:01.492399 [ 276 ] {868bb44d-5a97-4764-bd9c-819065dc5caa} TCPHandler: Processed in 0.002021932 sec. 2025.09.18 00:44:01.492521 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:01.492614 [ 276 ] {691b241a-1353-4081-888e-40809f5cafc6} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:44:01.492655 [ 276 ] {691b241a-1353-4081-888e-40809f5cafc6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:44:01.492989 [ 276 ] {691b241a-1353-4081-888e-40809f5cafc6} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:01.493025 [ 276 ] {691b241a-1353-4081-888e-40809f5cafc6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.18 00:44:01.493340 [ 276 ] {691b241a-1353-4081-888e-40809f5cafc6} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.09.18 00:44:01.493561 [ 276 ] {691b241a-1353-4081-888e-40809f5cafc6} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:01.493687 [ 276 ] {691b241a-1353-4081-888e-40809f5cafc6} executeQuery: Read 60 rows, 4.14 KiB in 0.00109 sec., 55045.87155963302 rows/sec., 3.71 MiB/sec. 2025.09.18 00:44:01.493723 [ 276 ] {691b241a-1353-4081-888e-40809f5cafc6} TCPHandler: Processed in 0.001249539 sec. 2025.09.18 00:44:06.474989 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:06.475205 [ 276 ] {15d1f788-e5a5-42d6-9908-67c210e708c6} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:44:06.475279 [ 276 ] {15d1f788-e5a5-42d6-9908-67c210e708c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:44:06.475942 [ 276 ] {15d1f788-e5a5-42d6-9908-67c210e708c6} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:06.475986 [ 276 ] {15d1f788-e5a5-42d6-9908-67c210e708c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.18 00:44:06.476391 [ 276 ] {15d1f788-e5a5-42d6-9908-67c210e708c6} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.09.18 00:44:06.476618 [ 276 ] {15d1f788-e5a5-42d6-9908-67c210e708c6} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:06.476767 [ 132 ] {} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.09.18 00:44:06.476772 [ 276 ] {15d1f788-e5a5-42d6-9908-67c210e708c6} executeQuery: Read 56 rows, 4.41 KiB in 0.001622 sec., 34525.2774352651 rows/sec., 2.65 MiB/sec. 2025.09.18 00:44:06.476845 [ 132 ] {} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:06.476873 [ 276 ] {15d1f788-e5a5-42d6-9908-67c210e708c6} TCPHandler: Processed in 0.002022961 sec. 2025.09.18 00:44:06.476875 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.18 00:44:06.476997 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:06.477029 [ 195 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::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.09.18 00:44:06.477103 [ 276 ] {22d51774-6161-462a-b21d-0feb22a32604} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:44:06.477151 [ 276 ] {22d51774-6161-462a-b21d-0feb22a32604} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:44:06.477173 [ 195 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:44:06.477211 [ 195 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1409 rows starting from the beginning of the part 2025.09.18 00:44:06.477277 [ 195 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1197 rows starting from the beginning of the part 2025.09.18 00:44:06.477321 [ 195 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 141 rows starting from the beginning of the part 2025.09.18 00:44:06.477362 [ 195 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 56 rows starting from the beginning of the part 2025.09.18 00:44:06.477399 [ 195 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 266 rows starting from the beginning of the part 2025.09.18 00:44:06.477455 [ 195 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 56 rows starting from the beginning of the part 2025.09.18 00:44:06.477578 [ 276 ] {22d51774-6161-462a-b21d-0feb22a32604} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:06.477621 [ 276 ] {22d51774-6161-462a-b21d-0feb22a32604} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:06.477972 [ 276 ] {22d51774-6161-462a-b21d-0feb22a32604} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.09.18 00:44:06.478198 [ 276 ] {22d51774-6161-462a-b21d-0feb22a32604} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:06.478323 [ 132 ] {} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.09.18 00:44:06.478335 [ 276 ] {22d51774-6161-462a-b21d-0feb22a32604} executeQuery: Read 64 rows, 5.12 KiB in 0.001255 sec., 50996.01593625498 rows/sec., 3.98 MiB/sec. 2025.09.18 00:44:06.478357 [ 132 ] {} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:06.478380 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:06.478382 [ 276 ] {22d51774-6161-462a-b21d-0feb22a32604} TCPHandler: Processed in 0.001439633 sec. 2025.09.18 00:44:06.478473 [ 193 ] {ed3758e3-769d-40dc-8194-b54c707413cf::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.09.18 00:44:06.478517 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:06.478563 [ 193 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:44:06.478591 [ 193 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 634 rows starting from the beginning of the part 2025.09.18 00:44:06.478630 [ 276 ] {785f4e28-9fa2-49c3-98a5-d8e616ccdb65} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:44:06.478647 [ 193 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 522 rows starting from the beginning of the part 2025.09.18 00:44:06.478681 [ 276 ] {785f4e28-9fa2-49c3-98a5-d8e616ccdb65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:44:06.478691 [ 193 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 106 rows starting from the beginning of the part 2025.09.18 00:44:06.478729 [ 193 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 64 rows starting from the beginning of the part 2025.09.18 00:44:06.478767 [ 193 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 154 rows starting from the beginning of the part 2025.09.18 00:44:06.478803 [ 193 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 64 rows starting from the beginning of the part 2025.09.18 00:44:06.478924 [ 200 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 3125 rows, containing 5 columns (5 merged, 0 gathered) in 0.001954941 sec., 1598513.714736148 rows/sec., 139.91 MiB/sec. 2025.09.18 00:44:06.479097 [ 276 ] {785f4e28-9fa2-49c3-98a5-d8e616ccdb65} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:06.479137 [ 276 ] {785f4e28-9fa2-49c3-98a5-d8e616ccdb65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:06.479141 [ 191 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.09.18 00:44:06.479474 [ 191 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_51_10} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:06.479535 [ 276 ] {785f4e28-9fa2-49c3-98a5-d8e616ccdb65} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.09.18 00:44:06.479564 [ 191 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_51_10} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.09.18 00:44:06.479655 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. 2025.09.18 00:44:06.479757 [ 200 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1544 rows, containing 5 columns (5 merged, 0 gathered) in 0.001327911 sec., 1162728.5262340624 rows/sec., 92.63 MiB/sec. 2025.09.18 00:44:06.479770 [ 276 ] {785f4e28-9fa2-49c3-98a5-d8e616ccdb65} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:06.479889 [ 132 ] {} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.09.18 00:44:06.479906 [ 276 ] {785f4e28-9fa2-49c3-98a5-d8e616ccdb65} executeQuery: Read 160 rows, 11.41 KiB in 0.001301 sec., 122982.32129131437 rows/sec., 8.57 MiB/sec. 2025.09.18 00:44:06.479919 [ 132 ] {} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:06.479943 [ 191 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.09.18 00:44:06.479949 [ 276 ] {785f4e28-9fa2-49c3-98a5-d8e616ccdb65} TCPHandler: Processed in 0.001492414 sec. 2025.09.18 00:44:06.479946 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:06.480062 [ 193 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::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.09.18 00:44:06.480077 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:06.480148 [ 193 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:44:06.480175 [ 193 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_51_10} MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 13029 rows starting from the beginning of the part 2025.09.18 00:44:06.480178 [ 276 ] {ea1eb099-7d12-4c7f-8d16-263be92c1743} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:44:06.480222 [ 193 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 845 rows starting from the beginning of the part 2025.09.18 00:44:06.480227 [ 276 ] {ea1eb099-7d12-4c7f-8d16-263be92c1743} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:44:06.480234 [ 191 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_51_10} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:06.480261 [ 193 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::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.09.18 00:44:06.480298 [ 193 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::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.09.18 00:44:06.480326 [ 191 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_51_10} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.09.18 00:44:06.480335 [ 193 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 202 rows starting from the beginning of the part 2025.09.18 00:44:06.480378 [ 193 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::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.09.18 00:44:06.480425 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. 2025.09.18 00:44:06.480569 [ 276 ] {ea1eb099-7d12-4c7f-8d16-263be92c1743} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:06.480610 [ 276 ] {ea1eb099-7d12-4c7f-8d16-263be92c1743} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:06.480930 [ 276 ] {ea1eb099-7d12-4c7f-8d16-263be92c1743} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.09.18 00:44:06.481142 [ 276 ] {ea1eb099-7d12-4c7f-8d16-263be92c1743} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:06.481250 [ 132 ] {} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.09.18 00:44:06.481272 [ 276 ] {ea1eb099-7d12-4c7f-8d16-263be92c1743} executeQuery: Read 60 rows, 4.14 KiB in 0.001113 sec., 53908.35579514824 rows/sec., 3.63 MiB/sec. 2025.09.18 00:44:06.481280 [ 132 ] {} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:06.481312 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:06.481316 [ 276 ] {ea1eb099-7d12-4c7f-8d16-263be92c1743} TCPHandler: Processed in 0.00128866 sec. 2025.09.18 00:44:06.481411 [ 200 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:44:06.481549 [ 200 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:44:06.481587 [ 200 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2640 rows starting from the beginning of the part 2025.09.18 00:44:06.481656 [ 200 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:44:06.481701 [ 200 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:44:06.481743 [ 200 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:44:06.481781 [ 200 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:44:06.481827 [ 200 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:44:06.483292 [ 194 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2940 rows, containing 4 columns (4 merged, 0 gathered) in 0.00191397 sec., 1536074.2331384504 rows/sec., 103.48 MiB/sec. 2025.09.18 00:44:06.483704 [ 202 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.09.18 00:44:06.484014 [ 202 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_51_10} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:06.484103 [ 202 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_51_10} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.09.18 00:44:06.484201 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. 2025.09.18 00:44:06.484760 [ 200 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 14556 rows, containing 5 columns (5 merged, 0 gathered) in 0.004724844 sec., 3080736.6338444194 rows/sec., 211.80 MiB/sec. 2025.09.18 00:44:06.485273 [ 202 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.09.18 00:44:06.485534 [ 202 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_51_10} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:06.485610 [ 202 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_51_10} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.09.18 00:44:06.485710 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.80 MiB. 2025.09.18 00:44:06.619787 [ 132 ] {} DNSResolver: Updating DNS cache 2025.09.18 00:44:06.619826 [ 132 ] {} DNSResolver: Updated DNS cache 2025.09.18 00:44:06.741790 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 17221 2025.09.18 00:44:06.742235 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:06.742274 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.18 00:44:06.742737 [ 245 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.09.18 00:44:06.742969 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:06.743096 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17221 2025.09.18 00:44:06.743107 [ 132 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.09.18 00:44:06.743158 [ 132 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:06.743180 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.18 00:44:06.743333 [ 194 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::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.09.18 00:44:06.743510 [ 194 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:44:06.743570 [ 194 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14853 rows starting from the beginning of the part 2025.09.18 00:44:06.743674 [ 194 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 448 rows starting from the beginning of the part 2025.09.18 00:44:06.743752 [ 194 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 512 rows starting from the beginning of the part 2025.09.18 00:44:06.743823 [ 194 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 448 rows starting from the beginning of the part 2025.09.18 00:44:06.743870 [ 194 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 512 rows starting from the beginning of the part 2025.09.18 00:44:06.743908 [ 194 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 448 rows starting from the beginning of the part 2025.09.18 00:44:06.745988 [ 200 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 17221 rows, containing 4 columns (4 merged, 0 gathered) in 0.002727573 sec., 6313671.531431056 rows/sec., 90.32 MiB/sec. 2025.09.18 00:44:06.746197 [ 186 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.09.18 00:44:06.746493 [ 186 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_36_7} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:06.746572 [ 186 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_36_7} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.09.18 00:44:06.746649 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.50 MiB. 2025.09.18 00:44:06.789253 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 828 2025.09.18 00:44:06.791542 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:06.791592 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.18 00:44:06.792834 [ 243 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.09.18 00:44:06.793107 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:06.793288 [ 132 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.09.18 00:44:06.793347 [ 132 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:06.793367 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. 2025.09.18 00:44:06.793465 [ 202 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::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.09.18 00:44:06.793470 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 828 2025.09.18 00:44:06.794067 [ 202 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:44:06.794212 [ 202 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 692 rows starting from the beginning of the part 2025.09.18 00:44:06.794558 [ 202 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 20 rows starting from the beginning of the part 2025.09.18 00:44:06.794888 [ 202 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::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.09.18 00:44:06.795208 [ 202 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 32 rows starting from the beginning of the part 2025.09.18 00:44:06.795512 [ 202 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 28 rows starting from the beginning of the part 2025.09.18 00:44:06.795827 [ 202 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::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.09.18 00:44:06.802773 [ 199 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 828 rows, containing 72 columns (72 merged, 0 gathered) in 0.009351067 sec., 88546.045066301 rows/sec., 72.59 MiB/sec. 2025.09.18 00:44:06.803953 [ 189 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.09.18 00:44:06.804556 [ 189 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_26_5} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:06.804636 [ 189 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_26_5} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.09.18 00:44:06.804995 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.14 MiB. 2025.09.18 00:44:07.000206 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 286.17 MiB, peak 302.75 MiB, free memory in arenas 0.00 B, will set to 288.61 MiB (RSS), difference: 2.44 MiB 2025.09.18 00:44:07.667564 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 271 2025.09.18 00:44:07.685393 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:07.685451 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:07.691098 [ 244 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.09.18 00:44:07.691812 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:07.692121 [ 132 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.09.18 00:44:07.692161 [ 132 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:07.692184 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:07.692372 [ 187 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::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.09.18 00:44:07.695213 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 271 2025.09.18 00:44:07.696333 [ 187 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:44:07.697773 [ 187 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::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.09.18 00:44:07.702135 [ 187 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::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.09.18 00:44:07.706501 [ 187 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::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.09.18 00:44:07.710692 [ 187 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::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.09.18 00:44:07.714873 [ 187 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::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.09.18 00:44:07.718718 [ 187 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::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.09.18 00:44:07.772189 [ 196 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 271 rows, containing 679 columns (679 merged, 0 gathered) in 0.079903484 sec., 3391.5917859101114 rows/sec., 17.54 MiB/sec. 2025.09.18 00:44:07.774859 [ 196 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.09.18 00:44:07.776923 [ 196 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::all_1_36_7} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:07.777006 [ 196 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::all_1_36_7} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.09.18 00:44:07.779465 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. 2025.09.18 00:44:08.000221 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 289.69 MiB, peak 302.75 MiB, free memory in arenas 0.00 B, will set to 291.59 MiB (RSS), difference: 1.90 MiB 2025.09.18 00:44:11.477235 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:11.477429 [ 276 ] {3c179213-5ef0-4147-a044-0facbfa1c972} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:44:11.477504 [ 276 ] {3c179213-5ef0-4147-a044-0facbfa1c972} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:44:11.478299 [ 276 ] {3c179213-5ef0-4147-a044-0facbfa1c972} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:11.478348 [ 276 ] {3c179213-5ef0-4147-a044-0facbfa1c972} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:11.478736 [ 276 ] {3c179213-5ef0-4147-a044-0facbfa1c972} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.09.18 00:44:11.478971 [ 276 ] {3c179213-5ef0-4147-a044-0facbfa1c972} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:11.479141 [ 276 ] {3c179213-5ef0-4147-a044-0facbfa1c972} executeQuery: Read 140 rows, 12.45 KiB in 0.001765 sec., 79320.11331444759 rows/sec., 6.89 MiB/sec. 2025.09.18 00:44:11.479195 [ 276 ] {3c179213-5ef0-4147-a044-0facbfa1c972} TCPHandler: Processed in 0.002098203 sec. 2025.09.18 00:44:11.479319 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:11.479433 [ 276 ] {80130efc-f758-4cc1-a8f1-2a88e5f3b981} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.18 00:44:11.479485 [ 276 ] {80130efc-f758-4cc1-a8f1-2a88e5f3b981} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.18 00:44:11.479992 [ 276 ] {80130efc-f758-4cc1-a8f1-2a88e5f3b981} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:11.480031 [ 276 ] {80130efc-f758-4cc1-a8f1-2a88e5f3b981} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:11.480403 [ 276 ] {80130efc-f758-4cc1-a8f1-2a88e5f3b981} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.09.18 00:44:11.480617 [ 276 ] {80130efc-f758-4cc1-a8f1-2a88e5f3b981} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:11.480771 [ 276 ] {80130efc-f758-4cc1-a8f1-2a88e5f3b981} executeQuery: Read 42 rows, 3.16 KiB in 0.001367 sec., 30724.213606437457 rows/sec., 2.26 MiB/sec. 2025.09.18 00:44:11.480812 [ 276 ] {80130efc-f758-4cc1-a8f1-2a88e5f3b981} TCPHandler: Processed in 0.001544105 sec. 2025.09.18 00:44:11.480926 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:11.481023 [ 276 ] {ece150f1-d129-4184-a654-262a90b2e28b} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:44:11.481062 [ 276 ] {ece150f1-d129-4184-a654-262a90b2e28b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:44:11.481549 [ 276 ] {ece150f1-d129-4184-a654-262a90b2e28b} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:11.481615 [ 276 ] {ece150f1-d129-4184-a654-262a90b2e28b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:11.481943 [ 276 ] {ece150f1-d129-4184-a654-262a90b2e28b} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.09.18 00:44:11.482161 [ 276 ] {ece150f1-d129-4184-a654-262a90b2e28b} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:11.482293 [ 276 ] {ece150f1-d129-4184-a654-262a90b2e28b} executeQuery: Read 106 rows, 8.48 KiB in 0.00129 sec., 82170.54263565892 rows/sec., 6.42 MiB/sec. 2025.09.18 00:44:11.482332 [ 276 ] {ece150f1-d129-4184-a654-262a90b2e28b} TCPHandler: Processed in 0.001453753 sec. 2025.09.18 00:44:11.482439 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:11.482537 [ 276 ] {0ee345ec-cc7b-4623-9b8f-525525ce45e5} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:44:11.482582 [ 276 ] {0ee345ec-cc7b-4623-9b8f-525525ce45e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:44:11.483002 [ 276 ] {0ee345ec-cc7b-4623-9b8f-525525ce45e5} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:11.483039 [ 276 ] {0ee345ec-cc7b-4623-9b8f-525525ce45e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:11.483370 [ 276 ] {0ee345ec-cc7b-4623-9b8f-525525ce45e5} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.09.18 00:44:11.483570 [ 276 ] {0ee345ec-cc7b-4623-9b8f-525525ce45e5} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:11.483714 [ 276 ] {0ee345ec-cc7b-4623-9b8f-525525ce45e5} executeQuery: Read 160 rows, 11.41 KiB in 0.001197 sec., 133667.50208855473 rows/sec., 9.31 MiB/sec. 2025.09.18 00:44:11.483754 [ 276 ] {0ee345ec-cc7b-4623-9b8f-525525ce45e5} TCPHandler: Processed in 0.001364062 sec. 2025.09.18 00:44:11.483857 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:11.483949 [ 276 ] {cf5a63c3-6a56-4ee1-8242-b2c8b2eac137} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.18 00:44:11.484003 [ 276 ] {cf5a63c3-6a56-4ee1-8242-b2c8b2eac137} 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.09.18 00:44:11.484894 [ 276 ] {cf5a63c3-6a56-4ee1-8242-b2c8b2eac137} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:11.484931 [ 276 ] {cf5a63c3-6a56-4ee1-8242-b2c8b2eac137} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:11.485518 [ 276 ] {cf5a63c3-6a56-4ee1-8242-b2c8b2eac137} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.09.18 00:44:11.485753 [ 276 ] {cf5a63c3-6a56-4ee1-8242-b2c8b2eac137} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:11.485869 [ 123 ] {} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.09.18 00:44:11.485891 [ 276 ] {cf5a63c3-6a56-4ee1-8242-b2c8b2eac137} executeQuery: Read 42 rows, 77.07 KiB in 0.00196 sec., 21428.571428571428 rows/sec., 38.40 MiB/sec. 2025.09.18 00:44:11.485932 [ 123 ] {} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:11.485959 [ 276 ] {cf5a63c3-6a56-4ee1-8242-b2c8b2eac137} TCPHandler: Processed in 0.002147964 sec. 2025.09.18 00:44:11.485962 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:11.486076 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:11.486111 [ 188 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::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.09.18 00:44:11.486174 [ 276 ] {aae21138-3252-4d5e-8052-72602bf8f618} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:44:11.486223 [ 276 ] {aae21138-3252-4d5e-8052-72602bf8f618} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:44:11.486359 [ 188 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:44:11.486421 [ 188 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 765 rows starting from the beginning of the part 2025.09.18 00:44:11.486548 [ 188 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 42 rows starting from the beginning of the part 2025.09.18 00:44:11.486560 [ 276 ] {aae21138-3252-4d5e-8052-72602bf8f618} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:11.486601 [ 276 ] {aae21138-3252-4d5e-8052-72602bf8f618} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:11.486654 [ 188 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 42 rows starting from the beginning of the part 2025.09.18 00:44:11.486752 [ 188 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 42 rows starting from the beginning of the part 2025.09.18 00:44:11.486845 [ 188 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 42 rows starting from the beginning of the part 2025.09.18 00:44:11.486938 [ 276 ] {aae21138-3252-4d5e-8052-72602bf8f618} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.09.18 00:44:11.486959 [ 188 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 42 rows starting from the beginning of the part 2025.09.18 00:44:11.487174 [ 276 ] {aae21138-3252-4d5e-8052-72602bf8f618} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:11.487319 [ 276 ] {aae21138-3252-4d5e-8052-72602bf8f618} executeQuery: Read 60 rows, 4.14 KiB in 0.001163 sec., 51590.713671539124 rows/sec., 3.48 MiB/sec. 2025.09.18 00:44:11.487357 [ 276 ] {aae21138-3252-4d5e-8052-72602bf8f618} TCPHandler: Processed in 0.001330081 sec. 2025.09.18 00:44:11.502936 [ 190 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 975 rows, containing 19 columns (19 merged, 0 gathered) in 0.016871595 sec., 57789.43840223761 rows/sec., 103.56 MiB/sec. 2025.09.18 00:44:11.504105 [ 192 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.09.18 00:44:11.504475 [ 192 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::all_1_26_5} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:11.504555 [ 192 ] {0a5a2aba-814a-470c-81ad-0a9d5b23ad3d::all_1_26_5} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.09.18 00:44:11.504680 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.78 MiB. 2025.09.18 00:44:12.000271 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 292.08 MiB, peak 302.75 MiB, free memory in arenas 0.00 B, will set to 296.17 MiB (RSS), difference: 4.09 MiB 2025.09.18 00:44:13.403085 [ 122 ] {} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2025.09.18 00:44:13.403174 [ 122 ] {} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:13.403199 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:13.403330 [ 197 ] {93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49::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.09.18 00:44:13.403465 [ 197 ] {93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:44:13.403498 [ 197 ] {93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 18 rows starting from the beginning of the part 2025.09.18 00:44:13.403564 [ 197 ] {93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part 2025.09.18 00:44:13.403609 [ 197 ] {93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49::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.09.18 00:44:13.403650 [ 197 ] {93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part 2025.09.18 00:44:13.403691 [ 197 ] {93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 12 rows starting from the beginning of the part 2025.09.18 00:44:13.404480 [ 192 ] {93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.001202139 sec., 29946.620149583367 rows/sec., 2.50 MiB/sec. 2025.09.18 00:44:13.404667 [ 190 ] {93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2025.09.18 00:44:13.404967 [ 190 ] {93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49::all_1_17_4} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:13.405054 [ 190 ] {93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49::all_1_17_4} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2025.09.18 00:44:13.405151 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.09.18 00:44:14.243290 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 17733 2025.09.18 00:44:14.244136 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:14.244172 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:14.244631 [ 245 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.09.18 00:44:14.244840 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:14.244965 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17733 2025.09.18 00:44:14.738273 [ 120 ] {} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2025.09.18 00:44:14.738340 [ 120 ] {} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:14.738361 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:14.738475 [ 192 ] {a9de64f0-be81-4b56-9524-f072e75ab99f::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.09.18 00:44:14.738597 [ 192 ] {a9de64f0-be81-4b56-9524-f072e75ab99f::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:44:14.738636 [ 192 ] {a9de64f0-be81-4b56-9524-f072e75ab99f::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 252 rows starting from the beginning of the part 2025.09.18 00:44:14.738712 [ 192 ] {a9de64f0-be81-4b56-9524-f072e75ab99f::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 24 rows starting from the beginning of the part 2025.09.18 00:44:14.738770 [ 192 ] {a9de64f0-be81-4b56-9524-f072e75ab99f::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 228 rows starting from the beginning of the part 2025.09.18 00:44:14.738821 [ 192 ] {a9de64f0-be81-4b56-9524-f072e75ab99f::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part 2025.09.18 00:44:14.738872 [ 192 ] {a9de64f0-be81-4b56-9524-f072e75ab99f::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 24 rows starting from the beginning of the part 2025.09.18 00:44:14.739710 [ 190 ] {a9de64f0-be81-4b56-9524-f072e75ab99f::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 529 rows, containing 5 columns (5 merged, 0 gathered) in 0.00127765 sec., 414041.40414041403 rows/sec., 30.47 MiB/sec. 2025.09.18 00:44:14.739929 [ 195 ] {a9de64f0-be81-4b56-9524-f072e75ab99f::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2025.09.18 00:44:14.740262 [ 195 ] {a9de64f0-be81-4b56-9524-f072e75ab99f::all_1_17_4} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:14.740349 [ 195 ] {a9de64f0-be81-4b56-9524-f072e75ab99f::all_1_17_4} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2025.09.18 00:44:14.740459 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.09.18 00:44:15.195357 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 279 2025.09.18 00:44:15.211321 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:15.211390 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:15.216633 [ 244 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.09.18 00:44:15.217311 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:15.220105 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 279 2025.09.18 00:44:16.501307 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:16.501484 [ 276 ] {d4b35080-e265-4e70-9e8d-c7b5ea9f7e2c} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.18 00:44:16.501548 [ 276 ] {d4b35080-e265-4e70-9e8d-c7b5ea9f7e2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.18 00:44:16.502128 [ 276 ] {d4b35080-e265-4e70-9e8d-c7b5ea9f7e2c} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:16.502173 [ 276 ] {d4b35080-e265-4e70-9e8d-c7b5ea9f7e2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:16.502540 [ 276 ] {d4b35080-e265-4e70-9e8d-c7b5ea9f7e2c} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.09.18 00:44:16.502768 [ 276 ] {d4b35080-e265-4e70-9e8d-c7b5ea9f7e2c} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:16.502914 [ 276 ] {d4b35080-e265-4e70-9e8d-c7b5ea9f7e2c} executeQuery: Read 2 rows, 167.00 B in 0.001479 sec., 1352.2650439486138 rows/sec., 110.27 KiB/sec. 2025.09.18 00:44:16.502955 [ 276 ] {d4b35080-e265-4e70-9e8d-c7b5ea9f7e2c} TCPHandler: Processed in 0.001776408 sec. 2025.09.18 00:44:16.503083 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:16.503177 [ 276 ] {2ff29ffc-8b55-4ca3-9019-5d9c4e52a635} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:44:16.503236 [ 276 ] {2ff29ffc-8b55-4ca3-9019-5d9c4e52a635} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:44:16.504093 [ 276 ] {2ff29ffc-8b55-4ca3-9019-5d9c4e52a635} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:16.504131 [ 276 ] {2ff29ffc-8b55-4ca3-9019-5d9c4e52a635} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:16.504521 [ 276 ] {2ff29ffc-8b55-4ca3-9019-5d9c4e52a635} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.09.18 00:44:16.504737 [ 276 ] {2ff29ffc-8b55-4ca3-9019-5d9c4e52a635} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:16.504897 [ 276 ] {2ff29ffc-8b55-4ca3-9019-5d9c4e52a635} executeQuery: Read 1197 rows, 101.04 KiB in 0.001737 sec., 689119.170984456 rows/sec., 56.81 MiB/sec. 2025.09.18 00:44:16.504939 [ 276 ] {2ff29ffc-8b55-4ca3-9019-5d9c4e52a635} TCPHandler: Processed in 0.00192872 sec. 2025.09.18 00:44:16.505047 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:16.505144 [ 276 ] {58aa45fb-1bc7-42c7-a7a5-daf306b7db13} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.18 00:44:16.505183 [ 276 ] {58aa45fb-1bc7-42c7-a7a5-daf306b7db13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.18 00:44:16.505560 [ 276 ] {58aa45fb-1bc7-42c7-a7a5-daf306b7db13} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:16.505597 [ 276 ] {58aa45fb-1bc7-42c7-a7a5-daf306b7db13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:16.505882 [ 276 ] {58aa45fb-1bc7-42c7-a7a5-daf306b7db13} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.09.18 00:44:16.506083 [ 276 ] {58aa45fb-1bc7-42c7-a7a5-daf306b7db13} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:16.506213 [ 276 ] {58aa45fb-1bc7-42c7-a7a5-daf306b7db13} executeQuery: Read 2 rows, 143.00 B in 0.001086 sec., 1841.620626151013 rows/sec., 128.59 KiB/sec. 2025.09.18 00:44:16.506251 [ 276 ] {58aa45fb-1bc7-42c7-a7a5-daf306b7db13} TCPHandler: Processed in 0.0012564 sec. 2025.09.18 00:44:16.506348 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:16.506442 [ 276 ] {477d8a47-13f5-4484-a655-bddf3e3383be} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.18 00:44:16.506479 [ 276 ] {477d8a47-13f5-4484-a655-bddf3e3383be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.18 00:44:16.506911 [ 276 ] {477d8a47-13f5-4484-a655-bddf3e3383be} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:16.506947 [ 276 ] {477d8a47-13f5-4484-a655-bddf3e3383be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:16.507241 [ 276 ] {477d8a47-13f5-4484-a655-bddf3e3383be} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.09.18 00:44:16.507444 [ 276 ] {477d8a47-13f5-4484-a655-bddf3e3383be} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:16.507566 [ 276 ] {477d8a47-13f5-4484-a655-bddf3e3383be} executeQuery: Read 228 rows, 15.81 KiB in 0.001141 sec., 199824.71516213845 rows/sec., 13.53 MiB/sec. 2025.09.18 00:44:16.507602 [ 276 ] {477d8a47-13f5-4484-a655-bddf3e3383be} TCPHandler: Processed in 0.001299971 sec. 2025.09.18 00:44:16.507699 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:16.507790 [ 276 ] {383a99f5-37da-4491-9c94-0ae99e451f58} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:44:16.507828 [ 276 ] {383a99f5-37da-4491-9c94-0ae99e451f58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:44:16.508375 [ 276 ] {383a99f5-37da-4491-9c94-0ae99e451f58} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:16.508414 [ 276 ] {383a99f5-37da-4491-9c94-0ae99e451f58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:16.508755 [ 276 ] {383a99f5-37da-4491-9c94-0ae99e451f58} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.09.18 00:44:16.508962 [ 276 ] {383a99f5-37da-4491-9c94-0ae99e451f58} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:16.509103 [ 276 ] {383a99f5-37da-4491-9c94-0ae99e451f58} executeQuery: Read 522 rows, 39.57 KiB in 0.001315 sec., 396958.174904943 rows/sec., 29.38 MiB/sec. 2025.09.18 00:44:16.509147 [ 276 ] {383a99f5-37da-4491-9c94-0ae99e451f58} TCPHandler: Processed in 0.001494544 sec. 2025.09.18 00:44:16.509251 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:16.509345 [ 276 ] {cc719507-6f58-4dd3-a2c1-b87116366b9e} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:44:16.509389 [ 276 ] {cc719507-6f58-4dd3-a2c1-b87116366b9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:44:16.509918 [ 276 ] {cc719507-6f58-4dd3-a2c1-b87116366b9e} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:16.509954 [ 276 ] {cc719507-6f58-4dd3-a2c1-b87116366b9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:16.510366 [ 276 ] {cc719507-6f58-4dd3-a2c1-b87116366b9e} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.09.18 00:44:16.510604 [ 276 ] {cc719507-6f58-4dd3-a2c1-b87116366b9e} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:16.510730 [ 276 ] {cc719507-6f58-4dd3-a2c1-b87116366b9e} executeQuery: Read 845 rows, 58.24 KiB in 0.001403 sec., 602280.8267997149 rows/sec., 40.54 MiB/sec. 2025.09.18 00:44:16.510769 [ 276 ] {cc719507-6f58-4dd3-a2c1-b87116366b9e} TCPHandler: Processed in 0.001565614 sec. 2025.09.18 00:44:16.510871 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:16.510963 [ 276 ] {11016af4-d732-450e-8332-777782db9e0f} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:44:16.511003 [ 276 ] {11016af4-d732-450e-8332-777782db9e0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:44:16.511313 [ 276 ] {11016af4-d732-450e-8332-777782db9e0f} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:16.511348 [ 276 ] {11016af4-d732-450e-8332-777782db9e0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:16.511637 [ 276 ] {11016af4-d732-450e-8332-777782db9e0f} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.09.18 00:44:16.511839 [ 276 ] {11016af4-d732-450e-8332-777782db9e0f} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:16.511959 [ 276 ] {11016af4-d732-450e-8332-777782db9e0f} executeQuery: Read 60 rows, 4.14 KiB in 0.001014 sec., 59171.5976331361 rows/sec., 3.99 MiB/sec. 2025.09.18 00:44:16.511994 [ 276 ] {11016af4-d732-450e-8332-777782db9e0f} TCPHandler: Processed in 0.001170519 sec. 2025.09.18 00:44:16.793745 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 854 2025.09.18 00:44:16.795932 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:16.795977 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:16.797149 [ 243 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.09.18 00:44:16.797409 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:16.797665 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 854 2025.09.18 00:44:21.477286 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:21.477528 [ 276 ] {a410b98b-1132-473a-9e34-e6e03e38dc81} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:44:21.477603 [ 276 ] {a410b98b-1132-473a-9e34-e6e03e38dc81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:44:21.478401 [ 276 ] {a410b98b-1132-473a-9e34-e6e03e38dc81} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:21.478448 [ 276 ] {a410b98b-1132-473a-9e34-e6e03e38dc81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:21.478848 [ 276 ] {a410b98b-1132-473a-9e34-e6e03e38dc81} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.09.18 00:44:21.479082 [ 276 ] {a410b98b-1132-473a-9e34-e6e03e38dc81} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:21.479250 [ 276 ] {a410b98b-1132-473a-9e34-e6e03e38dc81} executeQuery: Read 140 rows, 12.45 KiB in 0.001774 sec., 78917.70011273958 rows/sec., 6.85 MiB/sec. 2025.09.18 00:44:21.479303 [ 276 ] {a410b98b-1132-473a-9e34-e6e03e38dc81} TCPHandler: Processed in 0.002200755 sec. 2025.09.18 00:44:21.479436 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:21.479540 [ 276 ] {c28c8819-3274-4024-8dc5-b952efca989a} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.18 00:44:21.479584 [ 276 ] {c28c8819-3274-4024-8dc5-b952efca989a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.18 00:44:21.480030 [ 276 ] {c28c8819-3274-4024-8dc5-b952efca989a} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:21.480069 [ 276 ] {c28c8819-3274-4024-8dc5-b952efca989a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:21.480375 [ 276 ] {c28c8819-3274-4024-8dc5-b952efca989a} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.09.18 00:44:21.480580 [ 276 ] {c28c8819-3274-4024-8dc5-b952efca989a} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:21.480695 [ 115 ] {} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.09.18 00:44:21.480714 [ 276 ] {c28c8819-3274-4024-8dc5-b952efca989a} executeQuery: Read 42 rows, 3.16 KiB in 0.001198 sec., 35058.430717863106 rows/sec., 2.57 MiB/sec. 2025.09.18 00:44:21.480768 [ 115 ] {} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:21.480780 [ 276 ] {c28c8819-3274-4024-8dc5-b952efca989a} TCPHandler: Processed in 0.001403452 sec. 2025.09.18 00:44:21.480797 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:21.480926 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:21.480941 [ 192 ] {760959a3-fef0-4463-b66b-9e8797170cee::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.09.18 00:44:21.481034 [ 276 ] {a9a74789-3770-43d8-8f3e-3430664dc59a} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:44:21.481079 [ 276 ] {a9a74789-3770-43d8-8f3e-3430664dc59a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:44:21.481112 [ 192 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:44:21.481157 [ 192 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 72 rows starting from the beginning of the part 2025.09.18 00:44:21.481234 [ 192 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 42 rows starting from the beginning of the part 2025.09.18 00:44:21.481288 [ 192 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 66 rows starting from the beginning of the part 2025.09.18 00:44:21.481341 [ 192 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 42 rows starting from the beginning of the part 2025.09.18 00:44:21.481380 [ 192 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 2 rows starting from the beginning of the part 2025.09.18 00:44:21.481423 [ 192 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 42 rows starting from the beginning of the part 2025.09.18 00:44:21.481532 [ 276 ] {a9a74789-3770-43d8-8f3e-3430664dc59a} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:21.481576 [ 276 ] {a9a74789-3770-43d8-8f3e-3430664dc59a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:21.481941 [ 276 ] {a9a74789-3770-43d8-8f3e-3430664dc59a} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.09.18 00:44:21.482169 [ 276 ] {a9a74789-3770-43d8-8f3e-3430664dc59a} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:21.482316 [ 276 ] {a9a74789-3770-43d8-8f3e-3430664dc59a} executeQuery: Read 106 rows, 8.48 KiB in 0.001302 sec., 81413.21044546852 rows/sec., 6.36 MiB/sec. 2025.09.18 00:44:21.482356 [ 276 ] {a9a74789-3770-43d8-8f3e-3430664dc59a} TCPHandler: Processed in 0.001482644 sec. 2025.09.18 00:44:21.482385 [ 190 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 266 rows, containing 5 columns (5 merged, 0 gathered) in 0.001508443 sec., 176340.76991971192 rows/sec., 13.59 MiB/sec. 2025.09.18 00:44:21.482468 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:21.482569 [ 276 ] {0d446d68-7349-4fe0-adfa-77533fba3397} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:44:21.482614 [ 276 ] {0d446d68-7349-4fe0-adfa-77533fba3397} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:44:21.482613 [ 191 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.09.18 00:44:21.482975 [ 191 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_36_7} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:21.483009 [ 276 ] {0d446d68-7349-4fe0-adfa-77533fba3397} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:21.483053 [ 276 ] {0d446d68-7349-4fe0-adfa-77533fba3397} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:21.483069 [ 191 ] {760959a3-fef0-4463-b66b-9e8797170cee::all_1_36_7} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.09.18 00:44:21.483190 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2025.09.18 00:44:21.483391 [ 276 ] {0d446d68-7349-4fe0-adfa-77533fba3397} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.09.18 00:44:21.483606 [ 276 ] {0d446d68-7349-4fe0-adfa-77533fba3397} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:21.483749 [ 276 ] {0d446d68-7349-4fe0-adfa-77533fba3397} executeQuery: Read 160 rows, 11.41 KiB in 0.001199 sec., 133444.53711426188 rows/sec., 9.29 MiB/sec. 2025.09.18 00:44:21.483787 [ 276 ] {0d446d68-7349-4fe0-adfa-77533fba3397} TCPHandler: Processed in 0.001368661 sec. 2025.09.18 00:44:21.483888 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:21.483982 [ 276 ] {a3438919-c1c9-4b59-9cac-b71276c1c7a1} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.18 00:44:21.484037 [ 276 ] {a3438919-c1c9-4b59-9cac-b71276c1c7a1} 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.09.18 00:44:21.484912 [ 276 ] {a3438919-c1c9-4b59-9cac-b71276c1c7a1} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:21.484949 [ 276 ] {a3438919-c1c9-4b59-9cac-b71276c1c7a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:21.485511 [ 276 ] {a3438919-c1c9-4b59-9cac-b71276c1c7a1} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.09.18 00:44:21.485737 [ 276 ] {a3438919-c1c9-4b59-9cac-b71276c1c7a1} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:21.485881 [ 276 ] {a3438919-c1c9-4b59-9cac-b71276c1c7a1} executeQuery: Read 42 rows, 77.07 KiB in 0.001917 sec., 21909.23317683881 rows/sec., 39.26 MiB/sec. 2025.09.18 00:44:21.485937 [ 276 ] {a3438919-c1c9-4b59-9cac-b71276c1c7a1} TCPHandler: Processed in 0.002097933 sec. 2025.09.18 00:44:21.486041 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:21.486136 [ 276 ] {45c68cce-e4fb-415c-a878-88de2b659cde} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:44:21.486178 [ 276 ] {45c68cce-e4fb-415c-a878-88de2b659cde} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:44:21.486499 [ 276 ] {45c68cce-e4fb-415c-a878-88de2b659cde} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:21.486534 [ 276 ] {45c68cce-e4fb-415c-a878-88de2b659cde} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:21.486841 [ 276 ] {45c68cce-e4fb-415c-a878-88de2b659cde} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.09.18 00:44:21.487046 [ 276 ] {45c68cce-e4fb-415c-a878-88de2b659cde} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:21.487171 [ 276 ] {45c68cce-e4fb-415c-a878-88de2b659cde} executeQuery: Read 60 rows, 4.14 KiB in 0.001054 sec., 56925.99620493359 rows/sec., 3.84 MiB/sec. 2025.09.18 00:44:21.487206 [ 276 ] {45c68cce-e4fb-415c-a878-88de2b659cde} TCPHandler: Processed in 0.001214809 sec. 2025.09.18 00:44:21.620077 [ 112 ] {} DNSResolver: Updating DNS cache 2025.09.18 00:44:21.620120 [ 112 ] {} DNSResolver: Updated DNS cache 2025.09.18 00:44:21.745120 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 18181 2025.09.18 00:44:21.745623 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:21.745671 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:21.746206 [ 245 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.09.18 00:44:21.746442 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:21.746568 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18181 2025.09.18 00:44:22.720251 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 2025.09.18 00:44:22.738568 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:22.738641 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:22.746453 [ 244 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.09.18 00:44:22.748199 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:22.755432 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 287 2025.09.18 00:44:26.474943 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:26.475122 [ 276 ] {48312093-5290-404d-9f6b-f3f6841f8f73} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:44:26.475189 [ 276 ] {48312093-5290-404d-9f6b-f3f6841f8f73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:44:26.475829 [ 276 ] {48312093-5290-404d-9f6b-f3f6841f8f73} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:26.475880 [ 276 ] {48312093-5290-404d-9f6b-f3f6841f8f73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:26.476292 [ 276 ] {48312093-5290-404d-9f6b-f3f6841f8f73} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.09.18 00:44:26.476515 [ 276 ] {48312093-5290-404d-9f6b-f3f6841f8f73} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:26.476679 [ 276 ] {48312093-5290-404d-9f6b-f3f6841f8f73} executeQuery: Read 56 rows, 4.41 KiB in 0.001603 sec., 34934.49781659389 rows/sec., 2.68 MiB/sec. 2025.09.18 00:44:26.476722 [ 276 ] {48312093-5290-404d-9f6b-f3f6841f8f73} TCPHandler: Processed in 0.00191195 sec. 2025.09.18 00:44:26.476842 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:26.476945 [ 276 ] {b6fb7d5d-e0e3-420d-8dc9-dcf104f345c8} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:44:26.476985 [ 276 ] {b6fb7d5d-e0e3-420d-8dc9-dcf104f345c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:44:26.477399 [ 276 ] {b6fb7d5d-e0e3-420d-8dc9-dcf104f345c8} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:26.477432 [ 276 ] {b6fb7d5d-e0e3-420d-8dc9-dcf104f345c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:26.477736 [ 276 ] {b6fb7d5d-e0e3-420d-8dc9-dcf104f345c8} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.09.18 00:44:26.477959 [ 276 ] {b6fb7d5d-e0e3-420d-8dc9-dcf104f345c8} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:26.478093 [ 276 ] {b6fb7d5d-e0e3-420d-8dc9-dcf104f345c8} executeQuery: Read 64 rows, 5.12 KiB in 0.001172 sec., 54607.508532423206 rows/sec., 4.26 MiB/sec. 2025.09.18 00:44:26.478131 [ 276 ] {b6fb7d5d-e0e3-420d-8dc9-dcf104f345c8} TCPHandler: Processed in 0.001341072 sec. 2025.09.18 00:44:26.478237 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:26.478331 [ 276 ] {033dbced-5253-48a9-8d17-e6b7b6f50151} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:44:26.478374 [ 276 ] {033dbced-5253-48a9-8d17-e6b7b6f50151} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:44:26.478775 [ 276 ] {033dbced-5253-48a9-8d17-e6b7b6f50151} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:26.478809 [ 276 ] {033dbced-5253-48a9-8d17-e6b7b6f50151} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:26.479147 [ 276 ] {033dbced-5253-48a9-8d17-e6b7b6f50151} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.09.18 00:44:26.479358 [ 276 ] {033dbced-5253-48a9-8d17-e6b7b6f50151} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:26.479493 [ 276 ] {033dbced-5253-48a9-8d17-e6b7b6f50151} executeQuery: Read 160 rows, 11.41 KiB in 0.00118 sec., 135593.22033898305 rows/sec., 9.44 MiB/sec. 2025.09.18 00:44:26.479529 [ 276 ] {033dbced-5253-48a9-8d17-e6b7b6f50151} TCPHandler: Processed in 0.001343121 sec. 2025.09.18 00:44:26.479633 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:26.479726 [ 276 ] {e2f7d014-4a3b-40ce-93f9-e80ec0cec10e} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:44:26.479767 [ 276 ] {e2f7d014-4a3b-40ce-93f9-e80ec0cec10e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:44:26.480079 [ 276 ] {e2f7d014-4a3b-40ce-93f9-e80ec0cec10e} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:26.480112 [ 276 ] {e2f7d014-4a3b-40ce-93f9-e80ec0cec10e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:26.480420 [ 276 ] {e2f7d014-4a3b-40ce-93f9-e80ec0cec10e} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.09.18 00:44:26.480623 [ 276 ] {e2f7d014-4a3b-40ce-93f9-e80ec0cec10e} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:26.480755 [ 276 ] {e2f7d014-4a3b-40ce-93f9-e80ec0cec10e} executeQuery: Read 60 rows, 4.14 KiB in 0.001047 sec., 57306.59025787966 rows/sec., 3.86 MiB/sec. 2025.09.18 00:44:26.480791 [ 276 ] {e2f7d014-4a3b-40ce-93f9-e80ec0cec10e} TCPHandler: Processed in 0.001207529 sec. 2025.09.18 00:44:26.797918 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 874 2025.09.18 00:44:26.799985 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:26.800031 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:26.801240 [ 243 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.09.18 00:44:26.801502 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:26.801748 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 874 2025.09.18 00:44:29.246726 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 18693 2025.09.18 00:44:29.247262 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:29.247311 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:29.247810 [ 245 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.09.18 00:44:29.248036 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:29.248186 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18693 2025.09.18 00:44:30.255578 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 2025.09.18 00:44:30.272616 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:30.272680 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:30.278886 [ 244 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.09.18 00:44:30.279656 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:30.282611 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 294 2025.09.18 00:44:31.478537 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:31.478710 [ 276 ] {00dfb3b4-3b39-43d3-a985-da1a94517874} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.09.18 00:44:31.478774 [ 276 ] {00dfb3b4-3b39-43d3-a985-da1a94517874} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.09.18 00:44:31.479381 [ 276 ] {00dfb3b4-3b39-43d3-a985-da1a94517874} oximeter.fields_i16 (cf06a10e-1730-4cbf-a5a6-b367a2ab4906): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:31.479418 [ 276 ] {00dfb3b4-3b39-43d3-a985-da1a94517874} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:31.479800 [ 276 ] {00dfb3b4-3b39-43d3-a985-da1a94517874} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.09.18 00:44:31.480024 [ 276 ] {00dfb3b4-3b39-43d3-a985-da1a94517874} oximeter.fields_i16 (cf06a10e-1730-4cbf-a5a6-b367a2ab4906): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:31.480164 [ 276 ] {00dfb3b4-3b39-43d3-a985-da1a94517874} executeQuery: Read 24 rows, 2.04 KiB in 0.0015 sec., 16000 rows/sec., 1.33 MiB/sec. 2025.09.18 00:44:31.480205 [ 276 ] {00dfb3b4-3b39-43d3-a985-da1a94517874} TCPHandler: Processed in 0.001793918 sec. 2025.09.18 00:44:31.480325 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:31.480419 [ 276 ] {eb5f0f17-5dcb-4bca-b3bf-4227217cef68} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.18 00:44:31.480459 [ 276 ] {eb5f0f17-5dcb-4bca-b3bf-4227217cef68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.18 00:44:31.480829 [ 276 ] {eb5f0f17-5dcb-4bca-b3bf-4227217cef68} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:31.480862 [ 276 ] {eb5f0f17-5dcb-4bca-b3bf-4227217cef68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:31.481148 [ 276 ] {eb5f0f17-5dcb-4bca-b3bf-4227217cef68} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.09.18 00:44:31.481360 [ 276 ] {eb5f0f17-5dcb-4bca-b3bf-4227217cef68} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:31.481483 [ 276 ] {eb5f0f17-5dcb-4bca-b3bf-4227217cef68} executeQuery: Read 2 rows, 167.00 B in 0.001082 sec., 1848.4288354898335 rows/sec., 150.73 KiB/sec. 2025.09.18 00:44:31.481518 [ 276 ] {eb5f0f17-5dcb-4bca-b3bf-4227217cef68} TCPHandler: Processed in 0.00124071 sec. 2025.09.18 00:44:31.481625 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:31.481736 [ 276 ] {41290c6b-4469-4bfc-94f4-4cca17ecc393} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:44:31.481784 [ 276 ] {41290c6b-4469-4bfc-94f4-4cca17ecc393} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:44:31.482430 [ 276 ] {41290c6b-4469-4bfc-94f4-4cca17ecc393} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:31.482472 [ 276 ] {41290c6b-4469-4bfc-94f4-4cca17ecc393} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:31.482841 [ 276 ] {41290c6b-4469-4bfc-94f4-4cca17ecc393} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.09.18 00:44:31.483045 [ 276 ] {41290c6b-4469-4bfc-94f4-4cca17ecc393} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:31.483147 [ 105 ] {} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.09.18 00:44:31.483175 [ 276 ] {41290c6b-4469-4bfc-94f4-4cca17ecc393} executeQuery: Read 261 rows, 23.98 KiB in 0.001464 sec., 178278.68852459016 rows/sec., 16.00 MiB/sec. 2025.09.18 00:44:31.483208 [ 105 ] {} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:31.483217 [ 276 ] {41290c6b-4469-4bfc-94f4-4cca17ecc393} TCPHandler: Processed in 0.001641645 sec. 2025.09.18 00:44:31.483236 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:31.483333 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:31.483381 [ 192 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::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.09.18 00:44:31.483429 [ 276 ] {7c3b9a46-7cad-4dc3-b538-37e6e97523ae} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.18 00:44:31.483474 [ 276 ] {7c3b9a46-7cad-4dc3-b538-37e6e97523ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.18 00:44:31.483544 [ 192 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:44:31.483586 [ 192 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1410 rows starting from the beginning of the part 2025.09.18 00:44:31.483661 [ 192 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 140 rows starting from the beginning of the part 2025.09.18 00:44:31.483714 [ 192 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1197 rows starting from the beginning of the part 2025.09.18 00:44:31.483758 [ 192 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 140 rows starting from the beginning of the part 2025.09.18 00:44:31.483799 [ 192 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 56 rows starting from the beginning of the part 2025.09.18 00:44:31.483841 [ 192 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 261 rows starting from the beginning of the part 2025.09.18 00:44:31.483886 [ 276 ] {7c3b9a46-7cad-4dc3-b538-37e6e97523ae} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:31.483927 [ 276 ] {7c3b9a46-7cad-4dc3-b538-37e6e97523ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:31.484273 [ 276 ] {7c3b9a46-7cad-4dc3-b538-37e6e97523ae} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.09.18 00:44:31.484487 [ 276 ] {7c3b9a46-7cad-4dc3-b538-37e6e97523ae} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:31.484616 [ 276 ] {7c3b9a46-7cad-4dc3-b538-37e6e97523ae} executeQuery: Read 56 rows, 4.26 KiB in 0.001206 sec., 46434.494195688225 rows/sec., 3.45 MiB/sec. 2025.09.18 00:44:31.484654 [ 276 ] {7c3b9a46-7cad-4dc3-b538-37e6e97523ae} TCPHandler: Processed in 0.001369592 sec. 2025.09.18 00:44:31.484765 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:31.484877 [ 276 ] {15e309ba-0560-4a7d-a18c-c8f3470e1da2} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.18 00:44:31.484923 [ 276 ] {15e309ba-0560-4a7d-a18c-c8f3470e1da2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.18 00:44:31.485226 [ 191 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3204 rows, containing 5 columns (5 merged, 0 gathered) in 0.00191319 sec., 1674689.9157950857 rows/sec., 147.04 MiB/sec. 2025.09.18 00:44:31.485371 [ 276 ] {15e309ba-0560-4a7d-a18c-c8f3470e1da2} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:31.485416 [ 276 ] {15e309ba-0560-4a7d-a18c-c8f3470e1da2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:31.485488 [ 192 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.09.18 00:44:31.485782 [ 192 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_56_11} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:31.485799 [ 276 ] {15e309ba-0560-4a7d-a18c-c8f3470e1da2} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.09.18 00:44:31.485863 [ 192 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_56_11} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.09.18 00:44:31.485949 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. 2025.09.18 00:44:31.486025 [ 276 ] {15e309ba-0560-4a7d-a18c-c8f3470e1da2} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:31.486153 [ 276 ] {15e309ba-0560-4a7d-a18c-c8f3470e1da2} executeQuery: Read 24 rows, 2.04 KiB in 0.001299 sec., 18475.750577367206 rows/sec., 1.53 MiB/sec. 2025.09.18 00:44:31.486189 [ 276 ] {15e309ba-0560-4a7d-a18c-c8f3470e1da2} TCPHandler: Processed in 0.001481143 sec. 2025.09.18 00:44:31.486292 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:31.486390 [ 276 ] {8a23d3a5-a580-4a80-b3d7-679fcde709dd} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.09.18 00:44:31.486430 [ 276 ] {8a23d3a5-a580-4a80-b3d7-679fcde709dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.09.18 00:44:31.486820 [ 276 ] {8a23d3a5-a580-4a80-b3d7-679fcde709dd} oximeter.fields_u8 (8e0d46a4-6712-4cba-8404-3aa8cdd0fb1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:31.486855 [ 276 ] {8a23d3a5-a580-4a80-b3d7-679fcde709dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:31.487155 [ 276 ] {8a23d3a5-a580-4a80-b3d7-679fcde709dd} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.09.18 00:44:31.487368 [ 276 ] {8a23d3a5-a580-4a80-b3d7-679fcde709dd} oximeter.fields_u8 (8e0d46a4-6712-4cba-8404-3aa8cdd0fb1a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:31.487491 [ 276 ] {8a23d3a5-a580-4a80-b3d7-679fcde709dd} executeQuery: Read 12 rows, 960.00 B in 0.001119 sec., 10723.860589812333 rows/sec., 837.80 KiB/sec. 2025.09.18 00:44:31.487529 [ 276 ] {8a23d3a5-a580-4a80-b3d7-679fcde709dd} TCPHandler: Processed in 0.00128953 sec. 2025.09.18 00:44:31.487632 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:31.487726 [ 276 ] {5408bba4-0d71-4749-aa39-8e4839baf00b} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:44:31.487765 [ 276 ] {5408bba4-0d71-4749-aa39-8e4839baf00b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:44:31.488209 [ 276 ] {5408bba4-0d71-4749-aa39-8e4839baf00b} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:31.488243 [ 276 ] {5408bba4-0d71-4749-aa39-8e4839baf00b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:31.488541 [ 276 ] {5408bba4-0d71-4749-aa39-8e4839baf00b} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.09.18 00:44:31.488740 [ 276 ] {5408bba4-0d71-4749-aa39-8e4839baf00b} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:31.488864 [ 276 ] {5408bba4-0d71-4749-aa39-8e4839baf00b} executeQuery: Read 144 rows, 11.90 KiB in 0.001157 sec., 124459.80985306828 rows/sec., 10.04 MiB/sec. 2025.09.18 00:44:31.488872 [ 103 ] {} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.09.18 00:44:31.488902 [ 276 ] {5408bba4-0d71-4749-aa39-8e4839baf00b} TCPHandler: Processed in 0.001318261 sec. 2025.09.18 00:44:31.488932 [ 103 ] {} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:31.488962 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:31.489015 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:31.489055 [ 193 ] {ed3758e3-769d-40dc-8194-b54c707413cf::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.09.18 00:44:31.489112 [ 276 ] {a831b768-b694-4ae6-ba5e-03da6f9ee01d} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:44:31.489154 [ 193 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:44:31.489155 [ 276 ] {a831b768-b694-4ae6-ba5e-03da6f9ee01d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:44:31.489188 [ 193 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 634 rows starting from the beginning of the part 2025.09.18 00:44:31.489251 [ 193 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 106 rows starting from the beginning of the part 2025.09.18 00:44:31.489301 [ 193 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 522 rows starting from the beginning of the part 2025.09.18 00:44:31.489346 [ 193 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 106 rows starting from the beginning of the part 2025.09.18 00:44:31.489390 [ 193 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 64 rows starting from the beginning of the part 2025.09.18 00:44:31.489432 [ 193 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 144 rows starting from the beginning of the part 2025.09.18 00:44:31.489557 [ 276 ] {a831b768-b694-4ae6-ba5e-03da6f9ee01d} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:31.489592 [ 276 ] {a831b768-b694-4ae6-ba5e-03da6f9ee01d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:31.489925 [ 276 ] {a831b768-b694-4ae6-ba5e-03da6f9ee01d} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.09.18 00:44:31.490126 [ 276 ] {a831b768-b694-4ae6-ba5e-03da6f9ee01d} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:31.490234 [ 103 ] {} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.09.18 00:44:31.490249 [ 276 ] {a831b768-b694-4ae6-ba5e-03da6f9ee01d} executeQuery: Read 197 rows, 14.47 KiB in 0.001155 sec., 170562.77056277057 rows/sec., 12.23 MiB/sec. 2025.09.18 00:44:31.490267 [ 103 ] {} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:31.490291 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:31.490293 [ 276 ] {a831b768-b694-4ae6-ba5e-03da6f9ee01d} TCPHandler: Processed in 0.00132542 sec. 2025.09.18 00:44:31.490360 [ 193 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::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.09.18 00:44:31.490409 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:31.490440 [ 193 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:44:31.490467 [ 193 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_56_11} MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 14556 rows starting from the beginning of the part 2025.09.18 00:44:31.490502 [ 276 ] {0bb677c1-d91c-49b6-a57b-17ef0a2abcd5} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.18 00:44:31.490515 [ 193 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::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.09.18 00:44:31.490537 [ 194 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1576 rows, containing 5 columns (5 merged, 0 gathered) in 0.001514844 sec., 1040371.1537293609 rows/sec., 82.93 MiB/sec. 2025.09.18 00:44:31.490558 [ 193 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 845 rows starting from the beginning of the part 2025.09.18 00:44:31.490661 [ 193 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::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.09.18 00:44:31.490557 [ 276 ] {0bb677c1-d91c-49b6-a57b-17ef0a2abcd5} 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.09.18 00:44:31.490706 [ 193 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::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.09.18 00:44:31.490747 [ 193 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 197 rows starting from the beginning of the part 2025.09.18 00:44:31.490825 [ 186 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.09.18 00:44:31.491209 [ 186 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_56_11} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:31.491314 [ 186 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_56_11} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.09.18 00:44:31.491423 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.09.18 00:44:31.491587 [ 276 ] {0bb677c1-d91c-49b6-a57b-17ef0a2abcd5} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:31.491631 [ 276 ] {0bb677c1-d91c-49b6-a57b-17ef0a2abcd5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:31.492274 [ 276 ] {0bb677c1-d91c-49b6-a57b-17ef0a2abcd5} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.09.18 00:44:31.492585 [ 276 ] {0bb677c1-d91c-49b6-a57b-17ef0a2abcd5} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:31.492769 [ 276 ] {0bb677c1-d91c-49b6-a57b-17ef0a2abcd5} executeQuery: Read 42 rows, 77.07 KiB in 0.002283 sec., 18396.84625492773 rows/sec., 32.97 MiB/sec. 2025.09.18 00:44:31.492864 [ 276 ] {0bb677c1-d91c-49b6-a57b-17ef0a2abcd5} TCPHandler: Processed in 0.002501479 sec. 2025.09.18 00:44:31.492994 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:31.493106 [ 276 ] {13394c9b-fa38-4ec4-9847-fdf751b2811b} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:44:31.493158 [ 276 ] {13394c9b-fa38-4ec4-9847-fdf751b2811b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:44:31.493573 [ 276 ] {13394c9b-fa38-4ec4-9847-fdf751b2811b} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:31.493618 [ 276 ] {13394c9b-fa38-4ec4-9847-fdf751b2811b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:31.494041 [ 276 ] {13394c9b-fa38-4ec4-9847-fdf751b2811b} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.09.18 00:44:31.494333 [ 276 ] {13394c9b-fa38-4ec4-9847-fdf751b2811b} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:31.494462 [ 103 ] {} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.09.18 00:44:31.494496 [ 103 ] {} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:31.494513 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. 2025.09.18 00:44:31.494523 [ 276 ] {13394c9b-fa38-4ec4-9847-fdf751b2811b} executeQuery: Read 60 rows, 4.14 KiB in 0.001439 sec., 41695.62195969423 rows/sec., 2.81 MiB/sec. 2025.09.18 00:44:31.494586 [ 276 ] {13394c9b-fa38-4ec4-9847-fdf751b2811b} TCPHandler: Processed in 0.001650046 sec. 2025.09.18 00:44:31.494634 [ 194 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:44:31.494791 [ 194 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:44:31.494824 [ 194 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2940 rows starting from the beginning of the part 2025.09.18 00:44:31.494888 [ 194 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:44:31.494935 [ 194 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:44:31.494976 [ 194 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:44:31.495013 [ 194 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:44:31.495050 [ 194 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::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.09.18 00:44:31.495515 [ 186 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 16078 rows, containing 5 columns (5 merged, 0 gathered) in 0.005181001 sec., 3103261.319578977 rows/sec., 213.31 MiB/sec. 2025.09.18 00:44:31.495945 [ 189 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.09.18 00:44:31.496195 [ 189 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_56_11} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:31.496258 [ 189 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_56_11} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.09.18 00:44:31.496330 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB. 2025.09.18 00:44:31.496392 [ 199 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3240 rows, containing 4 columns (4 merged, 0 gathered) in 0.001821539 sec., 1778715.6904134362 rows/sec., 119.83 MiB/sec. 2025.09.18 00:44:31.496826 [ 200 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.09.18 00:44:31.497143 [ 200 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_56_11} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:31.497229 [ 200 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_56_11} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.09.18 00:44:31.497315 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. 2025.09.18 00:44:36.475487 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:36.475701 [ 276 ] {de277d8a-c3b8-4759-bae5-9cf38684146c} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:44:36.475774 [ 276 ] {de277d8a-c3b8-4759-bae5-9cf38684146c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:44:36.476437 [ 276 ] {de277d8a-c3b8-4759-bae5-9cf38684146c} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:36.476479 [ 276 ] {de277d8a-c3b8-4759-bae5-9cf38684146c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.18 00:44:36.476851 [ 276 ] {de277d8a-c3b8-4759-bae5-9cf38684146c} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.09.18 00:44:36.477065 [ 276 ] {de277d8a-c3b8-4759-bae5-9cf38684146c} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:36.477259 [ 276 ] {de277d8a-c3b8-4759-bae5-9cf38684146c} executeQuery: Read 56 rows, 4.41 KiB in 0.001594 sec., 35131.74404015057 rows/sec., 2.70 MiB/sec. 2025.09.18 00:44:36.477386 [ 276 ] {de277d8a-c3b8-4759-bae5-9cf38684146c} TCPHandler: Processed in 0.002037762 sec. 2025.09.18 00:44:36.477585 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:36.477732 [ 276 ] {f2dacf6a-8344-4881-bc27-e208c2f80da4} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:44:36.477796 [ 276 ] {f2dacf6a-8344-4881-bc27-e208c2f80da4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:44:36.478356 [ 276 ] {f2dacf6a-8344-4881-bc27-e208c2f80da4} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:36.478399 [ 276 ] {f2dacf6a-8344-4881-bc27-e208c2f80da4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.18 00:44:36.478717 [ 276 ] {f2dacf6a-8344-4881-bc27-e208c2f80da4} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.09.18 00:44:36.478929 [ 276 ] {f2dacf6a-8344-4881-bc27-e208c2f80da4} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:36.479076 [ 276 ] {f2dacf6a-8344-4881-bc27-e208c2f80da4} executeQuery: Read 64 rows, 5.12 KiB in 0.001378 sec., 46444.121915820026 rows/sec., 3.63 MiB/sec. 2025.09.18 00:44:36.479139 [ 276 ] {f2dacf6a-8344-4881-bc27-e208c2f80da4} TCPHandler: Processed in 0.001673866 sec. 2025.09.18 00:44:36.479275 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:36.479412 [ 276 ] {c44d941b-8851-44f6-8190-cd4c55cb6303} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:44:36.479469 [ 276 ] {c44d941b-8851-44f6-8190-cd4c55cb6303} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:44:36.479943 [ 276 ] {c44d941b-8851-44f6-8190-cd4c55cb6303} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:36.479978 [ 276 ] {c44d941b-8851-44f6-8190-cd4c55cb6303} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.18 00:44:36.480303 [ 276 ] {c44d941b-8851-44f6-8190-cd4c55cb6303} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.09.18 00:44:36.480507 [ 276 ] {c44d941b-8851-44f6-8190-cd4c55cb6303} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:36.480632 [ 276 ] {c44d941b-8851-44f6-8190-cd4c55cb6303} executeQuery: Read 160 rows, 11.41 KiB in 0.00125 sec., 128000 rows/sec., 8.91 MiB/sec. 2025.09.18 00:44:36.480668 [ 276 ] {c44d941b-8851-44f6-8190-cd4c55cb6303} TCPHandler: Processed in 0.001457602 sec. 2025.09.18 00:44:36.480776 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:36.480872 [ 276 ] {509c06ae-feb9-44f2-9d00-76fdaf5f70ec} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:44:36.480913 [ 276 ] {509c06ae-feb9-44f2-9d00-76fdaf5f70ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:44:36.481244 [ 276 ] {509c06ae-feb9-44f2-9d00-76fdaf5f70ec} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:36.481280 [ 276 ] {509c06ae-feb9-44f2-9d00-76fdaf5f70ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.18 00:44:36.481577 [ 276 ] {509c06ae-feb9-44f2-9d00-76fdaf5f70ec} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.09.18 00:44:36.481775 [ 276 ] {509c06ae-feb9-44f2-9d00-76fdaf5f70ec} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:36.481929 [ 276 ] {509c06ae-feb9-44f2-9d00-76fdaf5f70ec} executeQuery: Read 60 rows, 4.14 KiB in 0.001073 sec., 55917.98695246971 rows/sec., 3.77 MiB/sec. 2025.09.18 00:44:36.481968 [ 276 ] {509c06ae-feb9-44f2-9d00-76fdaf5f70ec} TCPHandler: Processed in 0.00123984 sec. 2025.09.18 00:44:36.620382 [ 99 ] {} DNSResolver: Updating DNS cache 2025.09.18 00:44:36.620455 [ 99 ] {} DNSResolver: Updated DNS cache 2025.09.18 00:44:36.748353 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 19141 2025.09.18 00:44:36.748966 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:36.749029 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.18 00:44:36.749591 [ 245 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.09.18 00:44:36.749814 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:36.749941 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19141 2025.09.18 00:44:36.801989 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 902 2025.09.18 00:44:36.804153 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:36.804196 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.18 00:44:36.805378 [ 243 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.09.18 00:44:36.805634 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:36.805876 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 902 2025.09.18 00:44:37.782753 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 2025.09.18 00:44:37.800325 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:37.800399 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.18 00:44:37.806544 [ 244 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.09.18 00:44:37.807263 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:37.810432 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 302 2025.09.18 00:44:41.477094 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:41.477287 [ 276 ] {2dd90e26-4fa8-487f-94b1-9dcc8ef80445} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:44:41.477357 [ 276 ] {2dd90e26-4fa8-487f-94b1-9dcc8ef80445} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:44:41.478196 [ 276 ] {2dd90e26-4fa8-487f-94b1-9dcc8ef80445} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:41.478237 [ 276 ] {2dd90e26-4fa8-487f-94b1-9dcc8ef80445} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.18 00:44:41.478619 [ 276 ] {2dd90e26-4fa8-487f-94b1-9dcc8ef80445} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.09.18 00:44:41.478840 [ 276 ] {2dd90e26-4fa8-487f-94b1-9dcc8ef80445} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:41.479012 [ 276 ] {2dd90e26-4fa8-487f-94b1-9dcc8ef80445} executeQuery: Read 140 rows, 12.45 KiB in 0.001777 sec., 78784.46820483962 rows/sec., 6.84 MiB/sec. 2025.09.18 00:44:41.479058 [ 276 ] {2dd90e26-4fa8-487f-94b1-9dcc8ef80445} TCPHandler: Processed in 0.002094982 sec. 2025.09.18 00:44:41.479194 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:41.479289 [ 276 ] {6294b934-f454-4922-bb86-828c17338dde} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.18 00:44:41.479329 [ 276 ] {6294b934-f454-4922-bb86-828c17338dde} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.18 00:44:41.479783 [ 276 ] {6294b934-f454-4922-bb86-828c17338dde} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:41.479819 [ 276 ] {6294b934-f454-4922-bb86-828c17338dde} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.18 00:44:41.480120 [ 276 ] {6294b934-f454-4922-bb86-828c17338dde} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.09.18 00:44:41.480322 [ 276 ] {6294b934-f454-4922-bb86-828c17338dde} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:41.480470 [ 276 ] {6294b934-f454-4922-bb86-828c17338dde} executeQuery: Read 42 rows, 3.16 KiB in 0.001197 sec., 35087.71929824562 rows/sec., 2.58 MiB/sec. 2025.09.18 00:44:41.480528 [ 276 ] {6294b934-f454-4922-bb86-828c17338dde} TCPHandler: Processed in 0.001380671 sec. 2025.09.18 00:44:41.480693 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:41.480788 [ 276 ] {ff3b63f4-9afa-4f56-9879-d54b3261a9c9} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:44:41.480827 [ 276 ] {ff3b63f4-9afa-4f56-9879-d54b3261a9c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:44:41.481304 [ 276 ] {ff3b63f4-9afa-4f56-9879-d54b3261a9c9} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:41.481339 [ 276 ] {ff3b63f4-9afa-4f56-9879-d54b3261a9c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.18 00:44:41.481640 [ 276 ] {ff3b63f4-9afa-4f56-9879-d54b3261a9c9} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.09.18 00:44:41.481855 [ 276 ] {ff3b63f4-9afa-4f56-9879-d54b3261a9c9} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:41.481988 [ 276 ] {ff3b63f4-9afa-4f56-9879-d54b3261a9c9} executeQuery: Read 106 rows, 8.48 KiB in 0.001218 sec., 87027.91461412152 rows/sec., 6.80 MiB/sec. 2025.09.18 00:44:41.482050 [ 276 ] {ff3b63f4-9afa-4f56-9879-d54b3261a9c9} TCPHandler: Processed in 0.001407962 sec. 2025.09.18 00:44:41.482180 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:41.482275 [ 276 ] {b3144f8d-6842-4431-bb53-f2df3388bdc7} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:44:41.482318 [ 276 ] {b3144f8d-6842-4431-bb53-f2df3388bdc7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:44:41.482792 [ 276 ] {b3144f8d-6842-4431-bb53-f2df3388bdc7} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:41.482827 [ 276 ] {b3144f8d-6842-4431-bb53-f2df3388bdc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.18 00:44:41.483152 [ 276 ] {b3144f8d-6842-4431-bb53-f2df3388bdc7} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.09.18 00:44:41.483357 [ 276 ] {b3144f8d-6842-4431-bb53-f2df3388bdc7} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:41.483506 [ 276 ] {b3144f8d-6842-4431-bb53-f2df3388bdc7} executeQuery: Read 160 rows, 11.41 KiB in 0.001249 sec., 128102.48198558849 rows/sec., 8.92 MiB/sec. 2025.09.18 00:44:41.483547 [ 276 ] {b3144f8d-6842-4431-bb53-f2df3388bdc7} TCPHandler: Processed in 0.001414323 sec. 2025.09.18 00:44:41.483665 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:41.483757 [ 276 ] {e97e1e15-9085-422d-be45-1afc8e9e6fd1} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.18 00:44:41.483810 [ 276 ] {e97e1e15-9085-422d-be45-1afc8e9e6fd1} 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.09.18 00:44:41.484804 [ 276 ] {e97e1e15-9085-422d-be45-1afc8e9e6fd1} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:41.484850 [ 276 ] {e97e1e15-9085-422d-be45-1afc8e9e6fd1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.18 00:44:41.485461 [ 276 ] {e97e1e15-9085-422d-be45-1afc8e9e6fd1} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.09.18 00:44:41.485681 [ 276 ] {e97e1e15-9085-422d-be45-1afc8e9e6fd1} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:41.485819 [ 276 ] {e97e1e15-9085-422d-be45-1afc8e9e6fd1} executeQuery: Read 42 rows, 77.07 KiB in 0.002079 sec., 20202.0202020202 rows/sec., 36.20 MiB/sec. 2025.09.18 00:44:41.485875 [ 276 ] {e97e1e15-9085-422d-be45-1afc8e9e6fd1} TCPHandler: Processed in 0.002256925 sec. 2025.09.18 00:44:41.485988 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:41.486085 [ 276 ] {6d32103d-3043-489e-a22c-cbef815c3817} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:44:41.486126 [ 276 ] {6d32103d-3043-489e-a22c-cbef815c3817} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:44:41.486440 [ 276 ] {6d32103d-3043-489e-a22c-cbef815c3817} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:41.486476 [ 276 ] {6d32103d-3043-489e-a22c-cbef815c3817} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.18 00:44:41.486779 [ 276 ] {6d32103d-3043-489e-a22c-cbef815c3817} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.09.18 00:44:41.486986 [ 276 ] {6d32103d-3043-489e-a22c-cbef815c3817} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:41.487118 [ 276 ] {6d32103d-3043-489e-a22c-cbef815c3817} executeQuery: Read 60 rows, 4.14 KiB in 0.001051 sec., 57088.487155090384 rows/sec., 3.85 MiB/sec. 2025.09.18 00:44:41.487153 [ 276 ] {6d32103d-3043-489e-a22c-cbef815c3817} TCPHandler: Processed in 0.001213879 sec. 2025.09.18 00:44:42.804681 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49366 2025.09.18 00:44:42.804804 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:44:42.804834 [ 286 ] {} TCP-Session: be25a8e5-80a0-49b8-bf3f-9d09036778c2 Authenticating user 'default' from [fd00:1122:3344:101::e]:49366 2025.09.18 00:44:42.804856 [ 286 ] {} TCP-Session: be25a8e5-80a0-49b8-bf3f-9d09036778c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:42.804870 [ 286 ] {} TCP-Session: be25a8e5-80a0-49b8-bf3f-9d09036778c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:42.805113 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35608 2025.09.18 00:44:42.805131 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44195 2025.09.18 00:44:42.805159 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58615 2025.09.18 00:44:42.805180 [ 286 ] {} TCP-Session: be25a8e5-80a0-49b8-bf3f-9d09036778c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:42.805164 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51355 2025.09.18 00:44:42.805251 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:44:42.805256 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:44:42.805279 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:44:42.805302 [ 350 ] {} TCP-Session: 320c2923-d364-4662-bf00-dfb45f690218 Authenticating user 'default' from [fd00:1122:3344:101::e]:44195 2025.09.18 00:44:42.805310 [ 287 ] {} TCP-Session: 350f69df-785d-4cbc-9756-6bff4a7bad4a Authenticating user 'default' from [fd00:1122:3344:101::e]:35608 2025.09.18 00:44:42.805327 [ 353 ] {} TCP-Session: 423dc669-cd0f-4655-8a85-86bab09a8282 Authenticating user 'default' from [fd00:1122:3344:101::e]:58615 2025.09.18 00:44:42.805347 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:44:42.805355 [ 287 ] {} TCP-Session: 350f69df-785d-4cbc-9756-6bff4a7bad4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:42.805379 [ 353 ] {} TCP-Session: 423dc669-cd0f-4655-8a85-86bab09a8282 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:42.805395 [ 354 ] {} TCP-Session: e4bbfcfe-798b-447e-b4d1-2e174de3c8f1 Authenticating user 'default' from [fd00:1122:3344:101::e]:51355 2025.09.18 00:44:42.805425 [ 353 ] {} TCP-Session: 423dc669-cd0f-4655-8a85-86bab09a8282 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:42.805447 [ 354 ] {} TCP-Session: e4bbfcfe-798b-447e-b4d1-2e174de3c8f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:42.805408 [ 287 ] {} TCP-Session: 350f69df-785d-4cbc-9756-6bff4a7bad4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:42.805469 [ 354 ] {} TCP-Session: e4bbfcfe-798b-447e-b4d1-2e174de3c8f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:42.805387 [ 286 ] {98c9c36b-6285-4a0b-8bac-05960ca015b9} executeQuery: (from [fd00:1122:3344:101::e]:49366) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.18 00:44:42.805349 [ 350 ] {} TCP-Session: 320c2923-d364-4662-bf00-dfb45f690218 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:42.805150 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58836 2025.09.18 00:44:42.805585 [ 350 ] {} TCP-Session: 320c2923-d364-4662-bf00-dfb45f690218 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:42.805120 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56028 2025.09.18 00:44:42.805115 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55736 2025.09.18 00:44:42.805671 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:44:42.805138 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52322 2025.09.18 00:44:42.805710 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:44:42.805717 [ 352 ] {} TCP-Session: 9474f013-01c2-4ce0-9650-c19fe7e48527 Authenticating user 'default' from [fd00:1122:3344:101::e]:58836 2025.09.18 00:44:42.805753 [ 289 ] {} TCP-Session: def3bb50-e862-47ea-961d-500fef371111 Authenticating user 'default' from [fd00:1122:3344:101::e]:56028 2025.09.18 00:44:42.805767 [ 352 ] {} TCP-Session: 9474f013-01c2-4ce0-9650-c19fe7e48527 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:42.805778 [ 289 ] {} TCP-Session: def3bb50-e862-47ea-961d-500fef371111 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:42.805789 [ 352 ] {} TCP-Session: 9474f013-01c2-4ce0-9650-c19fe7e48527 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:42.805792 [ 286 ] {98c9c36b-6285-4a0b-8bac-05960ca015b9} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.18 00:44:42.805803 [ 289 ] {} TCP-Session: def3bb50-e862-47ea-961d-500fef371111 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:42.805865 [ 286 ] {98c9c36b-6285-4a0b-8bac-05960ca015b9} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.18 00:44:42.805941 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:44:42.805980 [ 288 ] {} TCP-Session: 6aae3175-4741-4a24-a91b-fd3f263acba0 Authenticating user 'default' from [fd00:1122:3344:101::e]:55736 2025.09.18 00:44:42.806003 [ 288 ] {} TCP-Session: 6aae3175-4741-4a24-a91b-fd3f263acba0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:42.806019 [ 288 ] {} TCP-Session: 6aae3175-4741-4a24-a91b-fd3f263acba0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:42.806054 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:44:42.806087 [ 351 ] {} TCP-Session: 323854b2-b122-4da7-b4a2-779a89012ac9 Authenticating user 'default' from [fd00:1122:3344:101::e]:52322 2025.09.18 00:44:42.806103 [ 351 ] {} TCP-Session: 323854b2-b122-4da7-b4a2-779a89012ac9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:42.806115 [ 351 ] {} TCP-Session: 323854b2-b122-4da7-b4a2-779a89012ac9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:42.806175 [ 286 ] {98c9c36b-6285-4a0b-8bac-05960ca015b9} oximeter.version (53059a3a-d3d8-4ae6-a17a-1015bb2d496f) (SelectExecutor): Key condition: unknown 2025.09.18 00:44:42.807307 [ 309 ] {98c9c36b-6285-4a0b-8bac-05960ca015b9} AggregatingTransform: Aggregating 2025.09.18 00:44:42.807338 [ 309 ] {98c9c36b-6285-4a0b-8bac-05960ca015b9} Aggregator: Aggregation method: without_key 2025.09.18 00:44:42.807369 [ 309 ] {98c9c36b-6285-4a0b-8bac-05960ca015b9} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001088848 sec. (918.402 rows/sec., 35.88 KiB/sec.) 2025.09.18 00:44:42.807387 [ 309 ] {98c9c36b-6285-4a0b-8bac-05960ca015b9} Aggregator: Merging aggregated data 2025.09.18 00:44:42.808774 [ 286 ] {98c9c36b-6285-4a0b-8bac-05960ca015b9} executeQuery: Read 1 rows, 40.00 B in 0.003445 sec., 290.27576197387515 rows/sec., 11.34 KiB/sec. 2025.09.18 00:44:42.808921 [ 286 ] {98c9c36b-6285-4a0b-8bac-05960ca015b9} TCPHandler: Processed in 0.003861551 sec. 2025.09.18 00:44:42.809049 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.18 00:44:42.809080 [ 354 ] {} TCPHandler: Done processing connection. 2025.09.18 00:44:42.809091 [ 286 ] {} TCP-Session: be25a8e5-80a0-49b8-bf3f-9d09036778c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:42.809099 [ 351 ] {} TCPHandler: Done processing connection. 2025.09.18 00:44:42.809123 [ 354 ] {} TCP-Session: e4bbfcfe-798b-447e-b4d1-2e174de3c8f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:42.809124 [ 287 ] {} TCPHandler: Done processing connection. 2025.09.18 00:44:42.809158 [ 351 ] {} TCP-Session: 323854b2-b122-4da7-b4a2-779a89012ac9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:42.809178 [ 353 ] {} TCPHandler: Done processing connection. 2025.09.18 00:44:42.809200 [ 350 ] {} TCPHandler: Done processing connection. 2025.09.18 00:44:42.809207 [ 287 ] {} TCP-Session: 350f69df-785d-4cbc-9756-6bff4a7bad4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:42.809230 [ 353 ] {} TCP-Session: 423dc669-cd0f-4655-8a85-86bab09a8282 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:42.809245 [ 350 ] {} TCP-Session: 320c2923-d364-4662-bf00-dfb45f690218 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:42.809211 [ 352 ] {} TCPHandler: Done processing connection. 2025.09.18 00:44:42.809162 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.18 00:44:42.809313 [ 352 ] {} TCP-Session: 9474f013-01c2-4ce0-9650-c19fe7e48527 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:42.809146 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.18 00:44:42.809346 [ 288 ] {} TCP-Session: 6aae3175-4741-4a24-a91b-fd3f263acba0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:42.809379 [ 289 ] {} TCP-Session: def3bb50-e862-47ea-961d-500fef371111 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:42.921152 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36218 2025.09.18 00:44:42.921256 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:44:42.921283 [ 286 ] {} TCP-Session: 70718aff-a86e-4c5a-8be8-e3dc1ebbf82a Authenticating user 'default' from [fd00:1122:3344:101::e]:36218 2025.09.18 00:44:42.921306 [ 286 ] {} TCP-Session: 70718aff-a86e-4c5a-8be8-e3dc1ebbf82a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:42.921318 [ 286 ] {} TCP-Session: 70718aff-a86e-4c5a-8be8-e3dc1ebbf82a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:42.921551 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49374 2025.09.18 00:44:42.921579 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60658 2025.09.18 00:44:42.921622 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52067 2025.09.18 00:44:42.921631 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47720 2025.09.18 00:44:42.921681 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:44:42.921707 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:44:42.921707 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:44:42.921724 [ 287 ] {} TCP-Session: 12c562de-d6e4-4283-b3f3-8ee9f0566fc9 Authenticating user 'default' from [fd00:1122:3344:101::e]:49374 2025.09.18 00:44:42.921744 [ 288 ] {} TCP-Session: be55f1a1-a219-402c-8962-dd85af4ece0a Authenticating user 'default' from [fd00:1122:3344:101::e]:60658 2025.09.18 00:44:42.921761 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:44:42.921774 [ 287 ] {} TCP-Session: 12c562de-d6e4-4283-b3f3-8ee9f0566fc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:42.921787 [ 288 ] {} TCP-Session: be55f1a1-a219-402c-8962-dd85af4ece0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:42.921803 [ 354 ] {} TCP-Session: ff655651-8529-41b4-93fc-75080b5c3d64 Authenticating user 'default' from [fd00:1122:3344:101::e]:47720 2025.09.18 00:44:42.921807 [ 287 ] {} TCP-Session: 12c562de-d6e4-4283-b3f3-8ee9f0566fc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:42.921820 [ 288 ] {} TCP-Session: be55f1a1-a219-402c-8962-dd85af4ece0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:42.921844 [ 354 ] {} TCP-Session: ff655651-8529-41b4-93fc-75080b5c3d64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:42.921602 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48278 2025.09.18 00:44:42.921877 [ 354 ] {} TCP-Session: ff655651-8529-41b4-93fc-75080b5c3d64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:42.921591 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33352 2025.09.18 00:44:42.921586 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46917 2025.09.18 00:44:42.921938 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:44:42.921615 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50392 2025.09.18 00:44:42.921968 [ 351 ] {} TCP-Session: 9a4f8341-134d-4b34-9ec3-0e1b779e072e Authenticating user 'default' from [fd00:1122:3344:101::e]:48278 2025.09.18 00:44:42.921974 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:44:42.922004 [ 351 ] {} TCP-Session: 9a4f8341-134d-4b34-9ec3-0e1b779e072e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:42.922022 [ 350 ] {} TCP-Session: eb168b49-fd59-4d39-a332-1d64ab9252a1 Authenticating user 'default' from [fd00:1122:3344:101::e]:33352 2025.09.18 00:44:42.922032 [ 351 ] {} TCP-Session: 9a4f8341-134d-4b34-9ec3-0e1b779e072e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:42.922049 [ 350 ] {} TCP-Session: eb168b49-fd59-4d39-a332-1d64ab9252a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:42.922023 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:44:42.922074 [ 350 ] {} TCP-Session: eb168b49-fd59-4d39-a332-1d64ab9252a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:42.922099 [ 352 ] {} TCP-Session: 04cc06c2-3d61-4dc5-b678-1e042b6164ea Authenticating user 'default' from [fd00:1122:3344:101::e]:50392 2025.09.18 00:44:42.921996 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:44:42.922126 [ 352 ] {} TCP-Session: 04cc06c2-3d61-4dc5-b678-1e042b6164ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:42.921756 [ 353 ] {} TCP-Session: 61141709-1c49-4c29-adf2-f657a56f5596 Authenticating user 'default' from [fd00:1122:3344:101::e]:52067 2025.09.18 00:44:42.922158 [ 352 ] {} TCP-Session: 04cc06c2-3d61-4dc5-b678-1e042b6164ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:42.922176 [ 353 ] {} TCP-Session: 61141709-1c49-4c29-adf2-f657a56f5596 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:42.922151 [ 289 ] {} TCP-Session: f8a33b8d-f524-4d26-b0fc-84e3c29803ab Authenticating user 'default' from [fd00:1122:3344:101::e]:46917 2025.09.18 00:44:42.922198 [ 353 ] {} TCP-Session: 61141709-1c49-4c29-adf2-f657a56f5596 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:42.922219 [ 289 ] {} TCP-Session: f8a33b8d-f524-4d26-b0fc-84e3c29803ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:42.921655 [ 286 ] {} TCP-Session: 70718aff-a86e-4c5a-8be8-e3dc1ebbf82a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:42.922246 [ 289 ] {} TCP-Session: f8a33b8d-f524-4d26-b0fc-84e3c29803ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:42.922413 [ 286 ] {c113da6c-5eea-43db-b6ad-20d115868456} executeQuery: (from [fd00:1122:3344:101::e]:36218) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.18 00:44:42.922667 [ 286 ] {c113da6c-5eea-43db-b6ad-20d115868456} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.18 00:44:42.922719 [ 286 ] {c113da6c-5eea-43db-b6ad-20d115868456} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.18 00:44:42.922989 [ 286 ] {c113da6c-5eea-43db-b6ad-20d115868456} oximeter.version (53059a3a-d3d8-4ae6-a17a-1015bb2d496f) (SelectExecutor): Key condition: unknown 2025.09.18 00:44:42.923987 [ 304 ] {c113da6c-5eea-43db-b6ad-20d115868456} AggregatingTransform: Aggregating 2025.09.18 00:44:42.924029 [ 304 ] {c113da6c-5eea-43db-b6ad-20d115868456} Aggregator: Aggregation method: without_key 2025.09.18 00:44:42.924062 [ 304 ] {c113da6c-5eea-43db-b6ad-20d115868456} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000977555 sec. (1022.960 rows/sec., 39.96 KiB/sec.) 2025.09.18 00:44:42.924081 [ 304 ] {c113da6c-5eea-43db-b6ad-20d115868456} Aggregator: Merging aggregated data 2025.09.18 00:44:42.925281 [ 286 ] {c113da6c-5eea-43db-b6ad-20d115868456} executeQuery: Read 1 rows, 40.00 B in 0.002921 sec., 342.3485107839781 rows/sec., 13.37 KiB/sec. 2025.09.18 00:44:42.925416 [ 286 ] {c113da6c-5eea-43db-b6ad-20d115868456} TCPHandler: Processed in 0.003877841 sec. 2025.09.18 00:44:42.925555 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.18 00:44:42.925591 [ 286 ] {} TCP-Session: 70718aff-a86e-4c5a-8be8-e3dc1ebbf82a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:42.925593 [ 354 ] {} TCPHandler: Done processing connection. 2025.09.18 00:44:42.925623 [ 287 ] {} TCPHandler: Done processing connection. 2025.09.18 00:44:42.925650 [ 354 ] {} TCP-Session: ff655651-8529-41b4-93fc-75080b5c3d64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:42.925653 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.18 00:44:42.925665 [ 352 ] {} TCPHandler: Done processing connection. 2025.09.18 00:44:42.925688 [ 351 ] {} TCPHandler: Done processing connection. 2025.09.18 00:44:42.925709 [ 289 ] {} TCP-Session: f8a33b8d-f524-4d26-b0fc-84e3c29803ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:42.925724 [ 352 ] {} TCP-Session: 04cc06c2-3d61-4dc5-b678-1e042b6164ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:42.925740 [ 353 ] {} TCPHandler: Done processing connection. 2025.09.18 00:44:42.925746 [ 351 ] {} TCP-Session: 9a4f8341-134d-4b34-9ec3-0e1b779e072e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:42.925727 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.18 00:44:42.925788 [ 353 ] {} TCP-Session: 61141709-1c49-4c29-adf2-f657a56f5596 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:42.925707 [ 350 ] {} TCPHandler: Done processing connection. 2025.09.18 00:44:42.925836 [ 288 ] {} TCP-Session: be55f1a1-a219-402c-8962-dd85af4ece0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:42.925689 [ 287 ] {} TCP-Session: 12c562de-d6e4-4283-b3f3-8ee9f0566fc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:42.925877 [ 350 ] {} TCP-Session: eb168b49-fd59-4d39-a332-1d64ab9252a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:43.135440 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56702 2025.09.18 00:44:43.135542 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:44:43.135568 [ 286 ] {} TCP-Session: 65133c7b-828f-4fc3-91e9-de91cc5244e6 Authenticating user 'default' from [fd00:1122:3344:101::e]:56702 2025.09.18 00:44:43.135614 [ 286 ] {} TCP-Session: 65133c7b-828f-4fc3-91e9-de91cc5244e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:43.135628 [ 286 ] {} TCP-Session: 65133c7b-828f-4fc3-91e9-de91cc5244e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:43.135832 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50221 2025.09.18 00:44:43.135900 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51947 2025.09.18 00:44:43.135906 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34587 2025.09.18 00:44:43.135942 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47440 2025.09.18 00:44:43.135960 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38273 2025.09.18 00:44:43.135994 [ 286 ] {} TCP-Session: 65133c7b-828f-4fc3-91e9-de91cc5244e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:43.136015 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:44:43.136044 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:44:43.136066 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:44:43.136105 [ 352 ] {} TCP-Session: 0978b0c8-89bb-4f46-a75b-6e97df9a9ccf Authenticating user 'default' from [fd00:1122:3344:101::e]:47440 2025.09.18 00:44:43.136047 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:44:43.135953 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58284 2025.09.18 00:44:43.136158 [ 352 ] {} TCP-Session: 0978b0c8-89bb-4f46-a75b-6e97df9a9ccf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:43.136172 [ 289 ] {} TCP-Session: b3f71ea8-3f9d-4be5-99e1-f345a743b1b9 Authenticating user 'default' from [fd00:1122:3344:101::e]:34587 2025.09.18 00:44:43.136188 [ 352 ] {} TCP-Session: 0978b0c8-89bb-4f46-a75b-6e97df9a9ccf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:43.136211 [ 289 ] {} TCP-Session: b3f71ea8-3f9d-4be5-99e1-f345a743b1b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:43.136222 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:44:43.136236 [ 289 ] {} TCP-Session: b3f71ea8-3f9d-4be5-99e1-f345a743b1b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:43.136254 [ 353 ] {} TCP-Session: afe79a05-95f5-4513-940a-0642ff2751bc Authenticating user 'default' from [fd00:1122:3344:101::e]:58284 2025.09.18 00:44:43.136179 [ 286 ] {055e243c-336b-4a99-90ff-241cbcebbaa9} executeQuery: (from [fd00:1122:3344:101::e]:56702) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.09.18 00:44:43.136283 [ 353 ] {} TCP-Session: afe79a05-95f5-4513-940a-0642ff2751bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:43.136157 [ 354 ] {} TCP-Session: 961419e9-4ec4-4de7-8bc0-37430987292a Authenticating user 'default' from [fd00:1122:3344:101::e]:38273 2025.09.18 00:44:43.136305 [ 353 ] {} TCP-Session: afe79a05-95f5-4513-940a-0642ff2751bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:43.136334 [ 354 ] {} TCP-Session: 961419e9-4ec4-4de7-8bc0-37430987292a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:43.135949 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:44:43.136356 [ 354 ] {} TCP-Session: 961419e9-4ec4-4de7-8bc0-37430987292a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:43.135932 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47414 2025.09.18 00:44:43.136398 [ 287 ] {} TCP-Session: 699dc174-c918-406b-84aa-9bb698ff17d8 Authenticating user 'default' from [fd00:1122:3344:101::e]:50221 2025.09.18 00:44:43.135911 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65215 2025.09.18 00:44:43.136444 [ 287 ] {} TCP-Session: 699dc174-c918-406b-84aa-9bb698ff17d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:43.136460 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:44:43.136467 [ 287 ] {} TCP-Session: 699dc174-c918-406b-84aa-9bb698ff17d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:43.136490 [ 351 ] {} TCP-Session: 16b4bffa-65e2-4550-9462-aa1ab8ecff9e Authenticating user 'default' from [fd00:1122:3344:101::e]:47414 2025.09.18 00:44:43.136505 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.09.18 00:44:43.136517 [ 351 ] {} TCP-Session: 16b4bffa-65e2-4550-9462-aa1ab8ecff9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:43.136062 [ 288 ] {} TCP-Session: 5e8f4090-04f6-43c7-b554-f7844f218276 Authenticating user 'default' from [fd00:1122:3344:101::e]:51947 2025.09.18 00:44:43.136541 [ 351 ] {} TCP-Session: 16b4bffa-65e2-4550-9462-aa1ab8ecff9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:43.136553 [ 286 ] {055e243c-336b-4a99-90ff-241cbcebbaa9} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.09.18 00:44:43.136577 [ 288 ] {} TCP-Session: 5e8f4090-04f6-43c7-b554-f7844f218276 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:43.136536 [ 350 ] {} TCP-Session: 430f69f2-c19b-4803-a999-3693b3c609df Authenticating user 'default' from [fd00:1122:3344:101::e]:65215 2025.09.18 00:44:43.136610 [ 288 ] {} TCP-Session: 5e8f4090-04f6-43c7-b554-f7844f218276 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:43.136627 [ 286 ] {055e243c-336b-4a99-90ff-241cbcebbaa9} InterpreterSelectQuery: FetchColumns -> Complete 2025.09.18 00:44:43.136635 [ 350 ] {} TCP-Session: 430f69f2-c19b-4803-a999-3693b3c609df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:43.136669 [ 350 ] {} TCP-Session: 430f69f2-c19b-4803-a999-3693b3c609df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:43.136923 [ 286 ] {055e243c-336b-4a99-90ff-241cbcebbaa9} oximeter.version (53059a3a-d3d8-4ae6-a17a-1015bb2d496f) (SelectExecutor): Key condition: unknown 2025.09.18 00:44:43.138051 [ 295 ] {055e243c-336b-4a99-90ff-241cbcebbaa9} AggregatingTransform: Aggregating 2025.09.18 00:44:43.138109 [ 295 ] {055e243c-336b-4a99-90ff-241cbcebbaa9} Aggregator: Aggregation method: without_key 2025.09.18 00:44:43.138157 [ 295 ] {055e243c-336b-4a99-90ff-241cbcebbaa9} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001128718 sec. (885.961 rows/sec., 34.61 KiB/sec.) 2025.09.18 00:44:43.138183 [ 295 ] {055e243c-336b-4a99-90ff-241cbcebbaa9} Aggregator: Merging aggregated data 2025.09.18 00:44:43.139552 [ 286 ] {055e243c-336b-4a99-90ff-241cbcebbaa9} executeQuery: Read 1 rows, 40.00 B in 0.003429 sec., 291.6302128900554 rows/sec., 11.39 KiB/sec. 2025.09.18 00:44:43.139732 [ 286 ] {055e243c-336b-4a99-90ff-241cbcebbaa9} TCPHandler: Processed in 0.003874011 sec. 2025.09.18 00:44:43.139829 [ 286 ] {} TCPHandler: Done processing connection. 2025.09.18 00:44:43.139859 [ 286 ] {} TCP-Session: 65133c7b-828f-4fc3-91e9-de91cc5244e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:43.139861 [ 287 ] {} TCPHandler: Done processing connection. 2025.09.18 00:44:43.139890 [ 350 ] {} TCPHandler: Done processing connection. 2025.09.18 00:44:43.139908 [ 351 ] {} TCPHandler: Done processing connection. 2025.09.18 00:44:43.139923 [ 287 ] {} TCP-Session: 699dc174-c918-406b-84aa-9bb698ff17d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:43.139934 [ 350 ] {} TCP-Session: 430f69f2-c19b-4803-a999-3693b3c609df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:43.139954 [ 351 ] {} TCP-Session: 16b4bffa-65e2-4550-9462-aa1ab8ecff9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:43.139954 [ 289 ] {} TCPHandler: Done processing connection. 2025.09.18 00:44:43.139971 [ 352 ] {} TCPHandler: Done processing connection. 2025.09.18 00:44:43.139995 [ 288 ] {} TCPHandler: Done processing connection. 2025.09.18 00:44:43.140008 [ 353 ] {} TCPHandler: Done processing connection. 2025.09.18 00:44:43.140031 [ 352 ] {} TCP-Session: 0978b0c8-89bb-4f46-a75b-6e97df9a9ccf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:43.140059 [ 288 ] {} TCP-Session: 5e8f4090-04f6-43c7-b554-f7844f218276 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:43.140070 [ 353 ] {} TCP-Session: afe79a05-95f5-4513-940a-0642ff2751bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:43.140015 [ 289 ] {} TCP-Session: b3f71ea8-3f9d-4be5-99e1-f345a743b1b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:43.139928 [ 354 ] {} TCPHandler: Done processing connection. 2025.09.18 00:44:43.140162 [ 354 ] {} TCP-Session: 961419e9-4ec4-4de7-8bc0-37430987292a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.09.18 00:44:44.250087 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 19653 2025.09.18 00:44:44.250624 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:44.250676 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.18 00:44:44.251180 [ 245 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.09.18 00:44:44.251447 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:44.251599 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19653 2025.09.18 00:44:44.251596 [ 93 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.09.18 00:44:44.251649 [ 93 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:44.251669 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.18 00:44:44.251759 [ 189 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::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.09.18 00:44:44.251843 [ 189 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:44:44.251874 [ 189 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_41_8} MergeTreeSequentialSource: Reading 4 marks from part all_1_36_7, total 17221 rows starting from the beginning of the part 2025.09.18 00:44:44.251929 [ 189 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 512 rows starting from the beginning of the part 2025.09.18 00:44:44.251973 [ 189 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 448 rows starting from the beginning of the part 2025.09.18 00:44:44.252021 [ 189 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 512 rows starting from the beginning of the part 2025.09.18 00:44:44.252064 [ 189 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 448 rows starting from the beginning of the part 2025.09.18 00:44:44.252105 [ 189 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 512 rows starting from the beginning of the part 2025.09.18 00:44:44.254196 [ 199 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 19653 rows, containing 4 columns (4 merged, 0 gathered) in 0.002474209 sec., 7943144.657545099 rows/sec., 113.63 MiB/sec. 2025.09.18 00:44:44.255008 [ 194 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.09.18 00:44:44.255386 [ 194 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_41_8} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:44.255480 [ 194 ] {856b186a-109e-4564-ad0f-a5f2a26aa72b::all_1_41_8} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.09.18 00:44:44.255592 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.64 MiB. 2025.09.18 00:44:45.310548 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 2025.09.18 00:44:45.328618 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:45.328673 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.18 00:44:45.334832 [ 244 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.09.18 00:44:45.335542 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:45.335825 [ 92 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.09.18 00:44:45.335866 [ 92 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:45.335894 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.18 00:44:45.336067 [ 189 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::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.09.18 00:44:45.338861 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 309 2025.09.18 00:44:45.340042 [ 189 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:44:45.341489 [ 189 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 271 rows starting from the beginning of the part 2025.09.18 00:44:45.345886 [ 189 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 8 rows starting from the beginning of the part 2025.09.18 00:44:45.350357 [ 189 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 8 rows starting from the beginning of the part 2025.09.18 00:44:45.354984 [ 189 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 7 rows starting from the beginning of the part 2025.09.18 00:44:45.359735 [ 189 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 8 rows starting from the beginning of the part 2025.09.18 00:44:45.363548 [ 189 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 7 rows starting from the beginning of the part 2025.09.18 00:44:45.414792 [ 199 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.078801486 sec., 3921.2458506175885 rows/sec., 20.28 MiB/sec. 2025.09.18 00:44:45.417884 [ 199 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.09.18 00:44:45.419807 [ 199 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::all_1_41_8} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:45.419913 [ 199 ] {7cbf0b5e-1d63-4296-bc49-a32b47cf5262::all_1_41_8} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.09.18 00:44:45.422475 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.09.18 00:44:46.503257 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:46.503460 [ 276 ] {b0477153-68cf-43f1-989a-2d49dc6dddaa} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.09.18 00:44:46.503535 [ 276 ] {b0477153-68cf-43f1-989a-2d49dc6dddaa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.09.18 00:44:46.504197 [ 276 ] {b0477153-68cf-43f1-989a-2d49dc6dddaa} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:46.504254 [ 276 ] {b0477153-68cf-43f1-989a-2d49dc6dddaa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.18 00:44:46.504641 [ 276 ] {b0477153-68cf-43f1-989a-2d49dc6dddaa} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.09.18 00:44:46.504870 [ 276 ] {b0477153-68cf-43f1-989a-2d49dc6dddaa} oximeter.fields_ipaddr (93cdf3ed-97ea-42e0-bd2d-bb39a2d8bf49): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:46.505029 [ 276 ] {b0477153-68cf-43f1-989a-2d49dc6dddaa} executeQuery: Read 2 rows, 167.00 B in 0.001628 sec., 1228.5012285012285 rows/sec., 100.18 KiB/sec. 2025.09.18 00:44:46.505082 [ 276 ] {b0477153-68cf-43f1-989a-2d49dc6dddaa} TCPHandler: Processed in 0.001966511 sec. 2025.09.18 00:44:46.505205 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:46.505307 [ 276 ] {49ff36f1-ef45-407b-a684-096d02830b13} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:44:46.505351 [ 276 ] {49ff36f1-ef45-407b-a684-096d02830b13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:44:46.506375 [ 276 ] {49ff36f1-ef45-407b-a684-096d02830b13} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:46.506416 [ 276 ] {49ff36f1-ef45-407b-a684-096d02830b13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.18 00:44:46.506830 [ 276 ] {49ff36f1-ef45-407b-a684-096d02830b13} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.09.18 00:44:46.507041 [ 276 ] {49ff36f1-ef45-407b-a684-096d02830b13} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:46.507175 [ 276 ] {49ff36f1-ef45-407b-a684-096d02830b13} executeQuery: Read 1197 rows, 101.04 KiB in 0.001891 sec., 632998.4135378107 rows/sec., 52.18 MiB/sec. 2025.09.18 00:44:46.507214 [ 276 ] {49ff36f1-ef45-407b-a684-096d02830b13} TCPHandler: Processed in 0.002061903 sec. 2025.09.18 00:44:46.507315 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:46.507413 [ 276 ] {91cb4de2-9971-4c2b-a6c9-7c188f0a1cce} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.18 00:44:46.507454 [ 276 ] {91cb4de2-9971-4c2b-a6c9-7c188f0a1cce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.18 00:44:46.507819 [ 276 ] {91cb4de2-9971-4c2b-a6c9-7c188f0a1cce} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:46.507857 [ 276 ] {91cb4de2-9971-4c2b-a6c9-7c188f0a1cce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.18 00:44:46.508154 [ 276 ] {91cb4de2-9971-4c2b-a6c9-7c188f0a1cce} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.09.18 00:44:46.508363 [ 276 ] {91cb4de2-9971-4c2b-a6c9-7c188f0a1cce} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:46.508492 [ 276 ] {91cb4de2-9971-4c2b-a6c9-7c188f0a1cce} executeQuery: Read 2 rows, 143.00 B in 0.0011 sec., 1818.181818181818 rows/sec., 126.95 KiB/sec. 2025.09.18 00:44:46.508529 [ 276 ] {91cb4de2-9971-4c2b-a6c9-7c188f0a1cce} TCPHandler: Processed in 0.00126486 sec. 2025.09.18 00:44:46.508624 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:46.508718 [ 276 ] {4a9f2064-4b3b-4df8-9a03-fe06a5b68cce} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.09.18 00:44:46.508757 [ 276 ] {4a9f2064-4b3b-4df8-9a03-fe06a5b68cce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.09.18 00:44:46.509204 [ 276 ] {4a9f2064-4b3b-4df8-9a03-fe06a5b68cce} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:46.509241 [ 276 ] {4a9f2064-4b3b-4df8-9a03-fe06a5b68cce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.18 00:44:46.509546 [ 276 ] {4a9f2064-4b3b-4df8-9a03-fe06a5b68cce} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.09.18 00:44:46.509750 [ 276 ] {4a9f2064-4b3b-4df8-9a03-fe06a5b68cce} oximeter.fields_u32 (a9de64f0-be81-4b56-9524-f072e75ab99f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:46.509878 [ 276 ] {4a9f2064-4b3b-4df8-9a03-fe06a5b68cce} executeQuery: Read 228 rows, 15.81 KiB in 0.001179 sec., 193384.22391857507 rows/sec., 13.09 MiB/sec. 2025.09.18 00:44:46.509915 [ 276 ] {4a9f2064-4b3b-4df8-9a03-fe06a5b68cce} TCPHandler: Processed in 0.001340041 sec. 2025.09.18 00:44:46.510012 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:46.510105 [ 276 ] {e7a5a6c0-53f3-4426-b83f-ac38aacc5f6e} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:44:46.510144 [ 276 ] {e7a5a6c0-53f3-4426-b83f-ac38aacc5f6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:44:46.510774 [ 276 ] {e7a5a6c0-53f3-4426-b83f-ac38aacc5f6e} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:46.510822 [ 276 ] {e7a5a6c0-53f3-4426-b83f-ac38aacc5f6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.18 00:44:46.511221 [ 276 ] {e7a5a6c0-53f3-4426-b83f-ac38aacc5f6e} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.09.18 00:44:46.511440 [ 276 ] {e7a5a6c0-53f3-4426-b83f-ac38aacc5f6e} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:46.511572 [ 276 ] {e7a5a6c0-53f3-4426-b83f-ac38aacc5f6e} executeQuery: Read 522 rows, 39.57 KiB in 0.001485 sec., 351515.1515151515 rows/sec., 26.02 MiB/sec. 2025.09.18 00:44:46.511611 [ 276 ] {e7a5a6c0-53f3-4426-b83f-ac38aacc5f6e} TCPHandler: Processed in 0.001647946 sec. 2025.09.18 00:44:46.511711 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:46.511806 [ 276 ] {cd3dd9ec-3488-46fd-8f6f-fe5ed3ace7c6} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:44:46.511849 [ 276 ] {cd3dd9ec-3488-46fd-8f6f-fe5ed3ace7c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:44:46.512378 [ 276 ] {cd3dd9ec-3488-46fd-8f6f-fe5ed3ace7c6} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:46.512415 [ 276 ] {cd3dd9ec-3488-46fd-8f6f-fe5ed3ace7c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.18 00:44:46.512792 [ 276 ] {cd3dd9ec-3488-46fd-8f6f-fe5ed3ace7c6} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.09.18 00:44:46.513013 [ 276 ] {cd3dd9ec-3488-46fd-8f6f-fe5ed3ace7c6} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:46.513144 [ 276 ] {cd3dd9ec-3488-46fd-8f6f-fe5ed3ace7c6} executeQuery: Read 845 rows, 58.24 KiB in 0.001357 sec., 622697.1260132646 rows/sec., 41.91 MiB/sec. 2025.09.18 00:44:46.513181 [ 276 ] {cd3dd9ec-3488-46fd-8f6f-fe5ed3ace7c6} TCPHandler: Processed in 0.001520463 sec. 2025.09.18 00:44:46.513281 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:46.513376 [ 276 ] {99047149-cb4d-4ba9-85fc-e09fd935ce10} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:44:46.513418 [ 276 ] {99047149-cb4d-4ba9-85fc-e09fd935ce10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:44:46.513731 [ 276 ] {99047149-cb4d-4ba9-85fc-e09fd935ce10} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:46.513767 [ 276 ] {99047149-cb4d-4ba9-85fc-e09fd935ce10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.18 00:44:46.514068 [ 276 ] {99047149-cb4d-4ba9-85fc-e09fd935ce10} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.09.18 00:44:46.514276 [ 276 ] {99047149-cb4d-4ba9-85fc-e09fd935ce10} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:46.514402 [ 276 ] {99047149-cb4d-4ba9-85fc-e09fd935ce10} executeQuery: Read 60 rows, 4.14 KiB in 0.001045 sec., 57416.267942583734 rows/sec., 3.87 MiB/sec. 2025.09.18 00:44:46.514438 [ 276 ] {99047149-cb4d-4ba9-85fc-e09fd935ce10} TCPHandler: Processed in 0.001207649 sec. 2025.09.18 00:44:46.806082 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 934 2025.09.18 00:44:46.808416 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:46.808460 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.18 00:44:46.809650 [ 243 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.09.18 00:44:46.809906 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:46.810160 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 934 2025.09.18 00:44:51.476592 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:51.476784 [ 276 ] {ec839905-2e25-4175-be4e-6bdaaf9c9007} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:44:51.476857 [ 276 ] {ec839905-2e25-4175-be4e-6bdaaf9c9007} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:44:51.477515 [ 276 ] {ec839905-2e25-4175-be4e-6bdaaf9c9007} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:51.477561 [ 276 ] {ec839905-2e25-4175-be4e-6bdaaf9c9007} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.18 00:44:51.477967 [ 276 ] {ec839905-2e25-4175-be4e-6bdaaf9c9007} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.09.18 00:44:51.478190 [ 276 ] {ec839905-2e25-4175-be4e-6bdaaf9c9007} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:51.478349 [ 276 ] {ec839905-2e25-4175-be4e-6bdaaf9c9007} executeQuery: Read 140 rows, 12.45 KiB in 0.001612 sec., 86848.63523573201 rows/sec., 7.54 MiB/sec. 2025.09.18 00:44:51.478400 [ 276 ] {ec839905-2e25-4175-be4e-6bdaaf9c9007} TCPHandler: Processed in 0.00193666 sec. 2025.09.18 00:44:51.478516 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:51.478617 [ 276 ] {27a2af6b-e270-4d84-837c-01ffba30030e} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.09.18 00:44:51.478661 [ 276 ] {27a2af6b-e270-4d84-837c-01ffba30030e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.09.18 00:44:51.479067 [ 276 ] {27a2af6b-e270-4d84-837c-01ffba30030e} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:51.479105 [ 276 ] {27a2af6b-e270-4d84-837c-01ffba30030e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.18 00:44:51.479409 [ 276 ] {27a2af6b-e270-4d84-837c-01ffba30030e} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.09.18 00:44:51.479628 [ 276 ] {27a2af6b-e270-4d84-837c-01ffba30030e} oximeter.fields_u16 (760959a3-fef0-4463-b66b-9e8797170cee): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:51.479756 [ 276 ] {27a2af6b-e270-4d84-837c-01ffba30030e} executeQuery: Read 42 rows, 3.16 KiB in 0.001161 sec., 36175.71059431525 rows/sec., 2.66 MiB/sec. 2025.09.18 00:44:51.479794 [ 276 ] {27a2af6b-e270-4d84-837c-01ffba30030e} TCPHandler: Processed in 0.001328261 sec. 2025.09.18 00:44:51.479893 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:51.479990 [ 276 ] {417fd3f5-f502-43f0-9e19-addd69b91a2d} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:44:51.480030 [ 276 ] {417fd3f5-f502-43f0-9e19-addd69b91a2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:44:51.480433 [ 276 ] {417fd3f5-f502-43f0-9e19-addd69b91a2d} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:51.480469 [ 276 ] {417fd3f5-f502-43f0-9e19-addd69b91a2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.18 00:44:51.480774 [ 276 ] {417fd3f5-f502-43f0-9e19-addd69b91a2d} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.09.18 00:44:51.480977 [ 276 ] {417fd3f5-f502-43f0-9e19-addd69b91a2d} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:51.481104 [ 276 ] {417fd3f5-f502-43f0-9e19-addd69b91a2d} executeQuery: Read 106 rows, 8.48 KiB in 0.001133 sec., 93556.92850838482 rows/sec., 7.31 MiB/sec. 2025.09.18 00:44:51.481141 [ 276 ] {417fd3f5-f502-43f0-9e19-addd69b91a2d} TCPHandler: Processed in 0.00129603 sec. 2025.09.18 00:44:51.481246 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:51.481340 [ 276 ] {c0eb593c-a821-4d1a-847b-5b12dfb042a3} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:44:51.481383 [ 276 ] {c0eb593c-a821-4d1a-847b-5b12dfb042a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:44:51.481757 [ 276 ] {c0eb593c-a821-4d1a-847b-5b12dfb042a3} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:51.481790 [ 276 ] {c0eb593c-a821-4d1a-847b-5b12dfb042a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.18 00:44:51.482111 [ 276 ] {c0eb593c-a821-4d1a-847b-5b12dfb042a3} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.09.18 00:44:51.482383 [ 276 ] {c0eb593c-a821-4d1a-847b-5b12dfb042a3} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:51.482520 [ 276 ] {c0eb593c-a821-4d1a-847b-5b12dfb042a3} executeQuery: Read 160 rows, 11.41 KiB in 0.001198 sec., 133555.92654424038 rows/sec., 9.30 MiB/sec. 2025.09.18 00:44:51.482559 [ 276 ] {c0eb593c-a821-4d1a-847b-5b12dfb042a3} TCPHandler: Processed in 0.001360132 sec. 2025.09.18 00:44:51.482664 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:51.482762 [ 276 ] {e200b8b3-5934-4ced-8820-2df44152e2ca} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.09.18 00:44:51.482818 [ 276 ] {e200b8b3-5934-4ced-8820-2df44152e2ca} 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.09.18 00:44:51.483643 [ 276 ] {e200b8b3-5934-4ced-8820-2df44152e2ca} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:51.483679 [ 276 ] {e200b8b3-5934-4ced-8820-2df44152e2ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.18 00:44:51.484259 [ 276 ] {e200b8b3-5934-4ced-8820-2df44152e2ca} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.09.18 00:44:51.484490 [ 276 ] {e200b8b3-5934-4ced-8820-2df44152e2ca} oximeter.measurements_histogramu64 (0a5a2aba-814a-470c-81ad-0a9d5b23ad3d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:51.484628 [ 276 ] {e200b8b3-5934-4ced-8820-2df44152e2ca} executeQuery: Read 42 rows, 77.07 KiB in 0.001886 sec., 22269.35312831389 rows/sec., 39.91 MiB/sec. 2025.09.18 00:44:51.484691 [ 276 ] {e200b8b3-5934-4ced-8820-2df44152e2ca} TCPHandler: Processed in 0.002077002 sec. 2025.09.18 00:44:51.484797 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:51.484892 [ 276 ] {88846f96-00f9-4d03-ab38-f01199ec2b37} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:44:51.484935 [ 276 ] {88846f96-00f9-4d03-ab38-f01199ec2b37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:44:51.485257 [ 276 ] {88846f96-00f9-4d03-ab38-f01199ec2b37} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:51.485292 [ 276 ] {88846f96-00f9-4d03-ab38-f01199ec2b37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.18 00:44:51.485601 [ 276 ] {88846f96-00f9-4d03-ab38-f01199ec2b37} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.09.18 00:44:51.485810 [ 276 ] {88846f96-00f9-4d03-ab38-f01199ec2b37} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:51.485934 [ 276 ] {88846f96-00f9-4d03-ab38-f01199ec2b37} executeQuery: Read 60 rows, 4.14 KiB in 0.001061 sec., 56550.42412818096 rows/sec., 3.81 MiB/sec. 2025.09.18 00:44:51.485970 [ 276 ] {88846f96-00f9-4d03-ab38-f01199ec2b37} TCPHandler: Processed in 0.001223289 sec. 2025.09.18 00:44:51.620714 [ 85 ] {} DNSResolver: Updating DNS cache 2025.09.18 00:44:51.620771 [ 85 ] {} DNSResolver: Updated DNS cache 2025.09.18 00:44:51.752435 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 20101 2025.09.18 00:44:51.752946 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:51.752993 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. 2025.09.18 00:44:51.753533 [ 245 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.09.18 00:44:51.753772 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:51.753918 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20101 2025.09.18 00:44:52.839651 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 2025.09.18 00:44:52.856379 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:52.856439 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.09.18 00:44:52.862258 [ 244 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.09.18 00:44:52.862974 [ 244 ] {} system.metric_log (7cbf0b5e-1d63-4296-bc49-a32b47cf5262): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:52.866216 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 317 2025.09.18 00:44:56.474710 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:56.474885 [ 276 ] {b6ad097d-a50a-4fb6-bea2-3b4f7f2da7a4} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.09.18 00:44:56.474950 [ 276 ] {b6ad097d-a50a-4fb6-bea2-3b4f7f2da7a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.09.18 00:44:56.475581 [ 276 ] {b6ad097d-a50a-4fb6-bea2-3b4f7f2da7a4} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:56.475625 [ 276 ] {b6ad097d-a50a-4fb6-bea2-3b4f7f2da7a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.09.18 00:44:56.476001 [ 276 ] {b6ad097d-a50a-4fb6-bea2-3b4f7f2da7a4} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.09.18 00:44:56.476216 [ 276 ] {b6ad097d-a50a-4fb6-bea2-3b4f7f2da7a4} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:56.476368 [ 276 ] {b6ad097d-a50a-4fb6-bea2-3b4f7f2da7a4} executeQuery: Read 56 rows, 4.41 KiB in 0.00153 sec., 36601.30718954249 rows/sec., 2.81 MiB/sec. 2025.09.18 00:44:56.476376 [ 82 ] {} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.09.18 00:44:56.476410 [ 276 ] {b6ad097d-a50a-4fb6-bea2-3b4f7f2da7a4} TCPHandler: Processed in 0.001827769 sec. 2025.09.18 00:44:56.476448 [ 82 ] {} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:56.476476 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.09.18 00:44:56.476537 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:56.476600 [ 196 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2025.09.18 00:44:56.476635 [ 276 ] {32a919ca-0a89-4957-b32b-3210e2b02e9f} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.09.18 00:44:56.476683 [ 276 ] {32a919ca-0a89-4957-b32b-3210e2b02e9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.09.18 00:44:56.476740 [ 196 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:44:56.476780 [ 196 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1410 rows starting from the beginning of the part 2025.09.18 00:44:56.476843 [ 196 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 56 rows starting from the beginning of the part 2025.09.18 00:44:56.476885 [ 196 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 140 rows starting from the beginning of the part 2025.09.18 00:44:56.476926 [ 196 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 1197 rows starting from the beginning of the part 2025.09.18 00:44:56.476971 [ 196 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 140 rows starting from the beginning of the part 2025.09.18 00:44:56.477011 [ 196 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 56 rows starting from the beginning of the part 2025.09.18 00:44:56.477104 [ 276 ] {32a919ca-0a89-4957-b32b-3210e2b02e9f} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:56.477146 [ 276 ] {32a919ca-0a89-4957-b32b-3210e2b02e9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.09.18 00:44:56.477469 [ 276 ] {32a919ca-0a89-4957-b32b-3210e2b02e9f} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.09.18 00:44:56.477688 [ 276 ] {32a919ca-0a89-4957-b32b-3210e2b02e9f} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:56.477804 [ 82 ] {} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.09.18 00:44:56.477821 [ 276 ] {32a919ca-0a89-4957-b32b-3210e2b02e9f} executeQuery: Read 64 rows, 5.12 KiB in 0.001205 sec., 53112.03319502075 rows/sec., 4.15 MiB/sec. 2025.09.18 00:44:56.477837 [ 82 ] {} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:56.477864 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.09.18 00:44:56.477868 [ 276 ] {32a919ca-0a89-4957-b32b-3210e2b02e9f} TCPHandler: Processed in 0.001378102 sec. 2025.09.18 00:44:56.477978 [ 187 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2025.09.18 00:44:56.477989 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:56.478119 [ 276 ] {8367c98d-618d-48bf-a05d-06050545ce01} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.09.18 00:44:56.478143 [ 187 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:44:56.478167 [ 276 ] {8367c98d-618d-48bf-a05d-06050545ce01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.09.18 00:44:56.478183 [ 187 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 634 rows starting from the beginning of the part 2025.09.18 00:44:56.478251 [ 187 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 64 rows starting from the beginning of the part 2025.09.18 00:44:56.478291 [ 187 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 106 rows starting from the beginning of the part 2025.09.18 00:44:56.478329 [ 187 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 522 rows starting from the beginning of the part 2025.09.18 00:44:56.478369 [ 187 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 106 rows starting from the beginning of the part 2025.09.18 00:44:56.478409 [ 187 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 64 rows starting from the beginning of the part 2025.09.18 00:44:56.478418 [ 198 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 2999 rows, containing 5 columns (5 merged, 0 gathered) in 0.00188008 sec., 1595144.887451598 rows/sec., 139.05 MiB/sec. 2025.09.18 00:44:56.478602 [ 276 ] {8367c98d-618d-48bf-a05d-06050545ce01} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:56.478643 [ 276 ] {8367c98d-618d-48bf-a05d-06050545ce01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.09.18 00:44:56.478643 [ 188 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.09.18 00:44:56.478987 [ 188 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_61_12} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:56.479072 [ 188 ] {818399ff-e94a-4d8b-af2b-7943fb49a1a3::all_1_61_12} oximeter.fields_string (818399ff-e94a-4d8b-af2b-7943fb49a1a3) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.09.18 00:44:56.479080 [ 276 ] {8367c98d-618d-48bf-a05d-06050545ce01} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.09.18 00:44:56.479166 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.09.18 00:44:56.479310 [ 276 ] {8367c98d-618d-48bf-a05d-06050545ce01} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:56.479427 [ 82 ] {} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.09.18 00:44:56.479443 [ 276 ] {8367c98d-618d-48bf-a05d-06050545ce01} executeQuery: Read 160 rows, 11.41 KiB in 0.001343 sec., 119136.26209977662 rows/sec., 8.30 MiB/sec. 2025.09.18 00:44:56.479459 [ 82 ] {} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:56.479486 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.09.18 00:44:56.479489 [ 198 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 1496 rows, containing 5 columns (5 merged, 0 gathered) in 0.001566874 sec., 954767.2627154449 rows/sec., 75.75 MiB/sec. 2025.09.18 00:44:56.479490 [ 276 ] {8367c98d-618d-48bf-a05d-06050545ce01} TCPHandler: Processed in 0.001546865 sec. 2025.09.18 00:44:56.479563 [ 187 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2025.09.18 00:44:56.479646 [ 276 ] {} TCP-Session: 39dfed4b-66d5-4481-84ed-4efa13806c61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.09.18 00:44:56.479664 [ 187 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:44:56.479697 [ 187 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_61_12} MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 16078 rows starting from the beginning of the part 2025.09.18 00:44:56.479724 [ 198 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.09.18 00:44:56.479743 [ 187 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 160 rows starting from the beginning of the part 2025.09.18 00:44:56.479745 [ 276 ] {eae7105c-b261-4091-8d95-23210bbd715c} executeQuery: (from [fd00:1122:3344:101::d]:63232) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.09.18 00:44:56.479785 [ 187 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 160 rows starting from the beginning of the part 2025.09.18 00:44:56.479801 [ 276 ] {eae7105c-b261-4091-8d95-23210bbd715c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.09.18 00:44:56.479822 [ 187 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 845 rows starting from the beginning of the part 2025.09.18 00:44:56.479864 [ 187 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 160 rows starting from the beginning of the part 2025.09.18 00:44:56.479900 [ 187 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 160 rows starting from the beginning of the part 2025.09.18 00:44:56.480053 [ 198 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_61_12} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:56.480146 [ 198 ] {ed3758e3-769d-40dc-8194-b54c707413cf::all_1_61_12} oximeter.fields_uuid (ed3758e3-769d-40dc-8194-b54c707413cf) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.09.18 00:44:56.480159 [ 276 ] {eae7105c-b261-4091-8d95-23210bbd715c} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:56.480204 [ 276 ] {eae7105c-b261-4091-8d95-23210bbd715c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.09.18 00:44:56.480241 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2025.09.18 00:44:56.480519 [ 276 ] {eae7105c-b261-4091-8d95-23210bbd715c} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.09.18 00:44:56.480725 [ 276 ] {eae7105c-b261-4091-8d95-23210bbd715c} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:56.480847 [ 82 ] {} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.09.18 00:44:56.480855 [ 276 ] {eae7105c-b261-4091-8d95-23210bbd715c} executeQuery: Read 60 rows, 4.14 KiB in 0.001127 sec., 53238.686779059455 rows/sec., 3.59 MiB/sec. 2025.09.18 00:44:56.480890 [ 82 ] {} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:56.480911 [ 276 ] {eae7105c-b261-4091-8d95-23210bbd715c} TCPHandler: Processed in 0.001314751 sec. 2025.09.18 00:44:56.480914 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.09.18 00:44:56.481020 [ 197 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2025.09.18 00:44:56.481113 [ 197 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:44:56.481141 [ 197 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3240 rows starting from the beginning of the part 2025.09.18 00:44:56.481195 [ 197 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part 2025.09.18 00:44:56.481237 [ 197 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 60 rows starting from the beginning of the part 2025.09.18 00:44:56.481279 [ 197 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part 2025.09.18 00:44:56.481317 [ 197 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part 2025.09.18 00:44:56.481354 [ 197 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 60 rows starting from the beginning of the part 2025.09.18 00:44:56.482770 [ 198 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 3540 rows, containing 4 columns (4 merged, 0 gathered) in 0.001793268 sec., 1974049.6122163557 rows/sec., 132.99 MiB/sec. 2025.09.18 00:44:56.483175 [ 198 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.09.18 00:44:56.483436 [ 198 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_61_12} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:56.483505 [ 198 ] {99cdaeb3-0d24-4a6a-b579-99ce2235583a::all_1_61_12} oximeter.measurements_u64 (99cdaeb3-0d24-4a6a-b579-99ce2235583a) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.09.18 00:44:56.483580 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.09.18 00:44:56.485487 [ 190 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 17563 rows, containing 5 columns (5 merged, 0 gathered) in 0.005953704 sec., 2949928.3135338943 rows/sec., 202.66 MiB/sec. 2025.09.18 00:44:56.485690 [ 198 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.09.18 00:44:56.485931 [ 198 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_61_12} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:56.485997 [ 198 ] {c6548da4-50e5-47eb-9b78-36aca83f5e5e::all_1_61_12} oximeter.measurements_cumulativeu64 (c6548da4-50e5-47eb-9b78-36aca83f5e5e) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.09.18 00:44:56.486073 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.45 MiB. 2025.09.18 00:44:56.811018 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 954 2025.09.18 00:44:56.813161 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:56.813217 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.09.18 00:44:56.814436 [ 243 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.09.18 00:44:56.814709 [ 243 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:56.814900 [ 82 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.09.18 00:44:56.814961 [ 82 ] {} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:56.814983 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.09.18 00:44:56.815052 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 954 2025.09.18 00:44:56.815085 [ 187 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::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.09.18 00:44:56.815608 [ 187 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.09.18 00:44:56.815759 [ 187 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 828 rows starting from the beginning of the part 2025.09.18 00:44:56.816191 [ 187 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 26 rows starting from the beginning of the part 2025.09.18 00:44:56.816536 [ 187 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 20 rows starting from the beginning of the part 2025.09.18 00:44:56.816887 [ 187 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 28 rows starting from the beginning of the part 2025.09.18 00:44:56.817254 [ 187 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 32 rows starting from the beginning of the part 2025.09.18 00:44:56.817574 [ 187 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 20 rows starting from the beginning of the part 2025.09.18 00:44:56.823787 [ 190 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 954 rows, containing 72 columns (72 merged, 0 gathered) in 0.008747157 sec., 109064.0078827898 rows/sec., 87.89 MiB/sec. 2025.09.18 00:44:56.825120 [ 197 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.09.18 00:44:56.825784 [ 197 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_31_6} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:56.825881 [ 197 ] {2efb119a-94d5-4ce3-b23a-a5819683a614::all_1_31_6} system.query_log (2efb119a-94d5-4ce3-b23a-a5819683a614) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.09.18 00:44:56.826233 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB. 2025.09.18 00:44:57.001195 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 301.66 MiB, peak 314.05 MiB, free memory in arenas 0.00 B, will set to 304.54 MiB (RSS), difference: 2.88 MiB 2025.09.18 00:44:59.254915 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 20613 2025.09.18 00:44:59.255443 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.09.18 00:44:59.255482 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. 2025.09.18 00:44:59.255969 [ 245 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.09.18 00:44:59.256203 [ 245 ] {} system.asynchronous_metric_log (856b186a-109e-4564-ad0f-a5f2a26aa72b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.09.18 00:44:59.256356 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20613